{ "uuid": "3ec42c57-d299-4774-992b-290ea3004f86", "lastMigration": 29, "name": "Certificate Manager API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "f243053b-8760-4f86-8030-7ffb6a07d86e", "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": "8ad43263-a2a4-45fd-8035-6cb749b77ec3", "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": "5af0f823-cc7d-4c32-bced-b713150920f9", "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": "4cef1276-2f7a-48c8-85eb-9a4064a59dcf", "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": "a9a5a255-3e40-4336-839f-5271d06e4bcf", "documentation": "Updates a DnsAuthorization.", "method": "patch", "endpoint": "v1/:name", "responses": [ { "uuid": "caa14328-3ac6-4007-9713-b6b77ef812da", "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": "921eac63-b2d4-435a-ae36-56a64f7eb184", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v1/:name/locations", "responses": [ { "uuid": "4b55753f-2d49-49ed-a1c2-b7798ccf8733", "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": "9af61cba-795c-4476-9567-f4c63a480e3d", "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": "d8c5c68e-588b-43f8-9411-7acd9f00fe12", "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": "5159a4ea-115f-4b5f-a906-a3d840d12e66", "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": "b64df716-b1cf-4123-a863-2bfdfdbf21f6", "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": "cbee3186-cb35-4bb3-a03a-4a09c8ffce0f", "documentation": "Lists CertificateIssuanceConfigs in a given project and location.", "method": "get", "endpoint": "v1/:parent/certificateIssuanceConfigs", "responses": [ { "uuid": "59f7d3c3-f663-4ce9-a94d-87a6c4030dd9", "body": "{\n \"certificateIssuanceConfigs\": [\n {\n \"certificateAuthorityConfig\": {\n \"certificateAuthorityServiceConfig\": {\n \"caPool\": \"\"\n }\n },\n \"createTime\": \"\",\n \"description\": \"\",\n \"keyAlgorithm\": \"{{oneOf (array 'KEY_ALGORITHM_UNSPECIFIED' 'RSA_2048' 'ECDSA_P256')}}\",\n \"labels\": {},\n \"lifetime\": \"\",\n \"name\": \"\",\n \"rotationWindowPercentage\": {{faker 'number.int' max=99999}},\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\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": "ab891c47-130c-4e97-9917-ed378e995888", "documentation": "Creates a new CertificateIssuanceConfig in a given project and location.", "method": "post", "endpoint": "v1/:parent/certificateIssuanceConfigs", "responses": [ { "uuid": "94bb44be-0e70-4897-864a-ce540b9f2cc3", "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": "421b2f55-6cb4-445a-863a-c3200bcc1b4e", "documentation": "Lists CertificateMapEntries in a given project and location.", "method": "get", "endpoint": "v1/:parent/certificateMapEntries", "responses": [ { "uuid": "4a573088-b653-45ae-ae41-cec6d294d92a", "body": "{\n \"certificateMapEntries\": [\n {\n \"certificates\": [\n \"\"\n ],\n \"createTime\": \"\",\n \"description\": \"\",\n \"hostname\": \"\",\n \"labels\": {},\n \"matcher\": \"{{oneOf (array 'MATCHER_UNSPECIFIED' 'PRIMARY')}}\",\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'SERVING_STATE_UNSPECIFIED' 'ACTIVE' 'PENDING')}}\",\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\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": "4894c195-5e6c-49a9-94b9-c115e194b60b", "documentation": "Creates a new CertificateMapEntry in a given project and location.", "method": "post", "endpoint": "v1/:parent/certificateMapEntries", "responses": [ { "uuid": "1b11a98b-821e-4cce-bbfd-8598e997c0da", "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": "2ad123e6-c02b-44fb-a090-e8ec218e1ff4", "documentation": "Lists CertificateMaps in a given project and location.", "method": "get", "endpoint": "v1/:parent/certificateMaps", "responses": [ { "uuid": "33afca6a-7953-4719-b3f9-ee5cd5dafe32", "body": "{\n \"certificateMaps\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"gclbTargets\": [\n {\n \"ipConfigs\": [\n {\n \"ipAddress\": \"\",\n \"ports\": [\n {{faker 'number.int' max=99999}}\n ]\n }\n ],\n \"targetHttpsProxy\": \"\",\n \"targetSslProxy\": \"\"\n }\n ],\n \"labels\": {},\n \"name\": \"\",\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\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": "481d3849-4f19-41b3-b5e2-63e7ffdc1e3d", "documentation": "Creates a new CertificateMap in a given project and location.", "method": "post", "endpoint": "v1/:parent/certificateMaps", "responses": [ { "uuid": "bf928317-bf2e-4fb4-9beb-c507854c727b", "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": "a45e57a4-368f-4a83-95d7-5ecc505c2a9c", "documentation": "Lists Certificates in a given project and location.", "method": "get", "endpoint": "v1/:parent/certificates", "responses": [ { "uuid": "bebfb3da-0413-4df3-bf05-2d9d3e5f9974", "body": "{\n \"certificates\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"expireTime\": \"\",\n \"labels\": {},\n \"managed\": {\n \"authorizationAttemptInfo\": [\n {\n \"details\": \"\",\n \"domain\": \"\",\n \"failureReason\": \"{{oneOf (array 'FAILURE_REASON_UNSPECIFIED' 'CONFIG' 'CAA' 'RATE_LIMITED')}}\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'AUTHORIZING' 'AUTHORIZED' 'FAILED')}}\"\n }\n ],\n \"dnsAuthorizations\": [\n \"\"\n ],\n \"domains\": [\n \"\"\n ],\n \"issuanceConfig\": \"\",\n \"provisioningIssue\": {\n \"details\": \"\",\n \"reason\": \"{{oneOf (array 'REASON_UNSPECIFIED' 'AUTHORIZATION_ISSUE' 'RATE_LIMITED')}}\"\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'FAILED' 'ACTIVE')}}\"\n },\n \"name\": \"\",\n \"pemCertificate\": \"\",\n \"sanDnsnames\": [\n \"\"\n ],\n \"scope\": \"{{oneOf (array 'DEFAULT' 'EDGE_CACHE')}}\",\n \"selfManaged\": {\n \"pemCertificate\": \"\",\n \"pemPrivateKey\": \"\"\n },\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\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": "62fba667-4cce-4f5b-bbe3-cb6d6349b1e2", "documentation": "Creates a new Certificate in a given project and location.", "method": "post", "endpoint": "v1/:parent/certificates", "responses": [ { "uuid": "9292d7f8-d48c-4801-b051-79dbae16778c", "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": "f711de56-554d-4d29-b15c-2ee28ea8c3e9", "documentation": "Lists DnsAuthorizations in a given project and location.", "method": "get", "endpoint": "v1/:parent/dnsAuthorizations", "responses": [ { "uuid": "abcd9baf-eaa8-4a41-acc9-2d58c8fab0c8", "body": "{\n \"dnsAuthorizations\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"dnsResourceRecord\": {\n \"data\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n \"domain\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"updateTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\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": "c78d14cf-a44e-400f-8417-e42eba057a1e", "documentation": "Creates a new DnsAuthorization in a given project and location.", "method": "post", "endpoint": "v1/:parent/dnsAuthorizations", "responses": [ { "uuid": "3a78d8df-8c9b-4e98-bf33-ccefc6adf761", "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": "f243053b-8760-4f86-8030-7ffb6a07d86e" }, { "type": "route", "uuid": "5af0f823-cc7d-4c32-bced-b713150920f9" }, { "type": "route", "uuid": "a9a5a255-3e40-4336-839f-5271d06e4bcf" }, { "type": "route", "uuid": "921eac63-b2d4-435a-ae36-56a64f7eb184" }, { "type": "route", "uuid": "9af61cba-795c-4476-9567-f4c63a480e3d" }, { "type": "route", "uuid": "5159a4ea-115f-4b5f-a906-a3d840d12e66" }, { "type": "route", "uuid": "cbee3186-cb35-4bb3-a03a-4a09c8ffce0f" }, { "type": "route", "uuid": "ab891c47-130c-4e97-9917-ed378e995888" }, { "type": "route", "uuid": "421b2f55-6cb4-445a-863a-c3200bcc1b4e" }, { "type": "route", "uuid": "4894c195-5e6c-49a9-94b9-c115e194b60b" }, { "type": "route", "uuid": "2ad123e6-c02b-44fb-a090-e8ec218e1ff4" }, { "type": "route", "uuid": "481d3849-4f19-41b3-b5e2-63e7ffdc1e3d" }, { "type": "route", "uuid": "a45e57a4-368f-4a83-95d7-5ecc505c2a9c" }, { "type": "route", "uuid": "62fba667-4cce-4f5b-bbe3-cb6d6349b1e2" }, { "type": "route", "uuid": "f711de56-554d-4d29-b15c-2ee28ea8c3e9" }, { "type": "route", "uuid": "c78d14cf-a44e-400f-8417-e42eba057a1e" } ] }