Skip to main content

Create a provider

Creates a new provider. Note that dependencies may need to be met.

Request Body REQUIRED

Object to create a new provider

nrn NRN REQUIRED

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 REQUIRED

Unique identifier for the entity represented as a UUID

attributes object REQUIRED

Provider-specific attributes defined in the specification schema

dimensions object

NRN-specific dimensions. Read more

tags object[]

Tags associated with the provider

key string REQUIRED

Tag key

value string REQUIRED

Tag value

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