Returns details of the accounts known to wayfinder
Returns details of the accounts known to wayfinder
Path Parameters
provider stringrequired
Cloud provider (e.g. gcp, aws, azure) to return account metadata for
Query Parameters
workspace string
Identifier of a workspace to filter accounts for
account string
Identifier of an account to filter accounts for
with_deleted string
Set to true to include deleted assets
Responses
- 200
- 401
- 403
- 500
Metadata describing the assets for the cloud provider in question
- application/json
- Schema
- Example (from schema)
Schema
instanceIdentifier string
items undefined[]
account string
assetIdentifier string
name string
provider string
workspaceIdentifier string
{
"instanceIdentifier": "string",
"items": [
{
"account": "string",
"assetIdentifier": "string",
"name": "string",
"provider": "string",
"workspaceIdentifier": "string"
}
]
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...