v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Resource

Retrieves resource detail view (overview and configuration)

Retrieves detail view of a single infrastructure resource including identity, lifecycle metadata, and canonical configuration.

post/v1/resource/dashboard/detail

Request body

tenant_idstring required

Tenant ID. Can be fetched from the List Tenants API.

resource_idstring required

Unique provider resource identifier.

service_account_idstring

Cloud account ID to scope the lookup.

resource_categorystring required

Category of the resource (e.g. Compute, Storage, Network).

resource_typestring required

Type of the resource.

resourcestring required

Resources of the cloud provider (e.g. Instances, SecurityGroups).

Response

Success

canonical_typestring

Canonical resource type (e.g. ComputeInstance, VirtualNetwork).

created_atstring date-time

Timestamp when the resource was first discovered.

attributesobject

All canonical properties for this resource type. Keys vary by canonical_type (e.g. instanceType, vCpus for ComputeInstance; addressSpace for VirtualNetwork).