latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
ResourceAccount
Get a Resource Account.
get/orgs/{orgId}/resources/accounts/{accId}
Path parameters
orgIdstring required
The Organization ID.
accIdstring required
The Resource Account ID.
Response
The requested Resources Account.
Example response
{
"created_at": "2020-05-22T14:58:07Z",
"created_by": "test-user",
"id": "gcp-dev-postgres",
"is_default": false,
"is_used": true,
"name": "GCP Dev Postgres",
"type": "gcp"
}