Validates EKS cluster create operation
POSThttps://api.spectrocloud.com/v1/spectroclusters/eks/validate
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Validates EKS cluster create operation
Request​
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata object
spec object
Responses​
- 200
Eks Cluster validation response
- application/json
- Schema
- Example (from schema)
Schema
machinePools object
profiles object[]
{
"machinePools": {
"results": [
{
"displayName": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"name": "string"
}
]
},
"profiles": [
{
"packs": {
"results": [
{
"displayName": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"name": "string"
}
]
},
"uid": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X POST 'https://api.spectrocloud.com/v1/spectroclusters/eks/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"metadata": {
"annotations": {},
"creationTimestamp": "2023-12-01T21:31:48.071Z",
"deletionTimestamp": "2023-12-01T21:31:48.071Z",
"labels": {},
"lastModifiedTimestamp": "2023-12-01T21:31:48.071Z",
"name": "string",
"uid": "string"
},
"spec": {
"cloudAccountUid": "string",
"cloudConfig": {
"addons": [
{
"conflictResolution": "string",
"name": "string",
"serviceAccountRoleARN": "string",
"version": "string"
}
],
"bastionDisabled": true,
"controlPlaneLoadBalancer": "string",
"encryptionConfig": {
"isEnabled": true,
"provider": "string",
"resources": [
"string"
]
},
"endpointAccess": {
"private": true,
"privateCIDRs": [
"string"
],
"public": true,
"publicCIDRs": [
"string"
]
},
"region": "string",
"sshKeyName": "string",
"vpcId": "string"
},
"clusterConfig": {
"clusterMetaAttribute": "string",
"controlPlaneHealthCheckTimeout": "string",
"hostClusterConfig": {
"clusterEndpoint": {
"config": {
"ingressConfig": {
"host": "string",
"port": 0
},
"loadBalancerConfig": {
"externalIPs": [
"string"
],
"externalTrafficPolicy": "string",
"loadBalancerSourceRanges": [
"string"
]
}
},
"type": "Ingress"
},
"clusterGroup": {
"kind": "string",
"name": "string",
"uid": "string"
},
"hostCluster": {
"kind": "string",
"name": "string",
"uid": "string"
},
"isHostCluster": false
},
"lifecycleConfig": {
"pause": false
},
"location": {
"countryCode": "string",
"countryName": "string",
"geoLoc": {
"latitude": 0,
"longitude": 0
},
"regionCode": "string",
"regionName": "string"
},
"machineManagementConfig": {
"osPatchConfig": {
"onDemandPatchAfter": "2023-12-01T21:31:48.071Z",
"patchOnBoot": true,
"rebootIfRequired": true,
"schedule": "string"
}
},
"resources": {
"namespaces": [
{
"metadata": {
"annotations": {},
"labels": {},
"name": "string",
"uid": "string"
},
"spec": {
"isRegex": true,
"relatedObject": {
"kind": "spectrocluster",
"name": "string",
"uid": "string"
},
"resourceAllocation": {
"cpuCores": 0,
"memoryMiB": 0
}
}
}
],
"rbacs": [
{
"metadata": {
"annotations": {},
"labels": {},
"name": "string",
"uid": "string"
},
"spec": {
"bindings": [
{
"namespace": "string",
"role": {
"kind": "Role",
"name": "string"
},
"subjects": [
{
"name": "string",
"namespace": "string",
"type": "User"
}
],
"type": "RoleBinding"
}
],
"relatedObject": {
"kind": "spectrocluster",
"name": "string",
"uid": "string"
}
}
}
]
},
"updateWorkerPoolsInParallel": true
},
"fargateProfiles": [
{
"additionalTags": {},
"name": "string",
"selectors": [
{
"labels": {},
"namespace": "string"
}
],
"subnetIds": [
"string"
]
}
],
"machinepoolconfig": [
{
"cloudConfig": {
"awsLaunchTemplate": {
"additionalSecurityGroups": [
{
"arn": "string",
"filters": [
{
"name": "string",
"values": [
"string"
]
}
],
"id": "string"
}
],
"ami": {
"eksOptimizedLookupType": "AmazonLinux",
"id": "string"
},
"imageLookupBaseOS": "string",
"imageLookupFormat": "string",
"imageLookupOrg": "string",
"rootVolume": {
"deviceName": "string",
"encrypted": true,
"encryptionKey": "string",
"iops": 0,
"throughput": 0,
"type": "string"
}
},
"azs": [
"string"
],
"capacityType": "on-demand",
"enableAwsLaunchTemplate": true,
"instanceType": "string",
"rootDeviceSize": 0,
"spotMarketOptions": {
"maxPrice": "string"
},
"subnets": [
{
"az": "string",
"id": "string"
}
]
},
"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": "2023-12-01T21:31:48.072Z",
"value": "string"
}
],
"updateStrategy": {
"type": "RollingUpdateScaleOut"
},
"useControlPlaneAsWorker": true
}
}
],
"policies": {
"backupPolicy": {
"backupLocationName": "string",
"backupLocationUid": "string",
"backupName": "string",
"backupPrefix": "string",
"durationInHours": 0,
"includeAllDisks": true,
"includeClusterResources": true,
"locationType": "string",
"namespaces": [
"string"
],
"schedule": {
"scheduledRunTime": "string"
}
},
"scanPolicy": {
"kubeBench": {
"schedule": {
"scheduledRunTime": "string"
}
},
"kubeHunter": {
"schedule": {
"scheduledRunTime": "string"
}
},
"sonobuoy": {
"schedule": {
"scheduledRunTime": "string"
}
}
}
},
"profiles": [
{
"packValues": [
{
"manifests": [
{
"content": "string",
"name": "string",
"uid": "string"
}
],
"name": "string",
"tag": "string",
"type": "spectro",
"values": "string"
}
],
"replaceWithProfile": "string",
"uid": "string"
}
]
}
}'