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,119 @@
|
||||
{
|
||||
"default_microversion": null,
|
||||
"max_microversion": null,
|
||||
"operations": [
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "stack_list",
|
||||
"path": "/stacks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "Stack",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "stack_create",
|
||||
"path": "/stacks",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "Stack",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "stack_show",
|
||||
"path": "/stacks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "Stack",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "stack_update",
|
||||
"path": "/stacks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "Stack",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "stack_patch",
|
||||
"path": "/stacks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "Stacks",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "stack_delete",
|
||||
"path": "/stacks/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "GET",
|
||||
"operation_id": "heat_cfn_versions",
|
||||
"path": "/v1",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "version",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "POST",
|
||||
"operation_id": "heat_cfn_query",
|
||||
"path": "/",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "stack",
|
||||
"service": "heat-cfn",
|
||||
"status_code": 200
|
||||
}
|
||||
],
|
||||
"port": 8000,
|
||||
"service": "heat-cfn",
|
||||
"type": "cloudformation",
|
||||
"version_path": "/v1/"
|
||||
}
|
||||
Reference in New Issue
Block a user