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,355 @@
|
||||
{
|
||||
"default_microversion": null,
|
||||
"max_microversion": null,
|
||||
"operations": [
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "GET",
|
||||
"operation_id": "cloudkitty_versions",
|
||||
"path": "/v1",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "version",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "hashmap_service_list",
|
||||
"path": "/v1/rating/module_config/hashmap/services",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "hashmap_service_create",
|
||||
"path": "/v1/rating/module_config/hashmap/services",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "hashmap_service_show",
|
||||
"path": "/v1/rating/module_config/hashmap/services/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "hashmap_service_update",
|
||||
"path": "/v1/rating/module_config/hashmap/services/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "hashmap_service_patch",
|
||||
"path": "/v1/rating/module_config/hashmap/services/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "services",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "hashmap_service_delete",
|
||||
"path": "/v1/rating/module_config/hashmap/services/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_service",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "hashmap_field_list",
|
||||
"path": "/v1/rating/module_config/hashmap/fields",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "field",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "hashmap_field_create",
|
||||
"path": "/v1/rating/module_config/hashmap/fields",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "field",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "hashmap_field_show",
|
||||
"path": "/v1/rating/module_config/hashmap/fields/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "field",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "hashmap_field_update",
|
||||
"path": "/v1/rating/module_config/hashmap/fields/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "field",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "hashmap_field_patch",
|
||||
"path": "/v1/rating/module_config/hashmap/fields/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "fields",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "hashmap_field_delete",
|
||||
"path": "/v1/rating/module_config/hashmap/fields/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "hashmap_field",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "report_summary_list",
|
||||
"path": "/v1/report/summary",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "summary",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "report_summary_create",
|
||||
"path": "/v1/report/summary",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "summary",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "report_summary_show",
|
||||
"path": "/v1/report/summary/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "summary",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "report_summary_update",
|
||||
"path": "/v1/report/summary/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "summary",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "report_summary_patch",
|
||||
"path": "/v1/report/summary/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "summary",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "report_summary_delete",
|
||||
"path": "/v1/report/summary/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "report_summary",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "dataframes_list",
|
||||
"path": "/v1/storage/dataframes",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "dataframe",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "dataframes_create",
|
||||
"path": "/v1/storage/dataframes",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "dataframe",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "dataframes_show",
|
||||
"path": "/v1/storage/dataframes/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "dataframe",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "dataframes_update",
|
||||
"path": "/v1/storage/dataframes/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "dataframe",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "dataframes_patch",
|
||||
"path": "/v1/storage/dataframes/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "dataframes",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "dataframes_delete",
|
||||
"path": "/v1/storage/dataframes/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "dataframes",
|
||||
"service": "cloudkitty",
|
||||
"status_code": 204
|
||||
}
|
||||
],
|
||||
"port": 8889,
|
||||
"service": "cloudkitty",
|
||||
"type": "rating",
|
||||
"version_path": "/v1/"
|
||||
}
|
||||
Reference in New Issue
Block a user