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,438 @@
|
||||
{
|
||||
"default_microversion": null,
|
||||
"max_microversion": null,
|
||||
"operations": [
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "GET",
|
||||
"operation_id": "freezer_versions",
|
||||
"path": "/v2",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "version",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "job_list",
|
||||
"path": "/v2/jobs",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "job",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "job_create",
|
||||
"path": "/v2/jobs",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "job",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "job_show",
|
||||
"path": "/v2/jobs/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "job",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "job_update",
|
||||
"path": "/v2/jobs/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "job",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "job_patch",
|
||||
"path": "/v2/jobs/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "jobs",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "job_delete",
|
||||
"path": "/v2/jobs/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "job",
|
||||
"service": "freezer",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "client_list",
|
||||
"path": "/v2/clients",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "client",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "client_create",
|
||||
"path": "/v2/clients",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "client",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "client_show",
|
||||
"path": "/v2/clients/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "client",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "client_update",
|
||||
"path": "/v2/clients/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "client",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "client_patch",
|
||||
"path": "/v2/clients/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "clients",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "client_delete",
|
||||
"path": "/v2/clients/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "client",
|
||||
"service": "freezer",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "backup_list",
|
||||
"path": "/v2/backups",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "backup",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "backup_create",
|
||||
"path": "/v2/backups",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "backup",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "backup_show",
|
||||
"path": "/v2/backups/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "backup",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "backup_update",
|
||||
"path": "/v2/backups/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "backup",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "backup_patch",
|
||||
"path": "/v2/backups/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "backups",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "backup_delete",
|
||||
"path": "/v2/backups/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "backup",
|
||||
"service": "freezer",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "session_list",
|
||||
"path": "/v2/sessions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "session",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "session_create",
|
||||
"path": "/v2/sessions",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "session",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "session_show",
|
||||
"path": "/v2/sessions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "session",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "session_update",
|
||||
"path": "/v2/sessions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "session",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "session_patch",
|
||||
"path": "/v2/sessions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "sessions",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "session_delete",
|
||||
"path": "/v2/sessions/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "session",
|
||||
"service": "freezer",
|
||||
"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": "freezer",
|
||||
"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": "freezer",
|
||||
"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": "freezer",
|
||||
"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": "freezer",
|
||||
"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": "freezer",
|
||||
"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": "freezer",
|
||||
"status_code": 204
|
||||
}
|
||||
],
|
||||
"port": 9090,
|
||||
"service": "freezer",
|
||||
"type": "backup",
|
||||
"version_path": "/v2/"
|
||||
}
|
||||
Reference in New Issue
Block a user