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,272 @@
|
||||
{
|
||||
"default_microversion": null,
|
||||
"max_microversion": null,
|
||||
"operations": [
|
||||
{
|
||||
"collection_key": null,
|
||||
"introduced_in": "yoga",
|
||||
"kind": "custom",
|
||||
"method": "GET",
|
||||
"operation_id": "designate_versions",
|
||||
"path": "/v2",
|
||||
"requires_auth": true,
|
||||
"requires_project": false,
|
||||
"resource_type": "version",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "zone_list",
|
||||
"path": "/v2/zones",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "zone",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "zone_create",
|
||||
"path": "/v2/zones",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "zone",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "zone_show",
|
||||
"path": "/v2/zones/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "zone",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "zone_update",
|
||||
"path": "/v2/zones/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "zone",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "zone_patch",
|
||||
"path": "/v2/zones/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "zones",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "zone_delete",
|
||||
"path": "/v2/zones/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "zone",
|
||||
"service": "designate",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "pool_list",
|
||||
"path": "/v2/pools",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "pool",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "pool_create",
|
||||
"path": "/v2/pools",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "pool",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "pool_show",
|
||||
"path": "/v2/pools/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "pool",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "pool_update",
|
||||
"path": "/v2/pools/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "pool",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "pool_patch",
|
||||
"path": "/v2/pools/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "pools",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "pool_delete",
|
||||
"path": "/v2/pools/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "pool",
|
||||
"service": "designate",
|
||||
"status_code": 204
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "collection",
|
||||
"method": "GET",
|
||||
"operation_id": "service_status_list",
|
||||
"path": "/v2/service_statuses",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"create_status": 201,
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service_statuse",
|
||||
"kind": "collection",
|
||||
"method": "POST",
|
||||
"operation_id": "service_status_create",
|
||||
"path": "/v2/service_statuses",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 201
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service_statuse",
|
||||
"kind": "item",
|
||||
"method": "GET",
|
||||
"operation_id": "service_status_show",
|
||||
"path": "/v2/service_statuses/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service_statuse",
|
||||
"kind": "item",
|
||||
"method": "PUT",
|
||||
"operation_id": "service_status_update",
|
||||
"path": "/v2/service_statuses/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"introduced_in": "yoga",
|
||||
"item_key": "service_statuse",
|
||||
"kind": "item",
|
||||
"method": "PATCH",
|
||||
"operation_id": "service_status_patch",
|
||||
"path": "/v2/service_statuses/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 200
|
||||
},
|
||||
{
|
||||
"collection_key": "service_statuses",
|
||||
"introduced_in": "yoga",
|
||||
"kind": "item",
|
||||
"method": "DELETE",
|
||||
"operation_id": "service_status_delete",
|
||||
"path": "/v2/service_statuses/{id}",
|
||||
"requires_auth": true,
|
||||
"requires_project": true,
|
||||
"resource_type": "service_status",
|
||||
"service": "designate",
|
||||
"status_code": 204
|
||||
}
|
||||
],
|
||||
"port": 9001,
|
||||
"service": "designate",
|
||||
"type": "dns",
|
||||
"version_path": "/v2/"
|
||||
}
|
||||
Reference in New Issue
Block a user