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/d79b2c9b-0720-4d52-b6bd-3247e1d799a1/2/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_options | To list the versions of Kubernetes available for use, the regions that support Kubernetes, and the available node sizes, send a GET request to /v2/kubernetes/options. | 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/d79b2c9b-0720-4d52-b6bd-3247e1d799a1/3/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_options | To list the versions of Kubernetes available for use, the regions that support Kubernetes, and the available node sizes, send a GET request to /v2/kubernetes/options. | 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/d79b2c9b-0720-4d52-b6bd-3247e1d799a1/4/0 | Digital Ocean | Digital Ocean Public API | null | kubernetes_list_options | To list the versions of Kubernetes available for use, the regions that support Kubernetes, and the available node sizes, send a GET request to /v2/kubernetes/options. | 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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 404 | null | {"id": "not_found", "message": "namespace not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/0/1 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 404 | null | {"id": "not_found", "message": "trigger not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 200 | null | {"trigger": {"namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "my trigger", "function": "hello", "type": "SCHEDULED", "is_enabled": true, "created_at": "2022-11-11T04:16:45Z", "updated_at": "2022-11-11T04:16:45Z", "scheduled_details": {"cron": "* * * * *", "body": {"name": "Welcome to DO!"}}, "scheduled_... | {"type": "object", "properties": {"trigger": {"type": "object", "properties": {"namespace": {"type": "string", "description": "A unique string format of UUID with a prefix fn-."}, "name": {"type": "string", "description": "The trigger's unique name within the namespace."}, "function": {"type": "string", "description": ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 400 | 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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 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/ba8cdc75-625a-43c3-91a8-a2e77147cfc3/5/0 | Digital Ocean | Digital Ocean Public API | null | functions_update_trigger | Updates the details of the given trigger. To update a trigger, send a PUT request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME with new values for the is_enabled or scheduled_details properties. | 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/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 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/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 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/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 200 | null | {"namespace": {"api_host": "https://api_host.io", "namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_at": "2022-09-14T04:16:45Z", "updated_at": "2022-09-14T04:16:45Z", "label": "my namespace", "region": "nyc1", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "key": "d1zcd455h01mqjfs4s2eaewyejehi5f2uj4etqq... | {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"api_host": {"type": "string", "description": "The namespace's API hostname. Each function in a namespace is provided an endpoint at the namespace's hostname."}, "namespace": {"type": "string", "description": "A unique string format of UUI... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 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/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 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/1ca2b8b2-e661-4941-848a-d0c8cd77ff5f/5/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_namespace | Gets the namespace details for the given namespace UUID. To get namespace details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID with no parameters. | 403 | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 400 | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 200 | null | {"trigger": {"namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "my trigger", "function": "hello", "type": "SCHEDULED", "is_enabled": true, "created_at": "2022-11-11T04:16:45Z", "updated_at": "2022-11-11T04:16:45Z", "scheduled_details": {"cron": "* * * * *", "body": {"name": "Welcome to DO!"}}, "scheduled_... | {"type": "object", "properties": {"trigger": {"type": "object", "properties": {"namespace": {"type": "string", "description": "A unique string format of UUID with a prefix fn-."}, "name": {"type": "string", "description": "The trigger's unique name within the namespace."}, "function": {"type": "string", "description": ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/39ea99c2-dd30-44a9-af30-db8ee005232e/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 422 | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/5/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 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/39ea99c2-dd30-44a9-af30-db8ee005232e/6/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_trigger | Creates a new trigger for a given function in a namespace. To create a trigger, send a POST request to /v2/functions/namespaces/$NAMESPACE_ID/triggers with the name, function, type, is_enabled and scheduled_details properties. | 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/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 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/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 200 | null | {"trigger": {"namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "my trigger", "function": "hello", "type": "SCHEDULED", "is_enabled": true, "created_at": "2022-11-11T04:16:45Z", "updated_at": "2022-11-11T04:16:45Z", "scheduled_details": {"cron": "* * * * *", "body": {"name": "Welcome to DO!"}}, "scheduled_... | {"type": "object", "properties": {"trigger": {"type": "object", "properties": {"namespace": {"type": "string", "description": "A unique string format of UUID with a prefix fn-."}, "name": {"type": "string", "description": "The trigger's unique name within the namespace."}, "function": {"type": "string", "description": ... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 404 | null | {"id": "not_found", "message": "namespace not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/2/1 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 404 | null | {"id": "not_found", "message": "trigger not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 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/a57fc960-963a-4dd6-a0cd-41e499b9d5b2/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_get_trigger | Gets the trigger details. To get the trigger details, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME. | 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/d93cd9a7-975c-4cae-ac91-1489c06a2275/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_triggers | Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers. | 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/d93cd9a7-975c-4cae-ac91-1489c06a2275/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_triggers | Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers. | 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/d93cd9a7-975c-4cae-ac91-1489c06a2275/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_triggers | Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers. | 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/d93cd9a7-975c-4cae-ac91-1489c06a2275/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_triggers | Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers. | 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/d93cd9a7-975c-4cae-ac91-1489c06a2275/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_triggers | Returns a list of triggers associated with the current user and namespace. To get all triggers, send a GET request to /v2/functions/namespaces/$NAMESPACE_ID/triggers. | 200 | null | {"triggers": [{"namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "name": "my trigger", "function": "hello", "type": "SCHEDULED", "is_enabled": true, "created_at": "2022-11-11T04:16:45Z", "updated_at": "2022-11-11T04:16:45Z", "scheduled_details": {"cron": "* * * * *", "body": {"name": "Welcome to DO!"}}, "schedule... | {"allOf": [{"type": "object", "properties": {"triggers": {"type": "array", "items": {"type": "object", "properties": {"namespace": {"type": "string", "description": "A unique string format of UUID with a prefix fn-."}, "name": {"type": "string", "description": "The trigger's unique name within the namespace."}, "functi... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/b0242b45-a9c8-47ab-b869-ae9bcb4af1d2/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_namespace | Deletes the given namespace. When a namespace is deleted all assets, in the namespace are deleted, this includes packages, functions and triggers. Deleting a namespace is a destructive operation and assets in the namespace are not recoverable after deletion. Some metadata is retained, such as activations, or soft dele... | 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/b0242b45-a9c8-47ab-b869-ae9bcb4af1d2/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_namespace | Deletes the given namespace. When a namespace is deleted all assets, in the namespace are deleted, this includes packages, functions and triggers. Deleting a namespace is a destructive operation and assets in the namespace are not recoverable after deletion. Some metadata is retained, such as activations, or soft dele... | 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/b0242b45-a9c8-47ab-b869-ae9bcb4af1d2/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_namespace | Deletes the given namespace. When a namespace is deleted all assets, in the namespace are deleted, this includes packages, functions and triggers. Deleting a namespace is a destructive operation and assets in the namespace are not recoverable after deletion. Some metadata is retained, such as activations, or soft dele... | 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/b0242b45-a9c8-47ab-b869-ae9bcb4af1d2/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_namespace | Deletes the given namespace. When a namespace is deleted all assets, in the namespace are deleted, this includes packages, functions and triggers. Deleting a namespace is a destructive operation and assets in the namespace are not recoverable after deletion. Some metadata is retained, such as activations, or soft dele... | 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/35d128cb-8ba0-46e4-9c4d-3a08a4f28b6d/0/0 | Digital Ocean | Digital Ocean Public API | null | apps_validate_appSpec | To propose and validate a spec for a new or existing app, send a POST request to the /v2/apps/propose endpoint. The request returns some information about the proposed app, including app cost and upgrade cost. If an existing app ID is specified, the app spec is treated as a proposed update to the existing 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/35d128cb-8ba0-46e4-9c4d-3a08a4f28b6d/1/0 | Digital Ocean | Digital Ocean Public API | null | apps_validate_appSpec | To propose and validate a spec for a new or existing app, send a POST request to the /v2/apps/propose endpoint. The request returns some information about the proposed app, including app cost and upgrade cost. If an existing app ID is specified, the app spec is treated as a proposed update to the existing 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/35d128cb-8ba0-46e4-9c4d-3a08a4f28b6d/2/0 | Digital Ocean | Digital Ocean Public API | null | apps_validate_appSpec | To propose and validate a spec for a new or existing app, send a POST request to the /v2/apps/propose endpoint. The request returns some information about the proposed app, including app cost and upgrade cost. If an existing app ID is specified, the app spec is treated as a proposed update to the existing 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/35d128cb-8ba0-46e4-9c4d-3a08a4f28b6d/3/0 | Digital Ocean | Digital Ocean Public API | null | apps_validate_appSpec | To propose and validate a spec for a new or existing app, send a POST request to the /v2/apps/propose endpoint. The request returns some information about the proposed app, including app cost and upgrade cost. If an existing app ID is specified, the app spec is treated as a proposed update to the existing app. | 200 | null | {"app_name_available": true, "existing_static_apps": "2", "max_free_static_apps": "3", "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", "in... | {"type": "object", "properties": {"app_is_static": {"type": "boolean", "description": "Indicates whether the app is a static app."}, "app_name_available": {"type": "boolean", "description": "Indicates whether the app name is available."}, "app_name_suggestion": {"type": "string", "description": "The suggested name if t... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/80571747-41a2-48b3-98f5-c5bea152ff3a/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_namespaces | Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to /v2/functions/namespaces. | 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/80571747-41a2-48b3-98f5-c5bea152ff3a/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_namespaces | Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to /v2/functions/namespaces. | 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/80571747-41a2-48b3-98f5-c5bea152ff3a/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_namespaces | Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to /v2/functions/namespaces. | 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/80571747-41a2-48b3-98f5-c5bea152ff3a/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_list_namespaces | Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to /v2/functions/namespaces. | 200 | null | {"namespaces": [{"api_host": "https://api_host.io", "namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_at": "2022-09-14T04:16:45Z", "updated_at": "2022-09-14T04:16:45Z", "label": "my namespace", "region": "nyc1", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "key": "d1zcd455h01mqjfs4s2eaewyejehi5f2uj4et... | {"allOf": [{"type": "object", "properties": {"namespaces": {"type": "array", "items": {"type": "object", "properties": {"api_host": {"type": "string", "description": "The namespace's API hostname. Each function in a namespace is provided an endpoint at the namespace's hostname."}, "namespace": {"type": "string", "descr... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/52bcb0eb-0176-4cbd-8b23-b29baf58fd9a/0/0 | Digital Ocean | Digital Ocean Public API | null | firewalls_create | To create a new firewall, send a POST request to /v2/firewalls. The request
must contain at least one inbound or outbound access rule. | 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/52bcb0eb-0176-4cbd-8b23-b29baf58fd9a/1/0 | Digital Ocean | Digital Ocean Public API | null | firewalls_create | To create a new firewall, send a POST request to /v2/firewalls. The request
must contain at least one inbound or outbound access rule. | 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/52bcb0eb-0176-4cbd-8b23-b29baf58fd9a/2/0 | Digital Ocean | Digital Ocean Public API | null | firewalls_create | To create a new firewall, send a POST request to /v2/firewalls. The request
must contain at least one inbound or outbound access rule. | 202 | null | {"firewall": {"inbound_rules": [], "outbound_rules": []}} | {"properties": {"firewall": {"type": "object", "allOf": [{"properties": {"id": {"type": "string", "description": "A unique ID that can be used to identify and reference a firewall."}, "status": {"type": "string", "description": "A status string indicating the current state of the firewall. This can be \"waiting\", \"su... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/52bcb0eb-0176-4cbd-8b23-b29baf58fd9a/3/0 | Digital Ocean | Digital Ocean Public API | null | firewalls_create | To create a new firewall, send a POST request to /v2/firewalls. The request
must contain at least one inbound or outbound access rule. | 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/52bcb0eb-0176-4cbd-8b23-b29baf58fd9a/4/0 | Digital Ocean | Digital Ocean Public API | null | firewalls_create | To create a new firewall, send a POST request to /v2/firewalls. The request
must contain at least one inbound or outbound access rule. | 400 | 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/50e8aeb2-98da-4f5b-b39f-726ee113ed72/0/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 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/50e8aeb2-98da-4f5b-b39f-726ee113ed72/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 200 | null | {"namespace": {"api_host": "https://api_host.io", "namespace": "fn-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_at": "2022-09-14T04:16:45Z", "updated_at": "2022-09-14T04:16:45Z", "label": "my namespace", "region": "nyc1", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "key": "d1zcd455h01mqjfs4s2eaewyejehi5f2uj4etqq... | {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"api_host": {"type": "string", "description": "The namespace's API hostname. Each function in a namespace is provided an endpoint at the namespace's hostname."}, "namespace": {"type": "string", "description": "A unique string format of UUI... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/50e8aeb2-98da-4f5b-b39f-726ee113ed72/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 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/50e8aeb2-98da-4f5b-b39f-726ee113ed72/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 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/50e8aeb2-98da-4f5b-b39f-726ee113ed72/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 422 | 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/50e8aeb2-98da-4f5b-b39f-726ee113ed72/5/0 | Digital Ocean | Digital Ocean Public API | null | functions_create_namespace | Creates a new serverless functions namespace in the desired region and associates it with the provided label. A namespace is a collection of functions and their associated packages, triggers, and project specifications. To create a namespace, send a POST request to /v2/functions/namespaces with the region and label pro... | 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/c84f1326-03ce-4586-814c-fced31d45b12/1/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_trigger | Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME.
A successful deletion returns a 204 response. | 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/c84f1326-03ce-4586-814c-fced31d45b12/2/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_trigger | Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME.
A successful deletion returns a 204 response. | 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/c84f1326-03ce-4586-814c-fced31d45b12/3/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_trigger | Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME.
A successful deletion returns a 204 response. | 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/c84f1326-03ce-4586-814c-fced31d45b12/4/0 | Digital Ocean | Digital Ocean Public API | null | functions_delete_trigger | Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME.
A successful deletion returns a 204 response. | 404 | null | {"id": "not_found", "message": "namespace not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/c84f1326-03ce-4586-814c-fced31d45b12/4/1 | Digital Ocean | Digital Ocean Public API | null | functions_delete_trigger | Deletes the given trigger.
To delete trigger, send a DELETE request to /v2/functions/namespaces/$NAMESPACE_ID/triggers/$TRIGGER_NAME.
A successful deletion returns a 204 response. | 404 | null | {"id": "not_found", "message": "trigger not found", "request_id": "88d17b7a-630b-4083-99ce-5b91045efdb4"} | {"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/6d9ae2ce-ce41-46d8-8557-fb6943527068/0/0 | Digital Ocean | Digital Ocean Public API | null | domains_update_record | To update an existing record, send a PUT request to
/v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID. Any attribute valid for
the record type can be set to a new value for the record.
See the attribute table for details regarding record
types and their respective attributes. | 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/6d9ae2ce-ce41-46d8-8557-fb6943527068/1/0 | Digital Ocean | Digital Ocean Public API | null | domains_update_record | To update an existing record, send a PUT request to
/v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID. Any attribute valid for
the record type can be set to a new value for the record.
See the attribute table for details regarding record
types and their respective attributes. | 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/6d9ae2ce-ce41-46d8-8557-fb6943527068/2/0 | Digital Ocean | Digital Ocean Public API | null | domains_update_record | To update an existing record, send a PUT request to
/v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID. Any attribute valid for
the record type can be set to a new value for the record.
See the attribute table for details regarding record
types and their respective attributes. | 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/6d9ae2ce-ce41-46d8-8557-fb6943527068/3/0 | Digital Ocean | Digital Ocean Public API | null | domains_update_record | To update an existing record, send a PUT request to
/v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID. Any attribute valid for
the record type can be set to a new value for the record.
See the attribute table for details regarding record
types and their respective attributes. | 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/6d9ae2ce-ce41-46d8-8557-fb6943527068/4/0 | Digital Ocean | Digital Ocean Public API | null | domains_update_record | To update an existing record, send a PUT request to
/v2/domains/$DOMAIN_NAME/records/$DOMAIN_RECORD_ID. Any attribute valid for
the record type can be set to a new value for the record.
See the attribute table for details regarding record
types and their respective attributes. | 200 | null | {"domain_record": {"id": 3352896, "type": "A", "name": "blog", "data": "162.10.66.0", "priority": null, "port": null, "ttl": 1800, "weight": null, "flags": null, "tag": null}} | {"properties": {"domain_record": {"type": "object", "required": ["type"], "properties": {"id": {"type": "integer", "description": "A unique identifier for each domain record."}, "type": {"type": "string", "description": "The type of the DNS record. For example: A, CNAME, TXT, ..."}, "name": {"type": "string", "descript... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/06a57c4b-530d-4f06-a21b-448f16842225/1/0 | Digital Ocean | Digital Ocean Public API | null | uptime_alert_delete | To delete an Uptime alert, send a DELETE request to /v2/uptime/checks/$CHECK_ID/alerts/$ALERT_ID. 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/06a57c4b-530d-4f06-a21b-448f16842225/2/0 | Digital Ocean | Digital Ocean Public API | null | uptime_alert_delete | To delete an Uptime alert, send a DELETE request to /v2/uptime/checks/$CHECK_ID/alerts/$ALERT_ID. 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/06a57c4b-530d-4f06-a21b-448f16842225/3/0 | Digital Ocean | Digital Ocean Public API | null | uptime_alert_delete | To delete an Uptime alert, send a DELETE request to /v2/uptime/checks/$CHECK_ID/alerts/$ALERT_ID. 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/06a57c4b-530d-4f06-a21b-448f16842225/4/0 | Digital Ocean | Digital Ocean Public API | null | uptime_alert_delete | To delete an Uptime alert, send a DELETE request to /v2/uptime/checks/$CHECK_ID/alerts/$ALERT_ID. 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/5a0ef9e8-f7c5-430f-898a-8b53610ba772/0/0 | Digital Ocean | Digital Ocean Public API | null | uptime_check_update | To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_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/5a0ef9e8-f7c5-430f-898a-8b53610ba772/1/0 | Digital Ocean | Digital Ocean Public API | null | uptime_check_update | To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_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/5a0ef9e8-f7c5-430f-898a-8b53610ba772/2/0 | Digital Ocean | Digital Ocean Public API | null | uptime_check_update | To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_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/5a0ef9e8-f7c5-430f-898a-8b53610ba772/3/0 | Digital Ocean | Digital Ocean Public API | null | uptime_check_update | To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_ID. | 200 | null | {"check": {"id": "5a4981aa-9653-4bd1-bef5-d6bff52042e4", "name": "Landing page check", "type": "ping", "target": "https://www.landingpage.com", "regions": ["us_east"], "enabled": true}} | {"type": "object", "properties": {"check": {"type": "object", "allOf": [{"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference the check."}}}, {"type": "object", "properties": {"name": {"type": "string", "description": "A human... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/5a0ef9e8-f7c5-430f-898a-8b53610ba772/4/0 | Digital Ocean | Digital Ocean Public API | null | uptime_check_update | To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_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/17f42caf-637e-48f8-bcaf-a8a148484c1e/0/0 | Digital Ocean | Digital Ocean Public API | null | projects_assign_resources_default | To assign resources to your default project, send a POST request to /v2/projects/default/resources. | 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/17f42caf-637e-48f8-bcaf-a8a148484c1e/1/0 | Digital Ocean | Digital Ocean Public API | null | projects_assign_resources_default | To assign resources to your default project, send a POST request to /v2/projects/default/resources. | 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/17f42caf-637e-48f8-bcaf-a8a148484c1e/2/0 | Digital Ocean | Digital Ocean Public API | null | projects_assign_resources_default | To assign resources to your default project, send a POST request to /v2/projects/default/resources. | 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/17f42caf-637e-48f8-bcaf-a8a148484c1e/3/0 | Digital Ocean | Digital Ocean Public API | null | projects_assign_resources_default | To assign resources to your default project, send a POST request to /v2/projects/default/resources. | 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/17f42caf-637e-48f8-bcaf-a8a148484c1e/4/0 | Digital Ocean | Digital Ocean Public API | null | projects_assign_resources_default | To assign resources to your default project, send a POST request to /v2/projects/default/resources. | 200 | null | {"resources": [{"urn": "do:droplet:13457723", "assigned_at": "2018-09-28T19:26:37Z", "links": {"self": "https://api.digitalocean.com/v2/droplets/13457723"}, "status": "ok"}, {"urn": "do:domain:example.com", "assigned_at": "2019-03-31T16:24:14Z", "links": {"self": "https://api.digitalocean.com/v2/domains/example.com"}, ... | {"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "object", "properties": {"urn": {"type": "string", "pattern": "^do:(dbaas|domain|droplet|floatingip|loadbalancer|space|volume|kubernetes|vpc):.*", "description": "The uniform resource name (URN) for the resource in the format do:resource... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/bc514e95-e386-498c-92f1-fc60d0f11719/0/0 | Digital Ocean | Digital Ocean Public API | null | certificates_create | To upload new SSL certificate which you have previously generated, send a POST
request to /v2/certificates.
When uploading a user-generated certificate, the private_key,
leaf_certificate, and optionally the certificate_chain attributes should
be provided. The type must be set to custom.
When using Let's Encrypt to crea... | 201 | null | {"certificate": {"id": "892071a0-bb95-49bc-8021-3afd67a210bf", "name": "web-cert-01", "not_after": "2017-02-22T00:23:00Z", "sha1_fingerprint": "dfcc9f57d86bf58e321c2c6c31c7a971be244ac7", "created_at": "2017-02-08T16:02:37Z", "dns_names": [""], "state": "verified", "type": "custom"}} | {"type": "object", "properties": {"certificate": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a certificate."}, "name": {"type": "string", "description": "A unique human-readable name referring to a certificate."}, "n... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/bc514e95-e386-498c-92f1-fc60d0f11719/0/1 | Digital Ocean | Digital Ocean Public API | null | certificates_create | To upload new SSL certificate which you have previously generated, send a POST
request to /v2/certificates.
When uploading a user-generated certificate, the private_key,
leaf_certificate, and optionally the certificate_chain attributes should
be provided. The type must be set to custom.
When using Let's Encrypt to crea... | 201 | null | {"certificate": {"id": "ba9b9c18-6c59-46c2-99df-70da170a42ba", "name": "web-cert-02", "not_after": "2018-06-07T17:44:12Z", "sha1_fingerprint": "479c82b5c63cb6d3e6fac4624d58a33b267e166c", "created_at": "2018-03-09T18:44:11Z", "dns_names": ["www.example.com", "example.com"], "state": "pending", "type": "lets_encrypt"}} | {"type": "object", "properties": {"certificate": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a certificate."}, "name": {"type": "string", "description": "A unique human-readable name referring to a certificate."}, "n... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/bc514e95-e386-498c-92f1-fc60d0f11719/1/0 | Digital Ocean | Digital Ocean Public API | null | certificates_create | To upload new SSL certificate which you have previously generated, send a POST
request to /v2/certificates.
When uploading a user-generated certificate, the private_key,
leaf_certificate, and optionally the certificate_chain attributes should
be provided. The type must be set to custom.
When using Let's Encrypt to crea... | 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/bc514e95-e386-498c-92f1-fc60d0f11719/2/0 | Digital Ocean | Digital Ocean Public API | null | certificates_create | To upload new SSL certificate which you have previously generated, send a POST
request to /v2/certificates.
When uploading a user-generated certificate, the private_key,
leaf_certificate, and optionally the certificate_chain attributes should
be provided. The type must be set to custom.
When using Let's Encrypt to crea... | 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/bc514e95-e386-498c-92f1-fc60d0f11719/3/0 | Digital Ocean | Digital Ocean Public API | null | certificates_create | To upload new SSL certificate which you have previously generated, send a POST
request to /v2/certificates.
When uploading a user-generated certificate, the private_key,
leaf_certificate, and optionally the certificate_chain attributes should
be provided. The type must be set to custom.
When using Let's Encrypt to crea... | 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/68e20f1f-597a-45f4-aa5d-8f9ca87f66b6/0/0 | Digital Ocean | Digital Ocean Public API | null | certificates_list | To list all of the certificates available on your account, send a GET request to /v2/certificates. | 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/68e20f1f-597a-45f4-aa5d-8f9ca87f66b6/1/0 | Digital Ocean | Digital Ocean Public API | null | certificates_list | To list all of the certificates available on your account, send a GET request to /v2/certificates. | 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/68e20f1f-597a-45f4-aa5d-8f9ca87f66b6/2/0 | Digital Ocean | Digital Ocean Public API | null | certificates_list | To list all of the certificates available on your account, send a GET request to /v2/certificates. | 200 | null | {"certificates": [{"id": "892071a0-bb95-49bc-8021-3afd67a210bf", "name": "web-cert-01", "not_after": "2017-02-22T00:23:00Z", "sha1_fingerprint": "dfcc9f57d86bf58e321c2c6c31c7a971be244ac7", "created_at": "2017-02-08T16:02:37Z", "dns_names": [""], "state": "verified", "type": "custom"}, {"id": "ba9b9c18-6c59-46c2-99df-70... | {"allOf": [{"type": "object", "properties": {"certificates": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a certificate."}, "name": {"type": "string", "description": "A unique human-readable... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/68e20f1f-597a-45f4-aa5d-8f9ca87f66b6/3/0 | Digital Ocean | Digital Ocean Public API | null | certificates_list | To list all of the certificates available on your account, send a GET request to /v2/certificates. | 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/eff216d0-6c8a-4df9-809d-d12f8342a04d/0/0 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_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/eff216d0-6c8a-4df9-809d-d12f8342a04d/1/0 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_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/eff216d0-6c8a-4df9-809d-d12f8342a04d/2/0 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_ID. | 200 | null | {"certificate": {"id": "892071a0-bb95-49bc-8021-3afd67a210bf", "name": "web-cert-01", "not_after": "2017-02-22T00:23:00Z", "sha1_fingerprint": "dfcc9f57d86bf58e321c2c6c31c7a971be244ac7", "created_at": "2017-02-08T16:02:37Z", "dns_names": [""], "state": "verified", "type": "custom"}} | {"type": "object", "properties": {"certificate": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a certificate."}, "name": {"type": "string", "description": "A unique human-readable name referring to a certificate."}, "n... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eff216d0-6c8a-4df9-809d-d12f8342a04d/2/1 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_ID. | 200 | null | {"certificate": {"id": "ba9b9c18-6c59-46c2-99df-70da170a42ba", "name": "web-cert-02", "not_after": "2018-06-07T17:44:12Z", "sha1_fingerprint": "479c82b5c63cb6d3e6fac4624d58a33b267e166c", "created_at": "2018-03-09T18:44:11Z", "dns_names": ["www.example.com", "example.com"], "state": "verified", "type": "lets_encrypt"}} | {"type": "object", "properties": {"certificate": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "A unique ID that can be used to identify and reference a certificate."}, "name": {"type": "string", "description": "A unique human-readable name referring to a certificate."}, "n... |
d13d76eb-ec0a-49cd-8e23-b1fc4fe6f0c7/eff216d0-6c8a-4df9-809d-d12f8342a04d/3/0 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_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/eff216d0-6c8a-4df9-809d-d12f8342a04d/4/0 | Digital Ocean | Digital Ocean Public API | null | certificates_get | To show information about an existing certificate, send a GET request to /v2/certificates/$CERTIFICATE_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/92937944-8458-4a7c-a97d-fce87fd5bf60/0/0 | Digital Ocean | Digital Ocean Public API | null | snapshots_get | To retrieve information about a snapshot, send a GET request to
/v2/snapshots/$SNAPSHOT_ID.
The response will be a JSON object with a key called snapshot. The value of
this will be an snapshot object containing the standard snapshot attributes. | 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/92937944-8458-4a7c-a97d-fce87fd5bf60/1/0 | Digital Ocean | Digital Ocean Public API | null | snapshots_get | To retrieve information about a snapshot, send a GET request to
/v2/snapshots/$SNAPSHOT_ID.
The response will be a JSON object with a key called snapshot. The value of
this will be an snapshot object containing the standard snapshot attributes. | 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/92937944-8458-4a7c-a97d-fce87fd5bf60/2/0 | Digital Ocean | Digital Ocean Public API | null | snapshots_get | To retrieve information about a snapshot, send a GET request to
/v2/snapshots/$SNAPSHOT_ID.
The response will be a JSON object with a key called snapshot. The value of
this will be an snapshot object containing the standard snapshot attributes. | 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/92937944-8458-4a7c-a97d-fce87fd5bf60/3/0 | Digital Ocean | Digital Ocean Public API | null | snapshots_get | To retrieve information about a snapshot, send a GET request to
/v2/snapshots/$SNAPSHOT_ID.
The response will be a JSON object with a key called snapshot. The value of
this will be an snapshot object containing the standard snapshot attributes. | 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,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.