validates aws cloud watch credentials
POSThttps://api.spectrocloud.com/v1/clouds/aws/cloudwatch/validate
Validates aws cloud watch credentials
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
Request payload for cloud watch config
credentials
object
groupstring
Name of the group
regionstring
Name of the region
streamstring
Name of the stream
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clouds/aws/cloudwatch/validate' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
-d '{
"credentials": {
"accessKey": "string",
"credentialType": "secret",
"partition": "aws",
"policyARNs": [
"string"
],
"secretKey": "string",
"sts": {
"arn": "string",
"externalId": "string"
}
},
"group": "string",
"region": "string",
"stream": "string"
}'