Returns details of the assets known to wayfinder which should be monitored for costs by a costs provider
Returns details of the assets known to wayfinder which should be monitored for costs by a costs provider
Path Parameters
provider stringrequired
Cloud provider (e.g. gcp, aws, azure) to return asset metadata for
Query Parameters
workspace string
Identifier of a workspace to filter assets for
asset string
Identifier of an asset to filter assets 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
property name*
string
instanceIdentifier string
items undefined[]
assetIdentifier string
name string
provider string
tags object
workspaceIdentifier string
{
"instanceIdentifier": "string",
"items": [
{
"assetIdentifier": "string",
"name": "string",
"provider": "string",
"tags": {},
"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...