{ "uuid": "31959e6d-46d6-4516-953b-318304efdd49", "lastMigration": 29, "name": "Apigee Registry API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7d3aae55-ac65-49f1-b555-2f34e167855d", "documentation": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", "method": "delete", "endpoint": "v1/:name", "responses": [ { "uuid": "ce9d0467-d6a5-47f4-94c0-5aad44f00efa", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8748338a-482a-42be-a370-55cf554be451", "documentation": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "c0ef13a6-f16f-4939-ba98-ea85e5db8629", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ecb2f55-b4ec-47e8-ab99-81f278230227", "documentation": "Used to modify a specified spec.", "method": "patch", "endpoint": "v1/:name", "responses": [ { "uuid": "39002901-74b9-45cc-b4d1-858e67911062", "body": "{\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03822565-376f-4f05-a174-e1e857d83590", "documentation": "Used to replace a specified artifact.", "method": "put", "endpoint": "v1/:name", "responses": [ { "uuid": "655fcc4f-5c0b-4d4c-b085-4aa7a0556331", "body": "{\n \"contents\": \"\",\n \"createTime\": \"\",\n \"hash\": \"\",\n \"mimeType\": \"\",\n \"name\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6ed5b9e-7eb3-458f-b5e1-df1692807512", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v1/:name/locations", "responses": [ { "uuid": "eea55ce1-19b3-4980-8b54-7e726c30eb12", "body": "{\n \"locations\": [\n {\n \"displayName\": \"\",\n \"labels\": {},\n \"locationId\": \"\",\n \"metadata\": {},\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88e5fbe1-ed86-4e03-8d8f-ddc5177c70d0", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1/:name/operations", "responses": [ { "uuid": "2c10bb0b-94c2-4e7e-89e7-3e64d1d39338", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51e24cb8-cfd8-4677-80f2-e6113f589e00", "documentation": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "method": "post", "endpoint": "v1/:name:cancel", "responses": [ { "uuid": "2a9a6f1e-7d20-4ae6-8e73-38351e5df335", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8340bc4d-b959-4e13-830a-e6b9645ac6d1", "documentation": "Deletes a revision of a spec.", "method": "delete", "endpoint": "v1/:name:deleteRevision", "responses": [ { "uuid": "2821540b-42e0-4d10-a6b4-bdfd589ee85a", "body": "{\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a45bff96-62a3-4451-aff9-a0ba10910b4e", "documentation": "Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned).", "method": "get", "endpoint": "v1/:name:getContents", "responses": [ { "uuid": "2353417f-483e-4d56-9ecb-799a0d3137ba", "body": "{\n \"contentType\": \"\",\n \"data\": \"\",\n \"extensions\": [\n {}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "942dc502-e324-44c2-8f7a-19f5ef9eee60", "documentation": "Lists all revisions of a spec. Revisions are returned in descending order of revision creation time.", "method": "get", "endpoint": "v1/:name:listRevisions", "responses": [ { "uuid": "c67b19be-647e-41fe-a279-6bdb05dffe5e", "body": "{\n \"apiSpecs\": [\n {\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11704162-e4f6-4614-b872-bb5e0cbc198a", "documentation": "Sets the current revision to a specified prior revision. Note that this creates a new revision with a new revision ID.", "method": "post", "endpoint": "v1/:name:rollback", "responses": [ { "uuid": "a6d932e3-4f9e-41b1-aac9-cd392dfedda7", "body": "{\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4293247b-a951-492f-af35-fa2104c3e482", "documentation": "Adds a tag to a specified revision of a spec.", "method": "post", "endpoint": "v1/:name:tagRevision", "responses": [ { "uuid": "cd05bc00-b3a9-40c1-900e-3bdda09c7d7a", "body": "{\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47fe0f3f-dfcb-43c3-885a-881551f59ab9", "documentation": "Returns matching APIs.", "method": "get", "endpoint": "v1/:parent/apis", "responses": [ { "uuid": "6eee806b-fa93-46d6-9669-440359fd5216", "body": "{\n \"apis\": [\n {\n \"annotations\": {},\n \"availability\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"recommendedDeployment\": \"\",\n \"recommendedVersion\": \"\",\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4379e8b5-1e9b-4449-820e-c94afed350d1", "documentation": "Creates a specified API.", "method": "post", "endpoint": "v1/:parent/apis", "responses": [ { "uuid": "34ec6849-33c3-46d3-ab90-d082b790da74", "body": "{\n \"annotations\": {},\n \"availability\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"recommendedDeployment\": \"\",\n \"recommendedVersion\": \"\",\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a5faf3e-8184-4dc6-8aa1-9694b3f3163b", "documentation": "Returns matching artifacts.", "method": "get", "endpoint": "v1/:parent/artifacts", "responses": [ { "uuid": "33ba4480-c4c8-4053-9da6-532460b2f47e", "body": "{\n \"artifacts\": [\n {\n \"contents\": \"\",\n \"createTime\": \"\",\n \"hash\": \"\",\n \"mimeType\": \"\",\n \"name\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b50345d3-4b07-421e-a0fa-dff5dc2b25b1", "documentation": "Creates a specified artifact.", "method": "post", "endpoint": "v1/:parent/artifacts", "responses": [ { "uuid": "2be4fc39-cd10-40b7-b06a-4469a039a93b", "body": "{\n \"contents\": \"\",\n \"createTime\": \"\",\n \"hash\": \"\",\n \"mimeType\": \"\",\n \"name\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4279060d-32e3-4cf1-9829-db45f20ea0fc", "documentation": "Returns matching deployments.", "method": "get", "endpoint": "v1/:parent/deployments", "responses": [ { "uuid": "bb93ae1e-ae51-4a61-85e4-06491c4d2bec", "body": "{\n \"apiDeployments\": [\n {\n \"accessGuidance\": \"\",\n \"annotations\": {},\n \"apiSpecRevision\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"endpointUri\": \"\",\n \"externalChannelUri\": \"\",\n \"intendedAudience\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c1ca9f0-e45e-4f27-923e-566eda87d507", "documentation": "Creates a specified deployment.", "method": "post", "endpoint": "v1/:parent/deployments", "responses": [ { "uuid": "6535289d-ce9d-4b71-aed5-623379334b81", "body": "{\n \"accessGuidance\": \"\",\n \"annotations\": {},\n \"apiSpecRevision\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"endpointUri\": \"\",\n \"externalChannelUri\": \"\",\n \"intendedAudience\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e08cced-9aea-4193-abce-dcce593c7d20", "documentation": "Provisions instance resources for the Registry.", "method": "post", "endpoint": "v1/:parent/instances", "responses": [ { "uuid": "5633d454-adeb-40c2-be26-ba9c19a965dc", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d0160a1-eefe-4010-8dd6-c2977b789de9", "documentation": "Returns matching specs.", "method": "get", "endpoint": "v1/:parent/specs", "responses": [ { "uuid": "56ec4687-3b01-4bec-ba83-8aa975df8c4b", "body": "{\n \"apiSpecs\": [\n {\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37661dd2-7272-47b3-ad25-3d6ea9362fce", "documentation": "Creates a specified spec.", "method": "post", "endpoint": "v1/:parent/specs", "responses": [ { "uuid": "303fb6f7-6132-4d0b-a2e8-7fad498adb04", "body": "{\n \"annotations\": {},\n \"contents\": \"\",\n \"createTime\": \"\",\n \"description\": \"\",\n \"filename\": \"\",\n \"hash\": \"\",\n \"labels\": {},\n \"mimeType\": \"\",\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"revisionUpdateTime\": \"\",\n \"sizeBytes\": {{faker 'number.int' max=99999}},\n \"sourceUri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83287ce1-5cfe-4d73-9ec1-b95a580089ea", "documentation": "Returns matching versions.", "method": "get", "endpoint": "v1/:parent/versions", "responses": [ { "uuid": "90b2da1e-c819-4e51-b5b2-57fe4be24067", "body": "{\n \"apiVersions\": [\n {\n \"annotations\": {},\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"state\": \"\",\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f80a114d-734e-4190-8bbd-421ab63491e9", "documentation": "Creates a specified version.", "method": "post", "endpoint": "v1/:parent/versions", "responses": [ { "uuid": "8ec62c6a-b9fe-4fc0-a6de-317d0d9effd9", "body": "{\n \"annotations\": {},\n \"createTime\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"state\": \"\",\n \"updateTime\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eaddd55c-8e6c-4f34-9615-dfbea7828d01", "documentation": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", "method": "get", "endpoint": "v1/:resource:getIamPolicy", "responses": [ { "uuid": "089b9f49-5048-4ebf-8575-74b2e7ee6803", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "227f2fa3-9bcb-4373-ad41-538aa35cb9ee", "documentation": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", "method": "post", "endpoint": "v1/:resource:setIamPolicy", "responses": [ { "uuid": "2fbc93f9-5d5c-4797-8156-036832f168ad", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b55d2076-70e4-45d3-8cf1-dfd1834ebd79", "documentation": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", "method": "post", "endpoint": "v1/:resource:testIamPermissions", "responses": [ { "uuid": "e3fc7c59-cf7e-490e-a269-b6670c909d70", "body": "{\n \"permissions\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7d3aae55-ac65-49f1-b555-2f34e167855d" }, { "type": "route", "uuid": "8748338a-482a-42be-a370-55cf554be451" }, { "type": "route", "uuid": "4ecb2f55-b4ec-47e8-ab99-81f278230227" }, { "type": "route", "uuid": "03822565-376f-4f05-a174-e1e857d83590" }, { "type": "route", "uuid": "e6ed5b9e-7eb3-458f-b5e1-df1692807512" }, { "type": "route", "uuid": "88e5fbe1-ed86-4e03-8d8f-ddc5177c70d0" }, { "type": "route", "uuid": "51e24cb8-cfd8-4677-80f2-e6113f589e00" }, { "type": "route", "uuid": "8340bc4d-b959-4e13-830a-e6b9645ac6d1" }, { "type": "route", "uuid": "a45bff96-62a3-4451-aff9-a0ba10910b4e" }, { "type": "route", "uuid": "942dc502-e324-44c2-8f7a-19f5ef9eee60" }, { "type": "route", "uuid": "11704162-e4f6-4614-b872-bb5e0cbc198a" }, { "type": "route", "uuid": "4293247b-a951-492f-af35-fa2104c3e482" }, { "type": "route", "uuid": "47fe0f3f-dfcb-43c3-885a-881551f59ab9" }, { "type": "route", "uuid": "4379e8b5-1e9b-4449-820e-c94afed350d1" }, { "type": "route", "uuid": "2a5faf3e-8184-4dc6-8aa1-9694b3f3163b" }, { "type": "route", "uuid": "b50345d3-4b07-421e-a0fa-dff5dc2b25b1" }, { "type": "route", "uuid": "4279060d-32e3-4cf1-9829-db45f20ea0fc" }, { "type": "route", "uuid": "4c1ca9f0-e45e-4f27-923e-566eda87d507" }, { "type": "route", "uuid": "8e08cced-9aea-4193-abce-dcce593c7d20" }, { "type": "route", "uuid": "7d0160a1-eefe-4010-8dd6-c2977b789de9" }, { "type": "route", "uuid": "37661dd2-7272-47b3-ad25-3d6ea9362fce" }, { "type": "route", "uuid": "83287ce1-5cfe-4d73-9ec1-b95a580089ea" }, { "type": "route", "uuid": "f80a114d-734e-4190-8bbd-421ab63491e9" }, { "type": "route", "uuid": "eaddd55c-8e6c-4f34-9615-dfbea7828d01" }, { "type": "route", "uuid": "227f2fa3-9bcb-4373-ad41-538aa35cb9ee" }, { "type": "route", "uuid": "b55d2076-70e4-45d3-8cf1-dfd1834ebd79" } ] }