Validate the specified Tencent account credentials
POSThttps://api.spectrocloud.com/v1/clouds/tencent/account/validate
Validate the specified Tencent account credentials
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
Request payload to validate tencent cloud account
secretIdstringrequired
Tencent api secretID
secretKeystringrequired
Tencent api secret key
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clouds/tencent/account/validate' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
-d '{
"secretId": "string",
"secretKey": "string"
}'