Organization
This endpoint is used to create, update, search or delete organizations information inside Terrakube.
You need to be part of the administrator Active Directory Group to work with this endpoint
The default group is handled using the Spring Boot property
Entity fields:
data.type
string
Should be "organization"
data.attributes.name
string
Unique name in Terrakube
data.attributes.description
string
Free description
Example:
Supported Operations
Returns the collection of type organization
Sorts the collection on the selected attributes. A prefix of '-' sorts descending
Selects the set of organization fields that should be returned in the result.
Selects the set of relationships that should be expanded as a compound document in the result.
Filters the collection of organization using a 'disjoint' RSQL expression
Filters the collection of organization using a 'joined' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Creates an item of type organization
Deletes an instance of type organization
organization Identifier
No body
Modifies an instance of type organization
organization Identifier
No body
For a complete list of organization operation please visit the OpenAPI specification
Last updated
Was this helpful?