Returns the specified edge-native cloud config
GEThttps://api.spectrocloud.com/v1/cloudconfigs/edge-native/:configUid
Returns the specified edge-native cloud config
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
A project UID is required for project-scoped resources and should be omitted when targeting tenant-scoped resources
Responses
- 200
OK
- application/json
- Schema
- Example (auto)
Schema
metadata object
spec object
status object
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-29T15:51:28.071Z",
"deletionTimestamp": "2024-07-29T15:51:28.071Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-29T15:51:28.071Z",
"name": "string",
"uid": "string"
},
"spec": {
"clusterConfig": {
"controlPlaneEndpoint": {
"ddnsSearchDomain": "string",
"host": "string",
"type": "VIP"
},
"isTwoNodeCluster": true,
"ntpServers": [
"string"
],
"overlayNetworkConfiguration": {
"cidr": "string",
"enable": true
},
"sshKeys": [
"string"
],
"staticIp": true
},
"machinePoolConfig": [
{
"additionalLabels": {},
"additionalTags": {},
"hosts": [
{
"IsCandidateCaption": false,
"caCert": "string",
"hostAddress": "string",
"hostName": "string",
"hostUid": "string",
"nic": {
"dns": [
"string"
],
"gateway": "string",
"ip": "string",
"isDefault": true,
"macAddr": "string",
"nicName": "string",
"subnet": "string"
},
"nicName": "string",
"staticIP": "string",
"twoNodeCandidatePriority": "primary"
}
],
"isControlPlane": true,
"labels": [
"string"
],
"machinePoolProperties": {
"archType": "amd64"
},
"maxSize": 0,
"minSize": 0,
"name": "string",
"nodeRepaveInterval": 0,
"osType": "string",
"size": 0,
"taints": [
{
"effect": "NoSchedule",
"key": "string",
"timeAdded": "2024-07-29T15:51:28.071Z",
"value": "string"
}
],
"updateStrategy": {
"type": "RollingUpdateScaleOut"
},
"useControlPlaneAsWorker": true
}
]
},
"status": {
"conditions": [
{
"lastProbeTime": "2024-07-29T15:51:28.071Z",
"lastTransitionTime": "2024-07-29T15:51:28.071Z",
"message": "string",
"reason": "string",
"status": "string",
"type": "string"
}
],
"nodeImage": "string",
"sourceImageId": "string"
}
}
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/cloudconfigs/edge-native/:configUid' \
-H 'Accept: application/json' \
-H 'ApiKey: <ApiKey>'