@utdk/digitalocean 2.0.0-20260530.1-dev.646adf4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openapi.json ADDED
@@ -0,0 +1,3111 @@
1
+ {
2
+ "openapi": "3.0.0",
3
+ "info": {
4
+ "title": "DigitalOcean API",
5
+ "version": "2.0",
6
+ "description": "",
7
+ "license": {
8
+ "name": "Apache 2.0",
9
+ "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
10
+ },
11
+ "contact": {
12
+ "name": "DigitalOcean API Team",
13
+ "email": "api-engineering@digitalocean.com"
14
+ },
15
+ "termsOfService": "https://www.digitalocean.com/legal/terms-of-service-agreement/"
16
+ },
17
+ "servers": [
18
+ {
19
+ "url": "https://api.digitalocean.com",
20
+ "description": "production"
21
+ }
22
+ ],
23
+ "tags": [
24
+ {
25
+ "name": "Public APIs Introduction",
26
+ "x-displayName": "Introduction",
27
+ "x-traitTag": true,
28
+ "description": {
29
+ "$ref": "description.yml#/introduction"
30
+ }
31
+ },
32
+ {
33
+ "name": "1-Click Applications",
34
+ "description": "1-Click applications are pre-built Droplet images or Kubernetes apps with software,\nfeatures, and configuration details already set up for you. They can be found in the\n[DigitalOcean Marketplace](https://marketplace.digitalocean.com/)."
35
+ },
36
+ {
37
+ "name": "Account",
38
+ "description": "Provides information about your current account."
39
+ },
40
+ {
41
+ "name": "Actions",
42
+ "description": "Actions are records of events that have occurred on the resources in your account.\nThese can be things like rebooting a Droplet, or transferring an image to a new region.\n\nAn action object is created every time one of these actions is initiated. The action\nobject contains information about the current status of the action, start and complete\ntimestamps, and the associated resource type and ID.\n\nEvery action that creates an action object is available through this endpoint. Completed\nactions are not removed from this list and are always available for querying.\n\n**Note:** You can pass the following HTTP header with the request to have the API return\nthe `reserved_ips` stanza instead of the `floating_ips` stanza:\n\n- `Accept: application/vnd.digitalocean.reserveip+json`"
43
+ },
44
+ {
45
+ "name": "Add-Ons",
46
+ "description": "Add-ons are third-party applications that can be added to your DigitalOcean account.\nThey are available through the [DigitalOcean Marketplace](https://marketplace.digitalocean.com/).\nAdd-ons can be used to enhance the functionality of your existing resources or to provide\nadditional services.\n\nThe Add-Ons API allows you to manage these resources, including creating, listing, and retrieving\ndetails about specific add-on resources."
47
+ },
48
+ {
49
+ "name": "Apps",
50
+ "description": "App Platform is a Platform-as-a-Service (PaaS) offering from DigitalOcean that allows\ndevelopers to publish code directly to DigitalOcean servers without worrying about the\nunderlying infrastructure.\n\nMost API operations are centered around a few core object types. Following are the\ndefinitions of these types. These definitions will be omitted from the operation-specific\ndocumentation.\n\nFor documentation on app specifications (`AppSpec` objects), please refer to the\n[product documentation](https://docs.digitalocean.com/products/app-platform/reference/app-spec/))."
51
+ },
52
+ {
53
+ "name": "Billing",
54
+ "description": "The billing endpoints allow you to retrieve your account balance, invoices,\nbilling history, and insights.\n\n**Balance:** By sending requests to the `/v2/customers/my/balance` endpoint, you can\nretrieve the balance information for the requested customer account.\n\n**Invoices:** [Invoices](https://docs.digitalocean.com/platform/billing/invoices/)\nare generated on the first of each month for every DigitalOcean\ncustomer. An invoice preview is generated daily, which can be accessed\nwith the `preview` keyword in place of `$INVOICE_UUID`. To interact with\ninvoices, you will generally send requests to the invoices endpoint at\n`/v2/customers/my/invoices`.\n\n**Billing History:** Billing history is a record of billing events for your account.\nFor example, entries may include events like payments made, invoices\nissued, or credits granted. To interact with invoices, you\nwill generally send requests to the invoices endpoint at\n`/v2/customers/my/billing_history`.\n\n**Billing Insights:** Day-over-day changes in billing resource usage based on nightly invoice items,\nincluding total amount, region, SKU, and description for a specified date range.\nIt is important to note that the daily resource usage may not reflect month-end billing totals when totaled for\na given month as nightly invoice items do not necessarily encompass all invoicing factors for the entire month.\n `v2/billing/{account_urn}/insights/{start_date}/{end_date}` where account_urn is the URN of the customer\naccount, can be a team (do:team:uuid) or an organization (do:teamgroup:uuid). The date range specified by\nstart_date and end_date must be in YYYY-MM-DD format."
55
+ },
56
+ {
57
+ "name": "Block Storage",
58
+ "description": "[DigitalOcean Block Storage Volumes](https://docs.digitalocean.com/products/volumes/)\nprovide expanded storage capacity for your Droplets and can be moved\nbetween Droplets within a specific region.\n\nVolumes function as raw block devices, meaning they appear to the\noperating system as locally attached storage which can be formatted using\nany file system supported by the OS. They may be created in sizes from\n1GiB to 16TiB.\n\nBy sending requests to the `/v2/volumes` endpoint, you can list, create, or\ndelete volumes as well as attach and detach them from Droplets"
59
+ },
60
+ {
61
+ "name": "Block Storage Actions",
62
+ "description": "Block storage actions are commands that can be given to a DigitalOcean\nBlock Storage Volume. An example would be detaching or attaching a volume\nfrom a Droplet. These requests are made on the\n`/v2/volumes/$VOLUME_ID/actions` endpoint.\n\nAn action object is returned. These objects hold the current status of the\nrequested action."
63
+ },
64
+ {
65
+ "name": "BYOIP Prefixes",
66
+ "description": "Bring your own IP (BYOIP) lets you provision your own IPv4 network prefixes\nto your account, then assign those IPs to your DigitalOcean resources.\nBYOIP supports the following features:\n* IPv4 addresses\n* Network sizes of anywhere from `/24` (256 addresses) to `/18` (16,384 addresses)\n* Same API and management interface as our existing reserved IPs feature\n* Assignable to Droplets only"
67
+ },
68
+ {
69
+ "name": "CDN Endpoints",
70
+ "description": "Content hosted in DigitalOcean's object storage solution,\n[Spaces](https://docs.digitalocean.com/products/spaces/),\ncan optionally be served by our globally distributed Content Delivery\nNetwork (CDN). By sending requests to `/v2/cdn/endpoints`, you can list,\ncreate, or delete CDN Endpoints as well as purge cached content. To use a\ncustom subdomain to access the CDN Endpoint, provide the ID of a\nDigitalOcean managed TLS certificate and the fully qualified domain name\nfor the custom subdomain.\n\nCDN endpoints have a rate limit of five requests per 10 seconds."
71
+ },
72
+ {
73
+ "name": "Certificates",
74
+ "description": "In order to perform SSL termination on load balancers, DigitalOcean offers\ntwo types of [SSL certificate management](https://docs.digitalocean.com/platform/teams/manage-certificates):\n\n* **Custom**: User-generated certificates may be uploaded to DigitalOcean\nwhere they will be placed in a fully encrypted and isolated storage system.\n\n* **Let's Encrypt**: Certificates may be automatically generated by\nDigitalOcean utilizing an integration with Let's Encrypt, the free and\nopen certificate authority. These certificates will also be automatically\nrenewed as required."
75
+ },
76
+ {
77
+ "name": "Container Registry",
78
+ "description": "DigitalOcean offers the ability for you to create a\n[private container registry](https://docs.digitalocean.com/products/container-registry/)\nto store your Docker images for use with your Kubernetes clusters. This\ncontainer registry runs inside the same datacenters as your cluster,\nensuring reliable and performant rollout of image deployments.\n\nYou can only create one registry per DigitalOcean account, but you can use\nthat registry to create as many repositories as you wish."
79
+ },
80
+ {
81
+ "name": "Container Registries",
82
+ "description": "DigitalOcean now supports up to nine additional registries (for a total maximum of 10) per team\nif your container registry uses the Professional subscription plan. The storage is shared among\nthe registries. This set of new APIs is backward compatible with `/v2/registry`. However, if you\ncreate more than one registry under a Professional plan, some of the `/v2/registry` APIs would not work.\nHence, it is recommended to use `/v2/registries` for multiple registries."
83
+ },
84
+ {
85
+ "name": "Databases",
86
+ "description": "DigitalOcean's [managed database service](https://docs.digitalocean.com/products/databases)\nsimplifies the creation and management of highly available database clusters. Currently, it\noffers support for [PostgreSQL](http://docs.digitalocean.com/products/databases/postgresql/),\n[Caching](https://docs.digitalocean.com/products/databases/redis/),\n[Valkey](https://docs.digitalocean.com/products/databases/valkey/),\n[MySQL](https://docs.digitalocean.com/products/databases/mysql/),\n[MongoDB](https://docs.digitalocean.com/products/databases/mongodb/), and\n[OpenSearch](https://docs.digitalocean.com/products/databases/opensearch/).\n\nBy sending requests to the `/v2/databases` endpoint, you can list, create, or delete\ndatabase clusters as well as scale the size of a cluster, add or remove read-only replicas,\nand manage other configuration details.\n\nDatabase clusters may be deployed in a multi-node, high-availability configuration.\nIf your machine type is above the basic nodes, your node plan is above the smallest option,\nor you are running MongoDB, you may additionally include up to two standby nodes in your cluster.\n\nThe size of individual nodes in a database cluster is represented by a human-readable slug,\nwhich is used in some of the following requests. Each slug denotes the node's identifier,\nCPU count, and amount of RAM, in that order.\n\nFor a list of currently available database slugs and options, use the `/v2/databases/options` endpoint or use the\n`doctl databases options` [command](https://docs.digitalocean.com/reference/doctl/reference/databases/options)."
87
+ },
88
+ {
89
+ "name": "Dedicated Inference",
90
+ "description": "[Dedicated Inference](https://docs.digitalocean.com/products/agent-platform/dedicated-inference/)\ndelivers scalable production-grade LLM hosting on DigitalOcean. Create, list, get, update,\nand delete Dedicated Inference instances; manage accelerators, CA certificate, sizes,\nGPU model config, and access tokens."
91
+ },
92
+ {
93
+ "name": "Domain Records",
94
+ "description": "Domain record resources are used to set or retrieve information about the\nindividual DNS records configured for a domain. This allows you to build\nand manage DNS zone files by adding and modifying individual records for a\ndomain.\n\nThe [DigitalOcean DNS management interface](https://docs.digitalocean.com/products/networking/dns/)\nallows you to configure the following DNS records:\n\nName | Description |\n------|----------------------------------------------------------------------------------------------------------------------------------------------------|\nA | This record type is used to map an IPv4 address to a hostname. |\nAAAA | This record type is used to map an IPv6 address to a hostname. |\nCAA | As specified in RFC-6844, this record type can be used to restrict which certificate authorities are permitted to issue certificates for a domain. |\nCNAME | This record type defines an alias for your canonical hostname (the one defined by an A or AAAA record). |\nMX | This record type is used to define the mail exchanges used for the domain. |\nNS | This record type defines the name servers that are used for this zone. |\nTXT | This record type is used to associate a string of text with a hostname, primarily used for verification. |\nSRV | This record type specifies the location (hostname and port number) of servers for specific services. |\nSOA | This record type defines administrative information about the zone. Can only have ttl changed, cannot be deleted |"
95
+ },
96
+ {
97
+ "name": "Domains",
98
+ "description": "Domain resources are domain names that you have purchased from a domain\nname registrar that you are managing through the\n[DigitalOcean DNS interface](https://docs.digitalocean.com/products/networking/dns/).\n\nThis resource establishes top-level control over each domain. Actions that\naffect individual domain records should be taken on the\n[Domain Records](#tag/Domain-Records) resource."
99
+ },
100
+ {
101
+ "name": "Droplet Actions",
102
+ "description": "Droplet actions are tasks that can be executed on a Droplet. These can be\nthings like rebooting, resizing, snapshotting, etc.\n\nDroplet action requests are generally targeted at one of the \"actions\"\nendpoints for a specific Droplet. The specific actions are usually\ninitiated by sending a POST request with the action and arguments as\nparameters.\n\nDroplet action requests create a Droplet actions object, which can be used\nto get information about the status of an action. Creating a Droplet\naction is asynchronous: the HTTP call will return the action object before\nthe action has finished processing on the Droplet. The current status of\nan action can be retrieved from either the Droplet actions endpoint or the\nglobal actions endpoint. If a Droplet action is uncompleted it may block\nthe creation of a subsequent action for that Droplet, the locked attribute\nof the Droplet will be true and attempts to create a Droplet action will\nfail with a status of 422."
103
+ },
104
+ {
105
+ "name": "Droplets",
106
+ "description": "A [Droplet](https://docs.digitalocean.com/products/droplets/) is a DigitalOcean\nvirtual machine. By sending requests to the Droplet endpoint, you can\nlist, create, or delete Droplets.\n\nSome of the attributes will have an object value. The `region` and `image`\nobjects will all contain the standard attributes of their associated\ntypes. Find more information about each of these objects in their\nrespective sections."
107
+ },
108
+ {
109
+ "name": "Droplet Autoscale Pools",
110
+ "description": "Droplet autoscale pools manage automatic horizontal scaling for your applications based on resource usage (CPU, memory, or both) or a static configuration."
111
+ },
112
+ {
113
+ "name": "Embeddings",
114
+ "description": "Text embedding vectors via `POST /v1/embeddings` on the\n[Serverless Inference](https://docs.digitalocean.com/reference/api/api-reference/#tag/Serverless-Inference) base URL\n`https://inference.do-ai.run` (bearer model access key)."
115
+ },
116
+ {
117
+ "name": "Firewalls",
118
+ "description": "[DigitalOcean Cloud Firewalls](https://docs.digitalocean.com/products/networking/firewalls/)\nprovide the ability to restrict network access to and from a Droplet\nallowing you to define which ports will accept inbound or outbound\nconnections. By sending requests to the `/v2/firewalls` endpoint, you can\nlist, create, or delete firewalls as well as modify access rules."
119
+ },
120
+ {
121
+ "name": "Floating IP Actions",
122
+ "description": "As of 16 June 2022, we have renamed the Floating IP product to [Reserved IPs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Reserved-IPs).\nThe Reserved IP product's endpoints function the exact same way as Floating IPs.\nThe only difference is the name change throughout the URLs and fields.\nFor example, the `floating_ips` field is now the `reserved_ips` field.\nThe Floating IP endpoints will remain active until fall 2023 before being\npermanently deprecated.\n\nWith the exception of the [Projects API](https://docs.digitalocean.com/reference/api/api-reference/#tag/Projects),\nwe will reflect this change as an additional field in the responses across the API\nwhere the `floating_ip` field is used. For example, the Droplet metadata response\nwill contain the field `reserved_ips` in addition to the `floating_ips` field.\nFloating IPs retrieved using the Projects API will retain the original name.\n\nFloating IP actions are commands that can be given to a DigitalOcean\nfloating IP. These requests are made on the actions endpoint of a specific\nfloating IP.\n\nAn action object is returned. These objects hold the current status of the\nrequested action."
123
+ },
124
+ {
125
+ "name": "Floating IPs",
126
+ "description": "As of 16 June 2022, we have renamed the Floating IP product to [Reserved IPs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Reserved-IPs).\nThe Reserved IP product's endpoints function the exact same way as Floating IPs.\nThe only difference is the name change throughout the URLs and fields.\nFor example, the `floating_ips` field is now the `reserved_ips` field.\nThe Floating IP endpoints will remain active until fall 2023 before being\npermanently deprecated.\n\nWith the exception of the [Projects API](https://docs.digitalocean.com/reference/api/api-reference/#tag/Projects),\nwe will reflect this change as an additional field in the responses across the API\nwhere the `floating_ip` field is used. For example, the Droplet metadata response\nwill contain the field `reserved_ips` in addition to the `floating_ips` field.\nFloating IPs retrieved using the Projects API will retain the original name.\n\n[DigitalOcean Floating IPs](https://docs.digitalocean.com/products/networking/reserved-ips/)\nare publicly-accessible static IP addresses that can be mapped to one of\nyour Droplets. They can be used to create highly available setups or other\nconfigurations requiring movable addresses.\n\nFloating IPs are bound to a specific region."
127
+ },
128
+ {
129
+ "name": "Functions",
130
+ "description": "[Serverless functions](https://docs.digitalocean.com/products/functions) are blocks of code that run on demand without the need to manage any infrastructure.\nYou can develop functions on your local machine and then deploy them to a namespace using `doctl`, the [official DigitalOcean CLI tool](https://docs.digitalocean.com/reference/doctl).\n\nThe Serverless Functions API currently only supports creating and managing namespaces."
131
+ },
132
+ {
133
+ "name": "GradientAI Platform",
134
+ "description": "The API lets you build GPU-powered AI agents with pre-built or custom foundation models, function and agent routes, and RAG pipelines with knowledge bases."
135
+ },
136
+ {
137
+ "name": "Image Actions",
138
+ "description": "Image actions are commands that can be given to a DigitalOcean image. In\ngeneral, these requests are made on the actions endpoint of a specific\nimage.\n\nAn image action object is returned. These objects hold the current status\nof the requested action."
139
+ },
140
+ {
141
+ "name": "Images",
142
+ "description": "A DigitalOcean [image](https://docs.digitalocean.com/products/images/) can be\nused to create a Droplet and may come in a number of flavors. Currently,\nthere are five types of images: snapshots, backups, applications,\ndistributions, and custom images.\n\n* [Snapshots](https://docs.digitalocean.com/products/snapshots/) provide\na full copy of an existing Droplet instance taken on demand.\n\n* [Backups](https://docs.digitalocean.com/products/backups/) are similar\nto snapshots but are created automatically at regular intervals when\nenabled for a Droplet.\n\n* [Custom images](https://docs.digitalocean.com/products/custom-images/)\nare Linux-based virtual machine images (raw, qcow2, vhdx, vdi, and vmdk\nformats are supported) that you may upload for use on DigitalOcean.\n\n* Distributions are the public Linux distributions that are available to\nbe used as a base to create Droplets.\n\n* Applications, or [1-Click Apps](https://docs.digitalocean.com/products/marketplace/),\nare distributions pre-configured with additional software.\n\nTo interact with images, you will generally send requests to the images\nendpoint at /v2/images."
143
+ },
144
+ {
145
+ "name": "Kubernetes",
146
+ "description": "[DigitalOcean Kubernetes](https://docs.digitalocean.com/products/kubernetes/)\nallows you to quickly deploy scalable and secure Kubernetes clusters. By\nsending requests to the `/v2/kubernetes/clusters` endpoint, you can list,\ncreate, or delete clusters as well as scale node pools up and down,\nrecycle individual nodes, and retrieve the kubeconfig file for use with\na cluster."
147
+ },
148
+ {
149
+ "name": "Load Balancers",
150
+ "description": "[DigitalOcean Load Balancers](https://docs.digitalocean.com/products/networking/load-balancers/)\nprovide a way to distribute traffic across multiple Droplets. By sending\nrequests to the `/v2/load_balancers` endpoint, you can list, create, or\ndelete load balancers as well as add or remove Droplets, forwarding rules,\nand other configuration details."
151
+ },
152
+ {
153
+ "name": "Monitoring",
154
+ "description": "The DigitalOcean Monitoring API makes it possible to programmatically retrieve metrics as well as configure alert\npolicies based on these metrics. The Monitoring API can help you gain insight into how your apps are performing\nand consuming resources."
155
+ },
156
+ {
157
+ "name": "NFS",
158
+ "description": "NFS lets you create fully managed, POSIX-compliant network file storage that delivers secure,\nhigh-performance shared storage right inside your VPC. This enables seamless data sharing across Droplets in a VPC."
159
+ },
160
+ {
161
+ "name": "NFS Actions",
162
+ "description": "NFS actions are tasks that can be executed on an NFS share. These can be\nthings like resizing, snapshotting, etc."
163
+ },
164
+ {
165
+ "name": "Partner Network Connect",
166
+ "description": "Partner Network Connect lets you establish high-bandwidth, low-latency\nnetwork connections directly between DigitalOcean VPC networks and other\npublic cloud providers or on-premises datacenters."
167
+ },
168
+ {
169
+ "name": "Project Resources",
170
+ "description": "Project Resources are resources that can be grouped into your projects.\nYou can group resources (like Droplets, Spaces, load balancers, domains,\nand floating IPs) in ways that align with the applications you host on\nDigitalOcean.\n\n### Supported Resource Types Examples\n\nProjects resources are identified by uniform resource names or URNs. A\nvalid URN has the following format: `do:resource_type:resource_id`. The\nfollowing resource types are supported:\n\nResource Type | Example URN\n-------------------|------------\nApp Platform App | `do:app:be5aab85-851b-4cab-b2ed-98d5a63ba4e8`\nDatabase | `do:dbaas:83c7a55f-0d84-4760-9245-aba076ec2fb2`\nDomain | `do:domain:example.com`\nDroplet | `do:droplet:4126873`\nFloating IP | `do:floatingip:192.168.99.100`\nKubernetes Cluster | `do:kubernetes:bd5f5959-5e1e-4205-a714-a914373942af`\nLoad Balancer | `do:loadbalancer:39052d89-8dd4-4d49-8d5a-3c3b6b365b5b`\nSpace | `do:space:my-website-assets`\nVolume | `do:volume:6fc4c277-ea5c-448a-93cd-dd496cfef71f`\n\n### Resource Status Codes\n\nWhen assigning and retrieving resources in projects, a `status` attribute\nis returned that indicates if a resource was successfully retrieved or\nassigned. The status codes can be one of the following:\n\nStatus Code | Explanation\n-------------------|------------\n`ok` | There was no problem retrieving or assigning a resource.\n`not_found` | The resource was not found.\n`assigned` | The resource was successfully assigned.\n`already_assigned` | The resource was already assigned.\n`service_down` | There was a problem retrieving or assigning a resource. Please try again."
171
+ },
172
+ {
173
+ "name": "Projects",
174
+ "description": "Projects allow you to organize your resources into groups that fit the way\nyou work. You can group resources (like Droplets, Spaces, load balancers,\ndomains, and floating IPs) in ways that align with the applications\nyou host on DigitalOcean."
175
+ },
176
+ {
177
+ "name": "Regions",
178
+ "description": "Provides information about DigitalOcean data center regions."
179
+ },
180
+ {
181
+ "name": "Reserved IP Actions",
182
+ "description": "As of 16 June 2022, we have renamed the [Floating IP](https://docs.digitalocean.com/reference/api/api-reference/#tag/Floating-IPs)\nproduct to Reserved IPs. The Reserved IP product's endpoints function the exact\nsame way as Floating IPs. The only difference is the name change throughout the\nURLs and fields. For example, the `floating_ips` field is now the `reserved_ips` field.\nThe Floating IP endpoints will remain active until fall 2023 before being\npermanently deprecated.\n\nWith the exception of the [Projects API](https://docs.digitalocean.com/reference/api/api-reference/#tag/Projects),\nwe will reflect this change as an additional field in the responses across the API\nwhere the `floating_ip` field is used. For example, the Droplet metadata response\nwill contain the field `reserved_ips` in addition to the `floating_ips` field.\nFloating IPs retrieved using the Projects API will retain the original name.\n\nReserved IP actions are commands that can be given to a DigitalOcean\nreserved IP. These requests are made on the actions endpoint of a specific\nreserved IP.\n\nAn action object is returned. These objects hold the current status of the\nrequested action."
183
+ },
184
+ {
185
+ "name": "Reserved IPs",
186
+ "description": "As of 16 June 2022, we have renamed the [Floating IP](https://docs.digitalocean.com/reference/api/api-reference/#tag/Floating-IPs)\nproduct to Reserved IPs. The Reserved IP product's endpoints function the exact\nsame way as Floating IPs. The only difference is the name change throughout the\nURLs and fields. For example, the `floating_ips` field is now the `reserved_ips` field.\nThe Floating IP endpoints will remain active until fall 2023 before being\npermanently deprecated.\n\nWith the exception of the [Projects API](https://docs.digitalocean.com/reference/api/api-reference/#tag/Projects),\nwe will reflect this change as an additional field in the responses across the API\nwhere the `floating_ip` field is used. For example, the Droplet metadata response\nwill contain the field `reserved_ips` in addition to the `floating_ips` field.\nFloating IPs retrieved using the Projects API will retain the original name.\n\nDigitalOcean Reserved IPs are publicly-accessible static IP addresses that can be\nmapped to one of your Droplets. They can be used to create highly available\nsetups or other configurations requiring movable addresses.\n\nReserved IPs are bound to a specific region."
187
+ },
188
+ {
189
+ "name": "Reserved IPv6",
190
+ "description": "DigitalOcean Reserved IPv6s are publicly-accessible static IP addresses that can be\nmapped to one of your Droplets. They can be used to create highly available\nsetups or other configurations requiring movable addresses.\n\nReserved IPv6s are bound to a specific region."
191
+ },
192
+ {
193
+ "name": "Reserved IPv6 Actions",
194
+ "description": "Reserved IPv6 actions requests are made on the actions endpoint of a specific\nreserved IPv6.\n\nAn action object is returned. These objects hold the current status of the\nrequested action."
195
+ },
196
+ {
197
+ "name": "Security",
198
+ "description": "Security CSPM endpoints for scans, scan findings, and settings."
199
+ },
200
+ {
201
+ "name": "Sizes",
202
+ "description": "The sizes objects represent different packages of hardware resources that\ncan be used for Droplets. When a Droplet is created, a size must be\nselected so that the correct resources can be allocated.\n\nEach size represents a plan that bundles together specific sets of\nresources. This includes the amount of RAM, the number of virtual CPUs,\ndisk space, and transfer. The size object also includes the pricing\ndetails and the regions that the size is available in."
203
+ },
204
+ {
205
+ "name": "Snapshots",
206
+ "description": "[Snapshots](https://docs.digitalocean.com/products/snapshots/) are saved\ninstances of a Droplet or a block storage volume, which is reflected in\nthe `resource_type` attribute. In order to avoid problems with compressing\nfilesystems, each defines a `min_disk_size` attribute which is the minimum\nsize of the Droplet or volume disk when creating a new resource from the\nsaved snapshot.\n\nTo interact with snapshots, you will generally send requests to the\nsnapshots endpoint at `/v2/snapshots`."
207
+ },
208
+ {
209
+ "name": "Spaces Keys",
210
+ "description": "Spaces keys authenticate requests to DigitalOcean Spaces Buckets.\nYou can create, list, update, or delete Spaces keys by sending requests to\nto the `/v2/spaces/keys` endpoint."
211
+ },
212
+ {
213
+ "name": "SSH Keys",
214
+ "description": "Manage SSH keys available on your account."
215
+ },
216
+ {
217
+ "name": "Tags",
218
+ "description": "A tag is a label that can be applied to a resource (currently Droplets,\nImages, Volumes, Volume Snapshots, and Database clusters) in order to\nbetter organize or facilitate the lookups and actions on it.\n\nTags have two attributes: a user defined `name` attribute and an embedded\n`resources` attribute with information about resources that have been tagged."
219
+ },
220
+ {
221
+ "name": "Uptime",
222
+ "description": "[DigitalOcean Uptime Checks](https://docs.digitalocean.com/products/uptime/) provide the ability to monitor your endpoints from around the world, and alert you when they're slow, unavailable, or SSL certificates are expiring.\nTo interact with Uptime, you will generally send requests to the Uptime endpoint at `/v2/uptime/`."
223
+ },
224
+ {
225
+ "name": "VPC NAT Gateways",
226
+ "description": "[VPC NAT Gateways](https://docs.digitalocean.com/products/networking/vpc/how-to/create-nat-gateway/)\nallow resources in a private VPC to access the public internet without\nexposing them to incoming traffic.\n\nBy sending requests to the `/v2/vpc_nat_gateways` endpoint, you can create,\nconfigure, list, and delete VPC NAT Gateways as well as retrieve information\nabout the resources assigned to them."
227
+ },
228
+ {
229
+ "name": "VPC Peerings",
230
+ "description": "[VPC Peerings](https://docs.digitalocean.com/products/networking/vpc/how-to/create-peering/)\njoin two VPC networks with a secure, private connection. This allows\nresources in those networks to connect to each other's private IP addresses\nas if they were in the same network."
231
+ },
232
+ {
233
+ "name": "VPCs",
234
+ "description": "[VPCs (virtual private clouds)](https://docs.digitalocean.com/products/networking/vpc/)\nallow you to create virtual networks containing resources that can\ncommunicate with each other in full isolation using private IP addresses.\n\nBy sending requests to the `/v2/vpcs` endpoint, you can create, configure,\nlist, and delete custom VPCs as well as retrieve information about the\nresources assigned to them."
235
+ },
236
+ {
237
+ "name": "Inference Introduction",
238
+ "x-displayName": "Introduction",
239
+ "x-traitTag": true,
240
+ "description": {
241
+ "$ref": "inference_description.yml#/introduction"
242
+ }
243
+ },
244
+ {
245
+ "name": "Serverless Inference",
246
+ "description": "DigitalOcean Gradient™ AI Agentic Cloud allows access to serverless inference models.\nYou can access models by providing an inference key.\n\n**Note:** The Serverless Inference API uses a separate base URL (`https://inference.do-ai.run`)\nand is independent of the main DigitalOcean control-plane API (`https://api.digitalocean.com`)."
247
+ },
248
+ {
249
+ "name": "Agent Inference",
250
+ "description": "DigitalOcean Gradient™ AI Agentic Cloud allows you to create multi-agent workflows\nto power your AI applications. This allows developers to integrate agents into your\nAI applications.\n\n**Note:** The Agent Inference API uses a customer-specific base URL (the agent endpoint)\nand is independent of the main DigitalOcean control-plane API (`https://api.digitalocean.com`)."
251
+ },
252
+ {
253
+ "name": "Batch Inference",
254
+ "description": "Batch Inference is an asynchronous processing capability designed to help\nyou scale high-volume AI projects more efficiently. Ideal for heavy-duty\nworkloads like large-scale data classification, evaluations, and content\nenrichment, you can submit thousands or even millions of requests in a\nsingle job with a guaranteed results window of 24 hours. By utilizing\noff-peak GPU capacity, Batch Inference provides high-performance LLM\naccess at a significantly reduced price point compared to standard\nsynchronous APIs, making it a cost-effective choice for non-interactive\nworkloads."
255
+ }
256
+ ],
257
+ "x-tagGroups": [
258
+ {
259
+ "name": "Public APIs",
260
+ "tags": [
261
+ "Public APIs Introduction",
262
+ "1-Click Applications",
263
+ "Account",
264
+ "Actions",
265
+ "Add-Ons",
266
+ "Apps",
267
+ "Billing",
268
+ "Block Storage",
269
+ "Block Storage Actions",
270
+ "BYOIP Prefixes",
271
+ "CDN Endpoints",
272
+ "Certificates",
273
+ "Container Registry",
274
+ "Container Registries",
275
+ "Databases",
276
+ "Dedicated Inference",
277
+ "Domain Records",
278
+ "Domains",
279
+ "Droplet Actions",
280
+ "Droplets",
281
+ "Droplet Autoscale Pools",
282
+ "Firewalls",
283
+ "Floating IP Actions",
284
+ "Floating IPs",
285
+ "Functions",
286
+ "GradientAI Platform",
287
+ "Image Actions",
288
+ "Images",
289
+ "Kubernetes",
290
+ "Load Balancers",
291
+ "Monitoring",
292
+ "NFS",
293
+ "NFS Actions",
294
+ "Partner Network Connect",
295
+ "Project Resources",
296
+ "Projects",
297
+ "Regions",
298
+ "Reserved IP Actions",
299
+ "Reserved IPs",
300
+ "Reserved IPv6",
301
+ "Reserved IPv6 Actions",
302
+ "Security",
303
+ "Sizes",
304
+ "Snapshots",
305
+ "Spaces Keys",
306
+ "SSH Keys",
307
+ "Tags",
308
+ "Uptime",
309
+ "VPC NAT Gateways",
310
+ "VPC Peerings",
311
+ "VPCs"
312
+ ]
313
+ },
314
+ {
315
+ "name": "Inference APIs",
316
+ "tags": [
317
+ "Inference Introduction",
318
+ "Agent Inference",
319
+ "Batch Inference",
320
+ "Embeddings",
321
+ "Serverless Inference"
322
+ ]
323
+ }
324
+ ],
325
+ "paths": {
326
+ "/v2/1-clicks": {
327
+ "get": {
328
+ "$ref": "resources/1-clicks/oneClicks_list.yml"
329
+ }
330
+ },
331
+ "/v2/1-clicks/kubernetes": {
332
+ "post": {
333
+ "$ref": "resources/1-clicks/oneClicks_install_kubernetes.yml"
334
+ }
335
+ },
336
+ "/v2/account": {
337
+ "get": {
338
+ "$ref": "resources/account/account_get.yml"
339
+ }
340
+ },
341
+ "/v2/account/keys": {
342
+ "get": {
343
+ "$ref": "resources/ssh_keys/sshKeys_list.yml"
344
+ },
345
+ "post": {
346
+ "$ref": "resources/ssh_keys/sshKeys_create.yml"
347
+ }
348
+ },
349
+ "/v2/account/keys/{ssh_key_identifier}": {
350
+ "get": {
351
+ "$ref": "resources/ssh_keys/sshKeys_get.yml"
352
+ },
353
+ "put": {
354
+ "$ref": "resources/ssh_keys/sshKeys_update.yml"
355
+ },
356
+ "delete": {
357
+ "$ref": "resources/ssh_keys/sshKeys_delete.yml"
358
+ }
359
+ },
360
+ "/v2/actions": {
361
+ "get": {
362
+ "$ref": "resources/actions/actions_list.yml"
363
+ }
364
+ },
365
+ "/v2/actions/{action_id}": {
366
+ "get": {
367
+ "$ref": "resources/actions/actions_get.yml"
368
+ }
369
+ },
370
+ "/v2/add-ons/apps": {
371
+ "get": {
372
+ "$ref": "resources/addons/addons_get_app.yml"
373
+ }
374
+ },
375
+ "/v2/add-ons/apps/{app_slug}/metadata": {
376
+ "get": {
377
+ "$ref": "resources/addons/addons_get_app_metadata.yml"
378
+ }
379
+ },
380
+ "/v2/add-ons/saas": {
381
+ "get": {
382
+ "$ref": "resources/addons/addons_list.yml"
383
+ },
384
+ "post": {
385
+ "$ref": "resources/addons/addons_create.yml"
386
+ }
387
+ },
388
+ "/v2/add-ons/saas/{resource_uuid}": {
389
+ "get": {
390
+ "$ref": "resources/addons/addons_get.yml"
391
+ },
392
+ "delete": {
393
+ "$ref": "resources/addons/addons_delete.yml"
394
+ },
395
+ "patch": {
396
+ "$ref": "resources/addons/addons_update.yml"
397
+ }
398
+ },
399
+ "/v2/add-ons/saas/{resource_uuid}/plan": {
400
+ "patch": {
401
+ "$ref": "resources/addons/addons_update_plan.yml"
402
+ }
403
+ },
404
+ "/v2/apps": {
405
+ "get": {
406
+ "$ref": "resources/apps/apps_list.yml"
407
+ },
408
+ "post": {
409
+ "$ref": "resources/apps/apps_create.yml"
410
+ }
411
+ },
412
+ "/v2/apps/{id}": {
413
+ "delete": {
414
+ "$ref": "resources/apps/apps_delete.yml"
415
+ },
416
+ "get": {
417
+ "$ref": "resources/apps/apps_get.yml"
418
+ },
419
+ "put": {
420
+ "$ref": "resources/apps/apps_update.yml"
421
+ }
422
+ },
423
+ "/v2/apps/{app_id}/restart": {
424
+ "post": {
425
+ "$ref": "resources/apps/apps_restart.yml"
426
+ }
427
+ },
428
+ "/v2/apps/{app_id}/components/{component_name}/logs": {
429
+ "get": {
430
+ "$ref": "resources/apps/apps_get_logs_active_deployment.yml"
431
+ }
432
+ },
433
+ "/v2/apps/{app_id}/components/{component_name}/exec": {
434
+ "get": {
435
+ "$ref": "resources/apps/apps_get_exec_active_deployment.yml"
436
+ }
437
+ },
438
+ "/v2/apps/{app_id}/instances": {
439
+ "get": {
440
+ "$ref": "resources/apps/apps_get_instances.yml"
441
+ }
442
+ },
443
+ "/v2/apps/{app_id}/deployments": {
444
+ "get": {
445
+ "$ref": "resources/apps/apps_list_deployments.yml"
446
+ },
447
+ "post": {
448
+ "$ref": "resources/apps/apps_create_deployment.yml"
449
+ }
450
+ },
451
+ "/v2/apps/{app_id}/deployments/{deployment_id}": {
452
+ "get": {
453
+ "$ref": "resources/apps/apps_get_deployment.yml"
454
+ }
455
+ },
456
+ "/v2/apps/{app_id}/deployments/{deployment_id}/cancel": {
457
+ "post": {
458
+ "$ref": "resources/apps/apps_cancel_deployment.yml"
459
+ }
460
+ },
461
+ "/v2/apps/{app_id}/deployments/{deployment_id}/components/{component_name}/logs": {
462
+ "get": {
463
+ "$ref": "resources/apps/apps_get_logs.yml"
464
+ }
465
+ },
466
+ "/v2/apps/{app_id}/deployments/{deployment_id}/logs": {
467
+ "get": {
468
+ "$ref": "resources/apps/apps_get_logs_aggregate.yml"
469
+ }
470
+ },
471
+ "/v2/apps/{app_id}/deployments/{deployment_id}/components/{component_name}/exec": {
472
+ "get": {
473
+ "$ref": "resources/apps/apps_get_exec.yml"
474
+ }
475
+ },
476
+ "/v2/apps/{app_id}/logs": {
477
+ "get": {
478
+ "$ref": "resources/apps/apps_get_logs_active_deployment_aggregate.yml"
479
+ }
480
+ },
481
+ "/v2/apps/{app_id}/job-invocations": {
482
+ "get": {
483
+ "$ref": "resources/apps/apps_list_job_invocations.yml"
484
+ }
485
+ },
486
+ "/v2/apps/{app_id}/job-invocations/{job_invocation_id}": {
487
+ "get": {
488
+ "$ref": "resources/apps/apps_get_job_invocation.yml"
489
+ }
490
+ },
491
+ "/v2/apps/{app_id}/job-invocations/{job_invocation_id}/cancel": {
492
+ "post": {
493
+ "$ref": "resources/apps/apps_cancel_job_invocation.yml"
494
+ }
495
+ },
496
+ "/v2/apps/{app_id}/jobs/{job_name}/invocations/{job_invocation_id}/logs": {
497
+ "get": {
498
+ "$ref": "resources/apps/apps_get_job_invocation_logs.yml"
499
+ }
500
+ },
501
+ "/v2/apps/{app_id}/events": {
502
+ "get": {
503
+ "$ref": "resources/apps/apps_list_events.yml"
504
+ }
505
+ },
506
+ "/v2/apps/{app_id}/events/{event_id}": {
507
+ "get": {
508
+ "$ref": "resources/apps/apps_get_event.yml"
509
+ }
510
+ },
511
+ "/v2/apps/{app_id}/events/{event_id}/cancel": {
512
+ "post": {
513
+ "$ref": "resources/apps/apps_cancel_event.yml"
514
+ }
515
+ },
516
+ "/v2/apps/{app_id}/events/{event_id}/logs": {
517
+ "get": {
518
+ "$ref": "resources/apps/apps_get_event_logs.yml"
519
+ }
520
+ },
521
+ "/v2/apps/tiers/instance_sizes": {
522
+ "get": {
523
+ "$ref": "resources/apps/apps_list_instanceSizes.yml"
524
+ }
525
+ },
526
+ "/v2/apps/tiers/instance_sizes/{slug}": {
527
+ "get": {
528
+ "$ref": "resources/apps/apps_get_instanceSize.yml"
529
+ }
530
+ },
531
+ "/v2/apps/regions": {
532
+ "get": {
533
+ "$ref": "resources/apps/apps_list_regions.yml"
534
+ }
535
+ },
536
+ "/v2/apps/propose": {
537
+ "post": {
538
+ "$ref": "resources/apps/apps_validate_appSpec.yml"
539
+ }
540
+ },
541
+ "/v2/apps/{app_id}/alerts": {
542
+ "get": {
543
+ "$ref": "resources/apps/apps_list_alerts.yml"
544
+ }
545
+ },
546
+ "/v2/apps/{app_id}/alerts/{alert_id}/destinations": {
547
+ "post": {
548
+ "$ref": "resources/apps/apps_assign_alertDestinations.yml"
549
+ }
550
+ },
551
+ "/v2/apps/{app_id}/rollback": {
552
+ "post": {
553
+ "$ref": "resources/apps/apps_create_rollback.yml"
554
+ }
555
+ },
556
+ "/v2/apps/{app_id}/rollback/validate": {
557
+ "post": {
558
+ "$ref": "resources/apps/apps_validate_rollback.yml"
559
+ }
560
+ },
561
+ "/v2/apps/{app_id}/rollback/commit": {
562
+ "post": {
563
+ "$ref": "resources/apps/apps_commit_rollback.yml"
564
+ }
565
+ },
566
+ "/v2/apps/{app_id}/rollback/revert": {
567
+ "post": {
568
+ "$ref": "resources/apps/apps_revert_rollback.yml"
569
+ }
570
+ },
571
+ "/v2/apps/{app_id}/metrics/bandwidth_daily": {
572
+ "get": {
573
+ "$ref": "resources/apps/apps_get_metrics_bandwidth_usage.yml"
574
+ }
575
+ },
576
+ "/v2/apps/metrics/bandwidth_daily": {
577
+ "post": {
578
+ "$ref": "resources/apps/apps_list_metrics_bandwidth_usage.yml"
579
+ }
580
+ },
581
+ "/v2/apps/{app_id}/health": {
582
+ "get": {
583
+ "$ref": "resources/apps/apps_get_health.yml"
584
+ }
585
+ },
586
+ "/v2/cdn/endpoints": {
587
+ "get": {
588
+ "$ref": "resources/cdn/cdn_list_endpoints.yml"
589
+ },
590
+ "post": {
591
+ "$ref": "resources/cdn/cdn_create_endpoint.yml"
592
+ }
593
+ },
594
+ "/v2/cdn/endpoints/{cdn_id}": {
595
+ "get": {
596
+ "$ref": "resources/cdn/cdn_get_endpoint.yml"
597
+ },
598
+ "put": {
599
+ "$ref": "resources/cdn/cdn_update_endpoint.yml"
600
+ },
601
+ "delete": {
602
+ "$ref": "resources/cdn/cdn_delete_endpoint.yml"
603
+ }
604
+ },
605
+ "/v2/cdn/endpoints/{cdn_id}/cache": {
606
+ "delete": {
607
+ "$ref": "resources/cdn/cdn_purge_cache.yml"
608
+ }
609
+ },
610
+ "/v2/certificates": {
611
+ "get": {
612
+ "$ref": "resources/certificates/certificates_list.yml"
613
+ },
614
+ "post": {
615
+ "$ref": "resources/certificates/certificates_create.yml"
616
+ }
617
+ },
618
+ "/v2/certificates/{certificate_id}": {
619
+ "get": {
620
+ "$ref": "resources/certificates/certificates_get.yml"
621
+ },
622
+ "delete": {
623
+ "$ref": "resources/certificates/certificates_delete.yml"
624
+ }
625
+ },
626
+ "/v2/customers/my/balance": {
627
+ "get": {
628
+ "$ref": "resources/billing/balance_get.yml"
629
+ }
630
+ },
631
+ "/v2/customers/my/billing_history": {
632
+ "get": {
633
+ "$ref": "resources/billing/billingHistory_list.yml"
634
+ }
635
+ },
636
+ "/v2/customers/my/invoices": {
637
+ "get": {
638
+ "$ref": "resources/billing/invoices_list.yml"
639
+ }
640
+ },
641
+ "/v2/customers/my/invoices/{invoice_uuid}": {
642
+ "get": {
643
+ "$ref": "resources/billing/invoices_get_byUUID.yml"
644
+ }
645
+ },
646
+ "/v2/customers/my/invoices/{invoice_uuid}/csv": {
647
+ "get": {
648
+ "$ref": "resources/billing/invoices_get_csvByUUID.yml"
649
+ }
650
+ },
651
+ "/v2/customers/my/invoices/{invoice_uuid}/pdf": {
652
+ "get": {
653
+ "$ref": "resources/billing/invoices_get_pdfByUUID.yml"
654
+ }
655
+ },
656
+ "/v2/customers/my/invoices/{invoice_uuid}/summary": {
657
+ "get": {
658
+ "$ref": "resources/billing/invoices_get_summaryByUUID.yml"
659
+ }
660
+ },
661
+ "/v2/billing/{account_urn}/insights/{start_date}/{end_date}": {
662
+ "get": {
663
+ "$ref": "resources/billing/billingInsights_list.yml"
664
+ }
665
+ },
666
+ "/v2/databases/options": {
667
+ "get": {
668
+ "$ref": "resources/databases/databases_list_options.yml"
669
+ }
670
+ },
671
+ "/v2/databases": {
672
+ "get": {
673
+ "$ref": "resources/databases/databases_list_clusters.yml"
674
+ },
675
+ "post": {
676
+ "$ref": "resources/databases/databases_create_cluster.yml"
677
+ }
678
+ },
679
+ "/v2/databases/{database_cluster_uuid}": {
680
+ "get": {
681
+ "$ref": "resources/databases/databases_get_cluster.yml"
682
+ },
683
+ "delete": {
684
+ "$ref": "resources/databases/databases_destroy_cluster.yml"
685
+ }
686
+ },
687
+ "/v2/databases/{database_cluster_uuid}/config": {
688
+ "get": {
689
+ "$ref": "resources/databases/databases_get_config.yml"
690
+ },
691
+ "patch": {
692
+ "$ref": "resources/databases/databases_patch_config.yml"
693
+ }
694
+ },
695
+ "/v2/databases/{database_cluster_uuid}/ca": {
696
+ "get": {
697
+ "$ref": "resources/databases/databases_get_ca.yml"
698
+ }
699
+ },
700
+ "/v2/databases/{database_cluster_uuid}/online-migration": {
701
+ "get": {
702
+ "$ref": "resources/databases/databases_get_migrationStatus.yml"
703
+ },
704
+ "put": {
705
+ "$ref": "resources/databases/databases_update_onlineMigration.yml"
706
+ }
707
+ },
708
+ "/v2/databases/{database_cluster_uuid}/online-migration/{migration_id}": {
709
+ "delete": {
710
+ "$ref": "resources/databases/databases_delete_onlineMigration.yml"
711
+ }
712
+ },
713
+ "/v2/databases/{database_cluster_uuid}/migrate": {
714
+ "put": {
715
+ "$ref": "resources/databases/databases_update_region.yml"
716
+ }
717
+ },
718
+ "/v2/databases/{database_cluster_uuid}/resize": {
719
+ "put": {
720
+ "$ref": "resources/databases/databases_update_clusterSize.yml"
721
+ }
722
+ },
723
+ "/v2/databases/{database_cluster_uuid}/firewall": {
724
+ "get": {
725
+ "$ref": "resources/databases/databases_list_firewall_rules.yml"
726
+ },
727
+ "put": {
728
+ "$ref": "resources/databases/databases_update_firewall_rules.yml"
729
+ }
730
+ },
731
+ "/v2/databases/{database_cluster_uuid}/maintenance": {
732
+ "put": {
733
+ "$ref": "resources/databases/databases_update_maintenanceWindow.yml"
734
+ }
735
+ },
736
+ "/v2/databases/{database_cluster_uuid}/install_update": {
737
+ "put": {
738
+ "$ref": "resources/databases/databases_update_installUpdate.yml"
739
+ }
740
+ },
741
+ "/v2/databases/{database_cluster_uuid}/backups": {
742
+ "get": {
743
+ "$ref": "resources/databases/databases_list_backups.yml"
744
+ }
745
+ },
746
+ "/v2/databases/{database_cluster_uuid}/replicas": {
747
+ "get": {
748
+ "$ref": "resources/databases/databases_list_replicas.yml"
749
+ },
750
+ "post": {
751
+ "$ref": "resources/databases/databases_create_replica.yml"
752
+ }
753
+ },
754
+ "/v2/databases/{database_cluster_uuid}/events": {
755
+ "get": {
756
+ "$ref": "resources/databases/databases_events_logs.yml"
757
+ }
758
+ },
759
+ "/v2/databases/{database_cluster_uuid}/replicas/{replica_name}": {
760
+ "get": {
761
+ "$ref": "resources/databases/databases_get_replica.yml"
762
+ },
763
+ "delete": {
764
+ "$ref": "resources/databases/databases_destroy_replica.yml"
765
+ }
766
+ },
767
+ "/v2/databases/{database_cluster_uuid}/replicas/{replica_name}/promote": {
768
+ "put": {
769
+ "$ref": "resources/databases/databases_promote_replica.yml"
770
+ }
771
+ },
772
+ "/v2/databases/{database_cluster_uuid}/users": {
773
+ "get": {
774
+ "$ref": "resources/databases/databases_list_users.yml"
775
+ },
776
+ "post": {
777
+ "$ref": "resources/databases/databases_add_user.yml"
778
+ }
779
+ },
780
+ "/v2/databases/{database_cluster_uuid}/users/{username}": {
781
+ "get": {
782
+ "$ref": "resources/databases/databases_get_user.yml"
783
+ },
784
+ "delete": {
785
+ "$ref": "resources/databases/databases_delete_user.yml"
786
+ },
787
+ "put": {
788
+ "$ref": "resources/databases/databases_update_user.yml"
789
+ }
790
+ },
791
+ "/v2/databases/{database_cluster_uuid}/users/{username}/reset_auth": {
792
+ "post": {
793
+ "$ref": "resources/databases/databases_reset_auth.yml"
794
+ }
795
+ },
796
+ "/v2/databases/{database_cluster_uuid}/dbs": {
797
+ "get": {
798
+ "$ref": "resources/databases/databases_list.yml"
799
+ },
800
+ "post": {
801
+ "$ref": "resources/databases/databases_add.yml"
802
+ }
803
+ },
804
+ "/v2/databases/{database_cluster_uuid}/dbs/{database_name}": {
805
+ "get": {
806
+ "$ref": "resources/databases/databases_get.yml"
807
+ },
808
+ "delete": {
809
+ "$ref": "resources/databases/databases_delete.yml"
810
+ }
811
+ },
812
+ "/v2/databases/{database_cluster_uuid}/pools": {
813
+ "get": {
814
+ "$ref": "resources/databases/databases_list_connectionPools.yml"
815
+ },
816
+ "post": {
817
+ "$ref": "resources/databases/databases_add_connectionPool.yml"
818
+ }
819
+ },
820
+ "/v2/databases/{database_cluster_uuid}/pools/{pool_name}": {
821
+ "get": {
822
+ "$ref": "resources/databases/databases_get_connectionPool.yml"
823
+ },
824
+ "put": {
825
+ "$ref": "resources/databases/databases_update_connectionPool.yml"
826
+ },
827
+ "delete": {
828
+ "$ref": "resources/databases/databases_delete_connectionPool.yml"
829
+ }
830
+ },
831
+ "/v2/databases/{database_cluster_uuid}/eviction_policy": {
832
+ "get": {
833
+ "$ref": "resources/databases/databases_get_evictionPolicy.yml"
834
+ },
835
+ "put": {
836
+ "$ref": "resources/databases/databases_update_evictionPolicy.yml"
837
+ }
838
+ },
839
+ "/v2/databases/{database_cluster_uuid}/sql_mode": {
840
+ "get": {
841
+ "$ref": "resources/databases/databases_get_sql_mode.yml"
842
+ },
843
+ "put": {
844
+ "$ref": "resources/databases/databases_update_sql_mode.yml"
845
+ }
846
+ },
847
+ "/v2/databases/{database_cluster_uuid}/upgrade": {
848
+ "put": {
849
+ "$ref": "resources/databases/databases_upgrade_major_version.yml"
850
+ }
851
+ },
852
+ "/v2/databases/{database_cluster_uuid}/autoscale": {
853
+ "get": {
854
+ "$ref": "resources/databases/databases_get_autoscale.yml"
855
+ },
856
+ "put": {
857
+ "$ref": "resources/databases/databases_update_autoscale.yml"
858
+ }
859
+ },
860
+ "/v2/databases/{database_cluster_uuid}/topics": {
861
+ "get": {
862
+ "$ref": "resources/databases/databases_list_kafka_topics.yml"
863
+ },
864
+ "post": {
865
+ "$ref": "resources/databases/databases_create_kafka_topic.yml"
866
+ }
867
+ },
868
+ "/v2/databases/{database_cluster_uuid}/topics/{topic_name}": {
869
+ "get": {
870
+ "$ref": "resources/databases/databases_get_kafka_topic.yml"
871
+ },
872
+ "put": {
873
+ "$ref": "resources/databases/databases_update_kafka_topic.yml"
874
+ },
875
+ "delete": {
876
+ "$ref": "resources/databases/databases_delete_kafka_topic.yml"
877
+ }
878
+ },
879
+ "/v2/databases/{database_cluster_uuid}/logsink": {
880
+ "get": {
881
+ "$ref": "resources/databases/databases_list_logsink.yml"
882
+ },
883
+ "post": {
884
+ "$ref": "resources/databases/databases_create_logsink.yml"
885
+ }
886
+ },
887
+ "/v2/databases/{database_cluster_uuid}/logsink/{logsink_id}": {
888
+ "get": {
889
+ "$ref": "resources/databases/databases_get_logsink.yml"
890
+ },
891
+ "put": {
892
+ "$ref": "resources/databases/databases_update_logsink.yml"
893
+ },
894
+ "delete": {
895
+ "$ref": "resources/databases/databases_delete_logsink.yml"
896
+ }
897
+ },
898
+ "/v2/databases/{database_cluster_uuid}/schema-registry": {
899
+ "get": {
900
+ "$ref": "resources/databases/databases_list_kafka_schemas.yml"
901
+ },
902
+ "post": {
903
+ "$ref": "resources/databases/databases_create_kafka_schema.yml"
904
+ }
905
+ },
906
+ "/v2/databases/{database_cluster_uuid}/schema-registry/{subject_name}": {
907
+ "get": {
908
+ "$ref": "resources/databases/databases_get_kafka_schema.yml"
909
+ },
910
+ "delete": {
911
+ "$ref": "resources/databases/databases_delete_kafka_schema.yml"
912
+ }
913
+ },
914
+ "/v2/databases/{database_cluster_uuid}/schema-registry/{subject_name}/versions/{version}": {
915
+ "get": {
916
+ "$ref": "resources/databases/databases_get_kafka_schema_version.yml"
917
+ }
918
+ },
919
+ "/v2/databases/{database_cluster_uuid}/schema-registry/config": {
920
+ "get": {
921
+ "$ref": "resources/databases/databases_get_kafka_schema_config.yml"
922
+ },
923
+ "put": {
924
+ "$ref": "resources/databases/databases_update_kafka_schema_config.yml"
925
+ }
926
+ },
927
+ "/v2/databases/{database_cluster_uuid}/schema-registry/config/{subject_name}": {
928
+ "get": {
929
+ "$ref": "resources/databases/databases_get_kafka_schema_subject_config.yml"
930
+ },
931
+ "put": {
932
+ "$ref": "resources/databases/databases_update_kafka_schema_subject_config.yml"
933
+ }
934
+ },
935
+ "/v2/databases/metrics/credentials": {
936
+ "get": {
937
+ "$ref": "resources/databases/databases_get_cluster_metrics_credentials.yml"
938
+ },
939
+ "put": {
940
+ "$ref": "resources/databases/databases_update_cluster_metrics_credentials.yml"
941
+ }
942
+ },
943
+ "/v2/databases/{database_cluster_uuid}/indexes": {
944
+ "get": {
945
+ "$ref": "resources/databases/databases_list_opensearch_indexes.yml"
946
+ }
947
+ },
948
+ "/v2/databases/{database_cluster_uuid}/indexes/{index_name}": {
949
+ "delete": {
950
+ "$ref": "resources/databases/databases_delete_opensearch_index.yml"
951
+ }
952
+ },
953
+ "/v2/dedicated-inferences/{dedicated_inference_id}": {
954
+ "get": {
955
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_get.yml"
956
+ },
957
+ "patch": {
958
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_update.yml"
959
+ },
960
+ "delete": {
961
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_delete.yml"
962
+ }
963
+ },
964
+ "/v2/dedicated-inferences": {
965
+ "get": {
966
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_list.yml"
967
+ },
968
+ "post": {
969
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_create.yml"
970
+ }
971
+ },
972
+ "/v2/dedicated-inferences/{dedicated_inference_id}/accelerators": {
973
+ "get": {
974
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_accelerators_list.yml"
975
+ }
976
+ },
977
+ "/v2/dedicated-inferences/{dedicated_inference_id}/accelerators/{accelerator_id}": {
978
+ "get": {
979
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_accelerators_get.yml"
980
+ }
981
+ },
982
+ "/v2/dedicated-inferences/{dedicated_inference_id}/ca": {
983
+ "get": {
984
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_ca_get.yml"
985
+ }
986
+ },
987
+ "/v2/dedicated-inferences/{dedicated_inference_id}/tokens": {
988
+ "get": {
989
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_tokens_list.yml"
990
+ },
991
+ "post": {
992
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_tokens_create.yml"
993
+ }
994
+ },
995
+ "/v2/dedicated-inferences/{dedicated_inference_id}/tokens/{token_id}": {
996
+ "delete": {
997
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_tokens_delete.yml"
998
+ }
999
+ },
1000
+ "/v2/dedicated-inferences/sizes": {
1001
+ "get": {
1002
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_sizes_list.yml"
1003
+ }
1004
+ },
1005
+ "/v2/dedicated-inferences/gpu-model-config": {
1006
+ "get": {
1007
+ "$ref": "resources/dedicated_inferences/dedicated_inferences_gpu_model_config_get.yml"
1008
+ }
1009
+ },
1010
+ "/v2/domains": {
1011
+ "get": {
1012
+ "$ref": "resources/domains/domains_list.yml"
1013
+ },
1014
+ "post": {
1015
+ "$ref": "resources/domains/domains_create.yml"
1016
+ }
1017
+ },
1018
+ "/v2/domains/{domain_name}": {
1019
+ "get": {
1020
+ "$ref": "resources/domains/domains_get.yml"
1021
+ },
1022
+ "delete": {
1023
+ "$ref": "resources/domains/domains_delete.yml"
1024
+ }
1025
+ },
1026
+ "/v2/domains/{domain_name}/records": {
1027
+ "get": {
1028
+ "$ref": "resources/domains/domains_list_records.yml"
1029
+ },
1030
+ "post": {
1031
+ "$ref": "resources/domains/domains_create_record.yml"
1032
+ }
1033
+ },
1034
+ "/v2/domains/{domain_name}/records/{domain_record_id}": {
1035
+ "get": {
1036
+ "$ref": "resources/domains/domains_get_record.yml"
1037
+ },
1038
+ "patch": {
1039
+ "$ref": "resources/domains/domains_patch_record.yml"
1040
+ },
1041
+ "put": {
1042
+ "$ref": "resources/domains/domains_update_record.yml"
1043
+ },
1044
+ "delete": {
1045
+ "$ref": "resources/domains/domains_delete_record.yml"
1046
+ }
1047
+ },
1048
+ "/v2/droplets": {
1049
+ "get": {
1050
+ "$ref": "resources/droplets/droplets_list.yml"
1051
+ },
1052
+ "post": {
1053
+ "$ref": "resources/droplets/droplets_create.yml"
1054
+ },
1055
+ "delete": {
1056
+ "$ref": "resources/droplets/droplets_destroy_byTag.yml"
1057
+ }
1058
+ },
1059
+ "/v2/droplets/{droplet_id}": {
1060
+ "get": {
1061
+ "$ref": "resources/droplets/droplets_get.yml"
1062
+ },
1063
+ "delete": {
1064
+ "$ref": "resources/droplets/droplets_destroy.yml"
1065
+ }
1066
+ },
1067
+ "/v2/droplets/{droplet_id}/backups": {
1068
+ "get": {
1069
+ "$ref": "resources/droplets/droplets_list_backups.yml"
1070
+ }
1071
+ },
1072
+ "/v2/droplets/{droplet_id}/backups/policy": {
1073
+ "get": {
1074
+ "$ref": "resources/droplets/droplets_get_backup_policy.yml"
1075
+ }
1076
+ },
1077
+ "/v2/droplets/backups/policies": {
1078
+ "get": {
1079
+ "$ref": "resources/droplets/droplets_list_backup_policies.yml"
1080
+ }
1081
+ },
1082
+ "/v2/droplets/backups/supported_policies": {
1083
+ "get": {
1084
+ "$ref": "resources/droplets/droplets_list_supported_backup_policies.yml"
1085
+ }
1086
+ },
1087
+ "/v2/droplets/{droplet_id}/snapshots": {
1088
+ "get": {
1089
+ "$ref": "resources/droplets/droplets_list_snapshots.yml"
1090
+ }
1091
+ },
1092
+ "/v2/droplets/{droplet_id}/actions": {
1093
+ "get": {
1094
+ "$ref": "resources/droplets/dropletActions_list.yml"
1095
+ },
1096
+ "post": {
1097
+ "$ref": "resources/droplets/dropletActions_post.yml"
1098
+ }
1099
+ },
1100
+ "/v2/droplets/actions": {
1101
+ "post": {
1102
+ "$ref": "resources/droplets/dropletActions_post_byTag.yml"
1103
+ }
1104
+ },
1105
+ "/v2/droplets/{droplet_id}/actions/{action_id}": {
1106
+ "get": {
1107
+ "$ref": "resources/droplets/dropletActions_get.yml"
1108
+ }
1109
+ },
1110
+ "/v2/droplets/{droplet_id}/kernels": {
1111
+ "get": {
1112
+ "$ref": "resources/droplets/droplets_list_kernels.yml"
1113
+ }
1114
+ },
1115
+ "/v2/droplets/{droplet_id}/firewalls": {
1116
+ "get": {
1117
+ "$ref": "resources/droplets/droplets_list_firewalls.yml"
1118
+ }
1119
+ },
1120
+ "/v2/droplets/{droplet_id}/neighbors": {
1121
+ "get": {
1122
+ "$ref": "resources/droplets/droplets_list_neighbors.yml"
1123
+ }
1124
+ },
1125
+ "/v2/droplets/{droplet_id}/destroy_with_associated_resources": {
1126
+ "get": {
1127
+ "$ref": "resources/droplets/droplets_list_associatedResources.yml"
1128
+ }
1129
+ },
1130
+ "/v2/droplets/{droplet_id}/destroy_with_associated_resources/selective": {
1131
+ "delete": {
1132
+ "$ref": "resources/droplets/droplets_destroy_withAssociatedResourcesSelective.yml"
1133
+ }
1134
+ },
1135
+ "/v2/droplets/{droplet_id}/destroy_with_associated_resources/dangerous": {
1136
+ "delete": {
1137
+ "$ref": "resources/droplets/droplets_destroy_withAssociatedResourcesDangerous.yml"
1138
+ }
1139
+ },
1140
+ "/v2/droplets/{droplet_id}/destroy_with_associated_resources/status": {
1141
+ "get": {
1142
+ "$ref": "resources/droplets/droplets_get_destroyAssociatedResourcesStatus.yml"
1143
+ }
1144
+ },
1145
+ "/v2/droplets/{droplet_id}/destroy_with_associated_resources/retry": {
1146
+ "post": {
1147
+ "$ref": "resources/droplets/droplets_destroy_retryWithAssociatedResources.yml"
1148
+ }
1149
+ },
1150
+ "/v2/droplets/autoscale": {
1151
+ "get": {
1152
+ "$ref": "resources/autoscale_pools/autoscale_pool_list.yml"
1153
+ },
1154
+ "post": {
1155
+ "$ref": "resources/autoscale_pools/autoscale_pool_create.yml"
1156
+ }
1157
+ },
1158
+ "/v2/droplets/autoscale/{autoscale_pool_id}": {
1159
+ "get": {
1160
+ "$ref": "resources/autoscale_pools/autoscale_pool_get.yml"
1161
+ },
1162
+ "put": {
1163
+ "$ref": "resources/autoscale_pools/autoscale_pool_update.yml"
1164
+ },
1165
+ "delete": {
1166
+ "$ref": "resources/autoscale_pools/autoscale_pool_delete.yml"
1167
+ }
1168
+ },
1169
+ "/v2/droplets/autoscale/{autoscale_pool_id}/dangerous": {
1170
+ "delete": {
1171
+ "$ref": "resources/autoscale_pools/autoscale_pool_delete_dangerous.yml"
1172
+ }
1173
+ },
1174
+ "/v2/droplets/autoscale/{autoscale_pool_id}/members": {
1175
+ "get": {
1176
+ "$ref": "resources/autoscale_pools/autoscale_pool_list_members.yml"
1177
+ }
1178
+ },
1179
+ "/v2/droplets/autoscale/{autoscale_pool_id}/history": {
1180
+ "get": {
1181
+ "$ref": "resources/autoscale_pools/autoscale_pool_list_history.yml"
1182
+ }
1183
+ },
1184
+ "/v2/firewalls": {
1185
+ "get": {
1186
+ "$ref": "resources/firewalls/firewalls_list.yml"
1187
+ },
1188
+ "post": {
1189
+ "$ref": "resources/firewalls/firewalls_create.yml"
1190
+ }
1191
+ },
1192
+ "/v2/firewalls/{firewall_id}": {
1193
+ "get": {
1194
+ "$ref": "resources/firewalls/firewalls_get.yml"
1195
+ },
1196
+ "put": {
1197
+ "$ref": "resources/firewalls/firewalls_update.yml"
1198
+ },
1199
+ "delete": {
1200
+ "$ref": "resources/firewalls/firewalls_delete.yml"
1201
+ }
1202
+ },
1203
+ "/v2/firewalls/{firewall_id}/droplets": {
1204
+ "post": {
1205
+ "$ref": "resources/firewalls/firewalls_assign_droplets.yml"
1206
+ },
1207
+ "delete": {
1208
+ "$ref": "resources/firewalls/firewalls_delete_droplets.yml"
1209
+ }
1210
+ },
1211
+ "/v2/firewalls/{firewall_id}/tags": {
1212
+ "post": {
1213
+ "$ref": "resources/firewalls/firewalls_add_tags.yml"
1214
+ },
1215
+ "delete": {
1216
+ "$ref": "resources/firewalls/firewalls_delete_tags.yml"
1217
+ }
1218
+ },
1219
+ "/v2/firewalls/{firewall_id}/rules": {
1220
+ "post": {
1221
+ "$ref": "resources/firewalls/firewalls_add_rules.yml"
1222
+ },
1223
+ "delete": {
1224
+ "$ref": "resources/firewalls/firewalls_delete_rules.yml"
1225
+ }
1226
+ },
1227
+ "/v2/floating_ips": {
1228
+ "get": {
1229
+ "$ref": "resources/floating_ips/floatingIPs_list.yml"
1230
+ },
1231
+ "post": {
1232
+ "$ref": "resources/floating_ips/floatingIPs_create.yml"
1233
+ }
1234
+ },
1235
+ "/v2/floating_ips/{floating_ip}": {
1236
+ "get": {
1237
+ "$ref": "resources/floating_ips/floatingIPs_get.yml"
1238
+ },
1239
+ "delete": {
1240
+ "$ref": "resources/floating_ips/floatingIPs_delete.yml"
1241
+ }
1242
+ },
1243
+ "/v2/floating_ips/{floating_ip}/actions": {
1244
+ "get": {
1245
+ "$ref": "resources/floating_ips/floatingIPsAction_list.yml"
1246
+ },
1247
+ "post": {
1248
+ "$ref": "resources/floating_ips/floatingIPsAction_post.yml"
1249
+ }
1250
+ },
1251
+ "/v2/floating_ips/{floating_ip}/actions/{action_id}": {
1252
+ "get": {
1253
+ "$ref": "resources/floating_ips/floatingIPsAction_get.yml"
1254
+ }
1255
+ },
1256
+ "/v2/functions/namespaces": {
1257
+ "get": {
1258
+ "$ref": "resources/functions/functions_list_namespaces.yml"
1259
+ },
1260
+ "post": {
1261
+ "$ref": "resources/functions/functions_create_namespace.yml"
1262
+ }
1263
+ },
1264
+ "/v2/functions/namespaces/{namespace_id}": {
1265
+ "get": {
1266
+ "$ref": "resources/functions/functions_get_namespace.yml"
1267
+ },
1268
+ "delete": {
1269
+ "$ref": "resources/functions/functions_delete_namespace.yml"
1270
+ }
1271
+ },
1272
+ "/v2/functions/namespaces/{namespace_id}/triggers": {
1273
+ "get": {
1274
+ "$ref": "resources/functions/functions_list_triggers.yml"
1275
+ },
1276
+ "post": {
1277
+ "$ref": "resources/functions/functions_create_trigger.yml"
1278
+ }
1279
+ },
1280
+ "/v2/functions/namespaces/{namespace_id}/triggers/{trigger_name}": {
1281
+ "get": {
1282
+ "$ref": "resources/functions/functions_get_trigger.yml"
1283
+ },
1284
+ "put": {
1285
+ "$ref": "resources/functions/functions_update_trigger.yml"
1286
+ },
1287
+ "delete": {
1288
+ "$ref": "resources/functions/functions_delete_trigger.yml"
1289
+ }
1290
+ },
1291
+ "/v2/functions/namespaces/{namespace_id}/keys": {
1292
+ "get": {
1293
+ "$ref": "resources/functions/functions_list_keys.yml"
1294
+ },
1295
+ "post": {
1296
+ "$ref": "resources/functions/functions_create_key.yml"
1297
+ }
1298
+ },
1299
+ "/v2/functions/namespaces/{namespace_id}/keys/{key_id}": {
1300
+ "put": {
1301
+ "$ref": "resources/functions/functions_update_key.yml"
1302
+ },
1303
+ "delete": {
1304
+ "$ref": "resources/functions/functions_delete_key.yml"
1305
+ }
1306
+ },
1307
+ "/v2/images": {
1308
+ "get": {
1309
+ "$ref": "resources/images/images_list.yml"
1310
+ },
1311
+ "post": {
1312
+ "$ref": "resources/images/images_create_custom.yml"
1313
+ }
1314
+ },
1315
+ "/v2/images/{image_id}": {
1316
+ "get": {
1317
+ "$ref": "resources/images/images_get.yml"
1318
+ },
1319
+ "put": {
1320
+ "$ref": "resources/images/images_update.yml"
1321
+ },
1322
+ "delete": {
1323
+ "$ref": "resources/images/images_delete.yml"
1324
+ }
1325
+ },
1326
+ "/v2/images/{image_id}/account_transfer": {
1327
+ "post": {
1328
+ "$ref": "resources/images/images_post_account_transfer_create.yml"
1329
+ }
1330
+ },
1331
+ "/v2/images/{image_id}/account_transfer/accept": {
1332
+ "post": {
1333
+ "$ref": "resources/images/images_post_account_transfer_accept.yml"
1334
+ }
1335
+ },
1336
+ "/v2/images/{image_id}/account_transfer/cancel": {
1337
+ "post": {
1338
+ "$ref": "resources/images/images_post_account_transfer_cancel.yml"
1339
+ }
1340
+ },
1341
+ "/v2/images/{image_id}/account_transfer/decline": {
1342
+ "post": {
1343
+ "$ref": "resources/images/images_post_account_transfer_decline.yml"
1344
+ }
1345
+ },
1346
+ "/v2/images/{image_id}/actions": {
1347
+ "get": {
1348
+ "$ref": "resources/images/imageActions_list.yml"
1349
+ },
1350
+ "post": {
1351
+ "$ref": "resources/images/imageActions_post.yml"
1352
+ }
1353
+ },
1354
+ "/v2/images/{image_id}/actions/{action_id}": {
1355
+ "get": {
1356
+ "$ref": "resources/images/imageActions_get.yml"
1357
+ }
1358
+ },
1359
+ "/v2/kubernetes/clusters": {
1360
+ "get": {
1361
+ "$ref": "resources/kubernetes/kubernetes_list_clusters.yml"
1362
+ },
1363
+ "post": {
1364
+ "$ref": "resources/kubernetes/kubernetes_create_cluster.yml"
1365
+ }
1366
+ },
1367
+ "/v2/kubernetes/clusters/{cluster_id}": {
1368
+ "get": {
1369
+ "$ref": "resources/kubernetes/kubernetes_get_cluster.yml"
1370
+ },
1371
+ "put": {
1372
+ "$ref": "resources/kubernetes/kubernetes_update_cluster.yml"
1373
+ },
1374
+ "delete": {
1375
+ "$ref": "resources/kubernetes/kubernetes_delete_cluster.yml"
1376
+ }
1377
+ },
1378
+ "/v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources": {
1379
+ "get": {
1380
+ "$ref": "resources/kubernetes/kubernetes_list_associatedResources.yml"
1381
+ }
1382
+ },
1383
+ "/v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources/selective": {
1384
+ "delete": {
1385
+ "$ref": "resources/kubernetes/kubernetes_destroy_associatedResourcesSelective.yml"
1386
+ }
1387
+ },
1388
+ "/v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources/dangerous": {
1389
+ "delete": {
1390
+ "$ref": "resources/kubernetes/kubernetes_destroy_associatedResourcesDangerous.yml"
1391
+ }
1392
+ },
1393
+ "/v2/kubernetes/clusters/{cluster_id}/kubeconfig": {
1394
+ "get": {
1395
+ "$ref": "resources/kubernetes/kubernetes_get_kubeconfig.yml"
1396
+ }
1397
+ },
1398
+ "/v2/kubernetes/clusters/{cluster_id}/credentials": {
1399
+ "get": {
1400
+ "$ref": "resources/kubernetes/kubernetes_get_credentials.yml"
1401
+ }
1402
+ },
1403
+ "/v2/kubernetes/clusters/{cluster_id}/upgrades": {
1404
+ "get": {
1405
+ "$ref": "resources/kubernetes/kubernetes_get_availableUpgrades.yml"
1406
+ }
1407
+ },
1408
+ "/v2/kubernetes/clusters/{cluster_id}/upgrade": {
1409
+ "post": {
1410
+ "$ref": "resources/kubernetes/kubernetes_upgrade_cluster.yml"
1411
+ }
1412
+ },
1413
+ "/v2/kubernetes/clusters/{cluster_id}/node_pools": {
1414
+ "get": {
1415
+ "$ref": "resources/kubernetes/kubernetes_list_nodePools.yml"
1416
+ },
1417
+ "post": {
1418
+ "$ref": "resources/kubernetes/kubernetes_add_nodePool.yml"
1419
+ }
1420
+ },
1421
+ "/v2/kubernetes/clusters/{cluster_id}/node_pools/{node_pool_id}": {
1422
+ "get": {
1423
+ "$ref": "resources/kubernetes/kubernetes_get_nodePool.yml"
1424
+ },
1425
+ "put": {
1426
+ "$ref": "resources/kubernetes/kubernetes_update_nodePool.yml"
1427
+ },
1428
+ "delete": {
1429
+ "$ref": "resources/kubernetes/kubernetes_delete_nodePool.yml"
1430
+ }
1431
+ },
1432
+ "/v2/kubernetes/clusters/{cluster_id}/node_pools/{node_pool_id}/nodes/{node_id}": {
1433
+ "delete": {
1434
+ "$ref": "resources/kubernetes/kubernetes_delete_node.yml"
1435
+ }
1436
+ },
1437
+ "/v2/kubernetes/clusters/{cluster_id}/node_pools/{node_pool_id}/recycle": {
1438
+ "post": {
1439
+ "$ref": "resources/kubernetes/kubernetes_recycle_nodePool.yml"
1440
+ }
1441
+ },
1442
+ "/v2/kubernetes/clusters/{cluster_id}/user": {
1443
+ "get": {
1444
+ "$ref": "resources/kubernetes/kubernetes_get_clusterUser.yml"
1445
+ }
1446
+ },
1447
+ "/v2/kubernetes/options": {
1448
+ "get": {
1449
+ "$ref": "resources/kubernetes/kubernetes_list_options.yml"
1450
+ }
1451
+ },
1452
+ "/v2/kubernetes/clusters/{cluster_id}/clusterlint": {
1453
+ "post": {
1454
+ "$ref": "resources/kubernetes/kubernetes_run_clusterLint.yml"
1455
+ },
1456
+ "get": {
1457
+ "$ref": "resources/kubernetes/kubernetes_get_clusterLintResults.yml"
1458
+ }
1459
+ },
1460
+ "/v2/kubernetes/registry": {
1461
+ "post": {
1462
+ "$ref": "resources/kubernetes/kubernetes_add_registry.yml"
1463
+ },
1464
+ "delete": {
1465
+ "$ref": "resources/kubernetes/kubernetes_remove_registry.yml"
1466
+ }
1467
+ },
1468
+ "/v2/kubernetes/registries": {
1469
+ "post": {
1470
+ "$ref": "resources/kubernetes/kubernetes_add_registries.yml"
1471
+ },
1472
+ "delete": {
1473
+ "$ref": "resources/kubernetes/kubernetes_remove_registries.yml"
1474
+ }
1475
+ },
1476
+ "/v2/kubernetes/clusters/{cluster_id}/status_messages": {
1477
+ "get": {
1478
+ "$ref": "resources/kubernetes/kubernetes_get_status_messages.yml"
1479
+ }
1480
+ },
1481
+ "/v2/load_balancers": {
1482
+ "post": {
1483
+ "$ref": "resources/load_balancers/loadBalancers_create.yml"
1484
+ },
1485
+ "get": {
1486
+ "$ref": "resources/load_balancers/loadBalancers_list.yml"
1487
+ }
1488
+ },
1489
+ "/v2/load_balancers/{lb_id}": {
1490
+ "get": {
1491
+ "$ref": "resources/load_balancers/loadBalancers_get.yml"
1492
+ },
1493
+ "put": {
1494
+ "$ref": "resources/load_balancers/loadBalancers_update.yml"
1495
+ },
1496
+ "delete": {
1497
+ "$ref": "resources/load_balancers/loadBalancers_delete.yml"
1498
+ }
1499
+ },
1500
+ "/v2/load_balancers/{lb_id}/cache": {
1501
+ "delete": {
1502
+ "$ref": "resources/load_balancers/loadBalancers_delete_cache.yml"
1503
+ }
1504
+ },
1505
+ "/v2/load_balancers/{lb_id}/droplets": {
1506
+ "post": {
1507
+ "$ref": "resources/load_balancers/loadBalancers_add_droplets.yml"
1508
+ },
1509
+ "delete": {
1510
+ "$ref": "resources/load_balancers/loadBalancers_remove_droplets.yml"
1511
+ }
1512
+ },
1513
+ "/v2/load_balancers/{lb_id}/forwarding_rules": {
1514
+ "post": {
1515
+ "$ref": "resources/load_balancers/loadBalancers_add_forwardingRules.yml"
1516
+ },
1517
+ "delete": {
1518
+ "$ref": "resources/load_balancers/loadBalancers_remove_forwardingRules.yml"
1519
+ }
1520
+ },
1521
+ "/v2/monitoring/alerts": {
1522
+ "get": {
1523
+ "$ref": "resources/monitoring/monitoring_list_alertPolicy.yml"
1524
+ },
1525
+ "post": {
1526
+ "$ref": "resources/monitoring/monitoring_create_alertPolicy.yml"
1527
+ }
1528
+ },
1529
+ "/v2/monitoring/alerts/{alert_uuid}": {
1530
+ "get": {
1531
+ "$ref": "resources/monitoring/monitoring_get_alertPolicy.yml"
1532
+ },
1533
+ "put": {
1534
+ "$ref": "resources/monitoring/monitoring_update_alertPolicy.yml"
1535
+ },
1536
+ "delete": {
1537
+ "$ref": "resources/monitoring/monitoring_delete_alertPolicy.yml"
1538
+ }
1539
+ },
1540
+ "/v2/monitoring/metrics/droplet/bandwidth": {
1541
+ "get": {
1542
+ "$ref": "resources/monitoring/monitoring_get_dropletBandwidthMetrics.yml"
1543
+ }
1544
+ },
1545
+ "/v2/monitoring/metrics/droplet/cpu": {
1546
+ "get": {
1547
+ "$ref": "resources/monitoring/monitoring_get_DropletCpuMetrics.yml"
1548
+ }
1549
+ },
1550
+ "/v2/monitoring/metrics/droplet/filesystem_free": {
1551
+ "get": {
1552
+ "$ref": "resources/monitoring/monitoring_get_dropletFilesystemFreeMetrics.yml"
1553
+ }
1554
+ },
1555
+ "/v2/monitoring/metrics/droplet/filesystem_size": {
1556
+ "get": {
1557
+ "$ref": "resources/monitoring/monitoring_get_dropletFilesystemSizeMetrics.yml"
1558
+ }
1559
+ },
1560
+ "/v2/monitoring/metrics/droplet/load_1": {
1561
+ "get": {
1562
+ "$ref": "resources/monitoring/monitoring_get_dropletLoad1Metrics.yml"
1563
+ }
1564
+ },
1565
+ "/v2/monitoring/metrics/droplet/load_5": {
1566
+ "get": {
1567
+ "$ref": "resources/monitoring/monitoring_get_dropletLoad5Metrics.yml"
1568
+ }
1569
+ },
1570
+ "/v2/monitoring/metrics/droplet/load_15": {
1571
+ "get": {
1572
+ "$ref": "resources/monitoring/monitoring_get_dropletLoad15Metrics.yml"
1573
+ }
1574
+ },
1575
+ "/v2/monitoring/metrics/droplet/memory_cached": {
1576
+ "get": {
1577
+ "$ref": "resources/monitoring/monitoring_get_dropletMemoryCachedMetrics.yml"
1578
+ }
1579
+ },
1580
+ "/v2/monitoring/metrics/droplet/memory_free": {
1581
+ "get": {
1582
+ "$ref": "resources/monitoring/monitoring_get_dropletMemoryFreeMetrics.yml"
1583
+ }
1584
+ },
1585
+ "/v2/monitoring/metrics/droplet/memory_total": {
1586
+ "get": {
1587
+ "$ref": "resources/monitoring/monitoring_get_dropletMemoryTotalMetrics.yml"
1588
+ }
1589
+ },
1590
+ "/v2/monitoring/metrics/droplet/memory_available": {
1591
+ "get": {
1592
+ "$ref": "resources/monitoring/monitoring_get_dropletMemoryAvailableMetrics.yml"
1593
+ }
1594
+ },
1595
+ "/v2/monitoring/metrics/apps/memory_percentage": {
1596
+ "get": {
1597
+ "$ref": "resources/monitoring/monitoring_get_appMemoryPercentageMetrics.yml"
1598
+ }
1599
+ },
1600
+ "/v2/monitoring/metrics/apps/cpu_percentage": {
1601
+ "get": {
1602
+ "$ref": "resources/monitoring/monitoring_get_appCPUPercentageMetrics.yml"
1603
+ }
1604
+ },
1605
+ "/v2/monitoring/metrics/apps/restart_count": {
1606
+ "get": {
1607
+ "$ref": "resources/monitoring/monitoring_get_appRestartCountMetrics.yml"
1608
+ }
1609
+ },
1610
+ "/v2/monitoring/metrics/load_balancer/frontend_connections_current": {
1611
+ "get": {
1612
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_connections_current.yml"
1613
+ }
1614
+ },
1615
+ "/v2/monitoring/metrics/load_balancer/frontend_connections_limit": {
1616
+ "get": {
1617
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_connections_limit.yml"
1618
+ }
1619
+ },
1620
+ "/v2/monitoring/metrics/load_balancer/frontend_cpu_utilization": {
1621
+ "get": {
1622
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_cpu_utilization.yml"
1623
+ }
1624
+ },
1625
+ "/v2/monitoring/metrics/load_balancer/frontend_firewall_dropped_bytes": {
1626
+ "get": {
1627
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_firewall_dropped_bytes.yml"
1628
+ }
1629
+ },
1630
+ "/v2/monitoring/metrics/load_balancer/frontend_firewall_dropped_packets": {
1631
+ "get": {
1632
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_firewall_dropped_packets.yml"
1633
+ }
1634
+ },
1635
+ "/v2/monitoring/metrics/load_balancer/frontend_http_responses": {
1636
+ "get": {
1637
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_http_responses.yml"
1638
+ }
1639
+ },
1640
+ "/v2/monitoring/metrics/load_balancer/frontend_http_requests_per_second": {
1641
+ "get": {
1642
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_http_requests_per_second.yml"
1643
+ }
1644
+ },
1645
+ "/v2/monitoring/metrics/load_balancer/frontend_network_throughput_http": {
1646
+ "get": {
1647
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_network_throughput_http.yml"
1648
+ }
1649
+ },
1650
+ "/v2/monitoring/metrics/load_balancer/frontend_network_throughput_udp": {
1651
+ "get": {
1652
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_network_throughput_udp.yml"
1653
+ }
1654
+ },
1655
+ "/v2/monitoring/metrics/load_balancer/frontend_network_throughput_tcp": {
1656
+ "get": {
1657
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_network_throughput_tcp.yml"
1658
+ }
1659
+ },
1660
+ "/v2/monitoring/metrics/load_balancer/frontend_nlb_tcp_network_throughput": {
1661
+ "get": {
1662
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_nlb_tcp_network_throughput.yml"
1663
+ }
1664
+ },
1665
+ "/v2/monitoring/metrics/load_balancer/frontend_nlb_udp_network_throughput": {
1666
+ "get": {
1667
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_nlb_udp_network_throughput.yml"
1668
+ }
1669
+ },
1670
+ "/v2/monitoring/metrics/load_balancer/frontend_tls_connections_current": {
1671
+ "get": {
1672
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_tls_connections_current.yml"
1673
+ }
1674
+ },
1675
+ "/v2/monitoring/metrics/load_balancer/frontend_tls_connections_limit": {
1676
+ "get": {
1677
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_tls_connections_limit.yml"
1678
+ }
1679
+ },
1680
+ "/v2/monitoring/metrics/load_balancer/frontend_tls_connections_exceeding_rate_limit": {
1681
+ "get": {
1682
+ "$ref": "resources/monitoring/monitoring_get_lb_frontend_tls_connections_exceeding_rate_limit.yml"
1683
+ }
1684
+ },
1685
+ "/v2/monitoring/metrics/load_balancer/droplets_http_session_duration_avg": {
1686
+ "get": {
1687
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_session_duration_avg.yml"
1688
+ }
1689
+ },
1690
+ "/v2/monitoring/metrics/load_balancer/droplets_http_session_duration_50p": {
1691
+ "get": {
1692
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_session_duration_50p.yml"
1693
+ }
1694
+ },
1695
+ "/v2/monitoring/metrics/load_balancer/droplets_http_session_duration_95p": {
1696
+ "get": {
1697
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_session_duration_95p.yml"
1698
+ }
1699
+ },
1700
+ "/v2/monitoring/metrics/load_balancer/droplets_http_response_time_avg": {
1701
+ "get": {
1702
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_response_time_avg.yml"
1703
+ }
1704
+ },
1705
+ "/v2/monitoring/metrics/load_balancer/droplets_http_response_time_50p": {
1706
+ "get": {
1707
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_response_time_50p.yml"
1708
+ }
1709
+ },
1710
+ "/v2/monitoring/metrics/load_balancer/droplets_http_response_time_95p": {
1711
+ "get": {
1712
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_response_time_95p.yml"
1713
+ }
1714
+ },
1715
+ "/v2/monitoring/metrics/load_balancer/droplets_http_response_time_99p": {
1716
+ "get": {
1717
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_response_time_99p.yml"
1718
+ }
1719
+ },
1720
+ "/v2/monitoring/metrics/load_balancer/droplets_queue_size": {
1721
+ "get": {
1722
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_queue_size.yml"
1723
+ }
1724
+ },
1725
+ "/v2/monitoring/metrics/load_balancer/droplets_http_responses": {
1726
+ "get": {
1727
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_http_responses.yml"
1728
+ }
1729
+ },
1730
+ "/v2/monitoring/metrics/load_balancer/droplets_connections": {
1731
+ "get": {
1732
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_connections.yml"
1733
+ }
1734
+ },
1735
+ "/v2/monitoring/metrics/load_balancer/droplets_health_checks": {
1736
+ "get": {
1737
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_health_checks.yml"
1738
+ }
1739
+ },
1740
+ "/v2/monitoring/metrics/load_balancer/droplets_downtime": {
1741
+ "get": {
1742
+ "$ref": "resources/monitoring/monitoring_get_lb_droplets_downtime.yml"
1743
+ }
1744
+ },
1745
+ "/v2/monitoring/metrics/droplet_autoscale/current_instances": {
1746
+ "get": {
1747
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_current_instances.yml"
1748
+ }
1749
+ },
1750
+ "/v2/monitoring/metrics/droplet_autoscale/target_instances": {
1751
+ "get": {
1752
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_target_instances.yml"
1753
+ }
1754
+ },
1755
+ "/v2/monitoring/metrics/droplet_autoscale/current_cpu_utilization": {
1756
+ "get": {
1757
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_current_cpu_utilization.yml"
1758
+ }
1759
+ },
1760
+ "/v2/monitoring/metrics/droplet_autoscale/target_cpu_utilization": {
1761
+ "get": {
1762
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_target_cpu_utilization.yml"
1763
+ }
1764
+ },
1765
+ "/v2/monitoring/metrics/droplet_autoscale/current_memory_utilization": {
1766
+ "get": {
1767
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_current_memory_utilization.yml"
1768
+ }
1769
+ },
1770
+ "/v2/monitoring/metrics/droplet_autoscale/target_memory_utilization": {
1771
+ "get": {
1772
+ "$ref": "resources/monitoring/monitoring_get_droplet_autoscale_target_memory_utilization.yml"
1773
+ }
1774
+ },
1775
+ "/v2/monitoring/metrics/database/mysql/cpu_usage": {
1776
+ "get": {
1777
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_cpu_usage.yml"
1778
+ }
1779
+ },
1780
+ "/v2/monitoring/metrics/database/mysql/load": {
1781
+ "get": {
1782
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_load.yml"
1783
+ }
1784
+ },
1785
+ "/v2/monitoring/metrics/database/mysql/memory_usage": {
1786
+ "get": {
1787
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_memory_usage.yml"
1788
+ }
1789
+ },
1790
+ "/v2/monitoring/metrics/database/mysql/disk_usage": {
1791
+ "get": {
1792
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_disk_usage.yml"
1793
+ }
1794
+ },
1795
+ "/v2/monitoring/metrics/database/mysql/threads_connected": {
1796
+ "get": {
1797
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_threads_connected.yml"
1798
+ }
1799
+ },
1800
+ "/v2/monitoring/metrics/database/mysql/threads_created_rate": {
1801
+ "get": {
1802
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_threads_created_rate.yml"
1803
+ }
1804
+ },
1805
+ "/v2/monitoring/metrics/database/mysql/threads_active": {
1806
+ "get": {
1807
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_threads_active.yml"
1808
+ }
1809
+ },
1810
+ "/v2/monitoring/metrics/database/mysql/index_vs_sequential_reads": {
1811
+ "get": {
1812
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_index_vs_sequential_reads.yml"
1813
+ }
1814
+ },
1815
+ "/v2/monitoring/metrics/database/mysql/op_rates": {
1816
+ "get": {
1817
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_op_rates.yml"
1818
+ }
1819
+ },
1820
+ "/v2/monitoring/metrics/database/mysql/schema_throughput": {
1821
+ "get": {
1822
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_schema_throughput.yml"
1823
+ }
1824
+ },
1825
+ "/v2/monitoring/metrics/database/mysql/schema_latency": {
1826
+ "get": {
1827
+ "$ref": "resources/monitoring/monitoring_get_database_mysql_schema_latency.yml"
1828
+ }
1829
+ },
1830
+ "/v2/monitoring/sinks/destinations": {
1831
+ "post": {
1832
+ "$ref": "resources/monitoring/monitoring_create_destination.yml"
1833
+ },
1834
+ "get": {
1835
+ "$ref": "resources/monitoring/monitoring_list_destinations.yml"
1836
+ }
1837
+ },
1838
+ "/v2/monitoring/sinks/destinations/{destination_uuid}": {
1839
+ "get": {
1840
+ "$ref": "resources/monitoring/monitoring_get_destination.yml"
1841
+ },
1842
+ "post": {
1843
+ "$ref": "resources/monitoring/monitoring_update_destination.yml"
1844
+ },
1845
+ "delete": {
1846
+ "$ref": "resources/monitoring/monitoring_delete_destination.yml"
1847
+ }
1848
+ },
1849
+ "/v2/monitoring/sinks": {
1850
+ "post": {
1851
+ "$ref": "resources/monitoring/monitoring_create_sink.yml"
1852
+ },
1853
+ "get": {
1854
+ "$ref": "resources/monitoring/monitoring_list_sinks.yml"
1855
+ }
1856
+ },
1857
+ "/v2/monitoring/sinks/{sink_uuid}": {
1858
+ "get": {
1859
+ "$ref": "resources/monitoring/monitoring_get_sink.yml"
1860
+ },
1861
+ "delete": {
1862
+ "$ref": "resources/monitoring/monitoring_delete_sink.yml"
1863
+ }
1864
+ },
1865
+ "/v2/nfs": {
1866
+ "post": {
1867
+ "$ref": "resources/nfs/nfs_create.yml"
1868
+ },
1869
+ "get": {
1870
+ "$ref": "resources/nfs/nfs_list.yml"
1871
+ }
1872
+ },
1873
+ "/v2/nfs/{nfs_id}": {
1874
+ "get": {
1875
+ "$ref": "resources/nfs/nfs_get.yml"
1876
+ },
1877
+ "delete": {
1878
+ "$ref": "resources/nfs/nfs_delete.yml"
1879
+ }
1880
+ },
1881
+ "/v2/nfs/{nfs_id}/actions": {
1882
+ "post": {
1883
+ "$ref": "resources/nfs/nfs_actions_create.yml"
1884
+ }
1885
+ },
1886
+ "/v2/nfs/snapshots": {
1887
+ "get": {
1888
+ "$ref": "resources/nfs/nfs_snapshot_list.yml"
1889
+ }
1890
+ },
1891
+ "/v2/nfs/snapshots/{nfs_snapshot_id}": {
1892
+ "get": {
1893
+ "$ref": "resources/nfs/nfs_snapshot_get.yml"
1894
+ },
1895
+ "delete": {
1896
+ "$ref": "resources/nfs/nfs_snapshot_delete.yml"
1897
+ }
1898
+ },
1899
+ "/v2/partner_network_connect/attachments": {
1900
+ "get": {
1901
+ "$ref": "resources/partner_network_connect/partner_attachment_list.yml"
1902
+ },
1903
+ "post": {
1904
+ "$ref": "resources/partner_network_connect/partner_attachment_create.yml"
1905
+ }
1906
+ },
1907
+ "/v2/partner_network_connect/attachments/{pa_id}": {
1908
+ "get": {
1909
+ "$ref": "resources/partner_network_connect/partner_attachment_get.yml"
1910
+ },
1911
+ "patch": {
1912
+ "$ref": "resources/partner_network_connect/partner_attachment_update.yml"
1913
+ },
1914
+ "delete": {
1915
+ "$ref": "resources/partner_network_connect/partner_attachment_delete.yml"
1916
+ }
1917
+ },
1918
+ "/v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key": {
1919
+ "get": {
1920
+ "$ref": "resources/partner_network_connect/partner_attachment_bgp_auth_key_get.yml"
1921
+ }
1922
+ },
1923
+ "/v2/partner_network_connect/attachments/{pa_id}/remote_routes": {
1924
+ "get": {
1925
+ "$ref": "resources/partner_network_connect/partner_attachment_remote_routes_list.yml"
1926
+ }
1927
+ },
1928
+ "/v2/partner_network_connect/attachments/{pa_id}/service_key": {
1929
+ "get": {
1930
+ "$ref": "resources/partner_network_connect/partner_attachment_service_key_get.yml"
1931
+ },
1932
+ "post": {
1933
+ "$ref": "resources/partner_network_connect/partner_attachment_service_key_create.yml"
1934
+ }
1935
+ },
1936
+ "/v2/projects": {
1937
+ "get": {
1938
+ "$ref": "resources/projects/projects_list.yml"
1939
+ },
1940
+ "post": {
1941
+ "$ref": "resources/projects/projects_create.yml"
1942
+ }
1943
+ },
1944
+ "/v2/projects/default": {
1945
+ "get": {
1946
+ "$ref": "resources/projects/projects_get_default.yml"
1947
+ },
1948
+ "put": {
1949
+ "$ref": "resources/projects/projects_update_default.yml"
1950
+ },
1951
+ "patch": {
1952
+ "$ref": "resources/projects/projects_patch_default.yml"
1953
+ }
1954
+ },
1955
+ "/v2/projects/{project_id}": {
1956
+ "get": {
1957
+ "$ref": "resources/projects/projects_get.yml"
1958
+ },
1959
+ "put": {
1960
+ "$ref": "resources/projects/projects_update.yml"
1961
+ },
1962
+ "patch": {
1963
+ "$ref": "resources/projects/projects_patch.yml"
1964
+ },
1965
+ "delete": {
1966
+ "$ref": "resources/projects/projects_delete.yml"
1967
+ }
1968
+ },
1969
+ "/v2/projects/{project_id}/resources": {
1970
+ "get": {
1971
+ "$ref": "resources/projects/projects_list_resources.yml"
1972
+ },
1973
+ "post": {
1974
+ "$ref": "resources/projects/projects_assign_resources.yml"
1975
+ }
1976
+ },
1977
+ "/v2/projects/default/resources": {
1978
+ "get": {
1979
+ "$ref": "resources/projects/projects_list_resources_default.yml"
1980
+ },
1981
+ "post": {
1982
+ "$ref": "resources/projects/projects_assign_resources_default.yml"
1983
+ }
1984
+ },
1985
+ "/v2/regions": {
1986
+ "get": {
1987
+ "$ref": "resources/regions/regions_list.yml"
1988
+ }
1989
+ },
1990
+ "/v2/registries": {
1991
+ "get": {
1992
+ "$ref": "resources/registry/registries_get_all.yml"
1993
+ },
1994
+ "post": {
1995
+ "$ref": "resources/registry/registries_create.yml"
1996
+ }
1997
+ },
1998
+ "/v2/registries/{registry_name}": {
1999
+ "get": {
2000
+ "$ref": "resources/registry/registries_get.yml"
2001
+ },
2002
+ "delete": {
2003
+ "$ref": "resources/registry/registries_delete.yml"
2004
+ }
2005
+ },
2006
+ "/v2/registries/{registry_name}/docker-credentials": {
2007
+ "get": {
2008
+ "$ref": "resources/registry/registries_get_dockerCredentials.yml"
2009
+ }
2010
+ },
2011
+ "/v2/registries/subscription": {
2012
+ "get": {
2013
+ "$ref": "resources/registry/registries_get_subscription.yml"
2014
+ },
2015
+ "post": {
2016
+ "$ref": "resources/registry/registries_update_subscription.yml"
2017
+ }
2018
+ },
2019
+ "/v2/registries/options": {
2020
+ "get": {
2021
+ "$ref": "resources/registry/registries_get_options.yml"
2022
+ }
2023
+ },
2024
+ "/v2/registries/{registry_name}/garbage-collection": {
2025
+ "get": {
2026
+ "$ref": "resources/registry/registries_get_garbageCollection.yml"
2027
+ },
2028
+ "post": {
2029
+ "$ref": "resources/registry/registries_run_garbageCollection.yml"
2030
+ }
2031
+ },
2032
+ "/v2/registries/{registry_name}/garbage-collections": {
2033
+ "get": {
2034
+ "$ref": "resources/registry/registries_list_garbageCollections.yml"
2035
+ }
2036
+ },
2037
+ "/v2/registries/{registry_name}/garbage-collection/{garbage_collection_uuid}": {
2038
+ "put": {
2039
+ "$ref": "resources/registry/registries_update_garbageCollection.yml"
2040
+ }
2041
+ },
2042
+ "/v2/registries/{registry_name}/repositoriesV2": {
2043
+ "get": {
2044
+ "$ref": "resources/registry/registries_list_repositoriesV2.yml"
2045
+ }
2046
+ },
2047
+ "/v2/registries/{registry_name}/repositories/{repository_name}": {
2048
+ "delete": {
2049
+ "$ref": "resources/registry/registries_delete_repository.yml"
2050
+ }
2051
+ },
2052
+ "/v2/registries/{registry_name}/repositories/{repository_name}/tags": {
2053
+ "get": {
2054
+ "$ref": "resources/registry/registries_list_repositoryTags.yml"
2055
+ }
2056
+ },
2057
+ "/v2/registries/{registry_name}/repositories/{repository_name}/tags/{repository_tag}": {
2058
+ "delete": {
2059
+ "$ref": "resources/registry/registries_delete_repositoryTag.yml"
2060
+ }
2061
+ },
2062
+ "/v2/registries/{registry_name}/repositories/{repository_name}/digests": {
2063
+ "get": {
2064
+ "$ref": "resources/registry/registries_list_repositoryManifests.yml"
2065
+ }
2066
+ },
2067
+ "/v2/registries/{registry_name}/repositories/{repository_name}/digests/{manifest_digest}": {
2068
+ "delete": {
2069
+ "$ref": "resources/registry/registries_delete_repositoryManifest.yml"
2070
+ }
2071
+ },
2072
+ "/v2/registries/validate-name": {
2073
+ "post": {
2074
+ "$ref": "resources/registry/registries_validate_name.yml"
2075
+ }
2076
+ },
2077
+ "/v2/registry": {
2078
+ "get": {
2079
+ "$ref": "resources/registry/registry_get.yml"
2080
+ },
2081
+ "post": {
2082
+ "$ref": "resources/registry/registry_create.yml"
2083
+ },
2084
+ "delete": {
2085
+ "$ref": "resources/registry/registry_delete.yml"
2086
+ }
2087
+ },
2088
+ "/v2/registry/subscription": {
2089
+ "get": {
2090
+ "$ref": "resources/registry/registry_get_subscription.yml"
2091
+ },
2092
+ "post": {
2093
+ "$ref": "resources/registry/registry_update_subscription.yml"
2094
+ }
2095
+ },
2096
+ "/v2/registry/docker-credentials": {
2097
+ "get": {
2098
+ "$ref": "resources/registry/registry_get_dockerCredentials.yml"
2099
+ }
2100
+ },
2101
+ "/v2/registry/validate-name": {
2102
+ "post": {
2103
+ "$ref": "resources/registry/registry_validate_name.yml"
2104
+ }
2105
+ },
2106
+ "/v2/registry/{registry_name}/repositories": {
2107
+ "get": {
2108
+ "$ref": "resources/registry/registry_list_repositories.yml"
2109
+ }
2110
+ },
2111
+ "/v2/registry/{registry_name}/repositoriesV2": {
2112
+ "get": {
2113
+ "$ref": "resources/registry/registry_list_repositoriesV2.yml"
2114
+ }
2115
+ },
2116
+ "/v2/registry/{registry_name}/repositories/{repository_name}/tags": {
2117
+ "get": {
2118
+ "$ref": "resources/registry/registry_list_repositoryTags.yml"
2119
+ }
2120
+ },
2121
+ "/v2/registry/{registry_name}/repositories/{repository_name}/tags/{repository_tag}": {
2122
+ "delete": {
2123
+ "$ref": "resources/registry/registry_delete_repositoryTag.yml"
2124
+ }
2125
+ },
2126
+ "/v2/registry/{registry_name}/repositories/{repository_name}/digests": {
2127
+ "get": {
2128
+ "$ref": "resources/registry/registry_list_repositoryManifests.yml"
2129
+ }
2130
+ },
2131
+ "/v2/registry/{registry_name}/repositories/{repository_name}/digests/{manifest_digest}": {
2132
+ "delete": {
2133
+ "$ref": "resources/registry/registry_delete_repositoryManifest.yml"
2134
+ }
2135
+ },
2136
+ "/v2/registry/{registry_name}/garbage-collection": {
2137
+ "post": {
2138
+ "$ref": "resources/registry/registry_run_garbageCollection.yml"
2139
+ },
2140
+ "get": {
2141
+ "$ref": "resources/registry/registry_get_garbageCollection.yml"
2142
+ }
2143
+ },
2144
+ "/v2/registry/{registry_name}/garbage-collections": {
2145
+ "get": {
2146
+ "$ref": "resources/registry/registry_list_garbageCollections.yml"
2147
+ }
2148
+ },
2149
+ "/v2/registry/{registry_name}/garbage-collection/{garbage_collection_uuid}": {
2150
+ "put": {
2151
+ "$ref": "resources/registry/registry_update_garbageCollection.yml"
2152
+ }
2153
+ },
2154
+ "/v2/registry/options": {
2155
+ "get": {
2156
+ "$ref": "resources/registry/registry_get_options.yml"
2157
+ }
2158
+ },
2159
+ "/v2/reports/droplet_neighbors_ids": {
2160
+ "get": {
2161
+ "$ref": "resources/droplets/droplets_list_neighborsIds.yml"
2162
+ }
2163
+ },
2164
+ "/v2/reserved_ips": {
2165
+ "get": {
2166
+ "$ref": "resources/reserved_ips/reservedIPs_list.yml"
2167
+ },
2168
+ "post": {
2169
+ "$ref": "resources/reserved_ips/reservedIPs_create.yml"
2170
+ }
2171
+ },
2172
+ "/v2/reserved_ips/{reserved_ip}": {
2173
+ "get": {
2174
+ "$ref": "resources/reserved_ips/reservedIPs_get.yml"
2175
+ },
2176
+ "delete": {
2177
+ "$ref": "resources/reserved_ips/reservedIPs_delete.yml"
2178
+ }
2179
+ },
2180
+ "/v2/reserved_ips/{reserved_ip}/actions": {
2181
+ "get": {
2182
+ "$ref": "resources/reserved_ips/reservedIPsActions_list.yml"
2183
+ },
2184
+ "post": {
2185
+ "$ref": "resources/reserved_ips/reservedIPsActions_post.yml"
2186
+ }
2187
+ },
2188
+ "/v2/reserved_ips/{reserved_ip}/actions/{action_id}": {
2189
+ "get": {
2190
+ "$ref": "resources/reserved_ips/reservedIPsActions_get.yml"
2191
+ }
2192
+ },
2193
+ "/v2/reserved_ipv6": {
2194
+ "get": {
2195
+ "$ref": "resources/reserved_ipv6/reservedIPv6_list.yml"
2196
+ },
2197
+ "post": {
2198
+ "$ref": "resources/reserved_ipv6/reservedIPv6_create.yml"
2199
+ }
2200
+ },
2201
+ "/v2/reserved_ipv6/{reserved_ipv6}": {
2202
+ "get": {
2203
+ "$ref": "resources/reserved_ipv6/reservedIPv6_get.yml"
2204
+ },
2205
+ "delete": {
2206
+ "$ref": "resources/reserved_ipv6/reservedIPv6_delete.yml"
2207
+ }
2208
+ },
2209
+ "/v2/reserved_ipv6/{reserved_ipv6}/actions": {
2210
+ "post": {
2211
+ "$ref": "resources/reserved_ipv6/reservedIPv6Actions_post.yml"
2212
+ }
2213
+ },
2214
+ "/v2/byoip_prefixes": {
2215
+ "post": {
2216
+ "$ref": "resources/byoip_prefixes/byoip_prefixes_create.yml"
2217
+ },
2218
+ "get": {
2219
+ "$ref": "resources/byoip_prefixes/byoip_prefixes_list.yml"
2220
+ }
2221
+ },
2222
+ "/v2/byoip_prefixes/{byoip_prefix_uuid}": {
2223
+ "get": {
2224
+ "$ref": "resources/byoip_prefixes/byoip_prefixes_get.yml"
2225
+ },
2226
+ "delete": {
2227
+ "$ref": "resources/byoip_prefixes/byoip_prefixes_delete.yml"
2228
+ },
2229
+ "patch": {
2230
+ "$ref": "resources/byoip_prefixes/byoip_prefixes_update.yml"
2231
+ }
2232
+ },
2233
+ "/v2/byoip_prefixes/{byoip_prefix_uuid}/ips": {
2234
+ "get": {
2235
+ "$ref": "resources/byoip_prefixes/byoip_prefix_list_resources.yml"
2236
+ }
2237
+ },
2238
+ "/v2/security/scans": {
2239
+ "get": {
2240
+ "$ref": "resources/security/security_scans_list.yml"
2241
+ },
2242
+ "post": {
2243
+ "$ref": "resources/security/security_scans_create.yml"
2244
+ }
2245
+ },
2246
+ "/v2/security/scans/{scan_id}": {
2247
+ "get": {
2248
+ "$ref": "resources/security/security_scans_get.yml"
2249
+ }
2250
+ },
2251
+ "/v2/security/scans/latest": {
2252
+ "get": {
2253
+ "$ref": "resources/security/security_scans_get_latest.yml"
2254
+ }
2255
+ },
2256
+ "/v2/security/scans/rules": {
2257
+ "post": {
2258
+ "$ref": "resources/security/security_scan_rule_create.yml"
2259
+ }
2260
+ },
2261
+ "/v2/security/scans/{scan_id}/findings/{finding_uuid}/affected_resources": {
2262
+ "get": {
2263
+ "$ref": "resources/security/security_scan_finding_list_affected_resources.yml"
2264
+ }
2265
+ },
2266
+ "/v2/security/settings": {
2267
+ "get": {
2268
+ "$ref": "resources/security/security_settings_list.yml"
2269
+ }
2270
+ },
2271
+ "/v2/security/settings/plan": {
2272
+ "put": {
2273
+ "$ref": "resources/security/security_settings_plan_update.yml"
2274
+ }
2275
+ },
2276
+ "/v2/security/settings/suppressions": {
2277
+ "post": {
2278
+ "$ref": "resources/security/security_suppression_create.yml"
2279
+ }
2280
+ },
2281
+ "/v2/security/settings/suppressions/{suppression_uuid}": {
2282
+ "delete": {
2283
+ "$ref": "resources/security/security_suppression_delete.yml"
2284
+ }
2285
+ },
2286
+ "/v2/sizes": {
2287
+ "get": {
2288
+ "$ref": "resources/sizes/sizes_list.yml"
2289
+ }
2290
+ },
2291
+ "/v2/snapshots": {
2292
+ "get": {
2293
+ "$ref": "resources/snapshots/snapshots_list.yml"
2294
+ }
2295
+ },
2296
+ "/v2/snapshots/{snapshot_id}": {
2297
+ "get": {
2298
+ "$ref": "resources/snapshots/snapshots_get.yml"
2299
+ },
2300
+ "delete": {
2301
+ "$ref": "resources/snapshots/snapshots_delete.yml"
2302
+ }
2303
+ },
2304
+ "/v2/spaces/keys": {
2305
+ "get": {
2306
+ "$ref": "resources/spaces/key_list.yml"
2307
+ },
2308
+ "post": {
2309
+ "$ref": "resources/spaces/key_create.yml"
2310
+ }
2311
+ },
2312
+ "/v2/spaces/keys/{access_key}": {
2313
+ "get": {
2314
+ "$ref": "resources/spaces/key_get.yml"
2315
+ },
2316
+ "delete": {
2317
+ "$ref": "resources/spaces/key_delete.yml"
2318
+ },
2319
+ "put": {
2320
+ "$ref": "resources/spaces/key_update.yml"
2321
+ },
2322
+ "patch": {
2323
+ "$ref": "resources/spaces/key_patch.yml"
2324
+ }
2325
+ },
2326
+ "/v2/tags": {
2327
+ "get": {
2328
+ "$ref": "resources/tags/tags_list.yml"
2329
+ },
2330
+ "post": {
2331
+ "$ref": "resources/tags/tags_create.yml"
2332
+ }
2333
+ },
2334
+ "/v2/tags/{tag_id}": {
2335
+ "get": {
2336
+ "$ref": "resources/tags/tags_get.yml"
2337
+ },
2338
+ "delete": {
2339
+ "$ref": "resources/tags/tags_delete.yml"
2340
+ }
2341
+ },
2342
+ "/v2/tags/{tag_id}/resources": {
2343
+ "post": {
2344
+ "$ref": "resources/tags/tags_assign_resources.yml"
2345
+ },
2346
+ "delete": {
2347
+ "$ref": "resources/tags/tags_unassign_resources.yml"
2348
+ }
2349
+ },
2350
+ "/v2/volumes": {
2351
+ "get": {
2352
+ "$ref": "resources/volumes/volumes_list.yml"
2353
+ },
2354
+ "post": {
2355
+ "$ref": "resources/volumes/volumes_create.yml"
2356
+ },
2357
+ "delete": {
2358
+ "$ref": "resources/volumes/volumes_delete_byName.yml"
2359
+ }
2360
+ },
2361
+ "/v2/volumes/actions": {
2362
+ "post": {
2363
+ "$ref": "resources/volumes/volumeActions_post.yml"
2364
+ }
2365
+ },
2366
+ "/v2/volumes/snapshots/{snapshot_id}": {
2367
+ "get": {
2368
+ "$ref": "resources/volumes/volumeSnapshots_get_byId.yml"
2369
+ },
2370
+ "delete": {
2371
+ "$ref": "resources/volumes/volumeSnapshots_delete_byId.yml"
2372
+ }
2373
+ },
2374
+ "/v2/volumes/{volume_id}": {
2375
+ "get": {
2376
+ "$ref": "resources/volumes/volumes_get.yml"
2377
+ },
2378
+ "delete": {
2379
+ "$ref": "resources/volumes/volumes_delete.yml"
2380
+ }
2381
+ },
2382
+ "/v2/volumes/{volume_id}/actions": {
2383
+ "get": {
2384
+ "$ref": "resources/volumes/volumeActions_list.yml"
2385
+ },
2386
+ "post": {
2387
+ "$ref": "resources/volumes/volumeActions_post_byId.yml"
2388
+ }
2389
+ },
2390
+ "/v2/volumes/{volume_id}/actions/{action_id}": {
2391
+ "get": {
2392
+ "$ref": "resources/volumes/volumeActions_get.yml"
2393
+ }
2394
+ },
2395
+ "/v2/volumes/{volume_id}/snapshots": {
2396
+ "get": {
2397
+ "$ref": "resources/volumes/volumeSnapshots_list.yml"
2398
+ },
2399
+ "post": {
2400
+ "$ref": "resources/volumes/volumeSnapshots_create.yml"
2401
+ }
2402
+ },
2403
+ "/v2/vpcs": {
2404
+ "get": {
2405
+ "$ref": "resources/vpcs/vpcs_list.yml"
2406
+ },
2407
+ "post": {
2408
+ "$ref": "resources/vpcs/vpcs_create.yml"
2409
+ }
2410
+ },
2411
+ "/v2/vpcs/{vpc_id}": {
2412
+ "get": {
2413
+ "$ref": "resources/vpcs/vpcs_get.yml"
2414
+ },
2415
+ "put": {
2416
+ "$ref": "resources/vpcs/vpcs_update.yml"
2417
+ },
2418
+ "patch": {
2419
+ "$ref": "resources/vpcs/vpcs_patch.yml"
2420
+ },
2421
+ "delete": {
2422
+ "$ref": "resources/vpcs/vpcs_delete.yml"
2423
+ }
2424
+ },
2425
+ "/v2/vpcs/{vpc_id}/members": {
2426
+ "get": {
2427
+ "$ref": "resources/vpcs/vpcs_list_members.yml"
2428
+ }
2429
+ },
2430
+ "/v2/vpcs/{vpc_id}/peerings": {
2431
+ "get": {
2432
+ "$ref": "resources/vpcs/vpcs_list_peerings.yml"
2433
+ },
2434
+ "post": {
2435
+ "$ref": "resources/vpcs/vpcs_create_peerings.yml"
2436
+ }
2437
+ },
2438
+ "/v2/vpcs/{vpc_id}/peerings/{vpc_peering_id}": {
2439
+ "patch": {
2440
+ "$ref": "resources/vpcs/vpcs_update_peerings.yml"
2441
+ }
2442
+ },
2443
+ "/v2/vpc_peerings": {
2444
+ "get": {
2445
+ "$ref": "resources/vpc_peerings/vpc_peerings_list.yml"
2446
+ },
2447
+ "post": {
2448
+ "$ref": "resources/vpc_peerings/vpc_peerings_create.yml"
2449
+ }
2450
+ },
2451
+ "/v2/vpc_peerings/{vpc_peering_id}": {
2452
+ "get": {
2453
+ "$ref": "resources/vpc_peerings/vpc_peerings_get.yml"
2454
+ },
2455
+ "patch": {
2456
+ "$ref": "resources/vpc_peerings/vpc_peerings_update.yml"
2457
+ },
2458
+ "delete": {
2459
+ "$ref": "resources/vpc_peerings/vpc_peerings_delete.yml"
2460
+ }
2461
+ },
2462
+ "/v2/vpc_nat_gateways": {
2463
+ "get": {
2464
+ "$ref": "resources/vpc_nat_gateways/vpc_nat_gateway_list.yml"
2465
+ },
2466
+ "post": {
2467
+ "$ref": "resources/vpc_nat_gateways/vpc_nat_gateway_create.yml"
2468
+ }
2469
+ },
2470
+ "/v2/vpc_nat_gateways/{id}": {
2471
+ "get": {
2472
+ "$ref": "resources/vpc_nat_gateways/vpc_nat_gateway_get.yml"
2473
+ },
2474
+ "put": {
2475
+ "$ref": "resources/vpc_nat_gateways/vpc_nat_gateway_update.yml"
2476
+ },
2477
+ "delete": {
2478
+ "$ref": "resources/vpc_nat_gateways/vpc_nat_gateway_delete.yml"
2479
+ }
2480
+ },
2481
+ "/v2/uptime/checks": {
2482
+ "get": {
2483
+ "$ref": "resources/uptime/list_checks.yml"
2484
+ },
2485
+ "post": {
2486
+ "$ref": "resources/uptime/create_check.yml"
2487
+ }
2488
+ },
2489
+ "/v2/uptime/checks/{check_id}": {
2490
+ "get": {
2491
+ "$ref": "resources/uptime/get_check.yml"
2492
+ },
2493
+ "put": {
2494
+ "$ref": "resources/uptime/update_check.yml"
2495
+ },
2496
+ "delete": {
2497
+ "$ref": "resources/uptime/delete_check.yml"
2498
+ }
2499
+ },
2500
+ "/v2/uptime/checks/{check_id}/state": {
2501
+ "get": {
2502
+ "$ref": "resources/uptime/get_check_state.yml"
2503
+ }
2504
+ },
2505
+ "/v2/uptime/checks/{check_id}/alerts": {
2506
+ "get": {
2507
+ "$ref": "resources/uptime/list_alerts.yml"
2508
+ },
2509
+ "post": {
2510
+ "$ref": "resources/uptime/create_alert.yml"
2511
+ }
2512
+ },
2513
+ "/v2/uptime/checks/{check_id}/alerts/{alert_id}": {
2514
+ "get": {
2515
+ "$ref": "resources/uptime/get_alert.yml"
2516
+ },
2517
+ "put": {
2518
+ "$ref": "resources/uptime/update_alert.yml"
2519
+ },
2520
+ "delete": {
2521
+ "$ref": "resources/uptime/delete_alert.yml"
2522
+ }
2523
+ },
2524
+ "/v2/gen-ai/agents": {
2525
+ "get": {
2526
+ "$ref": "resources/gen-ai/genai_list_agents.yml"
2527
+ },
2528
+ "post": {
2529
+ "$ref": "resources/gen-ai/genai_create_agent.yml"
2530
+ }
2531
+ },
2532
+ "/v2/gen-ai/agents/{agent_uuid}/api_keys": {
2533
+ "get": {
2534
+ "$ref": "resources/gen-ai/genai_list_agent_api_keys.yml"
2535
+ },
2536
+ "post": {
2537
+ "$ref": "resources/gen-ai/genai_create_agent_api_key.yml"
2538
+ }
2539
+ },
2540
+ "/v2/gen-ai/agents/{agent_uuid}/api_keys/{api_key_uuid}": {
2541
+ "put": {
2542
+ "$ref": "resources/gen-ai/genai_update_agent_api_key.yml"
2543
+ },
2544
+ "delete": {
2545
+ "$ref": "resources/gen-ai/genai_delete_agent_api_key.yml"
2546
+ }
2547
+ },
2548
+ "/v2/gen-ai/agents/{agent_uuid}/api_keys/{api_key_uuid}/regenerate": {
2549
+ "put": {
2550
+ "$ref": "resources/gen-ai/genai_regenerate_agent_api_key.yml"
2551
+ }
2552
+ },
2553
+ "/v2/gen-ai/agents/{agent_uuid}/functions": {
2554
+ "post": {
2555
+ "$ref": "resources/gen-ai/genai_attach_agent_function.yml"
2556
+ }
2557
+ },
2558
+ "/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}": {
2559
+ "put": {
2560
+ "$ref": "resources/gen-ai/genai_update_agent_function.yml"
2561
+ },
2562
+ "delete": {
2563
+ "$ref": "resources/gen-ai/genai_detach_agent_function.yml"
2564
+ }
2565
+ },
2566
+ "/v2/gen-ai/agents/{agent_uuid}/guardrails": {
2567
+ "post": {
2568
+ "$ref": "resources/gen-ai/genai_attach_agent_guardrails.yml"
2569
+ }
2570
+ },
2571
+ "/v2/gen-ai/agents/{agent_uuid}/guardrails/{guardrail_uuid}": {
2572
+ "delete": {
2573
+ "$ref": "resources/gen-ai/genai_detach_agent_guardrail.yml"
2574
+ }
2575
+ },
2576
+ "/v2/gen-ai/agents/{agent_uuid}/knowledge_bases": {
2577
+ "post": {
2578
+ "$ref": "resources/gen-ai/genai_attach_knowledge_bases.yml"
2579
+ }
2580
+ },
2581
+ "/v2/gen-ai/agents/{agent_uuid}/knowledge_bases/{knowledge_base_uuid}": {
2582
+ "post": {
2583
+ "$ref": "resources/gen-ai/genai_attach_knowledge_base.yml"
2584
+ },
2585
+ "delete": {
2586
+ "$ref": "resources/gen-ai/genai_detach_knowledge_base.yml"
2587
+ }
2588
+ },
2589
+ "/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}": {
2590
+ "post": {
2591
+ "$ref": "resources/gen-ai/genai_attach_agent.yml"
2592
+ },
2593
+ "put": {
2594
+ "$ref": "resources/gen-ai/genai_update_attached_agent.yml"
2595
+ },
2596
+ "delete": {
2597
+ "$ref": "resources/gen-ai/genai_detach_agent.yml"
2598
+ }
2599
+ },
2600
+ "/v2/gen-ai/agents/{uuid}": {
2601
+ "get": {
2602
+ "$ref": "resources/gen-ai/genai_get_agent.yml"
2603
+ },
2604
+ "put": {
2605
+ "$ref": "resources/gen-ai/genai_update_agent.yml"
2606
+ },
2607
+ "delete": {
2608
+ "$ref": "resources/gen-ai/genai_delete_agent.yml"
2609
+ }
2610
+ },
2611
+ "/v2/gen-ai/agents/{uuid}/child_agents": {
2612
+ "get": {
2613
+ "$ref": "resources/gen-ai/genai_get_agent_children.yml"
2614
+ }
2615
+ },
2616
+ "/v2/gen-ai/agents/{uuid}/deployment_visibility": {
2617
+ "put": {
2618
+ "$ref": "resources/gen-ai/genai_update_agent_deployment_visibility.yml"
2619
+ }
2620
+ },
2621
+ "/v2/gen-ai/agents/{uuid}/usage": {
2622
+ "get": {
2623
+ "$ref": "resources/gen-ai/genai_get_agent_usage.yml"
2624
+ }
2625
+ },
2626
+ "/v2/gen-ai/agents/{uuid}/versions": {
2627
+ "get": {
2628
+ "$ref": "resources/gen-ai/genai_list_agent_versions.yml"
2629
+ },
2630
+ "put": {
2631
+ "$ref": "resources/gen-ai/genai_rollback_to_agent_version.yml"
2632
+ }
2633
+ },
2634
+ "/v2/gen-ai/anthropic/keys": {
2635
+ "get": {
2636
+ "$ref": "resources/gen-ai/genai_list_anthropic_api_keys.yml"
2637
+ },
2638
+ "post": {
2639
+ "$ref": "resources/gen-ai/genai_create_anthropic_api_key.yml"
2640
+ }
2641
+ },
2642
+ "/v2/gen-ai/anthropic/keys/{api_key_uuid}": {
2643
+ "get": {
2644
+ "$ref": "resources/gen-ai/genai_get_anthropic_api_key.yml"
2645
+ },
2646
+ "put": {
2647
+ "$ref": "resources/gen-ai/genai_update_anthropic_api_key.yml"
2648
+ },
2649
+ "delete": {
2650
+ "$ref": "resources/gen-ai/genai_delete_anthropic_api_key.yml"
2651
+ }
2652
+ },
2653
+ "/v2/gen-ai/anthropic/keys/{uuid}/agents": {
2654
+ "get": {
2655
+ "$ref": "resources/gen-ai/genai_list_agents_by_anthropic_key.yml"
2656
+ }
2657
+ },
2658
+ "/v2/gen-ai/custom_models": {
2659
+ "get": {
2660
+ "$ref": "resources/gen-ai/genai_list_custom_models.yml"
2661
+ }
2662
+ },
2663
+ "/v2/gen-ai/custom_models/import": {
2664
+ "post": {
2665
+ "$ref": "resources/gen-ai/genai_import_custom_model.yml"
2666
+ }
2667
+ },
2668
+ "/v2/gen-ai/custom_models/{uuid}": {
2669
+ "get": {
2670
+ "$ref": "resources/gen-ai/genai_get_custom_model.yml"
2671
+ },
2672
+ "delete": {
2673
+ "$ref": "resources/gen-ai/genai_delete_custom_model.yml"
2674
+ }
2675
+ },
2676
+ "/v2/gen-ai/custom_models/{uuid}/metadata": {
2677
+ "patch": {
2678
+ "$ref": "resources/gen-ai/genai_update_custom_model_metadata.yml"
2679
+ }
2680
+ },
2681
+ "/v2/gen-ai/evaluation_datasets": {
2682
+ "get": {
2683
+ "$ref": "resources/gen-ai/genai_list_evaluation_datasets.yml"
2684
+ },
2685
+ "post": {
2686
+ "$ref": "resources/gen-ai/genai_create_evaluation_dataset.yml"
2687
+ }
2688
+ },
2689
+ "/v2/gen-ai/evaluation_datasets/file_upload_presigned_urls": {
2690
+ "post": {
2691
+ "$ref": "resources/gen-ai/genai_create_evaluation_dataset_file_upload_presigned_urls.yml"
2692
+ }
2693
+ },
2694
+ "/v2/gen-ai/evaluation_datasets/{dataset_uuid}/download_url": {
2695
+ "get": {
2696
+ "$ref": "resources/gen-ai/genai_get_evaluation_dataset_download_url.yml"
2697
+ }
2698
+ },
2699
+ "/v2/gen-ai/evaluation_metrics": {
2700
+ "get": {
2701
+ "$ref": "resources/gen-ai/genai_list_evaluation_metrics.yml"
2702
+ }
2703
+ },
2704
+ "/v2/gen-ai/evaluation_runs": {
2705
+ "post": {
2706
+ "$ref": "resources/gen-ai/genai_run_evaluation_test_case.yml"
2707
+ }
2708
+ },
2709
+ "/v2/gen-ai/evaluation_runs/{evaluation_run_uuid}": {
2710
+ "get": {
2711
+ "$ref": "resources/gen-ai/genai_get_evaluation_run.yml"
2712
+ }
2713
+ },
2714
+ "/v2/gen-ai/evaluation_runs/{evaluation_run_uuid}/results": {
2715
+ "get": {
2716
+ "$ref": "resources/gen-ai/genai_get_evaluation_run_results.yml"
2717
+ }
2718
+ },
2719
+ "/v2/gen-ai/evaluation_runs/{evaluation_run_uuid}/results/{prompt_id}": {
2720
+ "get": {
2721
+ "$ref": "resources/gen-ai/genai_get_evaluation_run_prompt_results.yml"
2722
+ }
2723
+ },
2724
+ "/v2/gen-ai/evaluation_test_cases": {
2725
+ "get": {
2726
+ "$ref": "resources/gen-ai/genai_list_evaluation_test_cases.yml"
2727
+ },
2728
+ "post": {
2729
+ "$ref": "resources/gen-ai/genai_create_evaluation_test_case.yml"
2730
+ }
2731
+ },
2732
+ "/v2/gen-ai/evaluation_test_cases/{evaluation_test_case_uuid}/evaluation_runs": {
2733
+ "get": {
2734
+ "$ref": "resources/gen-ai/genai_list_evaluation_runs_by_test_case.yml"
2735
+ }
2736
+ },
2737
+ "/v2/gen-ai/evaluation_test_cases/{test_case_uuid}": {
2738
+ "get": {
2739
+ "$ref": "resources/gen-ai/genai_get_evaluation_test_case.yml"
2740
+ },
2741
+ "put": {
2742
+ "$ref": "resources/gen-ai/genai_update_evaluation_test_case.yml"
2743
+ }
2744
+ },
2745
+ "/v2/gen-ai/indexing_jobs": {
2746
+ "get": {
2747
+ "$ref": "resources/gen-ai/genai_list_indexing_jobs.yml"
2748
+ },
2749
+ "post": {
2750
+ "$ref": "resources/gen-ai/genai_create_indexing_job.yml"
2751
+ }
2752
+ },
2753
+ "/v2/gen-ai/indexing_jobs/{indexing_job_uuid}/data_sources": {
2754
+ "get": {
2755
+ "$ref": "resources/gen-ai/genai_list_indexing_job_data_sources.yml"
2756
+ }
2757
+ },
2758
+ "/v2/gen-ai/indexing_jobs/{indexing_job_uuid}/details_signed_url": {
2759
+ "get": {
2760
+ "$ref": "resources/gen-ai/genai_get_indexing_job_details_signed_url.yml"
2761
+ }
2762
+ },
2763
+ "/v2/gen-ai/indexing_jobs/{uuid}": {
2764
+ "get": {
2765
+ "$ref": "resources/gen-ai/genai_get_indexing_job.yml"
2766
+ }
2767
+ },
2768
+ "/v2/gen-ai/indexing_jobs/{uuid}/cancel": {
2769
+ "put": {
2770
+ "$ref": "resources/gen-ai/genai_cancel_indexing_job.yml"
2771
+ }
2772
+ },
2773
+ "/v2/gen-ai/knowledge_bases": {
2774
+ "get": {
2775
+ "$ref": "resources/gen-ai/genai_list_knowledge_bases.yml"
2776
+ },
2777
+ "post": {
2778
+ "$ref": "resources/gen-ai/genai_create_knowledge_base.yml"
2779
+ }
2780
+ },
2781
+ "/v2/gen-ai/knowledge_bases/data_sources/file_upload_presigned_urls": {
2782
+ "post": {
2783
+ "$ref": "resources/gen-ai/genai_create_data_source_file_upload_presigned_urls.yml"
2784
+ }
2785
+ },
2786
+ "/v2/gen-ai/knowledge_bases/{knowledge_base_uuid}/data_sources": {
2787
+ "get": {
2788
+ "$ref": "resources/gen-ai/genai_list_knowledge_base_data_sources.yml"
2789
+ },
2790
+ "post": {
2791
+ "$ref": "resources/gen-ai/genai_create_knowledge_base_data_source.yml"
2792
+ }
2793
+ },
2794
+ "/v2/gen-ai/knowledge_bases/{knowledge_base_uuid}/data_sources/{data_source_uuid}": {
2795
+ "put": {
2796
+ "$ref": "resources/gen-ai/genai_update_knowledge_base_data_source.yml"
2797
+ },
2798
+ "delete": {
2799
+ "$ref": "resources/gen-ai/genai_delete_knowledge_base_data_source.yml"
2800
+ }
2801
+ },
2802
+ "/v2/gen-ai/knowledge_bases/{knowledge_base_uuid}/indexing_jobs": {
2803
+ "get": {
2804
+ "$ref": "resources/gen-ai/genai_list_indexing_jobs_by_knowledge_base.yml"
2805
+ }
2806
+ },
2807
+ "/v2/gen-ai/knowledge_bases/{uuid}": {
2808
+ "get": {
2809
+ "$ref": "resources/gen-ai/genai_get_knowledge_base.yml"
2810
+ },
2811
+ "put": {
2812
+ "$ref": "resources/gen-ai/genai_update_knowledge_base.yml"
2813
+ },
2814
+ "delete": {
2815
+ "$ref": "resources/gen-ai/genai_delete_knowledge_base.yml"
2816
+ }
2817
+ },
2818
+ "/v2/gen-ai/model_evaluation/datasets/file_upload_presigned_urls": {
2819
+ "post": {
2820
+ "$ref": "resources/gen-ai/genai_create_model_eval_dataset_upload_presigned_urls.yml"
2821
+ }
2822
+ },
2823
+ "/v2/gen-ai/model_evaluation_metrics": {
2824
+ "get": {
2825
+ "$ref": "resources/gen-ai/genai_list_model_evaluation_metrics.yml"
2826
+ }
2827
+ },
2828
+ "/v2/gen-ai/model_evaluation_presets": {
2829
+ "get": {
2830
+ "$ref": "resources/gen-ai/genai_list_model_evaluation_presets.yml"
2831
+ }
2832
+ },
2833
+ "/v2/gen-ai/model_evaluation_presets/{eval_preset_uuid}": {
2834
+ "get": {
2835
+ "$ref": "resources/gen-ai/genai_get_model_evaluation_preset.yml"
2836
+ },
2837
+ "delete": {
2838
+ "$ref": "resources/gen-ai/genai_delete_model_evaluation_preset.yml"
2839
+ }
2840
+ },
2841
+ "/v2/gen-ai/model_evaluation_runs": {
2842
+ "get": {
2843
+ "$ref": "resources/gen-ai/genai_list_model_evaluation_runs.yml"
2844
+ },
2845
+ "post": {
2846
+ "$ref": "resources/gen-ai/genai_create_model_evaluation_run.yml"
2847
+ }
2848
+ },
2849
+ "/v2/gen-ai/model_evaluation_runs/{eval_run_uuid}": {
2850
+ "get": {
2851
+ "$ref": "resources/gen-ai/genai_get_model_evaluation_run.yml"
2852
+ },
2853
+ "delete": {
2854
+ "$ref": "resources/gen-ai/genai_delete_model_evaluation_run.yml"
2855
+ }
2856
+ },
2857
+ "/v2/gen-ai/model_evaluation_runs/{eval_run_uuid}/cancel": {
2858
+ "put": {
2859
+ "$ref": "resources/gen-ai/genai_cancel_model_evaluation_run.yml"
2860
+ }
2861
+ },
2862
+ "/v2/gen-ai/model_evaluation_runs/{eval_run_uuid}/results/download_url": {
2863
+ "get": {
2864
+ "$ref": "resources/gen-ai/genai_get_model_evaluation_run_results_download_url.yml"
2865
+ }
2866
+ },
2867
+ "/v2/gen-ai/models": {
2868
+ "get": {
2869
+ "$ref": "resources/gen-ai/genai_list_models.yml"
2870
+ }
2871
+ },
2872
+ "/v2/gen-ai/models/api_keys": {
2873
+ "get": {
2874
+ "$ref": "resources/gen-ai/genai_list_model_api_keys.yml"
2875
+ },
2876
+ "post": {
2877
+ "$ref": "resources/gen-ai/genai_create_model_api_key.yml"
2878
+ }
2879
+ },
2880
+ "/v2/gen-ai/models/api_keys/{api_key_uuid}": {
2881
+ "put": {
2882
+ "$ref": "resources/gen-ai/genai_update_model_api_key.yml"
2883
+ },
2884
+ "delete": {
2885
+ "$ref": "resources/gen-ai/genai_delete_model_api_key.yml"
2886
+ }
2887
+ },
2888
+ "/v2/gen-ai/models/api_keys/{api_key_uuid}/regenerate": {
2889
+ "put": {
2890
+ "$ref": "resources/gen-ai/genai_regenerate_model_api_key.yml"
2891
+ }
2892
+ },
2893
+ "/v2/gen-ai/models/catalog": {
2894
+ "get": {
2895
+ "$ref": "resources/gen-ai/genai_list_model_catalog.yml"
2896
+ }
2897
+ },
2898
+ "/v2/gen-ai/models/catalog/{id}": {
2899
+ "get": {
2900
+ "$ref": "resources/gen-ai/genai_get_model_catalog_card.yml"
2901
+ }
2902
+ },
2903
+ "/v2/gen-ai/models/routers": {
2904
+ "get": {
2905
+ "$ref": "resources/gen-ai/genai_list_model_routers.yml"
2906
+ },
2907
+ "post": {
2908
+ "$ref": "resources/gen-ai/genai_create_model_router.yml"
2909
+ }
2910
+ },
2911
+ "/v2/gen-ai/models/routers/presets": {
2912
+ "get": {
2913
+ "$ref": "resources/gen-ai/genai_list_model_router_presets.yml"
2914
+ }
2915
+ },
2916
+ "/v2/gen-ai/models/routers/tasks/presets": {
2917
+ "get": {
2918
+ "$ref": "resources/gen-ai/genai_list_model_router_task_presets.yml"
2919
+ }
2920
+ },
2921
+ "/v2/gen-ai/models/routers/{uuid}": {
2922
+ "get": {
2923
+ "$ref": "resources/gen-ai/genai_get_model_router.yml"
2924
+ },
2925
+ "put": {
2926
+ "$ref": "resources/gen-ai/genai_update_model_router.yml"
2927
+ },
2928
+ "delete": {
2929
+ "$ref": "resources/gen-ai/genai_delete_model_router.yml"
2930
+ }
2931
+ },
2932
+ "/v2/gen-ai/oauth2/dropbox/tokens": {
2933
+ "post": {
2934
+ "$ref": "resources/gen-ai/genai_create_oauth2_dropbox_tokens.yml"
2935
+ }
2936
+ },
2937
+ "/v2/gen-ai/oauth2/url": {
2938
+ "get": {
2939
+ "$ref": "resources/gen-ai/genai_get_oauth2_url.yml"
2940
+ }
2941
+ },
2942
+ "/v2/gen-ai/openai/keys": {
2943
+ "get": {
2944
+ "$ref": "resources/gen-ai/genai_list_openai_api_keys.yml"
2945
+ },
2946
+ "post": {
2947
+ "$ref": "resources/gen-ai/genai_create_openai_api_key.yml"
2948
+ }
2949
+ },
2950
+ "/v2/gen-ai/openai/keys/{api_key_uuid}": {
2951
+ "get": {
2952
+ "$ref": "resources/gen-ai/genai_get_openai_api_key.yml"
2953
+ },
2954
+ "put": {
2955
+ "$ref": "resources/gen-ai/genai_update_openai_api_key.yml"
2956
+ },
2957
+ "delete": {
2958
+ "$ref": "resources/gen-ai/genai_delete_openai_api_key.yml"
2959
+ }
2960
+ },
2961
+ "/v2/gen-ai/openai/keys/{uuid}/agents": {
2962
+ "get": {
2963
+ "$ref": "resources/gen-ai/genai_list_agents_by_openai_key.yml"
2964
+ }
2965
+ },
2966
+ "/v2/gen-ai/regions": {
2967
+ "get": {
2968
+ "$ref": "resources/gen-ai/genai_list_datacenter_regions.yml"
2969
+ }
2970
+ },
2971
+ "/v2/gen-ai/scheduled-indexing": {
2972
+ "post": {
2973
+ "$ref": "resources/gen-ai/genai_create_scheduled_indexing.yml"
2974
+ }
2975
+ },
2976
+ "/v2/gen-ai/scheduled-indexing/knowledge-base/{knowledge_base_uuid}": {
2977
+ "get": {
2978
+ "$ref": "resources/gen-ai/genai_get_scheduled_indexing.yml"
2979
+ }
2980
+ },
2981
+ "/v2/gen-ai/scheduled-indexing/{uuid}": {
2982
+ "delete": {
2983
+ "$ref": "resources/gen-ai/genai_delete_scheduled_indexing.yml"
2984
+ }
2985
+ },
2986
+ "/v2/gen-ai/workspaces": {
2987
+ "get": {
2988
+ "$ref": "resources/gen-ai/genai_list_workspaces.yml"
2989
+ },
2990
+ "post": {
2991
+ "$ref": "resources/gen-ai/genai_create_workspace.yml"
2992
+ }
2993
+ },
2994
+ "/v2/gen-ai/workspaces/{workspace_uuid}": {
2995
+ "get": {
2996
+ "$ref": "resources/gen-ai/genai_get_workspace.yml"
2997
+ },
2998
+ "put": {
2999
+ "$ref": "resources/gen-ai/genai_update_workspace.yml"
3000
+ },
3001
+ "delete": {
3002
+ "$ref": "resources/gen-ai/genai_delete_workspace.yml"
3003
+ }
3004
+ },
3005
+ "/v2/gen-ai/workspaces/{workspace_uuid}/agents": {
3006
+ "get": {
3007
+ "$ref": "resources/gen-ai/genai_list_agents_by_workspace.yml"
3008
+ },
3009
+ "put": {
3010
+ "$ref": "resources/gen-ai/genai_update_agents_workspace.yml"
3011
+ }
3012
+ },
3013
+ "/v2/gen-ai/workspaces/{workspace_uuid}/evaluation_test_cases": {
3014
+ "get": {
3015
+ "$ref": "resources/gen-ai/genai_list_evaluation_test_cases_by_workspace.yml"
3016
+ }
3017
+ },
3018
+ "/v1/chat/completions": {
3019
+ "post": {
3020
+ "$ref": "resources/inference/inference_create_chat_completion.yml"
3021
+ }
3022
+ },
3023
+ "/v1/messages": {
3024
+ "post": {
3025
+ "$ref": "resources/inference/inference_create_messages.yml"
3026
+ }
3027
+ },
3028
+ "/v1/embeddings": {
3029
+ "post": {
3030
+ "$ref": "resources/inference/inference_create_embeddings.yml"
3031
+ }
3032
+ },
3033
+ "/api/v1/chat/completions": {
3034
+ "post": {
3035
+ "$ref": "resources/inference/agent_inference_create_chat_completion.yml"
3036
+ }
3037
+ },
3038
+ "/v1/images/generations": {
3039
+ "post": {
3040
+ "$ref": "resources/inference/inference_create_image.yml"
3041
+ }
3042
+ },
3043
+ "/v1/models": {
3044
+ "get": {
3045
+ "$ref": "resources/inference/inference_list_models.yml"
3046
+ }
3047
+ },
3048
+ "/v1/responses": {
3049
+ "post": {
3050
+ "$ref": "resources/inference/inference_create_response.yml"
3051
+ }
3052
+ },
3053
+ "/v1/async-invoke": {
3054
+ "post": {
3055
+ "$ref": "resources/inference/inference_async_invoke.yml"
3056
+ }
3057
+ },
3058
+ "/v1/batches/files": {
3059
+ "post": {
3060
+ "$ref": "resources/inference/inference_create_batch_file.yml"
3061
+ }
3062
+ },
3063
+ "/<upload_url>": {
3064
+ "put": {
3065
+ "$ref": "resources/inference/inference_upload_batch_file.yml"
3066
+ }
3067
+ },
3068
+ "/v1/batches": {
3069
+ "post": {
3070
+ "$ref": "resources/inference/inference_create_batch.yml"
3071
+ },
3072
+ "get": {
3073
+ "$ref": "resources/inference/inference_list_batches.yml"
3074
+ }
3075
+ },
3076
+ "/v1/batches/{batch_id}": {
3077
+ "get": {
3078
+ "$ref": "resources/inference/inference_get_batch.yml"
3079
+ }
3080
+ },
3081
+ "/v1/batches/{batch_id}/results": {
3082
+ "get": {
3083
+ "$ref": "resources/inference/inference_get_batch_results.yml"
3084
+ }
3085
+ },
3086
+ "/v1/batches/{batch_id}/cancel": {
3087
+ "post": {
3088
+ "$ref": "resources/inference/inference_cancel_batch.yml"
3089
+ }
3090
+ }
3091
+ },
3092
+ "components": {
3093
+ "securitySchemes": {
3094
+ "bearer_auth": {
3095
+ "type": "http",
3096
+ "scheme": "bearer",
3097
+ "description": "## OAuth Authentication\n\nIn order to interact with the DigitalOcean API, you or your application must\nauthenticate.\n\nThe DigitalOcean API handles this through OAuth, an open standard for\nauthorization. OAuth allows you to delegate access to your account.\nScopes can be used to grant full access, read-only access, or access to\na specific set of endpoints.\n\nYou can generate an OAuth token by visiting the [Apps & API](https://cloud.digitalocean.com/account/api/tokens)\nsection of the DigitalOcean control panel for your account.\n\nAn OAuth token functions as a complete authentication request. In effect, it\nacts as a substitute for a username and password pair.\n\nBecause of this, it is absolutely **essential** that you keep your OAuth\ntokens secure. In fact, upon generation, the web interface will only display\neach token a single time in order to prevent the token from being compromised.\n\nDigitalOcean access tokens begin with an identifiable prefix in order to\ndistinguish them from other similar tokens.\n\n- `dop_v1_` for personal access tokens generated in the control panel\n- `doo_v1_` for tokens generated by applications using [the OAuth flow](https://docs.digitalocean.com/reference/api/oauth-api/)\n- `dor_v1_` for OAuth refresh tokens\n\n### Scopes\n\nScopes act like permissions assigned to an API token. These permissions\ndetermine what actions the token can perform. You can create API\ntokens that grant read-only access, full access, or limited access to\nspecific endpoints by using custom scopes.\n\nGenerally, scopes are designed to match HTTP verbs and common CRUD\noperations (Create, Read, Update, Delete).\n\n| HTTP Verb | CRUD Operation | Scope |\n|---|---|---|\n| GET | Read | `<resource>:read` |\n| POST | Create | `<resource>:create` |\n| PUT/PATCH | Update | `<resource>:update` |\n| DELETE | Delete | `<resource>:delete` |\n\nFor example, creating a new Droplet by making a `POST` request to the\n`/v2/droplets` endpoint requires the `droplet:create` scope while\nlisting Droplets by making a `GET` request to the `/v2/droplets`\nendpoint requires the `droplet:read` scope.\n\nEach endpoint below specifies which scope is required to access it when\nusing custom scopes.\n\n### How to Authenticate with OAuth\n\nIn order to make an authenticated request, include a bearer-type\n`Authorization` header containing your OAuth token. All requests must be\nmade over HTTPS.\n\n### Authenticate with a Bearer Authorization Header\n\n```\ncurl -X $HTTP_METHOD -H \"Authorization: Bearer $DIGITALOCEAN_TOKEN\" \"https://api.digitalocean.com/v2/$OBJECT\"\n```\n"
3098
+ },
3099
+ "inference_bearer_auth": {
3100
+ "type": "http",
3101
+ "scheme": "bearer",
3102
+ "description": "## OAuth Authentication\n\nIn order to interact with the DigitalOcean API, you or your application must\nauthenticate.\n\nThe DigitalOcean API handles this through OAuth, an open standard for\nauthorization. OAuth allows you to delegate access to your account.\nScopes can be used to grant full access, read-only access, or access to\na specific set of endpoints.\n\nYou can generate an OAuth token by visiting the [Apps & API](https://cloud.digitalocean.com/account/api/tokens)\nsection of the DigitalOcean control panel for your account.\n\nAn OAuth token functions as a complete authentication request. In effect, it\nacts as a substitute for a username and password pair.\n\nBecause of this, it is absolutely **essential** that you keep your OAuth\ntokens secure. In fact, upon generation, the web interface will only display\neach token a single time in order to prevent the token from being compromised.\n\nDigitalOcean access tokens begin with an identifiable prefix in order to\ndistinguish them from other similar tokens.\n\n- `dop_v1_` for personal access tokens generated in the control panel\n- `doo_v1_` for tokens generated by applications using [the OAuth flow](https://docs.digitalocean.com/reference/api/oauth-api/)\n- `dor_v1_` for OAuth refresh tokens\n\n### Authenticate with a Bearer Authorization Header\n\n**Serverless Inference:**\n\n```\ncurl -X POST -H \"Authorization: Bearer $DIGITALOCEAN_TOKEN\" \"https://inference.do-ai.run/v1/chat/completions\"\n```\n\n**Agent Inference:**\n\n```\ncurl -X POST -H \"Authorization: Bearer $AGENT_ACCESS_KEY\" \"https://{your-agent-url}.agents.do-ai.run/v1/chat/completions?agent=true\"\n```\n\n**Note:** Agent Inference APIs use an `agent_access_key` (endpoint access\nkey) instead of a DigitalOcean OAuth token. The `agent_access_key` is\nprovided when you provision an agent endpoint and is scoped to that\nspecific agent. It is not interchangeable with DigitalOcean OAuth tokens\n(`dop_v1_*`, `doo_v1_*`, `dor_v1_*`), which are used with Serverless\nInference and the control-plane API at `https://api.digitalocean.com`.\n"
3103
+ }
3104
+ }
3105
+ },
3106
+ "security": [
3107
+ {
3108
+ "bearer_auth": []
3109
+ }
3110
+ ]
3111
+ }