Validate EKS properties
POSThttps://api.spectrocloud.com/v1/clouds/eks/properties/validate
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Validate EKS properties
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
Request payload for EKS properties validate spec
cloudAccountUidstring
namestring
regionstring
sshKeyNamestring
subnetsstring[]
vpcIdstring
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X POST 'https://api.spectrocloud.com/v1/clouds/eks/properties/validate' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"cloudAccountUid": "string",
"name": "string",
"region": "string",
"sshKeyName": "string",
"subnets": [
"string"
],
"vpcId": "string"
}'