Skip to main content
POST
Resolve a resource to its canonical SRN

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Body

application/json
resource_info
ResourceInfo · object
required

A cloud resource to resolve to its canonical SELECT Resource Name (SRN).

Provide the resource's resource_type and the identifying_metadata that pins down the specific resource. The keys required in identifying_metadata depend on resource_type; see the examples for the common types.

Examples:
org_id
string
required
snowflake_org_name
string | null
snowflake_account_name
string | null
databricks_account_id
string | null
databricks_workspace_id
string | null
bigquery_project
string | null

Response

Successful Response

srn
string
required