Authorizations
Service account key can be used as API keys
Response
Success
Maximum length:
64Maximum length:
250Available options:
aws, gcp, azure, ngs - Option 1
- Option 2
- Option 3
- Option 4
curl --request GET \
--url https://api.cpln.io/org/{org}/cloudaccount/{name}{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"provider": "aws",
"data": {
"projectId": "<string>"
},
"status": {
"usable": true,
"lastChecked": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Response will contain the requested cloud account if the caller is authorized to view it
curl --request GET \
--url https://api.cpln.io/org/{org}/cloudaccount/{name}{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"provider": "aws",
"data": {
"projectId": "<string>"
},
"status": {
"usable": true,
"lastChecked": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Service account key can be used as API keys
Success
64250Show child attributes
aws, gcp, azure, ngs Show child attributes
Show child attributes