{ "uuid": "bdf8e4ce-78b3-45ec-820f-564fdee79194", "lastMigration": 29, "name": "Google Cloud Support API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7ae135a4-91f2-4078-8f09-867aeba500ad", "documentation": "Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by \" > \". For example \"Technical Issue > Compute > Compute Engine\".", "method": "get", "endpoint": "v2beta/caseClassifications:search", "responses": [ { "uuid": "e04ac883-2030-4364-bff0-ec89d8546a82", "body": "{\n \"caseClassifications\": [\n {\n \"displayName\": \"\",\n \"id\": \"\"\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": "38a2a5f5-b76d-474e-9dbe-9693ce5bcae9", "documentation": "Search cases using the specified query.", "method": "get", "endpoint": "v2beta/cases:search", "responses": [ { "uuid": "44f422b4-9541-452d-b1a3-7a30b297d1dc", "body": "{\n \"cases\": [\n {\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "2c029995-c455-47ce-a505-358043a4385c", "documentation": "Retrieve the specified case.", "method": "get", "endpoint": "v2beta/:name", "responses": [ { "uuid": "c4fa9453-a88d-44c9-b671-ee048afb4fa3", "body": "{\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "e0b58f99-ccc4-41e9-89d1-8b0e679d7d29", "documentation": "Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, priority, primary_contact, and labels) can be updated.", "method": "patch", "endpoint": "v2beta/:name", "responses": [ { "uuid": "7a6c90bb-8487-4c47-8383-a01a9dcfe692", "body": "{\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "8ef2a994-9afd-4821-9417-c985212f1e11", "documentation": "Close the specified case.", "method": "post", "endpoint": "v2beta/:name:close", "responses": [ { "uuid": "e4eed6a6-b872-4e93-8ef3-bb59089515fe", "body": "{\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "179fc6d7-bd68-4be8-b388-b33d4e59d0e0", "documentation": "Download a file attachment on a case. Note: HTTP requests must append \"?alt=media\" to the URL.", "method": "get", "endpoint": "v2beta/:name:download", "responses": [ { "uuid": "c1e3591e-bd6b-49b2-b372-ab5d04b21d00", "body": "{\n \"algorithm\": \"\",\n \"bigstoreObjectRef\": \"\",\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"compositeMedia\": [\n {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n }\n ],\n \"contentType\": \"\",\n \"contentTypeInfo\": {\n \"bestGuess\": \"\",\n \"fromBytes\": \"\",\n \"fromFileName\": \"\",\n \"fromHeader\": \"\",\n \"fromUrlPath\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"diffChecksumsResponse\": {\n \"checksumsLocation\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n },\n \"chunkSizeBytes\": \"\",\n \"objectLocation\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n },\n \"objectSizeBytes\": \"\",\n \"objectVersion\": \"\"\n },\n \"diffDownloadResponse\": {\n \"objectLocation\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n }\n },\n \"diffUploadRequest\": {\n \"checksumsInfo\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n },\n \"objectInfo\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n },\n \"objectVersion\": \"\"\n },\n \"diffUploadResponse\": {\n \"objectVersion\": \"\",\n \"originalObject\": {\n \"blobRef\": \"\",\n \"blobstore2Info\": {\n \"blobGeneration\": \"\",\n \"blobId\": \"\",\n \"downloadReadHandle\": \"\",\n \"readToken\": \"\",\n \"uploadMetadataContainer\": \"\"\n },\n \"cosmoBinaryReference\": \"\",\n \"crc32cHash\": {{faker 'number.int' max=99999}},\n \"inline\": \"\",\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'BIGSTORE_REF' 'COSMO_BINARY_REFERENCE')}}\",\n \"sha1Hash\": \"\"\n }\n },\n \"diffVersionResponse\": {\n \"objectSizeBytes\": \"\",\n \"objectVersion\": \"\"\n },\n \"downloadParameters\": {\n \"allowGzipCompression\": {{faker 'datatype.boolean'}},\n \"ignoreRange\": {{faker 'datatype.boolean'}}\n },\n \"filename\": \"\",\n \"hash\": \"\",\n \"hashVerified\": {{faker 'datatype.boolean'}},\n \"inline\": \"\",\n \"isPotentialRetry\": {{faker 'datatype.boolean'}},\n \"length\": \"\",\n \"md5Hash\": \"\",\n \"mediaId\": \"\",\n \"objectId\": {\n \"bucketName\": \"\",\n \"generation\": \"\",\n \"objectName\": \"\"\n },\n \"path\": \"\",\n \"referenceType\": \"{{oneOf (array 'PATH' 'BLOB_REF' 'INLINE' 'GET_MEDIA' 'COMPOSITE_MEDIA' 'BIGSTORE_REF' 'DIFF_VERSION_RESPONSE' 'DIFF_CHECKSUMS_RESPONSE' 'DIFF_DOWNLOAD_RESPONSE' 'DIFF_UPLOAD_REQUEST' 'DIFF_UPLOAD_RESPONSE' 'COSMO_BINARY_REFERENCE' 'ARBITRARY_BYTES')}}\",\n \"sha1Hash\": \"\",\n \"sha256Hash\": \"\",\n \"timestamp\": \"\",\n \"token\": \"\"\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": "94e1e66d-d42a-47c8-98f1-f2b753a57f86", "documentation": "Escalate a case. Escalating a case will initiate the Cloud Support escalation management process. This operation is only available to certain Customer Care tiers. Go to https://cloud.google.com/support and look for 'Technical support escalations' in the feature list to find out which tiers are able to perform escalations.", "method": "post", "endpoint": "v2beta/:name:escalate", "responses": [ { "uuid": "616dec5d-15a6-48e2-b07c-bcacc28bcaee", "body": "{\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "e712e18a-9ad3-471a-9bcb-7c573357725c", "documentation": "Retrieve all attachments associated with a support case.", "method": "get", "endpoint": "v2beta/:parent/attachments", "responses": [ { "uuid": "dafc8aef-e530-49d0-b3ca-f5fd39ff6516", "body": "{\n \"attachments\": [\n {\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"name\": \"\",\n \"sizeBytes\": \"\"\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": "93546876-c920-47b2-8260-2d9eb2ddb111", "documentation": "Create a file attachment on a case or Cloud resource.", "method": "post", "endpoint": "v2beta/:parent/attachments", "responses": [ { "uuid": "bf68c125-ae5f-415b-a879-b596373e21c9", "body": "{\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"name\": \"\",\n \"sizeBytes\": \"\"\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": "1ea7c6b7-1e53-423d-9fa7-d1ee625b8d77", "documentation": "Retrieve all cases under the specified parent. Note: Listing cases under an Organization returns only the cases directly parented by that organization. To retrieve all cases under an organization, including cases parented by projects under that organization, use `cases.search`.", "method": "get", "endpoint": "v2beta/:parent/cases", "responses": [ { "uuid": "a07bc16e-1154-47ff-be08-e03438a04cd7", "body": "{\n \"cases\": [\n {\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "bc463e2c-190c-43d5-8a7a-09ee03db5d05", "documentation": "Create a new case and associate it with the given Cloud resource.", "method": "post", "endpoint": "v2beta/:parent/cases", "responses": [ { "uuid": "c4a3a2a5-f79d-4e06-ad21-36c36e03f82b", "body": "{\n \"classification\": {\n \"displayName\": \"\",\n \"id\": \"\"\n },\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"escalated\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"priority\": \"{{oneOf (array 'PRIORITY_UNSPECIFIED' 'P0' 'P1' 'P2' 'P3' 'P4')}}\",\n \"severity\": \"{{oneOf (array 'SEVERITY_UNSPECIFIED' 'S0' 'S1' 'S2' 'S3' 'S4')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'NEW' 'IN_PROGRESS_GOOGLE_SUPPORT' 'ACTION_REQUIRED' 'SOLUTION_PROVIDED' 'CLOSED')}}\",\n \"subscriberEmailAddresses\": [\n \"\"\n ],\n \"testCase\": {{faker 'datatype.boolean'}},\n \"timeZone\": \"\",\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": "1bdc0db0-cbf5-45cf-aea7-58e2d0f3ea1f", "documentation": "Retrieve all Comments associated with the Case object.", "method": "get", "endpoint": "v2beta/:parent/comments", "responses": [ { "uuid": "ad8cc7de-01cb-473c-b18c-dbcb52c8b3ae", "body": "{\n \"comments\": [\n {\n \"body\": \"\",\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"name\": \"\",\n \"plainTextBody\": \"\"\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": "4e87d024-935c-4441-bef1-9d3b2c9ede21", "documentation": "Add a new comment to the specified Case.", "method": "post", "endpoint": "v2beta/:parent/comments", "responses": [ { "uuid": "68a8dbf0-0709-45fa-b6c1-c8bc03dcce26", "body": "{\n \"body\": \"\",\n \"createTime\": \"\",\n \"creator\": {\n \"displayName\": \"\",\n \"email\": \"\",\n \"googleSupport\": {{faker 'datatype.boolean'}}\n },\n \"name\": \"\",\n \"plainTextBody\": \"\"\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": "7ae135a4-91f2-4078-8f09-867aeba500ad" }, { "type": "route", "uuid": "38a2a5f5-b76d-474e-9dbe-9693ce5bcae9" }, { "type": "route", "uuid": "2c029995-c455-47ce-a505-358043a4385c" }, { "type": "route", "uuid": "e0b58f99-ccc4-41e9-89d1-8b0e679d7d29" }, { "type": "route", "uuid": "8ef2a994-9afd-4821-9417-c985212f1e11" }, { "type": "route", "uuid": "179fc6d7-bd68-4be8-b388-b33d4e59d0e0" }, { "type": "route", "uuid": "94e1e66d-d42a-47c8-98f1-f2b753a57f86" }, { "type": "route", "uuid": "e712e18a-9ad3-471a-9bcb-7c573357725c" }, { "type": "route", "uuid": "93546876-c920-47b2-8260-2d9eb2ddb111" }, { "type": "route", "uuid": "1ea7c6b7-1e53-423d-9fa7-d1ee625b8d77" }, { "type": "route", "uuid": "bc463e2c-190c-43d5-8a7a-09ee03db5d05" }, { "type": "route", "uuid": "1bdc0db0-cbf5-45cf-aea7-58e2d0f3ea1f" }, { "type": "route", "uuid": "4e87d024-935c-4441-bef1-9d3b2c9ede21" } ] }