Queues
Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Agent that consumes the queue
Request Body
application/json
Queue body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/agents/string/queues" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Agent that consumes the queue
UUID
Request Body
application/json
Queue body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/orgs/string/agents/string/queues/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Agent that consumes the queue
UUID
Request Body
application/json
Queue body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/v1/orgs/string/agents/string/queues/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity: project name, hub name, registry name, ...
Uuid identifier of the sub-entity
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/agents/string/queues/string"{ "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity: project name, hub name, registry name, ...
Uuid identifier of the sub-entity
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/orgs/string/agents/string/queues/string"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity name under namespace
SubEntity uuid
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Stats Mode.
Stats Kind.
Stats aggregate.
Stats group.
Stats trunc.
Stats start date.
Stats end date.
Stats boundary.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/agents/string/queues/string/stats"{}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/agents/string/queues"{ "count": 0, "results": [ { "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ] } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/agents/string/queues/names"{ "count": 0, "results": [ { "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ] } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/queues"{ "count": 0, "results": [ { "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ] } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/queues/names"{ "count": 0, "results": [ { "uuid": "string", "agent": "string", "name": "string", "description": "string", "user": "string", "tags": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "priority": 0, "concurrency": 0, "resource": "string", "quota": "string", "stats": {}, "contributors": [ {} ] } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}