List the CapabilitiesManifest

get

https://serverRoot/cartridgeAssembler/v1/capabilitiesManifest

This operation lists the loaded CapabilitiesManifests.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

The operation is successful.
Body ()
Root Schema : CapabilitiesManifest
Type: object
Show Source
Nested Schema : component
Type: object
Show Source
Nested Schema : Entity
Type: object
Base entity schema for use in TMForum Open-APIs.
Show Source
Nested Schema : fulfillmentPattern
Type: array
Show Source
Nested Schema : identification
Type: object
Show Source
Nested Schema : OrderComponents
Type: object
Show Source
Nested Schema : OrderItemSpecification
Type: object
Show Source
Nested Schema : OrderTransformation
Type: object
Show Source
Nested Schema : FulfillmentPattern
Type: object
Show Source
Nested Schema : component
Type: array
Show Source
Nested Schema : transition
Type: array
Show Source
Nested Schema : ComponentElement
Type: object
Show Source
Nested Schema : condition
Type: array
Show Source
Nested Schema : Condition
Type: object
Show Source
Nested Schema : Transition
Type: object
Show Source
Nested Schema : From
Type: object
Show Source
Nested Schema : To
Type: object
Show Source
Nested Schema : function
Type: array
Show Source
Nested Schema : granularity
Type: array
Show Source
Nested Schema : system
Type: array
Show Source
Nested Schema : Function
Type: object
Show Source
Nested Schema : Granularity
Type: object
Show Source
Nested Schema : Systems
Type: object
Show Source
Nested Schema : property
Type: array
Show Source
Nested Schema : PropertyReferences
Type: object
Show Source
Nested Schema : OrderItemProperty
Type: object
Show Source
Nested Schema : actionCode
Type: array
Show Source
Nested Schema : externalFulfillmentState
Type: array
Show Source
Nested Schema : relationshipType
Type: array
Show Source
Nested Schema : ExternalFulfillmentState
Type: object
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source

403 Response

Forbidden
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
Back to Top