id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/4448e0da-a714-4bfe-bd50-7709c23a3ecb/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_nodePool | To update the name of a node pool, edit the tags applied to it, or adjust its
number of nodes, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID with the
following attributes. | 202 | null | {"node_pool": {"id": "cdda885e-7663-40c8-bc74-3a036c66545d", "name": "renamed-pool", "size": "s-1vcpu-2gb", "count": 3, "tags": ["production", "web-team", "front-end", "new-tag", "k8s", "k8s:bd5f5959-5e1e-4205-a714-a914373942af", "k8s:worker"], "labels": null, "taints": [], "auto_scale": true, "min_nodes": 3, "max_node... | {"properties": {"node_pool": {"type": "object", "allOf": [{"type": "object", "properties": {"size": {"description": "**Omitted**"}}}, {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "count": {"description": "**Omitted**"}, "tags": {"description": "**Omitte... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1702fc21-e84a-4fcb-ad34-2c12d54c34d4/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_create_cluster | To create a new Kubernetes cluster, send a POST request to
/v2/kubernetes/clusters. The request must contain at least one node pool
with at least one worker.
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies tha... | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1702fc21-e84a-4fcb-ad34-2c12d54c34d4/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_create_cluster | To create a new Kubernetes cluster, send a POST request to
/v2/kubernetes/clusters. The request must contain at least one node pool
with at least one worker.
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies tha... | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1702fc21-e84a-4fcb-ad34-2c12d54c34d4/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_create_cluster | To create a new Kubernetes cluster, send a POST request to
/v2/kubernetes/clusters. The request must contain at least one node pool
with at least one worker.
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies tha... | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1702fc21-e84a-4fcb-ad34-2c12d54c34d4/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_create_cluster | To create a new Kubernetes cluster, send a POST request to
/v2/kubernetes/clusters. The request must contain at least one node pool
with at least one worker.
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies tha... | 201 | null | {"kubernetes_cluster": {"id": "bd5f5959-5e1e-4205-a714-a914373942af", "name": "prod-cluster-01", "region": "nyc1", "version": "1.18.6-do.0", "cluster_subnet": "10.244.0.0/16", "service_subnet": "10.245.0.0/16", "vpc_uuid": "c33931f2-a26a-4e61-b85c-4e95a2ec431b", "ipv4": "", "endpoint": "", "tags": ["k8s", "k8s:bd5f5959... | {"properties": {"kubernetes_cluster": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a Kubernetes cluster."}, "name": {"type": "string", "description": "A human-readable name for a Kubernetes cluster."}, "region": {"typ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1702fc21-e84a-4fcb-ad34-2c12d54c34d4/3/1 | Digital Ocean | Digital Ocean Public API | null | kubernetes_create_cluster | To create a new Kubernetes cluster, send a POST request to
/v2/kubernetes/clusters. The request must contain at least one node pool
with at least one worker.
The request may contain a maintenance window policy describing a time period
when disruptive maintenance tasks may be carried out. Omitting the policy
implies tha... | 201 | null | {"kubernetes_clusters": {"id": "bd5f5959-5e1e-4205-a714-a914373942af", "name": "prod-cluster-01", "region": "nyc1", "version": "1.18.6-do.0", "cluster_subnet": "10.244.0.0/16", "service_subnet": "10.245.0.0/16", "vpc_uuid": "c33931f2-a26a-4e61-b85c-4e95a2ec431b", "ipv4": "", "endpoint": "", "tags": ["production", "web-... | {"properties": {"kubernetes_cluster": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a Kubernetes cluster."}, "name": {"type": "string", "description": "A human-readable name for a Kubernetes cluster."}, "region": {"typ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/e8b7db98-dfa9-411e-b157-ad0d2663f30e/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_clusters | To list all of the Kubernetes clusters on your account, send a GET request
to /v2/kubernetes/clusters. | 200 | null | {"kubernetes_clusters": [{"id": "bd5f5959-5e1e-4205-a714-a914373942af", "name": "prod-cluster-01", "region": "nyc1", "version": "1.18.6-do.0", "cluster_subnet": "10.244.0.0/16", "service_subnet": "10.245.0.0/16", "vpc_uuid": "c33931f2-a26a-4e61-b85c-4e95a2ec431b", "ipv4": "68.183.121.157", "endpoint": "https://bd5f5959... | {"allOf": [{"type": "object", "properties": {"kubernetes_clusters": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a Kubernetes cluster."}, "name": {"type": "string", "description": "A human-r... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/e8b7db98-dfa9-411e-b157-ad0d2663f30e/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_clusters | To list all of the Kubernetes clusters on your account, send a GET request
to /v2/kubernetes/clusters. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/e8b7db98-dfa9-411e-b157-ad0d2663f30e/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_clusters | To list all of the Kubernetes clusters on your account, send a GET request
to /v2/kubernetes/clusters. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/e8b7db98-dfa9-411e-b157-ad0d2663f30e/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_clusters | To list all of the Kubernetes clusters on your account, send a GET request
to /v2/kubernetes/clusters. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaadb8b-9087-4640-a218-32c763d619a0/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_destroy_associatedResourcesDangerous | To delete a Kubernetes cluster with all of its associated resources, send a
DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/dangerous.
A 204 status code with no body will be returned in response to a successful request. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaadb8b-9087-4640-a218-32c763d619a0/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_destroy_associatedResourcesDangerous | To delete a Kubernetes cluster with all of its associated resources, send a
DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/dangerous.
A 204 status code with no body will be returned in response to a successful request. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaadb8b-9087-4640-a218-32c763d619a0/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_destroy_associatedResourcesDangerous | To delete a Kubernetes cluster with all of its associated resources, send a
DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/dangerous.
A 204 status code with no body will be returned in response to a successful request. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaadb8b-9087-4640-a218-32c763d619a0/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_destroy_associatedResourcesDangerous | To delete a Kubernetes cluster with all of its associated resources, send a
DELETE request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources/dangerous.
A 204 status code with no body will be returned in response to a successful request. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/860d3566-636d-4565-b7a3-1660c9992e1b/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_cluster | To show information about an existing Kubernetes cluster, send a GET request
to /v2/kubernetes/clusters/$K8S_CLUSTER_ID. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/860d3566-636d-4565-b7a3-1660c9992e1b/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_cluster | To show information about an existing Kubernetes cluster, send a GET request
to /v2/kubernetes/clusters/$K8S_CLUSTER_ID. | 200 | null | {"kubernetes_cluster": {"id": "bd5f5959-5e1e-4205-a714-a914373942af", "name": "prod-cluster-01", "region": "nyc1", "version": "1.18.6-do.0", "cluster_subnet": "10.244.0.0/16", "service_subnet": "10.245.0.0/16", "vpc_uuid": "c33931f2-a26a-4e61-b85c-4e95a2ec431b", "ipv4": "68.183.121.157", "endpoint": "https://bd5f5959-5... | {"properties": {"kubernetes_cluster": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a Kubernetes cluster."}, "name": {"type": "string", "description": "A human-readable name for a Kubernetes cluster."}, "region": {"typ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/860d3566-636d-4565-b7a3-1660c9992e1b/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_cluster | To show information about an existing Kubernetes cluster, send a GET request
to /v2/kubernetes/clusters/$K8S_CLUSTER_ID. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/860d3566-636d-4565-b7a3-1660c9992e1b/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_cluster | To show information about an existing Kubernetes cluster, send a GET request
to /v2/kubernetes/clusters/$K8S_CLUSTER_ID. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/860d3566-636d-4565-b7a3-1660c9992e1b/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_cluster | To show information about an existing Kubernetes cluster, send a GET request
to /v2/kubernetes/clusters/$K8S_CLUSTER_ID. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/82a3f3c6-4345-495e-bca7-26b99747ec03/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_availableUpgrades | To determine whether a cluster can be upgraded, and the versions to which it
can be upgraded, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrades. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/82a3f3c6-4345-495e-bca7-26b99747ec03/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_availableUpgrades | To determine whether a cluster can be upgraded, and the versions to which it
can be upgraded, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrades. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/82a3f3c6-4345-495e-bca7-26b99747ec03/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_availableUpgrades | To determine whether a cluster can be upgraded, and the versions to which it
can be upgraded, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrades. | 200 | null | {"available_upgrade_versions": [{"slug": "1.16.13-do.0", "kubernetes_version": "1.16.13", "supported_features": []}]} | {"type": "object", "properties": {"available_upgrade_versions": {"type": ["array", "null"], "items": {"type": "object", "properties": {"slug": {"type": "string", "description": "The slug identifier for an available version of Kubernetes for use when creating or updating a cluster. The string contains both the upstream ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/82a3f3c6-4345-495e-bca7-26b99747ec03/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_availableUpgrades | To determine whether a cluster can be upgraded, and the versions to which it
can be upgraded, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrades. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/82a3f3c6-4345-495e-bca7-26b99747ec03/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_availableUpgrades | To determine whether a cluster can be upgraded, and the versions to which it
can be upgraded, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrades. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d883b3f4-4232-4d50-8fa4-227d106cf81e/0/0 | Digital Ocean | Digital Ocean Public API | null | invoices_get_summaryByUUID | To retrieve a summary for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID/summary. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d883b3f4-4232-4d50-8fa4-227d106cf81e/1/0 | Digital Ocean | Digital Ocean Public API | null | invoices_get_summaryByUUID | To retrieve a summary for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID/summary. | 200 | null | {"invoice_uuid": "22737513-0ea7-4206-8ceb-98a575af7681", "billing_period": "2020-01", "amount": "27.13", "user_name": "Sammy Shark", "user_billing_address": {"address_line1": "101 Shark Row", "address_line2": " ", "city": "Atlantis", "region": "OC", "postal_code": "12345", "country_iso2_code": "US", "created_at": "2019... | {"type": "object", "properties": {"invoice_uuid": {"type": "string", "description": "UUID of the invoice"}, "billing_period": {"type": "string", "description": "Billing period of usage for which the invoice is issued, in `YYYY-MM` format."}, "amount": {"type": "string", "description": "Total amount of the invoice, in ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d883b3f4-4232-4d50-8fa4-227d106cf81e/2/0 | Digital Ocean | Digital Ocean Public API | null | invoices_get_summaryByUUID | To retrieve a summary for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID/summary. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d883b3f4-4232-4d50-8fa4-227d106cf81e/3/0 | Digital Ocean | Digital Ocean Public API | null | invoices_get_summaryByUUID | To retrieve a summary for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID/summary. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d883b3f4-4232-4d50-8fa4-227d106cf81e/4/0 | Digital Ocean | Digital Ocean Public API | null | invoices_get_summaryByUUID | To retrieve a summary for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID/summary. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ed705da6-a97c-4569-bb8c-a4cc59295b4c/0/0 | Digital Ocean | Digital Ocean Public API | null | databases_list_firewall_rules | To list all of a database cluster's firewall rules (known as "trusted sources" in the control panel), send a GET request to /v2/databases/$DATABASE_ID/firewall.
The result will be a JSON object with a rules key. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ed705da6-a97c-4569-bb8c-a4cc59295b4c/1/0 | Digital Ocean | Digital Ocean Public API | null | databases_list_firewall_rules | To list all of a database cluster's firewall rules (known as "trusted sources" in the control panel), send a GET request to /v2/databases/$DATABASE_ID/firewall.
The result will be a JSON object with a rules key. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ed705da6-a97c-4569-bb8c-a4cc59295b4c/2/0 | Digital Ocean | Digital Ocean Public API | null | databases_list_firewall_rules | To list all of a database cluster's firewall rules (known as "trusted sources" in the control panel), send a GET request to /v2/databases/$DATABASE_ID/firewall.
The result will be a JSON object with a rules key. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ed705da6-a97c-4569-bb8c-a4cc59295b4c/3/0 | Digital Ocean | Digital Ocean Public API | null | databases_list_firewall_rules | To list all of a database cluster's firewall rules (known as "trusted sources" in the control panel), send a GET request to /v2/databases/$DATABASE_ID/firewall.
The result will be a JSON object with a rules key. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ed705da6-a97c-4569-bb8c-a4cc59295b4c/4/0 | Digital Ocean | Digital Ocean Public API | null | databases_list_firewall_rules | To list all of a database cluster's firewall rules (known as "trusted sources" in the control panel), send a GET request to /v2/databases/$DATABASE_ID/firewall.
The result will be a JSON object with a rules key. | 200 | null | {"rules": [{"uuid": "79f26d28-ea8a-41f2-8ad8-8cfcdd020095", "cluster_uuid": "9cc10173-e9ea-4176-9dbc-a4cee4c4ff30", "type": "droplet", "value": "ff2a6c52-5a44-4b63-b99c-0e98e7a63d61", "created_at": "2019-01-11T18:37:36Z"}]} | {"properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string", "pattern": "^$|[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}", "description": "A unique ID for the firewall rule itself."}, "cluster_uuid": {"type": "string", "pattern": "^$|[0-9a-f]{8}\... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/afa04b03-a681-4d1d-bbf6-55135672b05e/0/0 | Digital Ocean | Digital Ocean Public API | null | databases_list | To list all of the databases in a clusters, send a GET request to
/v2/databases/$DATABASE_ID/dbs.
The result will be a JSON object with a dbs key. This will be set to an array
of database objects, each of which will contain the standard database attributes.
Note: Database management is not supported for Redis clusters. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/afa04b03-a681-4d1d-bbf6-55135672b05e/1/0 | Digital Ocean | Digital Ocean Public API | null | databases_list | To list all of the databases in a clusters, send a GET request to
/v2/databases/$DATABASE_ID/dbs.
The result will be a JSON object with a dbs key. This will be set to an array
of database objects, each of which will contain the standard database attributes.
Note: Database management is not supported for Redis clusters. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/afa04b03-a681-4d1d-bbf6-55135672b05e/2/0 | Digital Ocean | Digital Ocean Public API | null | databases_list | To list all of the databases in a clusters, send a GET request to
/v2/databases/$DATABASE_ID/dbs.
The result will be a JSON object with a dbs key. This will be set to an array
of database objects, each of which will contain the standard database attributes.
Note: Database management is not supported for Redis clusters. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/afa04b03-a681-4d1d-bbf6-55135672b05e/3/0 | Digital Ocean | Digital Ocean Public API | null | databases_list | To list all of the databases in a clusters, send a GET request to
/v2/databases/$DATABASE_ID/dbs.
The result will be a JSON object with a dbs key. This will be set to an array
of database objects, each of which will contain the standard database attributes.
Note: Database management is not supported for Redis clusters. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/afa04b03-a681-4d1d-bbf6-55135672b05e/4/0 | Digital Ocean | Digital Ocean Public API | null | databases_list | To list all of the databases in a clusters, send a GET request to
/v2/databases/$DATABASE_ID/dbs.
The result will be a JSON object with a dbs key. This will be set to an array
of database objects, each of which will contain the standard database attributes.
Note: Database management is not supported for Redis clusters. | 200 | null | {"dbs": [{"name": "alpha"}]} | {"properties": {"dbs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The name of the database."}}, "required": ["name"]}}}} |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaef3d6-63bd-4151-8a4d-dfee882f8689/0/0 | Digital Ocean | Digital Ocean Public API | null | projects_delete | To delete a project, send a DELETE request to /v2/projects/$PROJECT_ID. To
be deleted, a project must not have any resources assigned to it. Any existing
resources must first be reassigned or destroyed, or you will receive a 412 error.
A successful request will receive a 204 status code with no body in response.
This i... | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaef3d6-63bd-4151-8a4d-dfee882f8689/1/0 | Digital Ocean | Digital Ocean Public API | null | projects_delete | To delete a project, send a DELETE request to /v2/projects/$PROJECT_ID. To
be deleted, a project must not have any resources assigned to it. Any existing
resources must first be reassigned or destroyed, or you will receive a 412 error.
A successful request will receive a 204 status code with no body in response.
This i... | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaef3d6-63bd-4151-8a4d-dfee882f8689/2/0 | Digital Ocean | Digital Ocean Public API | null | projects_delete | To delete a project, send a DELETE request to /v2/projects/$PROJECT_ID. To
be deleted, a project must not have any resources assigned to it. Any existing
resources must first be reassigned or destroyed, or you will receive a 412 error.
A successful request will receive a 204 status code with no body in response.
This i... | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaef3d6-63bd-4151-8a4d-dfee882f8689/3/0 | Digital Ocean | Digital Ocean Public API | null | projects_delete | To delete a project, send a DELETE request to /v2/projects/$PROJECT_ID. To
be deleted, a project must not have any resources assigned to it. Any existing
resources must first be reassigned or destroyed, or you will receive a 412 error.
A successful request will receive a 204 status code with no body in response.
This i... | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fdaef3d6-63bd-4151-8a4d-dfee882f8689/4/0 | Digital Ocean | Digital Ocean Public API | null | projects_delete | To delete a project, send a DELETE request to /v2/projects/$PROJECT_ID. To
be deleted, a project must not have any resources assigned to it. Any existing
resources must first be reassigned or destroyed, or you will receive a 412 error.
A successful request will receive a 204 status code with no body in response.
This i... | 412 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/863c7a4b-2904-423a-9feb-5031a4a6a6a7/0/0 | Digital Ocean | Digital Ocean Public API | null | monitoring_get_dropletFilesystemFreeMetrics | To retrieve filesystem free metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/filesystem_free. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/863c7a4b-2904-423a-9feb-5031a4a6a6a7/1/0 | Digital Ocean | Digital Ocean Public API | null | monitoring_get_dropletFilesystemFreeMetrics | To retrieve filesystem free metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/filesystem_free. | 200 | null | {"status": "success", "data": {"resultType": "matrix", "result": [{"metric": {"device": "/dev/vda1", "fstype": "ext4", "host_id": "222651441", "mountpoint": "/"}, "values": [[1635386880, "25832407040"], [1635387000, "25832407040"], [1635387120, "25832407040"]]}]}} | {"type": "object", "required": ["status", "data"], "properties": {"data": {"type": "object", "required": ["resultType", "result"], "properties": {"result": {"type": "array", "description": "Result of query.", "items": {"type": "object", "required": ["metric", "values"], "properties": {"metric": {"type": "object", "desc... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/863c7a4b-2904-423a-9feb-5031a4a6a6a7/2/0 | Digital Ocean | Digital Ocean Public API | null | monitoring_get_dropletFilesystemFreeMetrics | To retrieve filesystem free metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/filesystem_free. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/863c7a4b-2904-423a-9feb-5031a4a6a6a7/3/0 | Digital Ocean | Digital Ocean Public API | null | monitoring_get_dropletFilesystemFreeMetrics | To retrieve filesystem free metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/filesystem_free. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d710b7bb-4c31-4efc-9495-8f9330853893/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_delete_nodePool | To delete a node pool, send a DELETE request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID.
A 204 status code with no body will be returned in response to a successful
request. Nodes in the pool will subsequently be drained and deleted. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d710b7bb-4c31-4efc-9495-8f9330853893/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_delete_nodePool | To delete a node pool, send a DELETE request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID.
A 204 status code with no body will be returned in response to a successful
request. Nodes in the pool will subsequently be drained and deleted. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d710b7bb-4c31-4efc-9495-8f9330853893/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_delete_nodePool | To delete a node pool, send a DELETE request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID.
A 204 status code with no body will be returned in response to a successful
request. Nodes in the pool will subsequently be drained and deleted. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d710b7bb-4c31-4efc-9495-8f9330853893/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_delete_nodePool | To delete a node pool, send a DELETE request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID.
A 204 status code with no body will be returned in response to a successful
request. Nodes in the pool will subsequently be drained and deleted. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/80418dfd-c5c7-48ee-88e8-592bcff45406/0/0 | Digital Ocean | Digital Ocean Public API | null | databases_delete_connectionPool | To delete a specific connection pool for a PostgreSQL database cluster, send
a DELETE request to /v2/databases/$DATABASE_ID/pools/$POOL_NAME.
A status of 204 will be given. This indicates that the request was processed
successfully, but that no response body is needed. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/80418dfd-c5c7-48ee-88e8-592bcff45406/1/0 | Digital Ocean | Digital Ocean Public API | null | databases_delete_connectionPool | To delete a specific connection pool for a PostgreSQL database cluster, send
a DELETE request to /v2/databases/$DATABASE_ID/pools/$POOL_NAME.
A status of 204 will be given. This indicates that the request was processed
successfully, but that no response body is needed. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/80418dfd-c5c7-48ee-88e8-592bcff45406/3/0 | Digital Ocean | Digital Ocean Public API | null | databases_delete_connectionPool | To delete a specific connection pool for a PostgreSQL database cluster, send
a DELETE request to /v2/databases/$DATABASE_ID/pools/$POOL_NAME.
A status of 204 will be given. This indicates that the request was processed
successfully, but that no response body is needed. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/80418dfd-c5c7-48ee-88e8-592bcff45406/4/0 | Digital Ocean | Digital Ocean Public API | null | databases_delete_connectionPool | To delete a specific connection pool for a PostgreSQL database cluster, send
a DELETE request to /v2/databases/$DATABASE_ID/pools/$POOL_NAME.
A status of 204 will be given. This indicates that the request was processed
successfully, but that no response body is needed. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d3f82c40-94c6-422d-a832-db4d7d96499c/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_upgrade_cluster | To immediately upgrade a Kubernetes cluster to a newer patch release of
Kubernetes, send a POST request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrade.
The body of the request must specify a version attribute.
Available upgrade versions for a cluster can be fetched from
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgra... | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d3f82c40-94c6-422d-a832-db4d7d96499c/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_upgrade_cluster | To immediately upgrade a Kubernetes cluster to a newer patch release of
Kubernetes, send a POST request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrade.
The body of the request must specify a version attribute.
Available upgrade versions for a cluster can be fetched from
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgra... | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d3f82c40-94c6-422d-a832-db4d7d96499c/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_upgrade_cluster | To immediately upgrade a Kubernetes cluster to a newer patch release of
Kubernetes, send a POST request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrade.
The body of the request must specify a version attribute.
Available upgrade versions for a cluster can be fetched from
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgra... | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/d3f82c40-94c6-422d-a832-db4d7d96499c/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_upgrade_cluster | To immediately upgrade a Kubernetes cluster to a newer patch release of
Kubernetes, send a POST request to /v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgrade.
The body of the request must specify a version attribute.
Available upgrade versions for a cluster can be fetched from
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/upgra... | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/087aa153-bff9-434b-b443-f774727f4051/0/0 | Digital Ocean | Digital Ocean Public API | null | projects_update_default | To update you default project, send a PUT request to /v2/projects/default. All of the following attributes must be sent. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/087aa153-bff9-434b-b443-f774727f4051/1/0 | Digital Ocean | Digital Ocean Public API | null | projects_update_default | To update you default project, send a PUT request to /v2/projects/default. All of the following attributes must be sent. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/087aa153-bff9-434b-b443-f774727f4051/2/0 | Digital Ocean | Digital Ocean Public API | null | projects_update_default | To update you default project, send a PUT request to /v2/projects/default. All of the following attributes must be sent. | 200 | null | {"project": {"id": "4e1bfbc3-dc3e-41f2-a18f-1b4d7ba71679", "owner_uuid": "99525febec065ca37b2ffe4f852fd2b2581895e7", "owner_id": 258992, "name": "my-web-api", "description": "My website API", "purpose": "Service or API", "environment": "Development", "created_at": "2018-09-27T20:10:35Z", "updated_at": "2018-09-27T20:10... | {"properties": {"project": {"allOf": [{"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "The unique universal identifier of this project."}, "owner_uuid": {"type": "string", "description": "The unique universal identifier of the project owner."}, "owner_id": {"type": "integer",... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/087aa153-bff9-434b-b443-f774727f4051/3/0 | Digital Ocean | Digital Ocean Public API | null | projects_update_default | To update you default project, send a PUT request to /v2/projects/default. All of the following attributes must be sent. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/087aa153-bff9-434b-b443-f774727f4051/4/0 | Digital Ocean | Digital Ocean Public API | null | projects_update_default | To update you default project, send a PUT request to /v2/projects/default. All of the following attributes must be sent. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/c7d3ceac-94a5-4fb4-9015-fa026ae0cff6/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_add_registry | To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/c7d3ceac-94a5-4fb4-9015-fa026ae0cff6/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_add_registry | To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/c7d3ceac-94a5-4fb4-9015-fa026ae0cff6/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_add_registry | To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eee861cc-a3f7-4c2f-85f7-675d33b1a8f9/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_recycle_node_pool | The endpoint has been deprecated. Please use the DELETE
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID
method instead. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eee861cc-a3f7-4c2f-85f7-675d33b1a8f9/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_recycle_node_pool | The endpoint has been deprecated. Please use the DELETE
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID
method instead. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eee861cc-a3f7-4c2f-85f7-675d33b1a8f9/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_recycle_node_pool | The endpoint has been deprecated. Please use the DELETE
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID
method instead. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eee861cc-a3f7-4c2f-85f7-675d33b1a8f9/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_recycle_node_pool | The endpoint has been deprecated. Please use the DELETE
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID
method instead. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/91b9fa04-443b-40c7-9fce-5b504236d8a1/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_clusterLintResults | To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id query
parameter is provided, then the diagnostics for the specific run is fetched.
By default, the latest results are shown.
To find out how to address clusterlint feedback, plea... | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/91b9fa04-443b-40c7-9fce-5b504236d8a1/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_clusterLintResults | To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id query
parameter is provided, then the diagnostics for the specific run is fetched.
By default, the latest results are shown.
To find out how to address clusterlint feedback, plea... | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/91b9fa04-443b-40c7-9fce-5b504236d8a1/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_clusterLintResults | To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id query
parameter is provided, then the diagnostics for the specific run is fetched.
By default, the latest results are shown.
To find out how to address clusterlint feedback, plea... | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/91b9fa04-443b-40c7-9fce-5b504236d8a1/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_clusterLintResults | To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id query
parameter is provided, then the diagnostics for the specific run is fetched.
By default, the latest results are shown.
To find out how to address clusterlint feedback, plea... | 200 | null | {"run_id": "50c2f44c-011d-493e-aee5-361a4a0d1844", "requested_at": "2019-10-30T05:34:07Z", "completed_at": "2019-10-30T05:34:11Z", "diagnostics": [{"check_name": "unused-config-map", "severity": "warning", "message": "Unused config map", "object": {"name": "foo", "kind": "config map", "namespace": "kube-system"}}]} | {"type": "object", "properties": {"run_id": {"type": "string", "description": "Id of the clusterlint run that can be used later to fetch the diagnostics."}, "requested_at": {"type": "string", "format": "date-time", "description": "A time value given in ISO8601 combined date and time format that represents when the sche... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/91b9fa04-443b-40c7-9fce-5b504236d8a1/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_get_clusterLintResults | To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id query
parameter is provided, then the diagnostics for the specific run is fetched.
By default, the latest results are shown.
To find out how to address clusterlint feedback, plea... | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fcf0d8ea-3418-433d-8541-528bee49fca8/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_cluster | To update a Kubernetes cluster, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of the
attributes below. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fcf0d8ea-3418-433d-8541-528bee49fca8/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_cluster | To update a Kubernetes cluster, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of the
attributes below. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fcf0d8ea-3418-433d-8541-528bee49fca8/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_cluster | To update a Kubernetes cluster, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of the
attributes below. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fcf0d8ea-3418-433d-8541-528bee49fca8/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_cluster | To update a Kubernetes cluster, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of the
attributes below. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/fcf0d8ea-3418-433d-8541-528bee49fca8/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_update_cluster | To update a Kubernetes cluster, send a PUT request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of the
attributes below. | 202 | null | {"kubernetes_cluster": {"id": "bd5f5959-5e1e-4205-a714-a914373942af", "name": "prod-cluster-01", "region": "nyc1", "version": "1.18.6-do.0", "cluster_subnet": "10.244.0.0/16", "service_subnet": "10.245.0.0/16", "vpc_uuid": "c33931f2-a26a-4e61-b85c-4e95a2ec431b", "ipv4": "68.183.121.157", "endpoint": "https://bd5f5959-5... | {"properties": {"kubernetes_cluster": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a Kubernetes cluster."}, "name": {"type": "string", "description": "A human-readable name for a Kubernetes cluster."}, "region": {"typ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/07cb1352-f0d5-41ad-9524-2d30ffecd6d8/0/0 | Digital Ocean | Digital Ocean Public API | null | databases_get_sql_mode | To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to /v2/databases/$DATABASE_ID/sql_mode.
The response will be a JSON object with a sql_mode key. This will be set to a string representing the configured SQL modes. | 200 | null | {"sql_mode": "ANSI,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,STRICT_ALL_TABLES"} | {"type": "object", "properties": {"sql_mode": {"type": "string", "description": "A string specifying the configured SQL modes for the MySQL cluster."}}, "required": ["sql_mode"]} |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/07cb1352-f0d5-41ad-9524-2d30ffecd6d8/1/0 | Digital Ocean | Digital Ocean Public API | null | databases_get_sql_mode | To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to /v2/databases/$DATABASE_ID/sql_mode.
The response will be a JSON object with a sql_mode key. This will be set to a string representing the configured SQL modes. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/07cb1352-f0d5-41ad-9524-2d30ffecd6d8/2/0 | Digital Ocean | Digital Ocean Public API | null | databases_get_sql_mode | To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to /v2/databases/$DATABASE_ID/sql_mode.
The response will be a JSON object with a sql_mode key. This will be set to a string representing the configured SQL modes. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/07cb1352-f0d5-41ad-9524-2d30ffecd6d8/3/0 | Digital Ocean | Digital Ocean Public API | null | databases_get_sql_mode | To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to /v2/databases/$DATABASE_ID/sql_mode.
The response will be a JSON object with a sql_mode key. This will be set to a string representing the configured SQL modes. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/07cb1352-f0d5-41ad-9524-2d30ffecd6d8/4/0 | Digital Ocean | Digital Ocean Public API | null | databases_get_sql_mode | To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to /v2/databases/$DATABASE_ID/sql_mode.
The response will be a JSON object with a sql_mode key. This will be set to a string representing the configured SQL modes. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b97cc48f-6b15-4e9a-bf52-2519a899be22/0/0 | Digital Ocean | Digital Ocean Public API | null | apps_list_deployments | List all deployments of an app. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b97cc48f-6b15-4e9a-bf52-2519a899be22/1/0 | Digital Ocean | Digital Ocean Public API | null | apps_list_deployments | List all deployments of an app. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b97cc48f-6b15-4e9a-bf52-2519a899be22/2/0 | Digital Ocean | Digital Ocean Public API | null | apps_list_deployments | List all deployments of an app. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b97cc48f-6b15-4e9a-bf52-2519a899be22/3/0 | Digital Ocean | Digital Ocean Public API | null | apps_list_deployments | List all deployments of an app. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b97cc48f-6b15-4e9a-bf52-2519a899be22/4/0 | Digital Ocean | Digital Ocean Public API | null | apps_list_deployments | List all deployments of an app. | 200 | null | {"deployments": [{"id": "b6bdf840-2854-4f87-a36c-5f231c617c84", "spec": {"name": "sample-golang", "services": [{"name": "web", "github": {"repo": "digitalocean/sample-golang", "branch": "branch"}, "run_command": "bin/sample-golang", "environment_slug": "go", "instance_size_slug": "basic-xxs", "instance_count": 2, "rout... | {"allOf": [{"type": "object", "properties": {"deployments": {"title": "A list of deployments", "type": "array", "items": {"properties": {"cause": {"title": "What caused this deployment to be created", "type": "string"}, "cloned_from": {"title": "The ID of a previous deployment that this deployment was cloned from", "ty... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b95631ac-37c4-4a1a-b547-aa80ed44be59/0/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_associatedResources | To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources endpoint. | 200 | null | {"load_balancers": [{"id": "edb0478d-7436-11ea-86e6-0a58ac144b91", "name": "volume-001"}], "volumes": [{"id": "edb0478d-7436-11ea-86e6-0a58ac144b91", "name": "volume-001"}], "volume_snapshots": [{"id": "edb0478d-7436-11ea-86e6-0a58ac144b91", "name": "volume-001"}]} | {"type": "object", "description": "An object containing the IDs of resources associated with a Kubernetes cluster.", "properties": {"load_balancers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "The ID of a resource associated with a Kubernetes cluster."}, "name"... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b95631ac-37c4-4a1a-b547-aa80ed44be59/1/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_associatedResources | To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources endpoint. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b95631ac-37c4-4a1a-b547-aa80ed44be59/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_associatedResources | To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources endpoint. | 401 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b95631ac-37c4-4a1a-b547-aa80ed44be59/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_associatedResources | To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources endpoint. | 429 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b95631ac-37c4-4a1a-b547-aa80ed44be59/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_associatedResources | To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/$K8S_CLUSTER_ID/destroy_with_associated_resources endpoint. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/961cd0f2-859b-4baa-9945-365404e79676/0/0 | Digital Ocean | Digital Ocean Public API | null | apps_assign_alertDestinations | Updates the emails and slack webhook destinations for app alerts. Emails must be associated to a user with access to the app. | 500 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/961cd0f2-859b-4baa-9945-365404e79676/1/0 | Digital Ocean | Digital Ocean Public API | null | apps_assign_alertDestinations | Updates the emails and slack webhook destinations for app alerts. Emails must be associated to a user with access to the app. | 404 | null | {"id": "not_found", "message": "The resource you were accessing could not be found.", "request_id": "4d9d8375-3c56-4925-a3e7-eb137fed17e9"} | {"type": "object", "properties": {"id": {"description": "A short identifier corresponding to the HTTP status code returned. For example, the ID for a response returning a 404 status code would be \"not_found.\"", "type": "string"}, "message": {"description": "A message providing additional information about the error,... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/961cd0f2-859b-4baa-9945-365404e79676/2/0 | Digital Ocean | Digital Ocean Public API | null | apps_assign_alertDestinations | Updates the emails and slack webhook destinations for app alerts. Emails must be associated to a user with access to the app. | 200 | null | {"alert": {"id": "e552e1f9-c1b0-4e6d-8777-ad6f27767306", "spec": {"rule": "DEPLOYMENT_FAILED"}, "emails": ["sammy@digitalocean.com"], "phase": "ACTIVE", "progress": {"steps": [{"name": "alert-configure-insight-alert", "status": "SUCCESS", "started_at": "2020-07-28T18:00:00Z", "ended_at": "2020-07-28T18:00:00Z"}]}}} | {"properties": {"alert": {"properties": {"id": {"title": "The ID of the alert", "type": "string"}, "component_name": {"title": "Name of component the alert belongs to", "type": "string"}, "spec": {"properties": {"rule": {"default": "UNSPECIFIED_RULE", "enum": ["UNSPECIFIED_RULE", "CPU_UTILIZATION", "MEM_UTILIZATION", "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.