Retrieves AWS external id and account id
GEThttps://api.spectrocloud.com/v1/clouds/aws/account/sts
Retrieves AWS external id and account id
Request
Responses
- 200
(empty)
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clouds/aws/account/sts' \
-H 'Accept: application/json' \
-H 'ApiKey: <ApiKey>'