Files
openstack-api-simulator/contracts/openstack/caracal/adjutant/api.json
T

343 lines
8.9 KiB
JSON

{
"default_microversion": null,
"max_microversion": null,
"operations": [
{
"collection_key": "tasks",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "task_list",
"path": "/v1/tasks",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tasks",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "task",
"kind": "collection",
"method": "POST",
"operation_id": "task_create",
"path": "/v1/tasks",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 201
},
{
"collection_key": "tasks",
"introduced_in": "yoga",
"item_key": "task",
"kind": "item",
"method": "GET",
"operation_id": "task_show",
"path": "/v1/tasks/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tasks",
"introduced_in": "yoga",
"item_key": "task",
"kind": "item",
"method": "PUT",
"operation_id": "task_update",
"path": "/v1/tasks/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tasks",
"introduced_in": "yoga",
"item_key": "task",
"kind": "item",
"method": "PATCH",
"operation_id": "task_patch",
"path": "/v1/tasks/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tasks",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "task_delete",
"path": "/v1/tasks/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "task",
"service": "adjutant",
"status_code": 204
},
{
"collection_key": "tokens",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "token_list",
"path": "/v1/tokens",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tokens",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "token",
"kind": "collection",
"method": "POST",
"operation_id": "token_create",
"path": "/v1/tokens",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 201
},
{
"collection_key": "tokens",
"introduced_in": "yoga",
"item_key": "token",
"kind": "item",
"method": "GET",
"operation_id": "token_show",
"path": "/v1/tokens/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tokens",
"introduced_in": "yoga",
"item_key": "token",
"kind": "item",
"method": "PUT",
"operation_id": "token_update",
"path": "/v1/tokens/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tokens",
"introduced_in": "yoga",
"item_key": "token",
"kind": "item",
"method": "PATCH",
"operation_id": "token_patch",
"path": "/v1/tokens/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "tokens",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "token_delete",
"path": "/v1/tokens/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "token",
"service": "adjutant",
"status_code": 204
},
{
"collection_key": "notifications",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "notification_list",
"path": "/v1/notifications",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "notifications",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "notification",
"kind": "collection",
"method": "POST",
"operation_id": "notification_create",
"path": "/v1/notifications",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 201
},
{
"collection_key": "notifications",
"introduced_in": "yoga",
"item_key": "notification",
"kind": "item",
"method": "GET",
"operation_id": "notification_show",
"path": "/v1/notifications/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "notifications",
"introduced_in": "yoga",
"item_key": "notification",
"kind": "item",
"method": "PUT",
"operation_id": "notification_update",
"path": "/v1/notifications/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "notifications",
"introduced_in": "yoga",
"item_key": "notification",
"kind": "item",
"method": "PATCH",
"operation_id": "notification_patch",
"path": "/v1/notifications/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "notifications",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "notification_delete",
"path": "/v1/notifications/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "notification",
"service": "adjutant",
"status_code": 204
},
{
"collection_key": "status",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "status_list",
"path": "/v1/status",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "status",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "status",
"kind": "collection",
"method": "POST",
"operation_id": "status_create",
"path": "/v1/status",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 201
},
{
"collection_key": "status",
"introduced_in": "yoga",
"item_key": "status",
"kind": "item",
"method": "GET",
"operation_id": "status_show",
"path": "/v1/status/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "status",
"introduced_in": "yoga",
"item_key": "status",
"kind": "item",
"method": "PUT",
"operation_id": "status_update",
"path": "/v1/status/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "status",
"introduced_in": "yoga",
"item_key": "status",
"kind": "item",
"method": "PATCH",
"operation_id": "status_patch",
"path": "/v1/status/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 200
},
{
"collection_key": "status",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "status_delete",
"path": "/v1/status/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "status",
"service": "adjutant",
"status_code": 204
}
],
"port": 5050,
"service": "adjutant",
"type": "admin-logic",
"version_path": "/"
}