{ "uuid": "8a69fc37-48f1-48bf-ae73-191f8c6661ec", "lastMigration": 29, "name": "Workflows API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "27a7a893-5ef6-47dc-9a64-997d7f8305b2", "documentation": "Deletes a workflow with the specified name. This method also cancels and deletes all running executions of the workflow.", "method": "delete", "endpoint": "v1beta/:name", "responses": [ { "uuid": "f13eeda5-7c33-4ee2-a5c4-843b641e3636", "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": "8243b6bf-bded-4eae-be55-9d9e198b608c", "documentation": "Gets details of a single Workflow.", "method": "get", "endpoint": "v1beta/:name", "responses": [ { "uuid": "73d0264b-ffe7-4627-8ce2-11b964debefd", "body": "{\n \"createTime\": \"\",\n \"description\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"serviceAccount\": \"\",\n \"sourceContents\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'ACTIVE')}}\",\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": "931474ff-947c-4d28-8f47-13a86e27f6bc", "documentation": "Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow may be created as a result of a successful update operation. In that case, such revision will be used in new workflow executions.", "method": "patch", "endpoint": "v1beta/:name", "responses": [ { "uuid": "1bcff4d6-f7f3-485f-9e50-31cc1405dd06", "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": "671bfba6-727a-469b-bfbc-977e712d91d5", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v1beta/:name/locations", "responses": [ { "uuid": "901808a2-6ccc-4919-8bbd-2b65442e5124", "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": "07db8225-5c1d-43a5-b162-c069324a3105", "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": "v1beta/:name/operations", "responses": [ { "uuid": "7ab842aa-ba3e-4e95-9b29-603509cb1e30", "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": "340bfe7b-c195-45f7-9ecb-ab4e61c0d6ad", "documentation": "Lists Workflows in a given project and location. The default order is not specified.", "method": "get", "endpoint": "v1beta/:parent/workflows", "responses": [ { "uuid": "361c0e5f-5d95-4e60-b80f-6f8e6641383d", "body": "{\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ],\n \"workflows\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"revisionCreateTime\": \"\",\n \"revisionId\": \"\",\n \"serviceAccount\": \"\",\n \"sourceContents\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'ACTIVE')}}\",\n \"updateTime\": \"\"\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": "d693fcf5-273e-475c-aff0-164d6aa8b033", "documentation": "Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error.", "method": "post", "endpoint": "v1beta/:parent/workflows", "responses": [ { "uuid": "b73629d1-c22c-4380-aede-744ea16f058d", "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" } ], "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": "27a7a893-5ef6-47dc-9a64-997d7f8305b2" }, { "type": "route", "uuid": "8243b6bf-bded-4eae-be55-9d9e198b608c" }, { "type": "route", "uuid": "931474ff-947c-4d28-8f47-13a86e27f6bc" }, { "type": "route", "uuid": "671bfba6-727a-469b-bfbc-977e712d91d5" }, { "type": "route", "uuid": "07db8225-5c1d-43a5-b162-c069324a3105" }, { "type": "route", "uuid": "340bfe7b-c195-45f7-9ecb-ab4e61c0d6ad" }, { "type": "route", "uuid": "d693fcf5-273e-475c-aff0-164d6aa8b033" } ] }