Skip to main content

Read a provider

Read a provider by ID. The attributes are resolved with inheritance by default

Path Parameters
id uuid REQUIRED

Unique identifier for the entity represented as a UUID

Query Parameters
no_merge boolean,string

Specifies whether to merge attributes hierarchically

Responses
2XX

Object representing a provider resource

Schema OPTIONAL
id uuid

Unique identifier for the entity represented as a UUID

nrn NRN

Possible values: Value must match regular expression ^organization=[0-9*]+(:account=[0-9*]+)?(:namespace=[0-9*]+)?(:application=[0-9*]+)?(:scope=[0-9*]+)?$

Nullplatform Resource Name (NRN) representing a hierarchical identifier for nullplatform resources

specification_id uuid

Unique identifier for the entity represented as a UUID

attributes object

Provider-specific attributes defined in the specification schema

dimensions object OPTIONAL

NRN-specific dimensions. Read more

tags object[] OPTIONAL

Tags associated with the provider

key string

Tag key

value string

Tag value

id uuid

Unique identifier for the entity represented as a UUID

groups string[] OPTIONAL

Groups associated with the provider

created_at date-time

Creation timestamp

updated_at date-time

Last update timestamp

4XX

Format for representing errors during API interactions

Schema OPTIONAL
statusCode number

HTTP status code indicating the error

code string OPTIONAL

Unique error code for reference and categorization

error string

Short, human-readable error type or category

message string

Detailed error message providing additional context

5XX

Format for representing errors during API interactions

Schema OPTIONAL
statusCode number

HTTP status code indicating the error

code string OPTIONAL

Unique error code for reference and categorization

error string

Short, human-readable error type or category

message string

Detailed error message providing additional context