Skip to main content
Version: latest

Get Azure cluster estimated rate information

POST 

https://api.spectrocloud.com/v1/spectroclusters/azure/rate

Get Azure cluster estimated rate information

Request

Responses

Azure Cluster estimated rate response

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— query
— header
Body
{
"cloudConfig": {
"aadProfile": {
"adminGroupObjectIDs": [
"string"
],
"managed": true
},
"apiServerAccessProfile": {
"authorizedIPRanges": [
"string"
],
"enablePrivateCluster": true,
"enablePrivateClusterPublicFQDN": true,
"privateDNSZone": "string"
},
"containerName": "string",
"controlPlaneSubnet": {
"cidrBlock": "string",
"name": "string",
"nsgResourceGroup": "string",
"securityGroupName": "string"
},
"enablePrivateCluster": true,
"infraLBConfig": {
"apiServerLB": {
"apiServerLBStaticIP": "string",
"ipAllocationMethod": "Dynamic",
"privateDNSName": "string",
"type": "Public"
}
},
"location": "string",
"resourceGroup": "string",
"sshKey": "string",
"storageAccountName": "string",
"subscriptionId": "string",
"vnetCidrBlock": "string",
"vnetName": "string",
"vnetResourceGroup": "string",
"workerSubnet": {
"cidrBlock": "string",
"name": "string",
"nsgResourceGroup": "string",
"securityGroupName": "string"
}
},
"machinepoolconfig": [
{
"cloudConfig": {
"azs": [
"string"
],
"instanceType": "string",
"isSystemNodePool": true,
"osDisk": {
"diskSizeGB": 0,
"managedDisk": {
"storageAccountType": "string"
},
"osType": "Linux"
}
},
"managedPoolConfig": {
"isSystemNodePool": true,
"osType": "Linux"
},
"poolConfig": {
"additionalLabels": {},
"additionalTags": {},
"isControlPlane": true,
"labels": [
"string"
],
"machinePoolProperties": {
"archType": "amd64"
},
"maxSize": 0,
"minSize": 0,
"name": "string",
"nodeRepaveInterval": 0,
"size": 0,
"taints": [
{
"effect": "NoSchedule",
"key": "string",
"timeAdded": "2024-07-29T15:51:28.071Z",
"value": "string"
}
],
"updateStrategy": {
"type": "RollingUpdateScaleOut"
},
"useControlPlaneAsWorker": true
}
}
]
}