Initial commit: stateful OpenStack API laboratory simulator.
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm packaging, API contract packs, and pytest/Pulumi coverage labs.
This commit is contained in:
@@ -0,0 +1,521 @@
|
||||
{
|
||||
"default_microversion": null,
|
||||
"max_microversion": null,
|
||||
"operations": [
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "GET",
|
||||
"operation_id": "mistral_versions",
|
||||
"path": "/v2",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "version",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "workflow_list",
|
||||
"path": "/v2/workflows",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workflow",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "workflow_create",
|
||||
"path": "/v2/workflows",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workflow",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "workflow_show",
|
||||
"path": "/v2/workflows/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workflow",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "workflow_update",
|
||||
"path": "/v2/workflows/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workflow",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "workflow_patch",
|
||||
"path": "/v2/workflows/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workflows",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "workflow_delete",
|
||||
"path": "/v2/workflows/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workflow",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "execution_list",
|
||||
"path": "/v2/executions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "execution",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "execution_create",
|
||||
"path": "/v2/executions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "execution",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "execution_show",
|
||||
"path": "/v2/executions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "execution",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "execution_update",
|
||||
"path": "/v2/executions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "execution",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "execution_patch",
|
||||
"path": "/v2/executions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "executions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "execution_delete",
|
||||
"path": "/v2/executions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "execution",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "action_list",
|
||||
"path": "/v2/actions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "action",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "action_create",
|
||||
"path": "/v2/actions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "action",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "action_show",
|
||||
"path": "/v2/actions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "action",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "action_update",
|
||||
"path": "/v2/actions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "action",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "action_patch",
|
||||
"path": "/v2/actions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "actions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "action_delete",
|
||||
"path": "/v2/actions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "action",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "workbook_list",
|
||||
"path": "/v2/workbooks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workbook",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "workbook_create",
|
||||
"path": "/v2/workbooks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workbook",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "workbook_show",
|
||||
"path": "/v2/workbooks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workbook",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "workbook_update",
|
||||
"path": "/v2/workbooks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "workbook",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "workbook_patch",
|
||||
"path": "/v2/workbooks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "workbooks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "workbook_delete",
|
||||
"path": "/v2/workbooks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "workbook",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "cron_trigger_list",
|
||||
"path": "/v2/cron_triggers",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "cron_trigger",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "cron_trigger_create",
|
||||
"path": "/v2/cron_triggers",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "cron_trigger",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "cron_trigger_show",
|
||||
"path": "/v2/cron_triggers/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "cron_trigger",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "cron_trigger_update",
|
||||
"path": "/v2/cron_triggers/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "cron_trigger",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "cron_trigger_patch",
|
||||
"path": "/v2/cron_triggers/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "cron_triggers",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "cron_trigger_delete",
|
||||
"path": "/v2/cron_triggers/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "cron_trigger",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "task_list",
|
||||
"path": "/v2/tasks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "task",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "task_create",
|
||||
"path": "/v2/tasks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "task",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "task_show",
|
||||
"path": "/v2/tasks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "task",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "task_update",
|
||||
"path": "/v2/tasks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "task",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "task_patch",
|
||||
"path": "/v2/tasks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "tasks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "task_delete",
|
||||
"path": "/v2/tasks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "task",
|
||||
"service": "mistral",
|
||||
"status_code": 204
|
||||
}
|
||||
],
|
||||
"port": 8989,
|
||||
"service": "mistral",
|
||||
"type": "workflowv2",
|
||||
"version_path": "/v2/"
|
||||
}
|
||||
Reference in New Issue
Block a user