MQS Glossary
Detailed below are the central objects used in the API. This documentation is generated from the OpenAPI spec, and the original ordering is preserved. See the API endpoints docs for information detailing usage.
ErrorResponse
Fields:
Field |
Type |
Description |
|---|---|---|
|
integer |
HTTP error code. |
|
string |
HTTP error reason. |
EmptyObject
An empty JSON object.
Used as output by:
GET /v1/mqs
MQGroupObject
Used as output by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
string |
|
|
number |
|
|
object | null |
MQProfileObject
Used as output by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
string |
|
|
string |
|
|
number |
|
|
string |
|
|
boolean |
|
|
boolean |
|
|
string | null |
|
|
string | null |
|
|
string | null |
MQGroupObjectAndProfiles
Used as output by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
|
The created MQ group object. See MQGroupObject. |
|
array of |
A list of MQ profiles. See MQProfileObject. |
MQGroupActivationRequest
Used as input by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
|
See field in MQGroupObject. |
MQGroupReservationRequest
Used as input by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
array of string |
A list of requested queues, given by user-defined aliases. |
|
array of string |
A list of queue aliases designated for public access outside EWMS. |
PublicMQProfilesResponse
Used as output by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
array of |
A list of MQ profiles. See MQProfileObject. |
JWKSetResponse
Used as output by:
Fields:
Field |
Type |
Description |
|---|---|---|
|
array of object |
The JWKS keys. |
OpenAPISchemaObject
The OpenAPI schema.
Used as output by: