Create a service
Create a service
Request Body — REQUIRED Object representing service instances | ||||
---|---|---|---|---|
name string — REQUIREDPossible values: 1 ≤ length Name of the entity. Must be a non-empty string and not equal to null | ||||
specification_id uuid — REQUIREDUnique identifier for the entity represented as a UUID | ||||
desired_specification_id Desired unique identifier for the associated specification | ||||
messages object[]
| ||||
linkable_to NRN[]Possible values: Value must match regular expression Array representing visibility settings for the entity. Specifies what/who can see this entity | ||||
dimensions objectObject representing dimensions with key-value pairs | ||||
attributes objectAttributes associated with the service, should be valid against the service specification attribute schema | ||||
selectors objectKey-value object representing instance selectors
| ||||
type stringPossible values: [ Type of the service. Should be one of the specified values in the enumeration | ||||
status stringPossible values: [ Status of the service. Should be one of the specified values in the enumeration | ||||
entity_nrn NRN — REQUIREDPossible values: Value must match regular expression Nullplatform Resource Name (NRN) representing a hierarchical identifier for nullplatform resources |
Responses | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2XX Object representing service instances
| ||||||||||||||||||||||
4XX Format for representing errors during API interactions
| ||||||||||||||||||||||
5XX Format for representing errors during API interactions
|