{ "uuid": "817ae597-0ebc-465b-a1ac-faf8fe6b585d", "lastMigration": 29, "name": "Cloud Runtime Configuration API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c8249a71-3d6d-4bab-b95f-5564d680ba09", "documentation": "Deletes the waiter with the specified name.", "method": "delete", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "a27b60fc-36f8-4853-87c4-98aeec5c8bfd", "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": "e9820f59-e62d-48f5-b3ad-0d5d62ce4bba", "documentation": "Gets information about a single waiter.", "method": "get", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "ebe0eacc-750a-4300-9795-9f97c0534adc", "body": "{\n \"createTime\": \"\",\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"failure\": {\n \"cardinality\": {\n \"number\": {{faker 'number.int' max=99999}},\n \"path\": \"\"\n }\n },\n \"name\": \"\",\n \"success\": {\n \"cardinality\": {\n \"number\": {{faker 'number.int' max=99999}},\n \"path\": \"\"\n }\n },\n \"timeout\": \"\"\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": "c8f0219c-3503-40f2-bb37-69dd30f0f6da", "documentation": "Updates an existing variable with a new value.", "method": "put", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "a8c3adf2-f468-41fc-81c4-b7ddac3a029d", "body": "{\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'VARIABLE_STATE_UNSPECIFIED' 'UPDATED' 'DELETED')}}\",\n \"text\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\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": "80e735c6-43dd-4c79-880b-61e308e56f07", "documentation": "Watches a specific variable and waits for a change in the variable's value. When there is a change, this method returns the new value or times out. If a variable is deleted while being watched, the `variableState` state is set to `DELETED` and the method returns the last known variable `value`. If you set the deadline for watching to a larger value than internal timeout (60 seconds), the current variable value is returned and the `variableState` will be `VARIABLE_STATE_UNSPECIFIED`. To learn more about creating a watcher, read the [Watching a Variable for Changes](/deployment-manager/runtime-configurator/watching-a-variable) documentation.", "method": "post", "endpoint": "v1beta1/:name:watch", "responses": [ { "uuid": "cde8b44a-14df-4571-9e5e-894f19dea1bc", "body": "{\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'VARIABLE_STATE_UNSPECIFIED' 'UPDATED' 'DELETED')}}\",\n \"text\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\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": "07523abc-e84e-4186-bc65-ada86af9055b", "documentation": "Lists all the RuntimeConfig resources within project.", "method": "get", "endpoint": "v1beta1/:parent/configs", "responses": [ { "uuid": "c93cfff3-69b2-4b5d-9f25-66a24abb86ee", "body": "{\n \"configs\": [\n {\n \"description\": \"\",\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": "ed1883e0-4c50-4a5b-99b5-5e329f67e84a", "documentation": "Creates a new RuntimeConfig resource. The configuration name must be unique within project.", "method": "post", "endpoint": "v1beta1/:parent/configs", "responses": [ { "uuid": "5bac1023-f9dd-4429-a7e9-bb0ea77b77f1", "body": "{\n \"description\": \"\",\n \"name\": \"\"\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": "5eb8123e-4ec0-4d46-a14a-30b5559dd3ea", "documentation": "Lists variables within given a configuration, matching any provided filters. This only lists variable names, not the values, unless `return_values` is true, in which case only variables that user has IAM permission to GetVariable will be returned.", "method": "get", "endpoint": "v1beta1/:parent/variables", "responses": [ { "uuid": "da3f1330-3410-4ea6-aa9c-764f4a46d304", "body": "{\n \"nextPageToken\": \"\",\n \"variables\": [\n {\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'VARIABLE_STATE_UNSPECIFIED' 'UPDATED' 'DELETED')}}\",\n \"text\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\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": "11272469-bad8-4216-927a-45649c5f2eec", "documentation": "Creates a variable within the given configuration. You cannot create a variable with a name that is a prefix of an existing variable name, or a name that has an existing variable name as a prefix. To learn more about creating a variable, read the [Setting and Getting Data](/deployment-manager/runtime-configurator/set-and-get-variables) documentation.", "method": "post", "endpoint": "v1beta1/:parent/variables", "responses": [ { "uuid": "776771db-dedb-4ba7-a5b8-fdb551f00b89", "body": "{\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'VARIABLE_STATE_UNSPECIFIED' 'UPDATED' 'DELETED')}}\",\n \"text\": \"\",\n \"updateTime\": \"\",\n \"value\": \"\"\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": "4dd9a107-f3ec-40e7-844b-fb3a96fff180", "documentation": "List waiters within the given configuration.", "method": "get", "endpoint": "v1beta1/:parent/waiters", "responses": [ { "uuid": "8b7f18d7-c196-45a7-99c0-e235812f38d0", "body": "{\n \"nextPageToken\": \"\",\n \"waiters\": [\n {\n \"createTime\": \"\",\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"failure\": {\n \"cardinality\": {\n \"number\": {{faker 'number.int' max=99999}},\n \"path\": \"\"\n }\n },\n \"name\": \"\",\n \"success\": {\n \"cardinality\": {\n \"number\": {{faker 'number.int' max=99999}},\n \"path\": \"\"\n }\n },\n \"timeout\": \"\"\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": "59aed449-76d7-48dd-9cdd-f426f4c0d159", "documentation": "Creates a Waiter resource. This operation returns a long-running Operation resource which can be polled for completion. However, a waiter with the given name will exist (and can be retrieved) prior to the operation completing. If the operation fails, the failed Waiter resource will still exist and must be deleted prior to subsequent creation attempts.", "method": "post", "endpoint": "v1beta1/:parent/waiters", "responses": [ { "uuid": "a5d0f7f7-3d78-439e-88c3-c2f9ddae3fd6", "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": "ad125ccf-2603-46c2-bb15-2733b4f69c94", "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": "v1beta1/:resource:getIamPolicy", "responses": [ { "uuid": "6d9898ce-9cd6-4b54-92f3-45748bbb4619", "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": "d33807a1-5b16-411e-86d8-6cc0fb2ecf39", "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": "v1beta1/:resource:setIamPolicy", "responses": [ { "uuid": "a21a135a-9fff-42f4-9bb0-138b4cdf108c", "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": "bf12f453-3cdb-43bb-97f7-57e06c0a20f0", "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": "v1beta1/:resource:testIamPermissions", "responses": [ { "uuid": "1afb4df1-7cc8-4e9c-a4e7-f0791d187323", "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": "c8249a71-3d6d-4bab-b95f-5564d680ba09" }, { "type": "route", "uuid": "e9820f59-e62d-48f5-b3ad-0d5d62ce4bba" }, { "type": "route", "uuid": "c8f0219c-3503-40f2-bb37-69dd30f0f6da" }, { "type": "route", "uuid": "80e735c6-43dd-4c79-880b-61e308e56f07" }, { "type": "route", "uuid": "07523abc-e84e-4186-bc65-ada86af9055b" }, { "type": "route", "uuid": "ed1883e0-4c50-4a5b-99b5-5e329f67e84a" }, { "type": "route", "uuid": "5eb8123e-4ec0-4d46-a14a-30b5559dd3ea" }, { "type": "route", "uuid": "11272469-bad8-4216-927a-45649c5f2eec" }, { "type": "route", "uuid": "4dd9a107-f3ec-40e7-844b-fb3a96fff180" }, { "type": "route", "uuid": "59aed449-76d7-48dd-9cdd-f426f4c0d159" }, { "type": "route", "uuid": "ad125ccf-2603-46c2-bb15-2733b4f69c94" }, { "type": "route", "uuid": "d33807a1-5b16-411e-86d8-6cc0fb2ecf39" }, { "type": "route", "uuid": "bf12f453-3cdb-43bb-97f7-57e06c0a20f0" } ] }