Skip to main content

Crate rsdo

Crate rsdo 

Source
Expand description

§rsdo - DigitalOcean Rust Client

A Rust client library for the DigitalOcean API, generated from the official OpenAPI specification.

§Quick Start

use rsdo::Client;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    // Create a client with your DigitalOcean personal access token
    let client = Client::from_token("your-digitalocean-token");

    // List your droplets (with required parameters)
    let droplets = client.droplets_list(None, None, None, None, None).await?;
    println!("Found {} droplets", droplets.into_inner().droplets.len());

    Ok(())
}

§Authentication

This client uses DigitalOcean’s Personal Access Token (PAT) for authentication. You can create a token in the DigitalOcean Control Panel.

§Features

  • Async/await support with reqwest and tokio
  • Strongly typed API responses
  • Generated from the official DigitalOcean OpenAPI specification
  • Automatic serialization/deserialization with serde
  • Comprehensive error handling

Modules§

defaults
Generation of default values for serde.
error
Error types.
prelude
Items consumers will typically use such as the Client.
types
Types used as operation parameters and responses.

Structs§

ACriterionForRoutingHttpTrafficToAComponent
ACriterionForRoutingHttpTrafficToAComponent
AListOfAppsItem
An application’s configuration and status.
AListOfAppsItemPendingDeployment
AListOfAppsItemPendingDeployment
AListOfAppsItemPendingDeploymentProgress
AListOfAppsItemPendingDeploymentProgress
AListOfAppsItemPinnedDeployment
AListOfAppsItemPinnedDeployment
AListOfAppsItemPinnedDeploymentProgress
AListOfAppsItemPinnedDeploymentProgress
AListOfAppsItemVpc
AListOfAppsItemVpc
AListOfEventsItem
AListOfEventsItem
AListOfEventsItemAutoscaling
Autoscaling event details. Only present for autoscaling events.
AListOfEventsItemAutoscalingComponentsValue
AListOfEventsItemAutoscalingComponentsValue
AListOfJobInvocationsItem
AListOfJobInvocationsItem
AStepThatIsRunAsPartOfTheDeploymentsLifecycle
AStepThatIsRunAsPartOfTheDeploymentsLifecycle
AStepThatIsRunAsPartOfTheDeploymentsLifecycleReason
AStepThatIsRunAsPartOfTheDeploymentsLifecycleReason
AccountGetResponse
AccountGetResponse
AccountGetResponseAccount
AccountGetResponseAccount
AccountGetResponseAccountTeam
When authorized in a team context, includes information about the current team.
ActionsGetResponse
ActionsGetResponse
ActionsGetResponseAction
ActionsGetResponseAction
ActionsGetResponseActionRegion
ActionsGetResponseActionRegion
ActionsListResponse
ActionsListResponse
ActionsListResponseActionsItem
ActionsListResponseActionsItem
ActionsListResponseActionsItemRegion
ActionsListResponseActionsItemRegion
ActionsListResponseLinks
ActionsListResponseLinks
ActionsListResponseLinksPages
ActionsListResponseLinksPages
ActionsListResponseLinksPagesSubtype0
ActionsListResponseLinksPagesSubtype0
ActionsListResponseLinksPagesSubtype1
ActionsListResponseLinksPagesSubtype1
ActionsListResponseMeta
ActionsListResponseMeta
AddonsCreateBody
AddonsCreateBody
AddonsCreateResponse
AddonsCreateResponse
AddonsCreateResponseResource
AddonsCreateResponseResource
AddonsGetAppMetadataResponse
AddonsGetAppMetadataResponse
AddonsGetAppMetadataResponseMetadataItem
AddonsGetAppMetadataResponseMetadataItem
AddonsGetAppResponse
AddonsGetAppResponse
AddonsGetAppResponseAppsItem
AddonsGetAppResponseAppsItem
AddonsGetResponse
AddonsGetResponse
AddonsGetResponseResource
AddonsGetResponseResource
AddonsListResponse
AddonsListResponse
AddonsListResponseResourcesItem
AddonsListResponseResourcesItem
AddonsPatchBody
AddonsPatchBody
AddonsPatchPlanBody
AddonsPatchPlanBody
AddonsPatchPlanResponse
AddonsPatchPlanResponse
AddonsPatchPlanResponseResource
AddonsPatchPlanResponseResource
AddonsPatchResponse
AddonsPatchResponse
AddonsPatchResponseResource
AddonsPatchResponseResource
AgentInferenceCreateChatCompletionBody
AgentInferenceCreateChatCompletionBody
AgentInferenceCreateChatCompletionBodyMessagesItem
A message in the chat conversation.
AgentInferenceCreateChatCompletionBodyMessagesItemToolCallsItem
AgentInferenceCreateChatCompletionBodyMessagesItemToolCallsItem
AgentInferenceCreateChatCompletionBodyMessagesItemToolCallsItemFunction
AgentInferenceCreateChatCompletionBodyMessagesItemToolCallsItemFunction
AgentInferenceCreateChatCompletionBodyStreamOptions
Options for streaming response. Only set this when you set stream to true.
AgentInferenceCreateChatCompletionBodyToolChoiceVariant1Function
AgentInferenceCreateChatCompletionBodyToolChoiceVariant1Function
AgentInferenceCreateChatCompletionBodyToolsItem
AgentInferenceCreateChatCompletionBodyToolsItem
AgentInferenceCreateChatCompletionBodyToolsItemFunction
AgentInferenceCreateChatCompletionBodyToolsItemFunction
AgentInferenceCreateChatCompletionResponse
Represents a chat completion response returned by model, based on the provided input.
AgentInferenceCreateChatCompletionResponseChoicesItem
AgentInferenceCreateChatCompletionResponseChoicesItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobs
Log probability information for the choice.
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsContentItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsContentItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsContentItemTopLogprobsItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsContentItemTopLogprobsItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItemTopLogprobsItem
AgentInferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItemTopLogprobsItem
AgentInferenceCreateChatCompletionResponseChoicesItemMessage
A chat completion message generated by the model.
AgentInferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItem
AgentInferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItem
AgentInferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemFunction
AgentInferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemFunction
AgentInferenceCreateChatCompletionResponseUsage
Usage statistics for the completion request.
AgentInferenceCreateChatCompletionResponseUsageCacheCreation
Breakdown of prompt tokens written to cache.
AnAppDeployment
AnAppDeployment
AnAppDeploymentProgress
AnAppDeploymentProgress
AppSpec
The desired configuration of an application.
AppSpecDatabasesItem
AppSpecDatabasesItem
AppSpecDatabasesItemName
The database’s name. The name must be unique across all components within the same app and cannot use capital letters.
AppSpecDomainsItem
AppSpecDomainsItem
AppSpecDomainsItemDomain
The hostname for the domain
AppSpecEgress
Specification for app egress configurations.
AppSpecFunctionsItem
AppSpecFunctionsItem
AppSpecFunctionsItemAlertsItem
AppSpecFunctionsItemAlertsItem
AppSpecFunctionsItemBitbucket
AppSpecFunctionsItemBitbucket
AppSpecFunctionsItemCors
AppSpecFunctionsItemCors
AppSpecFunctionsItemCorsAllowOriginsItem
AppSpecFunctionsItemCorsAllowOriginsItem
AppSpecFunctionsItemCorsAllowOriginsItemExact
Exact string match. Only 1 of exact, prefix, or regex must be set. An empty string is a valid value and will be serialized explicitly rather than being omitted from the payload.
AppSpecFunctionsItemCorsAllowOriginsItemPrefix
Prefix-based match. Only 1 of exact, prefix, or regex must be set.
AppSpecFunctionsItemCorsAllowOriginsItemRegex
RE2 style regex-based match. Only 1 of exact, prefix, or regex must be set. For more information about RE2 syntax, see: https://github.com/google/re2/wiki/Syntax
AppSpecFunctionsItemEnvsItem
AppSpecFunctionsItemEnvsItem
AppSpecFunctionsItemEnvsItemKey
The variable name
AppSpecFunctionsItemGit
AppSpecFunctionsItemGit
AppSpecFunctionsItemGithub
AppSpecFunctionsItemGithub
AppSpecFunctionsItemGitlab
AppSpecFunctionsItemGitlab
AppSpecFunctionsItemName
The name. Must be unique across all components within the same app.
AppSpecIngress
Specification for app ingress configurations.
AppSpecIngressRulesItem
AppSpecIngressRulesItem
AppSpecIngressRulesItemComponent
The component to route to. Only one of component or redirect may be set.
AppSpecIngressRulesItemCors
AppSpecIngressRulesItemCors
AppSpecIngressRulesItemCorsAllowOriginsItem
AppSpecIngressRulesItemCorsAllowOriginsItem
AppSpecIngressRulesItemCorsAllowOriginsItemExact
Exact string match. Only 1 of exact, prefix, or regex must be set. An empty string is a valid value and will be serialized explicitly rather than being omitted from the payload.
AppSpecIngressRulesItemCorsAllowOriginsItemPrefix
Prefix-based match. Only 1 of exact, prefix, or regex must be set.
AppSpecIngressRulesItemCorsAllowOriginsItemRegex
RE2 style regex-based match. Only 1 of exact, prefix, or regex must be set. For more information about RE2 syntax, see: https://github.com/google/re2/wiki/Syntax
AppSpecIngressRulesItemMatch
The match configuration for the rule.
AppSpecIngressRulesItemMatchAuthority
The authority to match on.
AppSpecIngressRulesItemMatchAuthorityExact
Exact string match. An empty string is a valid value and will be serialized explicitly rather than being omitted from the payload.
AppSpecIngressRulesItemMatchPath
The path to match on.
AppSpecIngressRulesItemMatchPathPrefix
Prefix-based match. For example, /api will match /api, /api/, and any nested paths such as /api/v1/endpoint.
AppSpecIngressRulesItemRedirect
The redirect configuration for the rule. Only one of component or redirect may be set.
AppSpecJobsItem
AppSpecJobsItem
AppSpecJobsItemBitbucket
AppSpecJobsItemBitbucket
AppSpecJobsItemEnvsItem
AppSpecJobsItemEnvsItem
AppSpecJobsItemEnvsItemKey
The variable name
AppSpecJobsItemGit
AppSpecJobsItemGit
AppSpecJobsItemGithub
AppSpecJobsItemGithub
AppSpecJobsItemGitlab
AppSpecJobsItemGitlab
AppSpecJobsItemImage
AppSpecJobsItemImage
AppSpecJobsItemImageDeployOnPush
AppSpecJobsItemImageDeployOnPush
AppSpecJobsItemName
The name. Must be unique across all components within the same app.
AppSpecJobsItemTermination
AppSpecJobsItemTermination
AppSpecMaintenance
Specification to configure maintenance settings for the app, such as maintenance mode and archiving the app.
AppSpecName
The name of the app. Must be unique across all apps in the same account.
AppSpecServicesItem
AppSpecServicesItem
AppSpecServicesItemAutoscaling
AppSpecServicesItemAutoscaling
AppSpecServicesItemAutoscalingMetrics
AppSpecServicesItemAutoscalingMetrics
AppSpecServicesItemAutoscalingMetricsCpu
Settings for scaling the component based on CPU utilization.
AppSpecServicesItemAutoscalingMetricsRequestDuration
Settings for scaling the component based on request duration.
AppSpecServicesItemAutoscalingMetricsRequestsPerSecond
Settings for scaling the component based on requests per second.
AppSpecServicesItemBitbucket
AppSpecServicesItemBitbucket
AppSpecServicesItemCors
AppSpecServicesItemCors
AppSpecServicesItemCorsAllowOriginsItem
AppSpecServicesItemCorsAllowOriginsItem
AppSpecServicesItemCorsAllowOriginsItemExact
Exact string match. Only 1 of exact, prefix, or regex must be set. An empty string is a valid value and will be serialized explicitly rather than being omitted from the payload.
AppSpecServicesItemCorsAllowOriginsItemPrefix
Prefix-based match. Only 1 of exact, prefix, or regex must be set.
AppSpecServicesItemCorsAllowOriginsItemRegex
RE2 style regex-based match. Only 1 of exact, prefix, or regex must be set. For more information about RE2 syntax, see: https://github.com/google/re2/wiki/Syntax
AppSpecServicesItemEnvsItem
AppSpecServicesItemEnvsItem
AppSpecServicesItemEnvsItemKey
The variable name
AppSpecServicesItemGit
AppSpecServicesItemGit
AppSpecServicesItemGithub
AppSpecServicesItemGithub
AppSpecServicesItemGitlab
AppSpecServicesItemGitlab
AppSpecServicesItemHealthCheck
AppSpecServicesItemHealthCheck
AppSpecServicesItemImage
AppSpecServicesItemImage
AppSpecServicesItemImageDeployOnPush
AppSpecServicesItemImageDeployOnPush
AppSpecServicesItemLivenessHealthCheck
AppSpecServicesItemLivenessHealthCheck
AppSpecServicesItemName
The name. Must be unique across all components within the same app.
AppSpecServicesItemTermination
AppSpecServicesItemTermination
AppSpecStaticSitesItem
AppSpecStaticSitesItem
AppSpecStaticSitesItemBitbucket
AppSpecStaticSitesItemBitbucket
AppSpecStaticSitesItemCors
AppSpecStaticSitesItemCors
AppSpecStaticSitesItemCorsAllowOriginsItem
AppSpecStaticSitesItemCorsAllowOriginsItem
AppSpecStaticSitesItemCorsAllowOriginsItemExact
Exact string match. Only 1 of exact, prefix, or regex must be set. An empty string is a valid value and will be serialized explicitly rather than being omitted from the payload.
AppSpecStaticSitesItemCorsAllowOriginsItemPrefix
Prefix-based match. Only 1 of exact, prefix, or regex must be set.
AppSpecStaticSitesItemCorsAllowOriginsItemRegex
RE2 style regex-based match. Only 1 of exact, prefix, or regex must be set. For more information about RE2 syntax, see: https://github.com/google/re2/wiki/Syntax
AppSpecStaticSitesItemEnvsItem
AppSpecStaticSitesItemEnvsItem
AppSpecStaticSitesItemEnvsItemKey
The variable name
AppSpecStaticSitesItemGit
AppSpecStaticSitesItemGit
AppSpecStaticSitesItemGithub
AppSpecStaticSitesItemGithub
AppSpecStaticSitesItemGitlab
AppSpecStaticSitesItemGitlab
AppSpecStaticSitesItemImage
AppSpecStaticSitesItemImage
AppSpecStaticSitesItemImageDeployOnPush
AppSpecStaticSitesItemImageDeployOnPush
AppSpecStaticSitesItemName
The name. Must be unique across all components within the same app.
AppSpecVpc
AppSpecVpc
AppSpecWorkersItem
AppSpecWorkersItem
AppSpecWorkersItemAutoscaling
Configuration for automatically scaling this component based on metrics.
AppSpecWorkersItemAutoscalingMetrics
The metrics that the component is scaled on.
AppSpecWorkersItemAutoscalingMetricsCpu
Settings for scaling the component based on CPU utilization.
AppSpecWorkersItemBitbucket
AppSpecWorkersItemBitbucket
AppSpecWorkersItemEnvsItem
AppSpecWorkersItemEnvsItem
AppSpecWorkersItemEnvsItemKey
The variable name
AppSpecWorkersItemGit
AppSpecWorkersItemGit
AppSpecWorkersItemGithub
AppSpecWorkersItemGithub
AppSpecWorkersItemGitlab
AppSpecWorkersItemGitlab
AppSpecWorkersItemImage
AppSpecWorkersItemImage
AppSpecWorkersItemImageDeployOnPush
AppSpecWorkersItemImageDeployOnPush
AppSpecWorkersItemLivenessHealthCheck
AppSpecWorkersItemLivenessHealthCheck
AppSpecWorkersItemName
The name. Must be unique across all components within the same app.
AppSpecWorkersItemTermination
AppSpecWorkersItemTermination
AppsAssignAlertDestinationsBody
AppsAssignAlertDestinationsBody
AppsAssignAlertDestinationsBodySlackWebhooksItem
AppsAssignAlertDestinationsBodySlackWebhooksItem
AppsAssignAlertDestinationsResponse
AppsAssignAlertDestinationsResponse
AppsAssignAlertDestinationsResponseAlert
AppsAssignAlertDestinationsResponseAlert
AppsAssignAlertDestinationsResponseAlertProgress
AppsAssignAlertDestinationsResponseAlertProgress
AppsAssignAlertDestinationsResponseAlertSpec
AppsAssignAlertDestinationsResponseAlertSpec
AppsCancelDeploymentResponse
AppsCancelDeploymentResponse
AppsCancelEventResponse
AppsCancelEventResponse
AppsCancelEventResponseEvent
AppsCancelEventResponseEvent
AppsCancelEventResponseEventAutoscaling
Autoscaling event details. Only present for autoscaling events.
AppsCancelEventResponseEventAutoscalingComponentsValue
AppsCancelEventResponseEventAutoscalingComponentsValue
AppsCancelJobInvocationResponse
AppsCancelJobInvocationResponse
AppsCreateBody
AppsCreateBody
AppsCreateDeploymentBody
AppsCreateDeploymentBody
AppsCreateDeploymentResponse
AppsCreateDeploymentResponse
AppsCreateResponse
AppsCreateResponse
AppsCreateResponseApp
An application’s configuration and status.
AppsCreateResponseAppPendingDeployment
AppsCreateResponseAppPendingDeployment
AppsCreateResponseAppPendingDeploymentProgress
AppsCreateResponseAppPendingDeploymentProgress
AppsCreateResponseAppPinnedDeployment
AppsCreateResponseAppPinnedDeployment
AppsCreateResponseAppPinnedDeploymentProgress
AppsCreateResponseAppPinnedDeploymentProgress
AppsCreateResponseAppVpc
AppsCreateResponseAppVpc
AppsCreateRollbackBody
AppsCreateRollbackBody
AppsCreateRollbackResponse
AppsCreateRollbackResponse
AppsDeleteResponse
AppsDeleteResponse
AppsGetDeploymentResponse
AppsGetDeploymentResponse
AppsGetEventLogsResponse
AppsGetEventLogsResponse
AppsGetEventResponse
AppsGetEventResponse
AppsGetEventResponseEvent
AppsGetEventResponseEvent
AppsGetEventResponseEventAutoscaling
Autoscaling event details. Only present for autoscaling events.
AppsGetEventResponseEventAutoscalingComponentsValue
AppsGetEventResponseEventAutoscalingComponentsValue
AppsGetExecActiveDeploymentResponse
AppsGetExecActiveDeploymentResponse
AppsGetExecResponse
AppsGetExecResponse
AppsGetHealthResponse
AppsGetHealthResponse
AppsGetHealthResponseAppHealth
AppsGetHealthResponseAppHealth
AppsGetHealthResponseAppHealthComponentsItem
AppsGetHealthResponseAppHealthComponentsItem
AppsGetHealthResponseAppHealthFunctionsComponentsItem
AppsGetHealthResponseAppHealthFunctionsComponentsItem
AppsGetHealthResponseAppHealthFunctionsComponentsItemFunctionsComponentHealthMetricsItem
AppsGetHealthResponseAppHealthFunctionsComponentsItemFunctionsComponentHealthMetricsItem
AppsGetInstanceSizeResponse
AppsGetInstanceSizeResponse
AppsGetInstanceSizeResponseInstanceSize
AppsGetInstanceSizeResponseInstanceSize
AppsGetInstancesResponse
AppsGetInstancesResponse
AppsGetInstancesResponseInstancesItem
AppsGetInstancesResponseInstancesItem
AppsGetJobInvocationLogsResponse
AppsGetJobInvocationLogsResponse
AppsGetJobInvocationResponse
AppsGetJobInvocationResponse
AppsGetLogsActiveDeploymentAggregateResponse
AppsGetLogsActiveDeploymentAggregateResponse
AppsGetLogsActiveDeploymentResponse
AppsGetLogsActiveDeploymentResponse
AppsGetLogsAggregateResponse
AppsGetLogsAggregateResponse
AppsGetLogsResponse
AppsGetLogsResponse
AppsGetMetricsBandwidthDailyResponse
AppsGetMetricsBandwidthDailyResponse
AppsGetMetricsBandwidthDailyResponseAppBandwidthUsageItem
Bandwidth usage for an app.
AppsGetResponse
AppsGetResponse
AppsGetResponseApp
An application’s configuration and status.
AppsGetResponseAppPendingDeployment
AppsGetResponseAppPendingDeployment
AppsGetResponseAppPendingDeploymentProgress
AppsGetResponseAppPendingDeploymentProgress
AppsGetResponseAppPinnedDeployment
AppsGetResponseAppPinnedDeployment
AppsGetResponseAppPinnedDeploymentProgress
AppsGetResponseAppPinnedDeploymentProgress
AppsGetResponseAppVpc
AppsGetResponseAppVpc
AppsListAlertsResponse
AppsListAlertsResponse
AppsListAlertsResponseAlertsItem
AppsListAlertsResponseAlertsItem
AppsListAlertsResponseAlertsItemProgress
AppsListAlertsResponseAlertsItemProgress
AppsListAlertsResponseAlertsItemSpec
AppsListAlertsResponseAlertsItemSpec
AppsListDeploymentsResponse
AppsListDeploymentsResponse
AppsListDeploymentsResponseLinks
AppsListDeploymentsResponseLinks
AppsListDeploymentsResponseLinksPages
AppsListDeploymentsResponseLinksPages
AppsListDeploymentsResponseLinksPagesSubtype0
AppsListDeploymentsResponseLinksPagesSubtype0
AppsListDeploymentsResponseLinksPagesSubtype1
AppsListDeploymentsResponseLinksPagesSubtype1
AppsListDeploymentsResponseMeta
AppsListDeploymentsResponseMeta
AppsListEventsResponse
AppsListEventsResponse
AppsListEventsResponseLinks
AppsListEventsResponseLinks
AppsListEventsResponseLinksPages
AppsListEventsResponseLinksPages
AppsListEventsResponseLinksPagesSubtype0
AppsListEventsResponseLinksPagesSubtype0
AppsListEventsResponseLinksPagesSubtype1
AppsListEventsResponseLinksPagesSubtype1
AppsListInstanceSizesResponse
AppsListInstanceSizesResponse
AppsListInstanceSizesResponseInstanceSizesItem
AppsListInstanceSizesResponseInstanceSizesItem
AppsListJobInvocationsResponse
AppsListJobInvocationsResponse
AppsListJobInvocationsResponseLinks
AppsListJobInvocationsResponseLinks
AppsListJobInvocationsResponseLinksPages
AppsListJobInvocationsResponseLinksPages
AppsListJobInvocationsResponseLinksPagesSubtype0
AppsListJobInvocationsResponseLinksPagesSubtype0
AppsListJobInvocationsResponseLinksPagesSubtype1
AppsListJobInvocationsResponseLinksPagesSubtype1
AppsListMetricsBandwidthDailyBody
AppsListMetricsBandwidthDailyBody
AppsListMetricsBandwidthDailyResponse
AppsListMetricsBandwidthDailyResponse
AppsListMetricsBandwidthDailyResponseAppBandwidthUsageItem
Bandwidth usage for an app.
AppsListRegionsResponse
AppsListRegionsResponse
AppsListResponse
AppsListResponse
AppsListResponseLinks
AppsListResponseLinks
AppsListResponseLinksPages
AppsListResponseLinksPages
AppsListResponseLinksPagesSubtype0
AppsListResponseLinksPagesSubtype0
AppsListResponseLinksPagesSubtype1
AppsListResponseLinksPagesSubtype1
AppsListResponseMeta
AppsListResponseMeta
AppsRestartBody
AppsRestartBody
AppsRestartResponse
AppsRestartResponse
AppsRevertRollbackResponse
AppsRevertRollbackResponse
AppsUpdateBody
AppsUpdateBody
AppsUpdateResponse
AppsUpdateResponse
AppsUpdateResponseApp
An application’s configuration and status.
AppsUpdateResponseAppPendingDeployment
AppsUpdateResponseAppPendingDeployment
AppsUpdateResponseAppPendingDeploymentProgress
AppsUpdateResponseAppPendingDeploymentProgress
AppsUpdateResponseAppPinnedDeployment
AppsUpdateResponseAppPinnedDeployment
AppsUpdateResponseAppPinnedDeploymentProgress
AppsUpdateResponseAppPinnedDeploymentProgress
AppsUpdateResponseAppVpc
AppsUpdateResponseAppVpc
AppsValidateAppSpecBody
AppsValidateAppSpecBody
AppsValidateAppSpecResponse
AppsValidateAppSpecResponse
AppsValidateRollbackBody
AppsValidateRollbackBody
AppsValidateRollbackResponse
AppsValidateRollbackResponse
AppsValidateRollbackResponseError
AppsValidateRollbackResponseError
AppsValidateRollbackResponseWarningsItem
AppsValidateRollbackResponseWarningsItem
AssignDropletsByIdDomainsItem
An object specifying domain configurations for a Global load balancer.
AssignDropletsByIdFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
AssignDropletsByIdForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
AssignDropletsByIdGlbSettings
An object specifying forwarding configurations for a Global load balancer.
AssignDropletsByIdGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
AssignDropletsByIdHealthCheck
An object specifying health check settings for the load balancer.
AssignDropletsByIdIp
An attribute containing the public-facing IP address of the load balancer.
AssignDropletsByIdStickySessions
An object specifying sticky sessions settings for the load balancer.
AssignDropletsByTagDomainsItem
An object specifying domain configurations for a Global load balancer.
AssignDropletsByTagFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
AssignDropletsByTagForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
AssignDropletsByTagGlbSettings
An object specifying forwarding configurations for a Global load balancer.
AssignDropletsByTagGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
AssignDropletsByTagHealthCheck
An object specifying health check settings for the load balancer.
AssignDropletsByTagIp
An attribute containing the public-facing IP address of the load balancer.
AssignDropletsByTagStickySessions
An object specifying sticky sessions settings for the load balancer.
AutoscalepoolsCreateBody
AutoscalepoolsCreateBody
AutoscalepoolsCreateBodyDropletTemplate
AutoscalepoolsCreateBodyDropletTemplate
AutoscalepoolsCreateResponse
AutoscalepoolsCreateResponse
AutoscalepoolsCreateResponseAutoscalePool
AutoscalepoolsCreateResponseAutoscalePool
AutoscalepoolsCreateResponseAutoscalePoolCurrentUtilization
AutoscalepoolsCreateResponseAutoscalePoolCurrentUtilization
AutoscalepoolsCreateResponseAutoscalePoolDropletTemplate
AutoscalepoolsCreateResponseAutoscalePoolDropletTemplate
AutoscalepoolsGetResponse
AutoscalepoolsGetResponse
AutoscalepoolsGetResponseAutoscalePool
AutoscalepoolsGetResponseAutoscalePool
AutoscalepoolsGetResponseAutoscalePoolCurrentUtilization
AutoscalepoolsGetResponseAutoscalePoolCurrentUtilization
AutoscalepoolsGetResponseAutoscalePoolDropletTemplate
AutoscalepoolsGetResponseAutoscalePoolDropletTemplate
AutoscalepoolsListHistoryResponse
AutoscalepoolsListHistoryResponse
AutoscalepoolsListHistoryResponseHistoryItem
AutoscalepoolsListHistoryResponseHistoryItem
AutoscalepoolsListHistoryResponseLinks
AutoscalepoolsListHistoryResponseLinks
AutoscalepoolsListHistoryResponseLinksPages
AutoscalepoolsListHistoryResponseLinksPages
AutoscalepoolsListHistoryResponseLinksPagesSubtype0
AutoscalepoolsListHistoryResponseLinksPagesSubtype0
AutoscalepoolsListHistoryResponseLinksPagesSubtype1
AutoscalepoolsListHistoryResponseLinksPagesSubtype1
AutoscalepoolsListHistoryResponseMeta
AutoscalepoolsListHistoryResponseMeta
AutoscalepoolsListMembersResponse
AutoscalepoolsListMembersResponse
AutoscalepoolsListMembersResponseDropletsItem
AutoscalepoolsListMembersResponseDropletsItem
AutoscalepoolsListMembersResponseDropletsItemCurrentUtilization
AutoscalepoolsListMembersResponseDropletsItemCurrentUtilization
AutoscalepoolsListMembersResponseLinks
AutoscalepoolsListMembersResponseLinks
AutoscalepoolsListMembersResponseLinksPages
AutoscalepoolsListMembersResponseLinksPages
AutoscalepoolsListMembersResponseLinksPagesSubtype0
AutoscalepoolsListMembersResponseLinksPagesSubtype0
AutoscalepoolsListMembersResponseLinksPagesSubtype1
AutoscalepoolsListMembersResponseLinksPagesSubtype1
AutoscalepoolsListMembersResponseMeta
AutoscalepoolsListMembersResponseMeta
AutoscalepoolsListResponse
AutoscalepoolsListResponse
AutoscalepoolsListResponseAutoscalePoolsItem
AutoscalepoolsListResponseAutoscalePoolsItem
AutoscalepoolsListResponseAutoscalePoolsItemCurrentUtilization
AutoscalepoolsListResponseAutoscalePoolsItemCurrentUtilization
AutoscalepoolsListResponseAutoscalePoolsItemDropletTemplate
AutoscalepoolsListResponseAutoscalePoolsItemDropletTemplate
AutoscalepoolsListResponseLinks
AutoscalepoolsListResponseLinks
AutoscalepoolsListResponseLinksPages
AutoscalepoolsListResponseLinksPages
AutoscalepoolsListResponseLinksPagesSubtype0
AutoscalepoolsListResponseLinksPagesSubtype0
AutoscalepoolsListResponseLinksPagesSubtype1
AutoscalepoolsListResponseLinksPagesSubtype1
AutoscalepoolsListResponseMeta
AutoscalepoolsListResponseMeta
AutoscalepoolsUpdateBody
AutoscalepoolsUpdateBody
AutoscalepoolsUpdateBodyDropletTemplate
AutoscalepoolsUpdateBodyDropletTemplate
AutoscalepoolsUpdateResponse
AutoscalepoolsUpdateResponse
AutoscalepoolsUpdateResponseAutoscalePool
AutoscalepoolsUpdateResponseAutoscalePool
AutoscalepoolsUpdateResponseAutoscalePoolCurrentUtilization
AutoscalepoolsUpdateResponseAutoscalePoolCurrentUtilization
AutoscalepoolsUpdateResponseAutoscalePoolDropletTemplate
AutoscalepoolsUpdateResponseAutoscalePoolDropletTemplate
BalanceGetResponse
BalanceGetResponse
BatchFileCreateRequest
Request body for creating a batch input file intent.
BatchFileCreateRequestFileName
The file you plan to upload. Must end with .jsonl (case-insensitive) and contain one request per line in the schema expected by the target provider.
BatchListResponse
Cursor-paginated list of batch inference jobs.
BatchListResponseDataItem
A Batch Inference job.
BatchListResponseDataItemErrorsItem
BatchListResponseDataItemErrorsItem
BatchListResponseDataItemRequestCounts
Aggregate request counts.
BatchResultsResponse
Presigned download URLs for a batch job. URLs are short-lived — download the artifacts soon after fetching them.
BgpBgp
BGP configurations
BillingHistoryListResponse
BillingHistoryListResponse
BillingHistoryListResponseBillingHistoryItem
BillingHistoryListResponseBillingHistoryItem
BillingHistoryListResponseLinks
BillingHistoryListResponseLinks
BillingHistoryListResponseLinksPages
BillingHistoryListResponseLinksPages
BillingHistoryListResponseLinksPagesSubtype0
BillingHistoryListResponseLinksPagesSubtype0
BillingHistoryListResponseLinksPagesSubtype1
BillingHistoryListResponseLinksPagesSubtype1
BillingHistoryListResponseMeta
Information about the response itself.
BillingInsightsListResponse
BillingInsightsListResponse
BillingInsightsListResponseDataPointsItem
BillingInsightsListResponseDataPointsItem
ByoipPrefixesCreateBody
ByoipPrefixesCreateBody
ByoipPrefixesCreateResponse
ByoipPrefixesCreateResponse
ByoipPrefixesGetResponse
ByoipPrefixesGetResponse
ByoipPrefixesGetResponseByoipPrefix
ByoipPrefixesGetResponseByoipPrefix
ByoipPrefixesGetResponseByoipPrefixValidationsItem
ByoipPrefixesGetResponseByoipPrefixValidationsItem
ByoipPrefixesListResourcesResponse
ByoipPrefixesListResourcesResponse
ByoipPrefixesListResourcesResponseIpsItem
ByoipPrefixesListResourcesResponseIpsItem
ByoipPrefixesListResourcesResponseLinks
ByoipPrefixesListResourcesResponseLinks
ByoipPrefixesListResourcesResponseLinksPages
ByoipPrefixesListResourcesResponseLinksPages
ByoipPrefixesListResourcesResponseLinksPagesSubtype0
ByoipPrefixesListResourcesResponseLinksPagesSubtype0
ByoipPrefixesListResourcesResponseLinksPagesSubtype1
ByoipPrefixesListResourcesResponseLinksPagesSubtype1
ByoipPrefixesListResourcesResponseMeta
ByoipPrefixesListResourcesResponseMeta
ByoipPrefixesListResponse
ByoipPrefixesListResponse
ByoipPrefixesListResponseByoipPrefixesItem
ByoipPrefixesListResponseByoipPrefixesItem
ByoipPrefixesListResponseByoipPrefixesItemValidationsItem
ByoipPrefixesListResponseByoipPrefixesItemValidationsItem
ByoipPrefixesListResponseLinks
ByoipPrefixesListResponseLinks
ByoipPrefixesListResponseLinksPages
ByoipPrefixesListResponseLinksPages
ByoipPrefixesListResponseLinksPagesSubtype0
ByoipPrefixesListResponseLinksPagesSubtype0
ByoipPrefixesListResponseLinksPagesSubtype1
ByoipPrefixesListResponseLinksPagesSubtype1
ByoipPrefixesListResponseMeta
ByoipPrefixesListResponseMeta
ByoipPrefixesPatchBody
ByoipPrefixesPatchBody
ByoipPrefixesPatchResponse
ByoipPrefixesPatchResponse
ByoipPrefixesPatchResponseByoipPrefix
ByoipPrefixesPatchResponseByoipPrefix
ByoipPrefixesPatchResponseByoipPrefixValidationsItem
ByoipPrefixesPatchResponseByoipPrefixValidationsItem
ByteStream
Untyped byte stream used for both success and error responses.
CdnCreateEndpointBody
CdnCreateEndpointBody
CdnCreateEndpointBodyTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CdnCreateEndpointResponse
CdnCreateEndpointResponse
CdnCreateEndpointResponseEndpoint
CdnCreateEndpointResponseEndpoint
CdnCreateEndpointResponseEndpointTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CdnGetEndpointResponse
CdnGetEndpointResponse
CdnGetEndpointResponseEndpoint
CdnGetEndpointResponseEndpoint
CdnGetEndpointResponseEndpointTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CdnListEndpointsResponse
CdnListEndpointsResponse
CdnListEndpointsResponseEndpointsItem
CdnListEndpointsResponseEndpointsItem
CdnListEndpointsResponseEndpointsItemTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CdnListEndpointsResponseLinks
CdnListEndpointsResponseLinks
CdnListEndpointsResponseLinksPages
CdnListEndpointsResponseLinksPages
CdnListEndpointsResponseLinksPagesSubtype0
CdnListEndpointsResponseLinksPagesSubtype0
CdnListEndpointsResponseLinksPagesSubtype1
CdnListEndpointsResponseLinksPagesSubtype1
CdnListEndpointsResponseMeta
CdnListEndpointsResponseMeta
CdnPurgeCacheBody
CdnPurgeCacheBody
CdnUpdateEndpointsBody
CdnUpdateEndpointsBody
CdnUpdateEndpointsBodyTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CdnUpdateEndpointsResponse
CdnUpdateEndpointsResponse
CdnUpdateEndpointsResponseEndpoint
CdnUpdateEndpointsResponseEndpoint
CdnUpdateEndpointsResponseEndpointTtl
The amount of time the content is cached by the CDN’s edge servers in seconds. TTL must be one of 60, 600, 3600, 86400, or 604800. Defaults to 3600 (one hour) when excluded.
CertificatesCreateResponse
CertificatesCreateResponse
CertificatesCreateResponseCertificate
CertificatesCreateResponseCertificate
CertificatesGetResponse
CertificatesGetResponse
CertificatesGetResponseCertificate
CertificatesGetResponseCertificate
CertificatesListResponse
CertificatesListResponse
CertificatesListResponseCertificatesItem
CertificatesListResponseCertificatesItem
CertificatesListResponseLinks
CertificatesListResponseLinks
CertificatesListResponseLinksPages
CertificatesListResponseLinksPages
CertificatesListResponseLinksPagesSubtype0
CertificatesListResponseLinksPagesSubtype0
CertificatesListResponseLinksPagesSubtype1
CertificatesListResponseLinksPagesSubtype1
CertificatesListResponseMeta
CertificatesListResponseMeta
Client
Client for DigitalOcean API
ConfigurationsForExternalLogging
ConfigurationsForExternalLogging
ConfigurationsForExternalLoggingDatadog
DataDog configuration.
ConfigurationsForExternalLoggingLogtail
Logtail configuration.
ConfigurationsForExternalLoggingName
ConfigurationsForExternalLoggingName
ConfigurationsForExternalLoggingOpenSearch
OpenSearch configuration.
ConfigurationsForExternalLoggingOpenSearchBasicAuth
Configure Username and/or Password for Basic authentication.
ConfigurationsForExternalLoggingPapertrail
Papertrail configuration.
ContainsAllDomainsForTheAppItem
ContainsAllDomainsForTheAppItem
ContainsAllDomainsForTheAppItemProgress
ContainsAllDomainsForTheAppItemProgress
ContainsAllDomainsForTheAppItemSpec
ContainsAllDomainsForTheAppItemSpec
ContainsAllDomainsForTheAppItemSpecDomain
The hostname for the domain
DatabasesAddBody
DatabasesAddBody
DatabasesAddConnectionPoolBody
DatabasesAddConnectionPoolBody
DatabasesAddConnectionPoolBodyConnection
DatabasesAddConnectionPoolBodyConnection
DatabasesAddConnectionPoolBodyPrivateConnection
DatabasesAddConnectionPoolBodyPrivateConnection
DatabasesAddConnectionPoolBodyStandbyConnection
DatabasesAddConnectionPoolBodyStandbyConnection
DatabasesAddConnectionPoolBodyStandbyPrivateConnection
DatabasesAddConnectionPoolBodyStandbyPrivateConnection
DatabasesAddConnectionPoolResponse
DatabasesAddConnectionPoolResponse
DatabasesAddConnectionPoolResponsePool
DatabasesAddConnectionPoolResponsePool
DatabasesAddConnectionPoolResponsePoolConnection
DatabasesAddConnectionPoolResponsePoolConnection
DatabasesAddConnectionPoolResponsePoolPrivateConnection
DatabasesAddConnectionPoolResponsePoolPrivateConnection
DatabasesAddConnectionPoolResponsePoolStandbyConnection
DatabasesAddConnectionPoolResponsePoolStandbyConnection
DatabasesAddConnectionPoolResponsePoolStandbyPrivateConnection
DatabasesAddConnectionPoolResponsePoolStandbyPrivateConnection
DatabasesAddResponse
DatabasesAddResponse
DatabasesAddResponseDb
DatabasesAddResponseDb
DatabasesAddUserBody
DatabasesAddUserBody
DatabasesAddUserBodyMysqlSettings
DatabasesAddUserBodyMysqlSettings
DatabasesAddUserBodySettings
DatabasesAddUserBodySettings
DatabasesAddUserBodySettingsAclItem
DatabasesAddUserBodySettingsAclItem
DatabasesAddUserBodySettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesAddUserBodySettingsOpensearchAclItem
DatabasesAddUserBodySettingsOpensearchAclItem
DatabasesAddUserResponse
DatabasesAddUserResponse
DatabasesAddUserResponseUser
DatabasesAddUserResponseUser
DatabasesAddUserResponseUserMysqlSettings
DatabasesAddUserResponseUserMysqlSettings
DatabasesAddUserResponseUserSettings
DatabasesAddUserResponseUserSettings
DatabasesAddUserResponseUserSettingsAclItem
DatabasesAddUserResponseUserSettingsAclItem
DatabasesAddUserResponseUserSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesAddUserResponseUserSettingsOpensearchAclItem
DatabasesAddUserResponseUserSettingsOpensearchAclItem
DatabasesCreateClusterBody
DatabasesCreateClusterBody
DatabasesCreateClusterBodyAutoscale
Contains all autoscaling configuration for a database cluster
DatabasesCreateClusterBodyAutoscaleStorage
DatabasesCreateClusterBodyAutoscaleStorage
DatabasesCreateClusterBodyBackupRestore
DatabasesCreateClusterBodyBackupRestore
DatabasesCreateClusterBodyConnection
DatabasesCreateClusterBodyConnection
DatabasesCreateClusterBodyDoSettings
DatabasesCreateClusterBodyDoSettings
DatabasesCreateClusterBodyDoSettingsServiceCnamesItem
DatabasesCreateClusterBodyDoSettingsServiceCnamesItem
DatabasesCreateClusterBodyMaintenanceWindow
DatabasesCreateClusterBodyMaintenanceWindow
DatabasesCreateClusterBodyMetricsEndpointsItem
DatabasesCreateClusterBodyMetricsEndpointsItem
DatabasesCreateClusterBodyPrivateConnection
DatabasesCreateClusterBodyPrivateConnection
DatabasesCreateClusterBodyPrivateNetworkUuid
A string specifying the UUID of the VPC to which the database cluster will be assigned. If excluded, the cluster when creating a new database cluster, it will be assigned to your account’s default VPC for the region.

Requires vpc:read scope.
DatabasesCreateClusterBodyRulesItem
DatabasesCreateClusterBodyRulesItem
DatabasesCreateClusterBodyRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesCreateClusterBodyRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesCreateClusterBodySchemaRegistryConnection
The connection details for Schema Registry.
DatabasesCreateClusterBodyStandbyConnection
DatabasesCreateClusterBodyStandbyConnection
DatabasesCreateClusterBodyStandbyPrivateConnection
DatabasesCreateClusterBodyStandbyPrivateConnection
DatabasesCreateClusterBodyUiConnection
The connection details for OpenSearch dashboard.
DatabasesCreateClusterBodyUsersItem
DatabasesCreateClusterBodyUsersItem
DatabasesCreateClusterBodyUsersItemMysqlSettings
DatabasesCreateClusterBodyUsersItemMysqlSettings
DatabasesCreateClusterBodyUsersItemSettings
DatabasesCreateClusterBodyUsersItemSettings
DatabasesCreateClusterBodyUsersItemSettingsAclItem
DatabasesCreateClusterBodyUsersItemSettingsAclItem
DatabasesCreateClusterBodyUsersItemSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesCreateClusterBodyUsersItemSettingsOpensearchAclItem
DatabasesCreateClusterBodyUsersItemSettingsOpensearchAclItem
DatabasesCreateClusterResponse
DatabasesCreateClusterResponse
DatabasesCreateClusterResponseDatabase
DatabasesCreateClusterResponseDatabase
DatabasesCreateClusterResponseDatabaseConnection
DatabasesCreateClusterResponseDatabaseConnection
DatabasesCreateClusterResponseDatabaseDoSettings
DatabasesCreateClusterResponseDatabaseDoSettings
DatabasesCreateClusterResponseDatabaseDoSettingsServiceCnamesItem
DatabasesCreateClusterResponseDatabaseDoSettingsServiceCnamesItem
DatabasesCreateClusterResponseDatabaseMaintenanceWindow
DatabasesCreateClusterResponseDatabaseMaintenanceWindow
DatabasesCreateClusterResponseDatabaseMetricsEndpointsItem
DatabasesCreateClusterResponseDatabaseMetricsEndpointsItem
DatabasesCreateClusterResponseDatabasePrivateConnection
DatabasesCreateClusterResponseDatabasePrivateConnection
DatabasesCreateClusterResponseDatabasePrivateNetworkUuid
A string specifying the UUID of the VPC to which the database cluster will be assigned. If excluded, the cluster when creating a new database cluster, it will be assigned to your account’s default VPC for the region.

Requires vpc:read scope.
DatabasesCreateClusterResponseDatabaseRulesItem
DatabasesCreateClusterResponseDatabaseRulesItem
DatabasesCreateClusterResponseDatabaseRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesCreateClusterResponseDatabaseRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesCreateClusterResponseDatabaseSchemaRegistryConnection
The connection details for Schema Registry.
DatabasesCreateClusterResponseDatabaseStandbyConnection
DatabasesCreateClusterResponseDatabaseStandbyConnection
DatabasesCreateClusterResponseDatabaseStandbyPrivateConnection
DatabasesCreateClusterResponseDatabaseStandbyPrivateConnection
DatabasesCreateClusterResponseDatabaseUiConnection
The connection details for OpenSearch dashboard.
DatabasesCreateClusterResponseDatabaseUsersItem
DatabasesCreateClusterResponseDatabaseUsersItem
DatabasesCreateClusterResponseDatabaseUsersItemMysqlSettings
DatabasesCreateClusterResponseDatabaseUsersItemMysqlSettings
DatabasesCreateClusterResponseDatabaseUsersItemSettings
DatabasesCreateClusterResponseDatabaseUsersItemSettings
DatabasesCreateClusterResponseDatabaseUsersItemSettingsAclItem
DatabasesCreateClusterResponseDatabaseUsersItemSettingsAclItem
DatabasesCreateClusterResponseDatabaseUsersItemSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesCreateClusterResponseDatabaseUsersItemSettingsOpensearchAclItem
DatabasesCreateClusterResponseDatabaseUsersItemSettingsOpensearchAclItem
DatabasesCreateKafkaSchemaBody
DatabasesCreateKafkaSchemaBody
DatabasesCreateKafkaSchemaResponse
DatabasesCreateKafkaSchemaResponse
DatabasesCreateKafkaTopicBody
DatabasesCreateKafkaTopicBody
DatabasesCreateKafkaTopicBodyConfig
DatabasesCreateKafkaTopicBodyConfig
DatabasesCreateKafkaTopicResponse
DatabasesCreateKafkaTopicResponse
DatabasesCreateKafkaTopicResponseTopic
DatabasesCreateKafkaTopicResponseTopic
DatabasesCreateKafkaTopicResponseTopicConfig
DatabasesCreateKafkaTopicResponseTopicConfig
DatabasesCreateKafkaTopicResponseTopicPartitionsItem
DatabasesCreateKafkaTopicResponseTopicPartitionsItem
DatabasesCreateKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesCreateKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesCreateLogsinkBody
DatabasesCreateLogsinkBody
DatabasesCreateLogsinkBodyConfig
DatabasesCreateLogsinkBodyConfig
DatabasesCreateLogsinkBodyConfigSubtype0
DatabasesCreateLogsinkBodyConfigSubtype0
DatabasesCreateLogsinkBodyConfigSubtype1
DatabasesCreateLogsinkBodyConfigSubtype1
DatabasesCreateLogsinkBodyConfigSubtype2
DatabasesCreateLogsinkBodyConfigSubtype2
DatabasesCreateLogsinkBodyConfigSubtype3
Configuration for Datadog integration applicable only to MongoDB clusters.
DatabasesCreateLogsinkResponse
DatabasesCreateLogsinkResponse
DatabasesCreateLogsinkResponseSink
DatabasesCreateLogsinkResponseSink
DatabasesCreateLogsinkResponseSinkConfig
DatabasesCreateLogsinkResponseSinkConfig
DatabasesCreateLogsinkResponseSinkConfigSubtype0
DatabasesCreateLogsinkResponseSinkConfigSubtype0
DatabasesCreateLogsinkResponseSinkConfigSubtype1
DatabasesCreateLogsinkResponseSinkConfigSubtype1
DatabasesCreateLogsinkResponseSinkConfigSubtype2
DatabasesCreateLogsinkResponseSinkConfigSubtype2
DatabasesCreateLogsinkResponseSinkConfigSubtype3
Configuration for Datadog integration applicable only to MongoDB clusters.
DatabasesCreateReplicaBody
DatabasesCreateReplicaBody
DatabasesCreateReplicaBodyConnection
DatabasesCreateReplicaBodyConnection
DatabasesCreateReplicaBodyDoSettings
DatabasesCreateReplicaBodyDoSettings
DatabasesCreateReplicaBodyDoSettingsServiceCnamesItem
DatabasesCreateReplicaBodyDoSettingsServiceCnamesItem
DatabasesCreateReplicaBodyPrivateConnection
DatabasesCreateReplicaBodyPrivateConnection
DatabasesCreateReplicaResponse
DatabasesCreateReplicaResponse
DatabasesCreateReplicaResponseReplica
DatabasesCreateReplicaResponseReplica
DatabasesCreateReplicaResponseReplicaConnection
DatabasesCreateReplicaResponseReplicaConnection
DatabasesCreateReplicaResponseReplicaDoSettings
DatabasesCreateReplicaResponseReplicaDoSettings
DatabasesCreateReplicaResponseReplicaDoSettingsServiceCnamesItem
DatabasesCreateReplicaResponseReplicaDoSettingsServiceCnamesItem
DatabasesCreateReplicaResponseReplicaPrivateConnection
DatabasesCreateReplicaResponseReplicaPrivateConnection
DatabasesGetAutoscaleResponse
DatabasesGetAutoscaleResponse
DatabasesGetAutoscaleResponseAutoscale
Contains all autoscaling configuration for a database cluster
DatabasesGetAutoscaleResponseAutoscaleStorage
DatabasesGetAutoscaleResponseAutoscaleStorage
DatabasesGetCaResponse
DatabasesGetCaResponse
DatabasesGetCaResponseCa
DatabasesGetCaResponseCa
DatabasesGetClusterMetricsCredentialsResponse
DatabasesGetClusterMetricsCredentialsResponse
DatabasesGetClusterMetricsCredentialsResponseCredentials
DatabasesGetClusterMetricsCredentialsResponseCredentials
DatabasesGetClusterMetricsCredentialsResponseCredentialsCredentials
DatabasesGetClusterMetricsCredentialsResponseCredentialsCredentials
DatabasesGetClusterResponse
DatabasesGetClusterResponse
DatabasesGetClusterResponseDatabase
DatabasesGetClusterResponseDatabase
DatabasesGetClusterResponseDatabaseConnection
DatabasesGetClusterResponseDatabaseConnection
DatabasesGetClusterResponseDatabaseDoSettings
DatabasesGetClusterResponseDatabaseDoSettings
DatabasesGetClusterResponseDatabaseDoSettingsServiceCnamesItem
DatabasesGetClusterResponseDatabaseDoSettingsServiceCnamesItem
DatabasesGetClusterResponseDatabaseMaintenanceWindow
DatabasesGetClusterResponseDatabaseMaintenanceWindow
DatabasesGetClusterResponseDatabaseMetricsEndpointsItem
DatabasesGetClusterResponseDatabaseMetricsEndpointsItem
DatabasesGetClusterResponseDatabasePrivateConnection
DatabasesGetClusterResponseDatabasePrivateConnection
DatabasesGetClusterResponseDatabasePrivateNetworkUuid
A string specifying the UUID of the VPC to which the database cluster will be assigned. If excluded, the cluster when creating a new database cluster, it will be assigned to your account’s default VPC for the region.

Requires vpc:read scope.
DatabasesGetClusterResponseDatabaseRulesItem
DatabasesGetClusterResponseDatabaseRulesItem
DatabasesGetClusterResponseDatabaseRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesGetClusterResponseDatabaseRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesGetClusterResponseDatabaseSchemaRegistryConnection
The connection details for Schema Registry.
DatabasesGetClusterResponseDatabaseStandbyConnection
DatabasesGetClusterResponseDatabaseStandbyConnection
DatabasesGetClusterResponseDatabaseStandbyPrivateConnection
DatabasesGetClusterResponseDatabaseStandbyPrivateConnection
DatabasesGetClusterResponseDatabaseUiConnection
The connection details for OpenSearch dashboard.
DatabasesGetClusterResponseDatabaseUsersItem
DatabasesGetClusterResponseDatabaseUsersItem
DatabasesGetClusterResponseDatabaseUsersItemMysqlSettings
DatabasesGetClusterResponseDatabaseUsersItemMysqlSettings
DatabasesGetClusterResponseDatabaseUsersItemSettings
DatabasesGetClusterResponseDatabaseUsersItemSettings
DatabasesGetClusterResponseDatabaseUsersItemSettingsAclItem
DatabasesGetClusterResponseDatabaseUsersItemSettingsAclItem
DatabasesGetClusterResponseDatabaseUsersItemSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesGetClusterResponseDatabaseUsersItemSettingsOpensearchAclItem
DatabasesGetClusterResponseDatabaseUsersItemSettingsOpensearchAclItem
DatabasesGetConfigResponse
DatabasesGetConfigResponse
DatabasesGetConfigResponseConfig
DatabasesGetConfigResponseConfig
DatabasesGetConfigResponseConfigSubtype0
DatabasesGetConfigResponseConfigSubtype0
DatabasesGetConfigResponseConfigSubtype0DefaultTimeZone
Default server time zone, in the form of an offset from UTC (from -12:00 to +12:00), a time zone name (EST), or ‘SYSTEM’ to use the MySQL server default.
DatabasesGetConfigResponseConfigSubtype0InnodbFlushNeighbors
Specifies whether flushing a page from the InnoDB buffer pool also flushes other dirty pages in the same extent.
DatabasesGetConfigResponseConfigSubtype0InnodbFtServerStopwordTable
The InnoDB FULLTEXT index stopword list for all InnoDB tables.
DatabasesGetConfigResponseConfigSubtype0InnodbFtUserStopwordTable
The InnoDB FULLTEXT index stopword list for user-created FULLTEXT indexes. Must be in the form db_name/table_name. Set to null to clear a previously configured value.
DatabasesGetConfigResponseConfigSubtype0MysqlIncrementalBackup
MySQL Incremental Backup configuration settings
DatabasesGetConfigResponseConfigSubtype0OptimizerSwitch
Controls query optimizer behavior as a comma-separated list of option=value pairs, or default to restore server defaults. Each value must be on, off, or default.
DatabasesGetConfigResponseConfigSubtype0SqlMode
Global SQL mode. If empty, uses MySQL server defaults. Must only include uppercase alphabetic characters, underscores, and commas.
DatabasesGetConfigResponseConfigSubtype1
DatabasesGetConfigResponseConfigSubtype1
DatabasesGetConfigResponseConfigSubtype2
DatabasesGetConfigResponseConfigSubtype2
DatabasesGetConfigResponseConfigSubtype3
DatabasesGetConfigResponseConfigSubtype3
DatabasesGetConfigResponseConfigSubtype4
DatabasesGetConfigResponseConfigSubtype4
DatabasesGetConfigResponseConfigSubtype5
DatabasesGetConfigResponseConfigSubtype5
DatabasesGetConfigResponseConfigSubtype6
DatabasesGetConfigResponseConfigSubtype6
DatabasesGetConfigResponseConfigSubtype1PgPartmanBgwRole
Controls which role to use for pg_partman’s scheduled background tasks. Must consist of alpha-numeric characters, dots, underscores, or dashes. May not start with dash or dot. Maximum of 64 characters.
DatabasesGetConfigResponseConfigSubtype1Pgbouncer
PGBouncer connection pooling settings
DatabasesGetConfigResponseConfigSubtype1Timescaledb
TimescaleDB extension configuration values
DatabasesGetConfigResponseConfigSubtype1Timezone
PostgreSQL service timezone
DatabasesGetConfigResponseConfigSubtype2RedisNotifyKeyspaceEvents
Set notify-keyspace-events option. Requires at least K or E and accepts any combination of the following options. Setting the parameter to "" disables notifications.
DatabasesGetConfigResponseConfigSubtype3ValkeyNotifyKeyspaceEvents
Set notify-keyspace-events option. Requires at least K or E and accepts any combination of the following options. Setting the parameter to "" disables notifications.
DatabasesGetConnectionPoolResponse
DatabasesGetConnectionPoolResponse
DatabasesGetConnectionPoolResponsePool
DatabasesGetConnectionPoolResponsePool
DatabasesGetConnectionPoolResponsePoolConnection
DatabasesGetConnectionPoolResponsePoolConnection
DatabasesGetConnectionPoolResponsePoolPrivateConnection
DatabasesGetConnectionPoolResponsePoolPrivateConnection
DatabasesGetConnectionPoolResponsePoolStandbyConnection
DatabasesGetConnectionPoolResponsePoolStandbyConnection
DatabasesGetConnectionPoolResponsePoolStandbyPrivateConnection
DatabasesGetConnectionPoolResponsePoolStandbyPrivateConnection
DatabasesGetDoSettingsResponse
DatabasesGetDoSettingsResponse
DatabasesGetDoSettingsResponseDoSettings
DigitalOcean-specific settings for the database cluster.
DatabasesGetDoSettingsResponseDoSettingsServiceCnamesItem
DatabasesGetDoSettingsResponseDoSettingsServiceCnamesItem
DatabasesGetEvictionPolicyResponse
DatabasesGetEvictionPolicyResponse
DatabasesGetKafkaSchemaConfigResponse
DatabasesGetKafkaSchemaConfigResponse
DatabasesGetKafkaSchemaResponse
DatabasesGetKafkaSchemaResponse
DatabasesGetKafkaSchemaSubjectConfigResponse
DatabasesGetKafkaSchemaSubjectConfigResponse
DatabasesGetKafkaSchemaVersionResponse
DatabasesGetKafkaSchemaVersionResponse
DatabasesGetKafkaTopicResponse
DatabasesGetKafkaTopicResponse
DatabasesGetKafkaTopicResponseTopic
DatabasesGetKafkaTopicResponseTopic
DatabasesGetKafkaTopicResponseTopicConfig
DatabasesGetKafkaTopicResponseTopicConfig
DatabasesGetKafkaTopicResponseTopicPartitionsItem
DatabasesGetKafkaTopicResponseTopicPartitionsItem
DatabasesGetKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesGetKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesGetLogsinkResponse
DatabasesGetLogsinkResponse
DatabasesGetLogsinkResponseConfig
DatabasesGetLogsinkResponseConfig
DatabasesGetLogsinkResponseConfigSubtype0
DatabasesGetLogsinkResponseConfigSubtype0
DatabasesGetLogsinkResponseConfigSubtype1
DatabasesGetLogsinkResponseConfigSubtype1
DatabasesGetLogsinkResponseConfigSubtype2
DatabasesGetLogsinkResponseConfigSubtype2
DatabasesGetLogsinkResponseConfigSubtype3
Configuration for Datadog integration applicable only to MongoDB clusters.
DatabasesGetMigrationStatusResponse
DatabasesGetMigrationStatusResponse
DatabasesGetReplicaResponse
DatabasesGetReplicaResponse
DatabasesGetReplicaResponseReplica
DatabasesGetReplicaResponseReplica
DatabasesGetReplicaResponseReplicaConnection
DatabasesGetReplicaResponseReplicaConnection
DatabasesGetReplicaResponseReplicaDoSettings
DatabasesGetReplicaResponseReplicaDoSettings
DatabasesGetReplicaResponseReplicaDoSettingsServiceCnamesItem
DatabasesGetReplicaResponseReplicaDoSettingsServiceCnamesItem
DatabasesGetReplicaResponseReplicaPrivateConnection
DatabasesGetReplicaResponseReplicaPrivateConnection
DatabasesGetResponse
DatabasesGetResponse
DatabasesGetResponseDb
DatabasesGetResponseDb
DatabasesGetSqlModeResponse
DatabasesGetSqlModeResponse
DatabasesGetUserResponse
DatabasesGetUserResponse
DatabasesGetUserResponseUser
DatabasesGetUserResponseUser
DatabasesGetUserResponseUserMysqlSettings
DatabasesGetUserResponseUserMysqlSettings
DatabasesGetUserResponseUserSettings
DatabasesGetUserResponseUserSettings
DatabasesGetUserResponseUserSettingsAclItem
DatabasesGetUserResponseUserSettingsAclItem
DatabasesGetUserResponseUserSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesGetUserResponseUserSettingsOpensearchAclItem
DatabasesGetUserResponseUserSettingsOpensearchAclItem
DatabasesListBackupsResponse
DatabasesListBackupsResponse
DatabasesListBackupsResponseBackupsItem
DatabasesListBackupsResponseBackupsItem
DatabasesListBackupsResponseScheduledBackupTime
DatabasesListBackupsResponseScheduledBackupTime
DatabasesListClustersResponse
DatabasesListClustersResponse
DatabasesListClustersResponseDatabasesItem
DatabasesListClustersResponseDatabasesItem
DatabasesListClustersResponseDatabasesItemConnection
DatabasesListClustersResponseDatabasesItemConnection
DatabasesListClustersResponseDatabasesItemDoSettings
DatabasesListClustersResponseDatabasesItemDoSettings
DatabasesListClustersResponseDatabasesItemDoSettingsServiceCnamesItem
DatabasesListClustersResponseDatabasesItemDoSettingsServiceCnamesItem
DatabasesListClustersResponseDatabasesItemMaintenanceWindow
DatabasesListClustersResponseDatabasesItemMaintenanceWindow
DatabasesListClustersResponseDatabasesItemMetricsEndpointsItem
DatabasesListClustersResponseDatabasesItemMetricsEndpointsItem
DatabasesListClustersResponseDatabasesItemPrivateConnection
DatabasesListClustersResponseDatabasesItemPrivateConnection
DatabasesListClustersResponseDatabasesItemPrivateNetworkUuid
A string specifying the UUID of the VPC to which the database cluster will be assigned. If excluded, the cluster when creating a new database cluster, it will be assigned to your account’s default VPC for the region.

Requires vpc:read scope.
DatabasesListClustersResponseDatabasesItemRulesItem
DatabasesListClustersResponseDatabasesItemRulesItem
DatabasesListClustersResponseDatabasesItemRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesListClustersResponseDatabasesItemRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesListClustersResponseDatabasesItemSchemaRegistryConnection
The connection details for Schema Registry.
DatabasesListClustersResponseDatabasesItemStandbyConnection
DatabasesListClustersResponseDatabasesItemStandbyConnection
DatabasesListClustersResponseDatabasesItemStandbyPrivateConnection
DatabasesListClustersResponseDatabasesItemStandbyPrivateConnection
DatabasesListClustersResponseDatabasesItemUiConnection
The connection details for OpenSearch dashboard.
DatabasesListClustersResponseDatabasesItemUsersItem
DatabasesListClustersResponseDatabasesItemUsersItem
DatabasesListClustersResponseDatabasesItemUsersItemMysqlSettings
DatabasesListClustersResponseDatabasesItemUsersItemMysqlSettings
DatabasesListClustersResponseDatabasesItemUsersItemSettings
DatabasesListClustersResponseDatabasesItemUsersItemSettings
DatabasesListClustersResponseDatabasesItemUsersItemSettingsAclItem
DatabasesListClustersResponseDatabasesItemUsersItemSettingsAclItem
DatabasesListClustersResponseDatabasesItemUsersItemSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesListClustersResponseDatabasesItemUsersItemSettingsOpensearchAclItem
DatabasesListClustersResponseDatabasesItemUsersItemSettingsOpensearchAclItem
DatabasesListConnectionPoolsResponse
DatabasesListConnectionPoolsResponse
DatabasesListConnectionPoolsResponsePoolsItem
DatabasesListConnectionPoolsResponsePoolsItem
DatabasesListConnectionPoolsResponsePoolsItemConnection
DatabasesListConnectionPoolsResponsePoolsItemConnection
DatabasesListConnectionPoolsResponsePoolsItemPrivateConnection
DatabasesListConnectionPoolsResponsePoolsItemPrivateConnection
DatabasesListConnectionPoolsResponsePoolsItemStandbyConnection
DatabasesListConnectionPoolsResponsePoolsItemStandbyConnection
DatabasesListConnectionPoolsResponsePoolsItemStandbyPrivateConnection
DatabasesListConnectionPoolsResponsePoolsItemStandbyPrivateConnection
DatabasesListEventsLogsResponse
DatabasesListEventsLogsResponse
DatabasesListEventsLogsResponseEventsItem
DatabasesListEventsLogsResponseEventsItem
DatabasesListFirewallRulesResponse
DatabasesListFirewallRulesResponse
DatabasesListFirewallRulesResponseRulesItem
DatabasesListFirewallRulesResponseRulesItem
DatabasesListFirewallRulesResponseRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesListFirewallRulesResponseRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesListKafkaSchemasResponse
DatabasesListKafkaSchemasResponse
DatabasesListKafkaSchemasResponseSubjectsItem
DatabasesListKafkaSchemasResponseSubjectsItem
DatabasesListKafkaTopicsResponse
DatabasesListKafkaTopicsResponse
DatabasesListKafkaTopicsResponseTopicsItem
DatabasesListKafkaTopicsResponseTopicsItem
DatabasesListLogsinkResponse
DatabasesListLogsinkResponse
DatabasesListLogsinkResponseSinksItem
DatabasesListLogsinkResponseSinksItem
DatabasesListLogsinkResponseSinksItemConfig
DatabasesListLogsinkResponseSinksItemConfig
DatabasesListLogsinkResponseSinksItemConfigSubtype0
DatabasesListLogsinkResponseSinksItemConfigSubtype0
DatabasesListLogsinkResponseSinksItemConfigSubtype1
DatabasesListLogsinkResponseSinksItemConfigSubtype1
DatabasesListLogsinkResponseSinksItemConfigSubtype2
DatabasesListLogsinkResponseSinksItemConfigSubtype2
DatabasesListLogsinkResponseSinksItemConfigSubtype3
Configuration for Datadog integration applicable only to MongoDB clusters.
DatabasesListOpeasearchIndexesResponse
DatabasesListOpeasearchIndexesResponse
DatabasesListOpeasearchIndexesResponseIndexesItem
DatabasesListOpeasearchIndexesResponseIndexesItem
DatabasesListOptionsResponse
DatabasesListOptionsResponse
DatabasesListOptionsResponseOptions
DatabasesListOptionsResponseOptions
DatabasesListOptionsResponseOptionsAdvancedMysql
DatabasesListOptionsResponseOptionsAdvancedMysql
DatabasesListOptionsResponseOptionsAdvancedMysqlLayoutsItem
DatabasesListOptionsResponseOptionsAdvancedMysqlLayoutsItem
DatabasesListOptionsResponseOptionsAdvancedPg
DatabasesListOptionsResponseOptionsAdvancedPg
DatabasesListOptionsResponseOptionsAdvancedPgLayoutsItem
DatabasesListOptionsResponseOptionsAdvancedPgLayoutsItem
DatabasesListOptionsResponseOptionsKafka
DatabasesListOptionsResponseOptionsKafka
DatabasesListOptionsResponseOptionsKafkaLayoutsItem
DatabasesListOptionsResponseOptionsKafkaLayoutsItem
DatabasesListOptionsResponseOptionsMongodb
DatabasesListOptionsResponseOptionsMongodb
DatabasesListOptionsResponseOptionsMongodbLayoutsItem
DatabasesListOptionsResponseOptionsMongodbLayoutsItem
DatabasesListOptionsResponseOptionsMysql
DatabasesListOptionsResponseOptionsMysql
DatabasesListOptionsResponseOptionsMysqlLayoutsItem
DatabasesListOptionsResponseOptionsMysqlLayoutsItem
DatabasesListOptionsResponseOptionsOpensearch
DatabasesListOptionsResponseOptionsOpensearch
DatabasesListOptionsResponseOptionsOpensearchLayoutsItem
DatabasesListOptionsResponseOptionsOpensearchLayoutsItem
DatabasesListOptionsResponseOptionsPg
DatabasesListOptionsResponseOptionsPg
DatabasesListOptionsResponseOptionsPgLayoutsItem
DatabasesListOptionsResponseOptionsPgLayoutsItem
DatabasesListOptionsResponseOptionsRedis
DatabasesListOptionsResponseOptionsRedis
DatabasesListOptionsResponseOptionsRedisLayoutsItem
DatabasesListOptionsResponseOptionsRedisLayoutsItem
DatabasesListOptionsResponseOptionsValkey
DatabasesListOptionsResponseOptionsValkey
DatabasesListOptionsResponseOptionsValkeyLayoutsItem
DatabasesListOptionsResponseOptionsValkeyLayoutsItem
DatabasesListOptionsResponseVersionAvailability
DatabasesListOptionsResponseVersionAvailability
DatabasesListOptionsResponseVersionAvailabilityAdvancedMysqlItem
DatabasesListOptionsResponseVersionAvailabilityAdvancedMysqlItem
DatabasesListOptionsResponseVersionAvailabilityAdvancedPgItem
DatabasesListOptionsResponseVersionAvailabilityAdvancedPgItem
DatabasesListOptionsResponseVersionAvailabilityKafkaItem
DatabasesListOptionsResponseVersionAvailabilityKafkaItem
DatabasesListOptionsResponseVersionAvailabilityMongodbItem
DatabasesListOptionsResponseVersionAvailabilityMongodbItem
DatabasesListOptionsResponseVersionAvailabilityMysqlItem
DatabasesListOptionsResponseVersionAvailabilityMysqlItem
DatabasesListOptionsResponseVersionAvailabilityOpensearchItem
DatabasesListOptionsResponseVersionAvailabilityOpensearchItem
DatabasesListOptionsResponseVersionAvailabilityPgItem
DatabasesListOptionsResponseVersionAvailabilityPgItem
DatabasesListOptionsResponseVersionAvailabilityRedisItem
DatabasesListOptionsResponseVersionAvailabilityRedisItem
DatabasesListOptionsResponseVersionAvailabilityValkeyItem
DatabasesListOptionsResponseVersionAvailabilityValkeyItem
DatabasesListReplicasResponse
DatabasesListReplicasResponse
DatabasesListReplicasResponseReplicasItem
DatabasesListReplicasResponseReplicasItem
DatabasesListReplicasResponseReplicasItemConnection
DatabasesListReplicasResponseReplicasItemConnection
DatabasesListReplicasResponseReplicasItemDoSettings
DatabasesListReplicasResponseReplicasItemDoSettings
DatabasesListReplicasResponseReplicasItemDoSettingsServiceCnamesItem
DatabasesListReplicasResponseReplicasItemDoSettingsServiceCnamesItem
DatabasesListReplicasResponseReplicasItemPrivateConnection
DatabasesListReplicasResponseReplicasItemPrivateConnection
DatabasesListResponse
DatabasesListResponse
DatabasesListResponseDbsItem
DatabasesListResponseDbsItem
DatabasesListUsersResponse
DatabasesListUsersResponse
DatabasesListUsersResponseUsersItem
DatabasesListUsersResponseUsersItem
DatabasesListUsersResponseUsersItemMysqlSettings
DatabasesListUsersResponseUsersItemMysqlSettings
DatabasesListUsersResponseUsersItemSettings
DatabasesListUsersResponseUsersItemSettings
DatabasesListUsersResponseUsersItemSettingsAclItem
DatabasesListUsersResponseUsersItemSettingsAclItem
DatabasesListUsersResponseUsersItemSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesListUsersResponseUsersItemSettingsOpensearchAclItem
DatabasesListUsersResponseUsersItemSettingsOpensearchAclItem
DatabasesPatchConfigBody
DatabasesPatchConfigBody
DatabasesPatchConfigBodyConfig
DatabasesPatchConfigBodyConfig
DatabasesPatchConfigBodyConfigSubtype0
DatabasesPatchConfigBodyConfigSubtype0
DatabasesPatchConfigBodyConfigSubtype0DefaultTimeZone
Default server time zone, in the form of an offset from UTC (from -12:00 to +12:00), a time zone name (EST), or ‘SYSTEM’ to use the MySQL server default.
DatabasesPatchConfigBodyConfigSubtype0InnodbFlushNeighbors
Specifies whether flushing a page from the InnoDB buffer pool also flushes other dirty pages in the same extent.
DatabasesPatchConfigBodyConfigSubtype0InnodbFtServerStopwordTable
The InnoDB FULLTEXT index stopword list for all InnoDB tables.
DatabasesPatchConfigBodyConfigSubtype0InnodbFtUserStopwordTable
The InnoDB FULLTEXT index stopword list for user-created FULLTEXT indexes. Must be in the form db_name/table_name. Set to null to clear a previously configured value.
DatabasesPatchConfigBodyConfigSubtype0MysqlIncrementalBackup
MySQL Incremental Backup configuration settings
DatabasesPatchConfigBodyConfigSubtype0OptimizerSwitch
Controls query optimizer behavior as a comma-separated list of option=value pairs, or default to restore server defaults. Each value must be on, off, or default.
DatabasesPatchConfigBodyConfigSubtype0SqlMode
Global SQL mode. If empty, uses MySQL server defaults. Must only include uppercase alphabetic characters, underscores, and commas.
DatabasesPatchConfigBodyConfigSubtype1
DatabasesPatchConfigBodyConfigSubtype1
DatabasesPatchConfigBodyConfigSubtype2
DatabasesPatchConfigBodyConfigSubtype2
DatabasesPatchConfigBodyConfigSubtype3
DatabasesPatchConfigBodyConfigSubtype3
DatabasesPatchConfigBodyConfigSubtype4
DatabasesPatchConfigBodyConfigSubtype4
DatabasesPatchConfigBodyConfigSubtype5
DatabasesPatchConfigBodyConfigSubtype5
DatabasesPatchConfigBodyConfigSubtype6
DatabasesPatchConfigBodyConfigSubtype6
DatabasesPatchConfigBodyConfigSubtype1PgPartmanBgwRole
Controls which role to use for pg_partman’s scheduled background tasks. Must consist of alpha-numeric characters, dots, underscores, or dashes. May not start with dash or dot. Maximum of 64 characters.
DatabasesPatchConfigBodyConfigSubtype1Pgbouncer
PGBouncer connection pooling settings
DatabasesPatchConfigBodyConfigSubtype1Timescaledb
TimescaleDB extension configuration values
DatabasesPatchConfigBodyConfigSubtype1Timezone
PostgreSQL service timezone
DatabasesPatchConfigBodyConfigSubtype2RedisNotifyKeyspaceEvents
Set notify-keyspace-events option. Requires at least K or E and accepts any combination of the following options. Setting the parameter to "" disables notifications.
DatabasesPatchConfigBodyConfigSubtype3ValkeyNotifyKeyspaceEvents
Set notify-keyspace-events option. Requires at least K or E and accepts any combination of the following options. Setting the parameter to "" disables notifications.
DatabasesResetAuthBody
DatabasesResetAuthBody
DatabasesResetAuthBodyMysqlSettings
DatabasesResetAuthBodyMysqlSettings
DatabasesResetAuthResponse
DatabasesResetAuthResponse
DatabasesResetAuthResponseUser
DatabasesResetAuthResponseUser
DatabasesResetAuthResponseUserMysqlSettings
DatabasesResetAuthResponseUserMysqlSettings
DatabasesResetAuthResponseUserSettings
DatabasesResetAuthResponseUserSettings
DatabasesResetAuthResponseUserSettingsAclItem
DatabasesResetAuthResponseUserSettingsAclItem
DatabasesResetAuthResponseUserSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesResetAuthResponseUserSettingsOpensearchAclItem
DatabasesResetAuthResponseUserSettingsOpensearchAclItem
DatabasesUpdateAutoscaleBody
Contains all autoscaling configuration for a database cluster
DatabasesUpdateAutoscaleBodyStorage
DatabasesUpdateAutoscaleBodyStorage
DatabasesUpdateClusterMetricsCredentialsBody
DatabasesUpdateClusterMetricsCredentialsBody
DatabasesUpdateClusterMetricsCredentialsBodyCredentials
DatabasesUpdateClusterMetricsCredentialsBodyCredentials
DatabasesUpdateClusterSizeBody
DatabasesUpdateClusterSizeBody
DatabasesUpdateConnectionPoolBody
DatabasesUpdateConnectionPoolBody
DatabasesUpdateDoSettingsBody
DatabasesUpdateDoSettingsBody
DatabasesUpdateDoSettingsBodyDoSettings
DigitalOcean-specific settings for the database cluster.
DatabasesUpdateDoSettingsBodyDoSettingsServiceCnamesItem
DatabasesUpdateDoSettingsBodyDoSettingsServiceCnamesItem
DatabasesUpdateEvictionPolicyBody
DatabasesUpdateEvictionPolicyBody
DatabasesUpdateFirewallRulesBody
DatabasesUpdateFirewallRulesBody
DatabasesUpdateFirewallRulesBodyRulesItem
DatabasesUpdateFirewallRulesBodyRulesItem
DatabasesUpdateFirewallRulesBodyRulesItemClusterUuid
A unique ID for the database cluster to which the rule is applied.
DatabasesUpdateFirewallRulesBodyRulesItemUuid
A unique ID for the firewall rule itself.
DatabasesUpdateKafkaSchemaConfigBody
DatabasesUpdateKafkaSchemaConfigBody
DatabasesUpdateKafkaSchemaConfigResponse
DatabasesUpdateKafkaSchemaConfigResponse
DatabasesUpdateKafkaSchemaSubjectConfigBody
DatabasesUpdateKafkaSchemaSubjectConfigBody
DatabasesUpdateKafkaSchemaSubjectConfigResponse
DatabasesUpdateKafkaSchemaSubjectConfigResponse
DatabasesUpdateKafkaTopicBody
DatabasesUpdateKafkaTopicBody
DatabasesUpdateKafkaTopicBodyConfig
DatabasesUpdateKafkaTopicBodyConfig
DatabasesUpdateKafkaTopicResponse
DatabasesUpdateKafkaTopicResponse
DatabasesUpdateKafkaTopicResponseTopic
DatabasesUpdateKafkaTopicResponseTopic
DatabasesUpdateKafkaTopicResponseTopicConfig
DatabasesUpdateKafkaTopicResponseTopicConfig
DatabasesUpdateKafkaTopicResponseTopicPartitionsItem
DatabasesUpdateKafkaTopicResponseTopicPartitionsItem
DatabasesUpdateKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesUpdateKafkaTopicResponseTopicPartitionsItemConsumerGroupsItem
DatabasesUpdateLogsinkBody
DatabasesUpdateLogsinkBody
DatabasesUpdateLogsinkBodyConfig
DatabasesUpdateLogsinkBodyConfig
DatabasesUpdateLogsinkBodyConfigSubtype0
DatabasesUpdateLogsinkBodyConfigSubtype0
DatabasesUpdateLogsinkBodyConfigSubtype1
DatabasesUpdateLogsinkBodyConfigSubtype1
DatabasesUpdateLogsinkBodyConfigSubtype2
DatabasesUpdateLogsinkBodyConfigSubtype2
DatabasesUpdateLogsinkBodyConfigSubtype3
Configuration for Datadog integration applicable only to MongoDB clusters.
DatabasesUpdateMaintenanceWindowBody
DatabasesUpdateMaintenanceWindowBody
DatabasesUpdateMajorVersionBody
DatabasesUpdateMajorVersionBody
DatabasesUpdateOnlineMigrationBody
DatabasesUpdateOnlineMigrationBody
DatabasesUpdateOnlineMigrationBodySource
DatabasesUpdateOnlineMigrationBodySource
DatabasesUpdateOnlineMigrationResponse
DatabasesUpdateOnlineMigrationResponse
DatabasesUpdateRegionBody
DatabasesUpdateRegionBody
DatabasesUpdateSqlModeBody
DatabasesUpdateSqlModeBody
DatabasesUpdateUserBody
DatabasesUpdateUserBody
DatabasesUpdateUserBodySettings
DatabasesUpdateUserBodySettings
DatabasesUpdateUserBodySettingsAclItem
DatabasesUpdateUserBodySettingsAclItem
DatabasesUpdateUserBodySettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesUpdateUserBodySettingsOpensearchAclItem
DatabasesUpdateUserBodySettingsOpensearchAclItem
DatabasesUpdateUserResponse
DatabasesUpdateUserResponse
DatabasesUpdateUserResponseUser
DatabasesUpdateUserResponseUser
DatabasesUpdateUserResponseUserMysqlSettings
DatabasesUpdateUserResponseUserMysqlSettings
DatabasesUpdateUserResponseUserSettings
DatabasesUpdateUserResponseUserSettings
DatabasesUpdateUserResponseUserSettingsAclItem
DatabasesUpdateUserResponseUserSettingsAclItem
DatabasesUpdateUserResponseUserSettingsMongoUserSettings
MongoDB-specific settings for the user. This option is not currently supported for other database engines.
DatabasesUpdateUserResponseUserSettingsOpensearchAclItem
DatabasesUpdateUserResponseUserSettingsOpensearchAclItem
DedicatedInferencesCreateBody
DedicatedInferencesCreateBody
DedicatedInferencesCreateBodySpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesCreateBodySpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesCreateBodySpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesCreateBodySpecVpc
DedicatedInferencesCreateBodySpecVpc
DedicatedInferencesCreateResponse
DedicatedInferencesCreateResponse
DedicatedInferencesCreateResponseDedicatedInference
A Dedicated Inference instance.
DedicatedInferencesCreateResponseDedicatedInferenceEndpoints
DedicatedInferencesCreateResponseDedicatedInferenceEndpoints
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpec
Pending deployment when status is provisioning or updating.
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesCreateResponseDedicatedInferenceSpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesCreateResponseDedicatedInferenceSpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesCreateResponseDedicatedInferenceSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesCreateResponseDedicatedInferenceSpecVpc
DedicatedInferencesCreateResponseDedicatedInferenceSpecVpc
DedicatedInferencesCreateResponseToken
Access token for authenticating to Dedicated Inference endpoints.
DedicatedInferencesCreateTokensBody
DedicatedInferencesCreateTokensBody
DedicatedInferencesCreateTokensBodyName
Name for the new token.
DedicatedInferencesCreateTokensResponse
DedicatedInferencesCreateTokensResponse
DedicatedInferencesCreateTokensResponseToken
Access token for authenticating to Dedicated Inference endpoints.
DedicatedInferencesGetAcceleratorResponse
A Dedicated Inference accelerator (GPU) in use by an instance.
DedicatedInferencesGetCaResponse
DedicatedInferencesGetCaResponse
DedicatedInferencesGetGpuModelConfigResponse
Supported GPU and model configurations for Dedicated Inference.
DedicatedInferencesGetGpuModelConfigResponseGpuModelConfigsItem
DedicatedInferencesGetGpuModelConfigResponseGpuModelConfigsItem
DedicatedInferencesGetResponse
DedicatedInferencesGetResponse
DedicatedInferencesGetResponseDedicatedInference
A Dedicated Inference instance.
DedicatedInferencesGetResponseDedicatedInferenceEndpoints
DedicatedInferencesGetResponseDedicatedInferenceEndpoints
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpec
Pending deployment when status is provisioning or updating.
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesGetResponseDedicatedInferenceSpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesGetResponseDedicatedInferenceSpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesGetResponseDedicatedInferenceSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesGetResponseDedicatedInferenceSpecVpc
DedicatedInferencesGetResponseDedicatedInferenceSpecVpc
DedicatedInferencesListAcceleratorsResponse
DedicatedInferencesListAcceleratorsResponse
DedicatedInferencesListAcceleratorsResponseAcceleratorsItem
A Dedicated Inference accelerator (GPU) in use by an instance.
DedicatedInferencesListAcceleratorsResponseLinks
DedicatedInferencesListAcceleratorsResponseLinks
DedicatedInferencesListAcceleratorsResponseLinksPages
DedicatedInferencesListAcceleratorsResponseLinksPages
DedicatedInferencesListAcceleratorsResponseLinksPagesSubtype0
DedicatedInferencesListAcceleratorsResponseLinksPagesSubtype0
DedicatedInferencesListAcceleratorsResponseLinksPagesSubtype1
DedicatedInferencesListAcceleratorsResponseLinksPagesSubtype1
DedicatedInferencesListAcceleratorsResponseMeta
DedicatedInferencesListAcceleratorsResponseMeta
DedicatedInferencesListResponse
DedicatedInferencesListResponse
DedicatedInferencesListResponseDedicatedInferencesItem
A Dedicated Inference instance.
DedicatedInferencesListResponseDedicatedInferencesItemEndpoints
DedicatedInferencesListResponseDedicatedInferencesItemEndpoints
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpec
Pending deployment when status is provisioning or updating.
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpecVpc
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpecVpc
DedicatedInferencesListResponseDedicatedInferencesItemSpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesListResponseDedicatedInferencesItemSpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesListResponseDedicatedInferencesItemSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesListResponseDedicatedInferencesItemSpecVpc
DedicatedInferencesListResponseDedicatedInferencesItemSpecVpc
DedicatedInferencesListResponseLinks
DedicatedInferencesListResponseLinks
DedicatedInferencesListResponseMeta
DedicatedInferencesListResponseMeta
DedicatedInferencesListSizesResponse
Available Dedicated Inference sizes and pricing.
DedicatedInferencesListSizesResponseSizesItem
DedicatedInferencesListSizesResponseSizesItem
DedicatedInferencesListTokensResponse
DedicatedInferencesListTokensResponse
DedicatedInferencesListTokensResponseLinks
DedicatedInferencesListTokensResponseLinks
DedicatedInferencesListTokensResponseLinksPages
DedicatedInferencesListTokensResponseLinksPages
DedicatedInferencesListTokensResponseLinksPagesSubtype0
DedicatedInferencesListTokensResponseLinksPagesSubtype0
DedicatedInferencesListTokensResponseLinksPagesSubtype1
DedicatedInferencesListTokensResponseLinksPagesSubtype1
DedicatedInferencesListTokensResponseMeta
DedicatedInferencesListTokensResponseMeta
DedicatedInferencesListTokensResponseTokensItem
Access token for authenticating to Dedicated Inference endpoints.
DedicatedInferencesPatchBody
DedicatedInferencesPatchBody
DedicatedInferencesPatchBodyAccessTokens
Provider tokens for model access (e.g. gated Hugging Face models).
DedicatedInferencesPatchBodySpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesPatchBodySpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesPatchBodySpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesPatchBodySpecVpc
DedicatedInferencesPatchBodySpecVpc
DedicatedInferencesPatchResponse
DedicatedInferencesPatchResponse
DedicatedInferencesPatchResponseDedicatedInference
A Dedicated Inference instance.
DedicatedInferencesPatchResponseDedicatedInferenceEndpoints
DedicatedInferencesPatchResponseDedicatedInferenceEndpoints
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpec
Pending deployment when status is provisioning or updating.
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpecVpc
DedicatedInferencesPatchResponseDedicatedInferenceSpec
Structured configuration for a Dedicated Inference deployment.
DedicatedInferencesPatchResponseDedicatedInferenceSpecModelDeploymentsItem
Configuration for a single model deployment.
DedicatedInferencesPatchResponseDedicatedInferenceSpecName
Name of the Dedicated Inference. Must be unique within the team.
DedicatedInferencesPatchResponseDedicatedInferenceSpecVpc
DedicatedInferencesPatchResponseDedicatedInferenceSpecVpc
DimensionsItem
DimensionsItem
DomainsCreateBody
DomainsCreateBody
DomainsCreateRecordBody
DomainsCreateRecordBody
DomainsCreateRecordBodySubtype0
DomainsCreateRecordBodySubtype0
DomainsCreateRecordBodySubtype1
DomainsCreateRecordBodySubtype1
DomainsCreateRecordBodySubtype2
DomainsCreateRecordBodySubtype2
DomainsCreateRecordBodySubtype3
DomainsCreateRecordBodySubtype3
DomainsCreateRecordBodySubtype4
DomainsCreateRecordBodySubtype4
DomainsCreateRecordBodySubtype5
DomainsCreateRecordBodySubtype5
DomainsCreateRecordBodySubtype6
DomainsCreateRecordBodySubtype6
DomainsCreateRecordBodySubtype7
DomainsCreateRecordBodySubtype7
DomainsCreateRecordBodySubtype8
DomainsCreateRecordBodySubtype8
DomainsCreateRecordResponse
DomainsCreateRecordResponse
DomainsCreateRecordResponseDomainRecord
DomainsCreateRecordResponseDomainRecord
DomainsCreateResponse
DomainsCreateResponse
DomainsCreateResponseDomain
DomainsCreateResponseDomain
DomainsGetRecordResponse
DomainsGetRecordResponse
DomainsGetRecordResponseDomainRecord
DomainsGetRecordResponseDomainRecord
DomainsGetResponse
DomainsGetResponse
DomainsGetResponseDomain
DomainsGetResponseDomain
DomainsListRecordsResponse
DomainsListRecordsResponse
DomainsListRecordsResponseDomainRecordsItem
DomainsListRecordsResponseDomainRecordsItem
DomainsListRecordsResponseLinks
DomainsListRecordsResponseLinks
DomainsListRecordsResponseLinksPages
DomainsListRecordsResponseLinksPages
DomainsListRecordsResponseLinksPagesSubtype0
DomainsListRecordsResponseLinksPagesSubtype0
DomainsListRecordsResponseLinksPagesSubtype1
DomainsListRecordsResponseLinksPagesSubtype1
DomainsListRecordsResponseMeta
DomainsListRecordsResponseMeta
DomainsListResponse
DomainsListResponse
DomainsListResponseDomainsItem
DomainsListResponseDomainsItem
DomainsListResponseLinks
DomainsListResponseLinks
DomainsListResponseLinksPages
DomainsListResponseLinksPages
DomainsListResponseLinksPagesSubtype0
DomainsListResponseLinksPagesSubtype0
DomainsListResponseLinksPagesSubtype1
DomainsListResponseLinksPagesSubtype1
DomainsListResponseMeta
DomainsListResponseMeta
DomainsPatchRecordBody
DomainsPatchRecordBody
DomainsPatchRecordResponse
DomainsPatchRecordResponse
DomainsPatchRecordResponseDomainRecord
DomainsPatchRecordResponseDomainRecord
DomainsUpdateRecordBody
DomainsUpdateRecordBody
DomainsUpdateRecordResponse
DomainsUpdateRecordResponse
DomainsUpdateRecordResponseDomainRecord
DomainsUpdateRecordResponseDomainRecord
DropletActionsGetResponse
DropletActionsGetResponse
DropletActionsGetResponseAction
DropletActionsGetResponseAction
DropletActionsGetResponseActionRegion
DropletActionsGetResponseActionRegion
DropletActionsListResponse
DropletActionsListResponse
DropletActionsListResponseActionsItem
DropletActionsListResponseActionsItem
DropletActionsListResponseActionsItemRegion
DropletActionsListResponseActionsItemRegion
DropletActionsListResponseLinks
DropletActionsListResponseLinks
DropletActionsListResponseLinksPages
DropletActionsListResponseLinksPages
DropletActionsListResponseLinksPagesSubtype0
DropletActionsListResponseLinksPagesSubtype0
DropletActionsListResponseLinksPagesSubtype1
DropletActionsListResponseLinksPagesSubtype1
DropletActionsListResponseMeta
DropletActionsListResponseMeta
DropletActionsPostBody
DropletActionsPostBody
DropletActionsPostBodySubtype0
Specifies the action that will be taken on the Droplet.
DropletActionsPostBodySubtype1
DropletActionsPostBodySubtype1
DropletActionsPostBodySubtype2
DropletActionsPostBodySubtype2
DropletActionsPostBodySubtype3
DropletActionsPostBodySubtype3
DropletActionsPostBodySubtype4
DropletActionsPostBodySubtype4
DropletActionsPostBodySubtype5
DropletActionsPostBodySubtype5
DropletActionsPostBodySubtype6
DropletActionsPostBodySubtype6
DropletActionsPostBodySubtype7
DropletActionsPostBodySubtype7
DropletActionsPostBodySubtype8
DropletActionsPostBodySubtype8
DropletActionsPostBodySubtype1BackupPolicy
DropletActionsPostBodySubtype1BackupPolicy
DropletActionsPostBodySubtype1BackupPolicyHour
The hour of the day that the backup window will start.
DropletActionsPostBodySubtype2BackupPolicy
DropletActionsPostBodySubtype2BackupPolicy
DropletActionsPostBodySubtype2BackupPolicyHour
The hour of the day that the backup window will start.
DropletActionsPostByTagResponse
DropletActionsPostByTagResponse
DropletActionsPostByTagResponseActionsItem
DropletActionsPostByTagResponseActionsItem
DropletActionsPostByTagResponseActionsItemRegion
DropletActionsPostByTagResponseActionsItemRegion
DropletActionsPostResponse
DropletActionsPostResponse
DropletActionsPostResponseAction
DropletActionsPostResponseAction
DropletActionsPostResponseActionRegion
DropletActionsPostResponseActionRegion
DropletsDestroyWithAssociatedResourcesSelectiveBody
An object containing information about a resource to be scheduled for deletion.
DropletsGetBackupPolicyResponse
DropletsGetBackupPolicyResponse
DropletsGetBackupPolicyResponsePolicy
DropletsGetBackupPolicyResponsePolicy
DropletsGetBackupPolicyResponsePolicyBackupPolicy
DropletsGetBackupPolicyResponsePolicyBackupPolicy
DropletsGetBackupPolicyResponsePolicyBackupPolicyHour
The hour of the day that the backup window will start.
DropletsGetBackupPolicyResponsePolicyNextBackupWindow
DropletsGetBackupPolicyResponsePolicyNextBackupWindow
DropletsGetDestroyAssociatedResourcesStatusResponse
An objects containing information about a resources scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseDroplet
An object containing information about a resource scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseResources
An object containing additional information about resource related to a Droplet requested to be destroyed.
DropletsGetDestroyAssociatedResourcesStatusResponseResourcesFloatingIpsItem
An object containing information about a resource scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseResourcesReservedIpsItem
An object containing information about a resource scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseResourcesSnapshotsItem
An object containing information about a resource scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseResourcesVolumeSnapshotsItem
An object containing information about a resource scheduled for deletion.
DropletsGetDestroyAssociatedResourcesStatusResponseResourcesVolumesItem
An object containing information about a resource scheduled for deletion.
DropletsGetResponse
DropletsGetResponse
DropletsGetResponseDroplet
DropletsGetResponseDroplet
DropletsGetResponseDropletDiskInfoItem
DropletsGetResponseDropletDiskInfoItem
DropletsGetResponseDropletDiskInfoItemSize
DropletsGetResponseDropletDiskInfoItemSize
DropletsGetResponseDropletGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsGetResponseDropletGpuInfoVram
DropletsGetResponseDropletGpuInfoVram
DropletsGetResponseDropletImage
DropletsGetResponseDropletImage
DropletsGetResponseDropletKernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
DropletsGetResponseDropletNetworks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
DropletsGetResponseDropletNetworksV4Item
DropletsGetResponseDropletNetworksV4Item
DropletsGetResponseDropletNetworksV6Item
DropletsGetResponseDropletNetworksV6Item
DropletsGetResponseDropletNextBackupWindow
DropletsGetResponseDropletNextBackupWindow
DropletsGetResponseDropletRegion
DropletsGetResponseDropletRegion
DropletsGetResponseDropletSize
DropletsGetResponseDropletSize
DropletsGetResponseDropletSizeDiskInfoItem
DropletsGetResponseDropletSizeDiskInfoItem
DropletsGetResponseDropletSizeDiskInfoItemSize
DropletsGetResponseDropletSizeDiskInfoItemSize
DropletsGetResponseDropletSizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsGetResponseDropletSizeGpuInfoVram
DropletsGetResponseDropletSizeGpuInfoVram
DropletsListAssociatedResourcesResponse
DropletsListAssociatedResourcesResponse
DropletsListAssociatedResourcesResponseFloatingIpsItem
An objects containing information about a resource associated with a Droplet.
DropletsListAssociatedResourcesResponseReservedIpsItem
An objects containing information about a resource associated with a Droplet.
DropletsListAssociatedResourcesResponseSnapshotsItem
An objects containing information about a resource associated with a Droplet.
DropletsListAssociatedResourcesResponseVolumeSnapshotsItem
An objects containing information about a resource associated with a Droplet.
DropletsListAssociatedResourcesResponseVolumesItem
An objects containing information about a resource associated with a Droplet.
DropletsListBackupPoliciesResponse
DropletsListBackupPoliciesResponse
DropletsListBackupPoliciesResponseLinks
DropletsListBackupPoliciesResponseLinks
DropletsListBackupPoliciesResponseLinksPages
DropletsListBackupPoliciesResponseLinksPages
DropletsListBackupPoliciesResponseLinksPagesSubtype0
DropletsListBackupPoliciesResponseLinksPagesSubtype0
DropletsListBackupPoliciesResponseLinksPagesSubtype1
DropletsListBackupPoliciesResponseLinksPagesSubtype1
DropletsListBackupPoliciesResponseMeta
DropletsListBackupPoliciesResponseMeta
DropletsListBackupPoliciesResponsePoliciesValue
DropletsListBackupPoliciesResponsePoliciesValue
DropletsListBackupPoliciesResponsePoliciesValueBackupPolicy
DropletsListBackupPoliciesResponsePoliciesValueBackupPolicy
DropletsListBackupPoliciesResponsePoliciesValueBackupPolicyHour
The hour of the day that the backup window will start.
DropletsListBackupPoliciesResponsePoliciesValueNextBackupWindow
DropletsListBackupPoliciesResponsePoliciesValueNextBackupWindow
DropletsListBackupsResponse
DropletsListBackupsResponse
DropletsListBackupsResponseBackupsItem
DropletsListBackupsResponseBackupsItem
DropletsListBackupsResponseLinks
DropletsListBackupsResponseLinks
DropletsListBackupsResponseLinksPages
DropletsListBackupsResponseLinksPages
DropletsListBackupsResponseLinksPagesSubtype0
DropletsListBackupsResponseLinksPagesSubtype0
DropletsListBackupsResponseLinksPagesSubtype1
DropletsListBackupsResponseLinksPagesSubtype1
DropletsListBackupsResponseMeta
DropletsListBackupsResponseMeta
DropletsListFirewallsResponse
DropletsListFirewallsResponse
DropletsListFirewallsResponseFirewallsItem
DropletsListFirewallsResponseFirewallsItem
DropletsListFirewallsResponseFirewallsItemInboundRulesItem
DropletsListFirewallsResponseFirewallsItemInboundRulesItem
DropletsListFirewallsResponseFirewallsItemInboundRulesItemSources
DropletsListFirewallsResponseFirewallsItemInboundRulesItemSources
DropletsListFirewallsResponseFirewallsItemName
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
DropletsListFirewallsResponseFirewallsItemOutboundRulesItem
DropletsListFirewallsResponseFirewallsItemOutboundRulesItem
DropletsListFirewallsResponseFirewallsItemOutboundRulesItemDestinations
DropletsListFirewallsResponseFirewallsItemOutboundRulesItemDestinations
DropletsListFirewallsResponseFirewallsItemPendingChangesItem
DropletsListFirewallsResponseFirewallsItemPendingChangesItem
DropletsListFirewallsResponseLinks
DropletsListFirewallsResponseLinks
DropletsListFirewallsResponseLinksPages
DropletsListFirewallsResponseLinksPages
DropletsListFirewallsResponseLinksPagesSubtype0
DropletsListFirewallsResponseLinksPagesSubtype0
DropletsListFirewallsResponseLinksPagesSubtype1
DropletsListFirewallsResponseLinksPagesSubtype1
DropletsListFirewallsResponseMeta
DropletsListFirewallsResponseMeta
DropletsListKernelsResponse
DropletsListKernelsResponse
DropletsListKernelsResponseKernelsItem
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
DropletsListKernelsResponseLinks
DropletsListKernelsResponseLinks
DropletsListKernelsResponseLinksPages
DropletsListKernelsResponseLinksPages
DropletsListKernelsResponseLinksPagesSubtype0
DropletsListKernelsResponseLinksPagesSubtype0
DropletsListKernelsResponseLinksPagesSubtype1
DropletsListKernelsResponseLinksPagesSubtype1
DropletsListKernelsResponseMeta
DropletsListKernelsResponseMeta
DropletsListNeighborsIdsResponse
DropletsListNeighborsIdsResponse
DropletsListNeighborsResponse
DropletsListNeighborsResponse
DropletsListNeighborsResponseDropletsItem
DropletsListNeighborsResponseDropletsItem
DropletsListNeighborsResponseDropletsItemDiskInfoItem
DropletsListNeighborsResponseDropletsItemDiskInfoItem
DropletsListNeighborsResponseDropletsItemDiskInfoItemSize
DropletsListNeighborsResponseDropletsItemDiskInfoItemSize
DropletsListNeighborsResponseDropletsItemGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsListNeighborsResponseDropletsItemGpuInfoVram
DropletsListNeighborsResponseDropletsItemGpuInfoVram
DropletsListNeighborsResponseDropletsItemImage
DropletsListNeighborsResponseDropletsItemImage
DropletsListNeighborsResponseDropletsItemKernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
DropletsListNeighborsResponseDropletsItemNetworks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
DropletsListNeighborsResponseDropletsItemNetworksV4Item
DropletsListNeighborsResponseDropletsItemNetworksV4Item
DropletsListNeighborsResponseDropletsItemNetworksV6Item
DropletsListNeighborsResponseDropletsItemNetworksV6Item
DropletsListNeighborsResponseDropletsItemNextBackupWindow
DropletsListNeighborsResponseDropletsItemNextBackupWindow
DropletsListNeighborsResponseDropletsItemRegion
DropletsListNeighborsResponseDropletsItemRegion
DropletsListNeighborsResponseDropletsItemSize
DropletsListNeighborsResponseDropletsItemSize
DropletsListNeighborsResponseDropletsItemSizeDiskInfoItem
DropletsListNeighborsResponseDropletsItemSizeDiskInfoItem
DropletsListNeighborsResponseDropletsItemSizeDiskInfoItemSize
DropletsListNeighborsResponseDropletsItemSizeDiskInfoItemSize
DropletsListNeighborsResponseDropletsItemSizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsListNeighborsResponseDropletsItemSizeGpuInfoVram
DropletsListNeighborsResponseDropletsItemSizeGpuInfoVram
DropletsListResponse
DropletsListResponse
DropletsListResponseDropletsItem
DropletsListResponseDropletsItem
DropletsListResponseDropletsItemDiskInfoItem
DropletsListResponseDropletsItemDiskInfoItem
DropletsListResponseDropletsItemDiskInfoItemSize
DropletsListResponseDropletsItemDiskInfoItemSize
DropletsListResponseDropletsItemGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsListResponseDropletsItemGpuInfoVram
DropletsListResponseDropletsItemGpuInfoVram
DropletsListResponseDropletsItemImage
DropletsListResponseDropletsItemImage
DropletsListResponseDropletsItemKernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
DropletsListResponseDropletsItemNetworks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
DropletsListResponseDropletsItemNetworksV4Item
DropletsListResponseDropletsItemNetworksV4Item
DropletsListResponseDropletsItemNetworksV6Item
DropletsListResponseDropletsItemNetworksV6Item
DropletsListResponseDropletsItemNextBackupWindow
DropletsListResponseDropletsItemNextBackupWindow
DropletsListResponseDropletsItemRegion
DropletsListResponseDropletsItemRegion
DropletsListResponseDropletsItemSize
DropletsListResponseDropletsItemSize
DropletsListResponseDropletsItemSizeDiskInfoItem
DropletsListResponseDropletsItemSizeDiskInfoItem
DropletsListResponseDropletsItemSizeDiskInfoItemSize
DropletsListResponseDropletsItemSizeDiskInfoItemSize
DropletsListResponseDropletsItemSizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
DropletsListResponseDropletsItemSizeGpuInfoVram
DropletsListResponseDropletsItemSizeGpuInfoVram
DropletsListResponseLinks
DropletsListResponseLinks
DropletsListResponseLinksPages
DropletsListResponseLinksPages
DropletsListResponseLinksPagesSubtype0
DropletsListResponseLinksPagesSubtype0
DropletsListResponseLinksPagesSubtype1
DropletsListResponseLinksPagesSubtype1
DropletsListResponseMeta
DropletsListResponseMeta
DropletsListSnapshotsResponse
DropletsListSnapshotsResponse
DropletsListSnapshotsResponseLinks
DropletsListSnapshotsResponseLinks
DropletsListSnapshotsResponseLinksPages
DropletsListSnapshotsResponseLinksPages
DropletsListSnapshotsResponseLinksPagesSubtype0
DropletsListSnapshotsResponseLinksPagesSubtype0
DropletsListSnapshotsResponseLinksPagesSubtype1
DropletsListSnapshotsResponseLinksPagesSubtype1
DropletsListSnapshotsResponseMeta
DropletsListSnapshotsResponseMeta
DropletsListSnapshotsResponseSnapshotsItem
DropletsListSnapshotsResponseSnapshotsItem
DropletsListSupportedBackupPoliciesResponse
DropletsListSupportedBackupPoliciesResponse
DropletsListSupportedBackupPoliciesResponseSupportedPoliciesItem
DropletsListSupportedBackupPoliciesResponseSupportedPoliciesItem
FeaturesItem
FeaturesItem
FindingsItem
The results of the scan.
FirewallsAddRulesBodyVariant0InboundRulesItem
FirewallsAddRulesBodyVariant0InboundRulesItem
FirewallsAddRulesBodyVariant0InboundRulesItemSources
FirewallsAddRulesBodyVariant0InboundRulesItemSources
FirewallsAddRulesBodyVariant1OutboundRulesItem
FirewallsAddRulesBodyVariant1OutboundRulesItem
FirewallsAddRulesBodyVariant1OutboundRulesItemDestinations
FirewallsAddRulesBodyVariant1OutboundRulesItemDestinations
FirewallsAddTagsBody
FirewallsAddTagsBody
FirewallsAssignDropletsBody
FirewallsAssignDropletsBody
FirewallsCreateBodyVariant0InboundRulesItem
FirewallsCreateBodyVariant0InboundRulesItem
FirewallsCreateBodyVariant0InboundRulesItemSources
FirewallsCreateBodyVariant0InboundRulesItemSources
FirewallsCreateBodyVariant0Name
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsCreateBodyVariant0PendingChangesItem
FirewallsCreateBodyVariant0PendingChangesItem
FirewallsCreateBodyVariant1Name
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsCreateBodyVariant1OutboundRulesItem
FirewallsCreateBodyVariant1OutboundRulesItem
FirewallsCreateBodyVariant1OutboundRulesItemDestinations
FirewallsCreateBodyVariant1OutboundRulesItemDestinations
FirewallsCreateBodyVariant1PendingChangesItem
FirewallsCreateBodyVariant1PendingChangesItem
FirewallsCreateResponse
FirewallsCreateResponse
FirewallsCreateResponseFirewall
FirewallsCreateResponseFirewall
FirewallsCreateResponseFirewallInboundRulesItem
FirewallsCreateResponseFirewallInboundRulesItem
FirewallsCreateResponseFirewallInboundRulesItemSources
FirewallsCreateResponseFirewallInboundRulesItemSources
FirewallsCreateResponseFirewallName
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsCreateResponseFirewallOutboundRulesItem
FirewallsCreateResponseFirewallOutboundRulesItem
FirewallsCreateResponseFirewallOutboundRulesItemDestinations
FirewallsCreateResponseFirewallOutboundRulesItemDestinations
FirewallsCreateResponseFirewallPendingChangesItem
FirewallsCreateResponseFirewallPendingChangesItem
FirewallsDeleteDropletsBody
FirewallsDeleteDropletsBody
FirewallsDeleteRulesBodyVariant0InboundRulesItem
FirewallsDeleteRulesBodyVariant0InboundRulesItem
FirewallsDeleteRulesBodyVariant0InboundRulesItemSources
FirewallsDeleteRulesBodyVariant0InboundRulesItemSources
FirewallsDeleteRulesBodyVariant1OutboundRulesItem
FirewallsDeleteRulesBodyVariant1OutboundRulesItem
FirewallsDeleteRulesBodyVariant1OutboundRulesItemDestinations
FirewallsDeleteRulesBodyVariant1OutboundRulesItemDestinations
FirewallsDeleteTagsBody
FirewallsDeleteTagsBody
FirewallsGetResponse
FirewallsGetResponse
FirewallsGetResponseFirewall
FirewallsGetResponseFirewall
FirewallsGetResponseFirewallInboundRulesItem
FirewallsGetResponseFirewallInboundRulesItem
FirewallsGetResponseFirewallInboundRulesItemSources
FirewallsGetResponseFirewallInboundRulesItemSources
FirewallsGetResponseFirewallName
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsGetResponseFirewallOutboundRulesItem
FirewallsGetResponseFirewallOutboundRulesItem
FirewallsGetResponseFirewallOutboundRulesItemDestinations
FirewallsGetResponseFirewallOutboundRulesItemDestinations
FirewallsGetResponseFirewallPendingChangesItem
FirewallsGetResponseFirewallPendingChangesItem
FirewallsListResponse
FirewallsListResponse
FirewallsListResponseFirewallsItem
FirewallsListResponseFirewallsItem
FirewallsListResponseFirewallsItemInboundRulesItem
FirewallsListResponseFirewallsItemInboundRulesItem
FirewallsListResponseFirewallsItemInboundRulesItemSources
FirewallsListResponseFirewallsItemInboundRulesItemSources
FirewallsListResponseFirewallsItemName
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsListResponseFirewallsItemOutboundRulesItem
FirewallsListResponseFirewallsItemOutboundRulesItem
FirewallsListResponseFirewallsItemOutboundRulesItemDestinations
FirewallsListResponseFirewallsItemOutboundRulesItemDestinations
FirewallsListResponseFirewallsItemPendingChangesItem
FirewallsListResponseFirewallsItemPendingChangesItem
FirewallsListResponseLinks
FirewallsListResponseLinks
FirewallsListResponseLinksPages
FirewallsListResponseLinksPages
FirewallsListResponseLinksPagesSubtype0
FirewallsListResponseLinksPagesSubtype0
FirewallsListResponseLinksPagesSubtype1
FirewallsListResponseLinksPagesSubtype1
FirewallsListResponseMeta
FirewallsListResponseMeta
FirewallsUpdateBodyVariant0InboundRulesItem
FirewallsUpdateBodyVariant0InboundRulesItem
FirewallsUpdateBodyVariant0InboundRulesItemSources
FirewallsUpdateBodyVariant0InboundRulesItemSources
FirewallsUpdateBodyVariant0Name
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsUpdateBodyVariant0PendingChangesItem
FirewallsUpdateBodyVariant0PendingChangesItem
FirewallsUpdateBodyVariant1Name
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsUpdateBodyVariant1OutboundRulesItem
FirewallsUpdateBodyVariant1OutboundRulesItem
FirewallsUpdateBodyVariant1OutboundRulesItemDestinations
FirewallsUpdateBodyVariant1OutboundRulesItemDestinations
FirewallsUpdateBodyVariant1PendingChangesItem
FirewallsUpdateBodyVariant1PendingChangesItem
FirewallsUpdateResponse
FirewallsUpdateResponse
FirewallsUpdateResponseFirewall
FirewallsUpdateResponseFirewall
FirewallsUpdateResponseFirewallInboundRulesItem
FirewallsUpdateResponseFirewallInboundRulesItem
FirewallsUpdateResponseFirewallInboundRulesItemSources
FirewallsUpdateResponseFirewallInboundRulesItemSources
FirewallsUpdateResponseFirewallName
A human-readable name for a firewall. The name must begin with an alphanumeric character. Subsequent characters must either be alphanumeric characters, a period (.), or a dash (-).
FirewallsUpdateResponseFirewallOutboundRulesItem
FirewallsUpdateResponseFirewallOutboundRulesItem
FirewallsUpdateResponseFirewallOutboundRulesItemDestinations
FirewallsUpdateResponseFirewallOutboundRulesItemDestinations
FirewallsUpdateResponseFirewallPendingChangesItem
FirewallsUpdateResponseFirewallPendingChangesItem
FloatingIPsActionGetResponse
FloatingIPsActionGetResponse
FloatingIPsActionGetResponseAction
FloatingIPsActionGetResponseAction
FloatingIPsActionGetResponseActionRegion
FloatingIPsActionGetResponseActionRegion
FloatingIPsActionListResponse
FloatingIPsActionListResponse
FloatingIPsActionListResponseActionsItem
FloatingIPsActionListResponseActionsItem
FloatingIPsActionListResponseActionsItemRegion
FloatingIPsActionListResponseActionsItemRegion
FloatingIPsActionListResponseLinks
FloatingIPsActionListResponseLinks
FloatingIPsActionListResponseLinksPages
FloatingIPsActionListResponseLinksPages
FloatingIPsActionListResponseLinksPagesSubtype0
FloatingIPsActionListResponseLinksPagesSubtype0
FloatingIPsActionListResponseLinksPagesSubtype1
FloatingIPsActionListResponseLinksPagesSubtype1
FloatingIPsActionListResponseMeta
FloatingIPsActionListResponseMeta
FloatingIPsActionPostResponse
FloatingIPsActionPostResponse
FloatingIPsActionPostResponseAction
FloatingIPsActionPostResponseAction
FloatingIPsActionPostResponseActionRegion
FloatingIPsActionPostResponseActionRegion
FloatingIPsCreateResponse
FloatingIPsCreateResponse
FloatingIPsCreateResponseFloatingIp
FloatingIPsCreateResponseFloatingIp
FloatingIPsCreateResponseFloatingIpDroplet
The Droplet that the floating IP has been assigned to. When you query a floating IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
FloatingIPsCreateResponseFloatingIpDropletSubtype1
FloatingIPsCreateResponseFloatingIpDropletSubtype1
FloatingIPsCreateResponseFloatingIpDropletSubtype1DiskInfoItem
FloatingIPsCreateResponseFloatingIpDropletSubtype1DiskInfoItem
FloatingIPsCreateResponseFloatingIpDropletSubtype1DiskInfoItemSize
FloatingIPsCreateResponseFloatingIpDropletSubtype1DiskInfoItemSize
FloatingIPsCreateResponseFloatingIpDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsCreateResponseFloatingIpDropletSubtype1GpuInfoVram
FloatingIPsCreateResponseFloatingIpDropletSubtype1GpuInfoVram
FloatingIPsCreateResponseFloatingIpDropletSubtype1Image
FloatingIPsCreateResponseFloatingIpDropletSubtype1Image
FloatingIPsCreateResponseFloatingIpDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
FloatingIPsCreateResponseFloatingIpDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV4Item
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV4Item
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV6Item
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV6Item
FloatingIPsCreateResponseFloatingIpDropletSubtype1NextBackupWindow
FloatingIPsCreateResponseFloatingIpDropletSubtype1NextBackupWindow
FloatingIPsCreateResponseFloatingIpDropletSubtype1Region
FloatingIPsCreateResponseFloatingIpDropletSubtype1Region
FloatingIPsCreateResponseFloatingIpDropletSubtype1Size
FloatingIPsCreateResponseFloatingIpDropletSubtype1Size
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeDiskInfoItem
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeDiskInfoItem
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeDiskInfoItemSize
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeDiskInfoItemSize
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeGpuInfoVram
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeGpuInfoVram
FloatingIPsCreateResponseFloatingIpRegion
FloatingIPsCreateResponseFloatingIpRegion
FloatingIPsCreateResponseLinks
FloatingIPsCreateResponseLinks
FloatingIPsCreateResponseLinksActionsItem
The linked actions can be used to check the status of a Droplet’s create event.
FloatingIPsCreateResponseLinksDropletsItem
The linked actions can be used to check the status of a Droplet’s create event.
FloatingIPsGetResponse
FloatingIPsGetResponse
FloatingIPsGetResponseFloatingIp
FloatingIPsGetResponseFloatingIp
FloatingIPsGetResponseFloatingIpDroplet
The Droplet that the floating IP has been assigned to. When you query a floating IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
FloatingIPsGetResponseFloatingIpDropletSubtype1
FloatingIPsGetResponseFloatingIpDropletSubtype1
FloatingIPsGetResponseFloatingIpDropletSubtype1DiskInfoItem
FloatingIPsGetResponseFloatingIpDropletSubtype1DiskInfoItem
FloatingIPsGetResponseFloatingIpDropletSubtype1DiskInfoItemSize
FloatingIPsGetResponseFloatingIpDropletSubtype1DiskInfoItemSize
FloatingIPsGetResponseFloatingIpDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsGetResponseFloatingIpDropletSubtype1GpuInfoVram
FloatingIPsGetResponseFloatingIpDropletSubtype1GpuInfoVram
FloatingIPsGetResponseFloatingIpDropletSubtype1Image
FloatingIPsGetResponseFloatingIpDropletSubtype1Image
FloatingIPsGetResponseFloatingIpDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
FloatingIPsGetResponseFloatingIpDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV4Item
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV4Item
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV6Item
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV6Item
FloatingIPsGetResponseFloatingIpDropletSubtype1NextBackupWindow
FloatingIPsGetResponseFloatingIpDropletSubtype1NextBackupWindow
FloatingIPsGetResponseFloatingIpDropletSubtype1Region
FloatingIPsGetResponseFloatingIpDropletSubtype1Region
FloatingIPsGetResponseFloatingIpDropletSubtype1Size
FloatingIPsGetResponseFloatingIpDropletSubtype1Size
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeDiskInfoItem
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeDiskInfoItem
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeDiskInfoItemSize
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeDiskInfoItemSize
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeGpuInfoVram
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeGpuInfoVram
FloatingIPsGetResponseFloatingIpRegion
FloatingIPsGetResponseFloatingIpRegion
FloatingIPsListResponse
FloatingIPsListResponse
FloatingIPsListResponseFloatingIpsItem
FloatingIPsListResponseFloatingIpsItem
FloatingIPsListResponseFloatingIpsItemDroplet
The Droplet that the floating IP has been assigned to. When you query a floating IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1
FloatingIPsListResponseFloatingIpsItemDropletSubtype1
FloatingIPsListResponseFloatingIpsItemDropletSubtype1DiskInfoItem
FloatingIPsListResponseFloatingIpsItemDropletSubtype1DiskInfoItem
FloatingIPsListResponseFloatingIpsItemDropletSubtype1DiskInfoItemSize
FloatingIPsListResponseFloatingIpsItemDropletSubtype1DiskInfoItemSize
FloatingIPsListResponseFloatingIpsItemDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1GpuInfoVram
FloatingIPsListResponseFloatingIpsItemDropletSubtype1GpuInfoVram
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Image
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Image
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV4Item
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV4Item
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV6Item
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV6Item
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NextBackupWindow
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NextBackupWindow
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Region
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Region
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Size
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Size
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeDiskInfoItem
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeDiskInfoItem
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeDiskInfoItemSize
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeDiskInfoItemSize
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeGpuInfoVram
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeGpuInfoVram
FloatingIPsListResponseFloatingIpsItemRegion
FloatingIPsListResponseFloatingIpsItemRegion
FloatingIPsListResponseLinks
FloatingIPsListResponseLinks
FloatingIPsListResponseLinksPages
FloatingIPsListResponseLinksPages
FloatingIPsListResponseLinksPagesSubtype0
FloatingIPsListResponseLinksPagesSubtype0
FloatingIPsListResponseLinksPagesSubtype1
FloatingIPsListResponseLinksPagesSubtype1
FloatingIPsListResponseMeta
FloatingIPsListResponseMeta
FunctionsAccessKeyCreateBody
FunctionsAccessKeyCreateBody
FunctionsAccessKeyCreateResponse
FunctionsAccessKeyCreateResponse
FunctionsAccessKeyCreateResponseAccessKey
FunctionsAccessKeyCreateResponseAccessKey
FunctionsAccessKeyListResponse
FunctionsAccessKeyListResponse
FunctionsAccessKeyListResponseAccessKeysItem
FunctionsAccessKeyListResponseAccessKeysItem
FunctionsAccessKeyUpdateBody
FunctionsAccessKeyUpdateBody
FunctionsAccessKeyUpdateResponse
FunctionsAccessKeyUpdateResponse
FunctionsAccessKeyUpdateResponseAccessKey
FunctionsAccessKeyUpdateResponseAccessKey
FunctionsComponentsThatArePartOfThisDeploymentItem
FunctionsComponentsThatArePartOfThisDeploymentItem
FunctionsCreateNamespaceBody
FunctionsCreateNamespaceBody
FunctionsCreateNamespaceResponse
FunctionsCreateNamespaceResponse
FunctionsCreateNamespaceResponseNamespace
FunctionsCreateNamespaceResponseNamespace
FunctionsCreateTriggerBody
FunctionsCreateTriggerBody
FunctionsCreateTriggerBodyScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsCreateTriggerBodyScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsCreateTriggerResponse
FunctionsCreateTriggerResponse
FunctionsCreateTriggerResponseTrigger
FunctionsCreateTriggerResponseTrigger
FunctionsCreateTriggerResponseTriggerScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsCreateTriggerResponseTriggerScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsCreateTriggerResponseTriggerScheduledRuns
FunctionsCreateTriggerResponseTriggerScheduledRuns
FunctionsGetNamespaceResponse
FunctionsGetNamespaceResponse
FunctionsGetNamespaceResponseNamespace
FunctionsGetNamespaceResponseNamespace
FunctionsGetTriggerResponse
FunctionsGetTriggerResponse
FunctionsGetTriggerResponseTrigger
FunctionsGetTriggerResponseTrigger
FunctionsGetTriggerResponseTriggerScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsGetTriggerResponseTriggerScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsGetTriggerResponseTriggerScheduledRuns
FunctionsGetTriggerResponseTriggerScheduledRuns
FunctionsListNamespacesResponse
FunctionsListNamespacesResponse
FunctionsListNamespacesResponseNamespacesItem
FunctionsListNamespacesResponseNamespacesItem
FunctionsListTriggersResponse
FunctionsListTriggersResponse
FunctionsListTriggersResponseTriggersItem
FunctionsListTriggersResponseTriggersItem
FunctionsListTriggersResponseTriggersItemScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsListTriggersResponseTriggersItemScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsListTriggersResponseTriggersItemScheduledRuns
FunctionsListTriggersResponseTriggersItemScheduledRuns
FunctionsUpdateTriggerBody
FunctionsUpdateTriggerBody
FunctionsUpdateTriggerBodyScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsUpdateTriggerBodyScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsUpdateTriggerResponse
FunctionsUpdateTriggerResponse
FunctionsUpdateTriggerResponseTrigger
FunctionsUpdateTriggerResponseTrigger
FunctionsUpdateTriggerResponseTriggerScheduledDetails
Trigger details for SCHEDULED type, where body is optional.
FunctionsUpdateTriggerResponseTriggerScheduledDetailsBody
Optional data to be sent to function while triggering the function.
FunctionsUpdateTriggerResponseTriggerScheduledRuns
FunctionsUpdateTriggerResponseTriggerScheduledRuns
GenaiAttachAgentBody
Information for linking an agent
GenaiAttachAgentFunctionBody
Information for a agent function link
GenaiAttachAgentFunctionResponse
Information about a newly function linked agent
GenaiAttachAgentFunctionResponseAgent
An Agent
GenaiAttachAgentFunctionResponseAgentChatbot
GenaiAttachAgentFunctionResponseAgentChatbot
GenaiAttachAgentGuardrailsBody
Information about linking an agent to a guardrail
GenaiAttachAgentGuardrailsBodyGuardrailsItem
GenaiAttachAgentGuardrailsBodyGuardrailsItem
GenaiAttachAgentGuardrailsResponse
Information about an updated agent
GenaiAttachAgentGuardrailsResponseAgent
An Agent
GenaiAttachAgentGuardrailsResponseAgentChatbot
GenaiAttachAgentGuardrailsResponseAgentChatbot
GenaiAttachAgentResponse
Information about a newly linked agent
GenaiAttachKnowledgeBaseResponse
Information about a linked knowledge base
GenaiAttachKnowledgeBaseResponseAgent
An Agent
GenaiAttachKnowledgeBaseResponseAgentChatbot
GenaiAttachKnowledgeBaseResponseAgentChatbot
GenaiAttachKnowledgeBasesResponse
Information about a linked knowledge base
GenaiAttachKnowledgeBasesResponseAgent
An Agent
GenaiAttachKnowledgeBasesResponseAgentChatbot
GenaiAttachKnowledgeBasesResponseAgentChatbot
GenaiCancelIndexingJobBody
CancelKnowledgeBaseIndexingJobInputPublic description
GenaiCancelIndexingJobResponse
CancelKnowledgeBaseIndexingJobOutput description
GenaiCancelIndexingJobResponseJob
IndexingJob description
GenaiCancelModelEvaluationRunBody
GenaiCancelModelEvaluationRunBody
GenaiCancelModelEvaluationRunResponse
GenaiCancelModelEvaluationRunResponse
GenaiCancelModelEvaluationRunResponseRun
Model Evaluation Run Summary - lightweight view used in run history list.
GenaiCreateAgentApiKeyBody
GenaiCreateAgentApiKeyBody
GenaiCreateAgentApiKeyResponse
GenaiCreateAgentApiKeyResponse
GenaiCreateAgentApiKeyResponseApiKeyInfo
Agent API Key Info
GenaiCreateAgentBody
Parameters for Agent Creation
GenaiCreateAgentBodyMcpServersItem
McpServer defines a remote MCP server configuration for an agent.
GenaiCreateAgentResponse
Information about a newly created Agent
GenaiCreateAgentResponseAgent
An Agent
GenaiCreateAgentResponseAgentChatbot
GenaiCreateAgentResponseAgentChatbot
GenaiCreateAnthropicApiKeyBody
CreateAnthropicAPIKeyInputPublic is used to create a new Anthropic API key for a specific agent.
GenaiCreateAnthropicApiKeyResponse
CreateAnthropicAPIKeyOutput is used to return the newly created Anthropic API key.
GenaiCreateAnthropicApiKeyResponseApiKeyInfo
Anthropic API Key Info
GenaiCreateCustomEvaluationMetricBody
GenaiCreateCustomEvaluationMetricBody
GenaiCreateCustomEvaluationMetricBodyConfig
Configuration for a custom model-evaluation metric scored by an LLM judge. Prompt and model response are always included in the judge context.
GenaiCreateCustomEvaluationMetricResponse
GenaiCreateCustomEvaluationMetricResponse
GenaiCreateCustomEvaluationMetricResponseMetric
GenaiCreateCustomEvaluationMetricResponseMetric
GenaiCreateDataSourceFileUploadPresignedUrlsBody
Request for pre-signed URL’s to upload files for KB Data Sources
GenaiCreateDataSourceFileUploadPresignedUrlsBodyFilesItem
A single file’s metadata in the request.
GenaiCreateDataSourceFileUploadPresignedUrlsResponse
Response with pre-signed urls to upload files.
GenaiCreateDataSourceFileUploadPresignedUrlsResponseUploadsItem
Detailed info about each presigned URL returned to the client.
GenaiCreateEvaluationDatasetBody
Creates an evaluation dataset for an agent
GenaiCreateEvaluationDatasetBodyFileUploadDataset
File to upload as data source for knowledge base.
GenaiCreateEvaluationDatasetFileUploadPresignedUrlsBody
Request for pre-signed URL’s to upload files for KB Data Sources
GenaiCreateEvaluationDatasetFileUploadPresignedUrlsBodyFilesItem
A single file’s metadata in the request.
GenaiCreateEvaluationDatasetFileUploadPresignedUrlsResponse
Response with pre-signed urls to upload files.
GenaiCreateEvaluationDatasetFileUploadPresignedUrlsResponseUploadsItem
Detailed info about each presigned URL returned to the client.
GenaiCreateEvaluationDatasetResponse
Output for creating an agent evaluation dataset
GenaiCreateEvaluationTestCaseBody
GenaiCreateEvaluationTestCaseBody
GenaiCreateEvaluationTestCaseBodyStarMetric
GenaiCreateEvaluationTestCaseBodyStarMetric
GenaiCreateEvaluationTestCaseResponse
GenaiCreateEvaluationTestCaseResponse
GenaiCreateIndexingJobBody
StartKnowledgeBaseIndexingJobInputPublic description
GenaiCreateIndexingJobResponse
StartKnowledgeBaseIndexingJobOutput description
GenaiCreateIndexingJobResponseJob
IndexingJob description
GenaiCreateKnowledgeBaseBody
Data to create a new knowledge base.
GenaiCreateKnowledgeBaseBodyDatasourcesItem
GenaiCreateKnowledgeBaseBodyDatasourcesItem
GenaiCreateKnowledgeBaseBodyRerankingConfig
Configuration for cross-encoder reranking during retrieval.
GenaiCreateKnowledgeBaseDataSourceBody
Data to create a knowledge base data source
GenaiCreateKnowledgeBaseDataSourceBodyAwsDataSource
AWS S3 Data Source
GenaiCreateKnowledgeBaseDataSourceBodyChunkingOptions
GenaiCreateKnowledgeBaseDataSourceBodyChunkingOptions
GenaiCreateKnowledgeBaseDataSourceBodySpacesDataSource
Spaces Bucket Data Source
GenaiCreateKnowledgeBaseDataSourceBodyWebCrawlerDataSource
WebCrawlerDataSource
GenaiCreateKnowledgeBaseDataSourceResponse
Information about a newly created knowldege base data source
GenaiCreateKnowledgeBaseDataSourceResponseKnowledgeBaseDataSource
Data Source configuration for Knowledge Bases
GenaiCreateKnowledgeBaseResponse
Information about a newly created knowledge base
GenaiCreateKnowledgeBaseResponseKnowledgeBase
Knowledgebase Description
GenaiCreateModelApiKeyBody
GenaiCreateModelApiKeyBody
GenaiCreateModelApiKeyResponse
GenaiCreateModelApiKeyResponse
GenaiCreateModelEvalDatasetUploadPresignedUrlsBody
Public request for presigned upload URLs for model evaluation dataset files.
GenaiCreateModelEvalDatasetUploadPresignedUrlsBodyFilesItem
A single file’s metadata in the request.
GenaiCreateModelEvalDatasetUploadPresignedUrlsResponse
Response with pre-signed urls to upload files.
GenaiCreateModelEvalDatasetUploadPresignedUrlsResponseUploadsItem
Detailed info about each presigned URL returned to the client.
GenaiCreateModelEvaluationRunBody
GenaiCreateModelEvaluationRunBody
GenaiCreateModelEvaluationRunBodyCandidateInferenceConfig
Inference configuration for the candidate model during evaluation.
GenaiCreateModelEvaluationRunBodyStarMetric
GenaiCreateModelEvaluationRunBodyStarMetric
GenaiCreateModelEvaluationRunResponse
GenaiCreateModelEvaluationRunResponse
GenaiCreateModelRouterBody
Create a model router
GenaiCreateModelRouterBodyPoliciesItem
Model router policy
GenaiCreateModelRouterResponse
Information about a newly created model router
GenaiCreateModelRouterResponseModelRouter
Model router
GenaiCreateOauth2DropboxTokensBody
The oauth2 code from google
GenaiCreateOauth2DropboxTokensResponse
The dropbox oauth2 token and refresh token
GenaiCreateOpenaiApiKeyBody
CreateOpenAIAPIKeyInputPublic is used to create a new OpenAI API key for a specific agent.
GenaiCreateOpenaiApiKeyResponse
CreateOpenAIAPIKeyOutput is used to return the newly created OpenAI API key.
GenaiCreateOpenaiApiKeyResponseApiKeyInfo
OpenAI API Key Info
GenaiCreateScheduledIndexingBody
GenaiCreateScheduledIndexingBody
GenaiCreateScheduledIndexingResponse
GenaiCreateScheduledIndexingResponse
GenaiCreateScheduledIndexingResponseIndexingInfo
Metadata for scheduled indexing entries
GenaiCreateWorkspaceBody
Parameters for Workspace Creation
GenaiCreateWorkspaceResponse
GenaiCreateWorkspaceResponse
GenaiCreateWorkspaceResponseWorkspace
GenaiCreateWorkspaceResponseWorkspace
GenaiDeleteAgentApiKeyResponse
GenaiDeleteAgentApiKeyResponse
GenaiDeleteAgentApiKeyResponseApiKeyInfo
Agent API Key Info
GenaiDeleteAgentResponse
Info about a deleted agent
GenaiDeleteAgentResponseAgent
An Agent
GenaiDeleteAgentResponseAgentChatbot
GenaiDeleteAgentResponseAgentChatbot
GenaiDeleteAnthropicApiKeyResponse
DeleteAnthropicAPIKeyOutput is used to return the deleted Anthropic API key.
GenaiDeleteAnthropicApiKeyResponseApiKeyInfo
Anthropic API Key Info
GenaiDeleteCustomModelResponse
Response containing delete operation status (public)
GenaiDeleteKnowledgeBaseDataSourceResponse
Information about a newly deleted knowledge base data source
GenaiDeleteKnowledgeBaseResponse
Information about a deleted knowledge base
GenaiDeleteModelApiKeyResponse
GenaiDeleteModelApiKeyResponse
GenaiDeleteModelApiKeyResponseApiKeyInfo
Model API Key Info
GenaiDeleteModelEvaluationRunResponse
GenaiDeleteModelEvaluationRunResponse
GenaiDeleteModelRouterResponse
Information about a deleted model router
GenaiDeleteOpenaiApiKeyResponse
DeleteOpenAIAPIKeyOutput is used to return the deleted OpenAI API key.
GenaiDeleteOpenaiApiKeyResponseApiKeyInfo
OpenAI API Key Info
GenaiDeleteScheduledIndexingResponse
GenaiDeleteScheduledIndexingResponse
GenaiDeleteScheduledIndexingResponseIndexingInfo
Metadata for scheduled indexing entries
GenaiDeleteWorkspaceResponse
GenaiDeleteWorkspaceResponse
GenaiDetachAgentFunctionResponse
Information about a newly unlinked agent
GenaiDetachAgentFunctionResponseAgent
An Agent
GenaiDetachAgentFunctionResponseAgentChatbot
GenaiDetachAgentFunctionResponseAgentChatbot
GenaiDetachAgentGuardrailResponse
UnlinkAgentGuardrailOutput description
GenaiDetachAgentGuardrailResponseAgent
An Agent
GenaiDetachAgentGuardrailResponseAgentChatbot
GenaiDetachAgentGuardrailResponseAgentChatbot
GenaiDetachAgentResponse
Information about a removed linkage
GenaiDetachKnowledgeBaseResponse
Informatinon about a unlinked knowledge base
GenaiDetachKnowledgeBaseResponseAgent
An Agent
GenaiDetachKnowledgeBaseResponseAgentChatbot
GenaiDetachKnowledgeBaseResponseAgentChatbot
GenaiGetAgentChildrenResponse
Child list for an agent
GenaiGetAgentChildrenResponseChildrenItem
An Agent
GenaiGetAgentChildrenResponseChildrenItemChatbot
GenaiGetAgentChildrenResponseChildrenItemChatbot
GenaiGetAgentResponse
One Agent
GenaiGetAgentResponseAgent
An Agent
GenaiGetAgentResponseAgentChatbot
GenaiGetAgentResponseAgentChatbot
GenaiGetAgentUsageResponse
Agent usage
GenaiGetAgentUsageResponseLogInsightsUsage
Resource Usage Description
GenaiGetAgentUsageResponseUsage
Resource Usage Description
GenaiGetAnthropicApiKeyResponse
GenaiGetAnthropicApiKeyResponse
GenaiGetAnthropicApiKeyResponseApiKeyInfo
Anthropic API Key Info
GenaiGetCustomModelResponse
Response containing a single custom model (public)
GenaiGetCustomModelResponseModel
Custom model - user-imported model from HuggingFace, Spaces, etc.
GenaiGetEvaluationDatasetDownloadUrlResponse
Response containing a presigned download URL for an evaluation dataset.
GenaiGetEvaluationRunPromptResultsResponse
GenaiGetEvaluationRunPromptResultsResponse
GenaiGetEvaluationRunPromptResultsResponsePrompt
GenaiGetEvaluationRunPromptResultsResponsePrompt
GenaiGetEvaluationRunResponse
GenaiGetEvaluationRunResponse
GenaiGetEvaluationRunResponseEvaluationRun
GenaiGetEvaluationRunResponseEvaluationRun
GenaiGetEvaluationRunResultsResponse
Gets the full results of an evaluation run with all prompts.
GenaiGetEvaluationRunResultsResponseEvaluationRun
GenaiGetEvaluationRunResultsResponseEvaluationRun
GenaiGetEvaluationRunResultsResponseLinks
Links to other pages
GenaiGetEvaluationRunResultsResponseMeta
Meta information about the data set
GenaiGetEvaluationRunResultsResponsePromptsItem
GenaiGetEvaluationRunResultsResponsePromptsItem
GenaiGetEvaluationTestCaseResponse
GenaiGetEvaluationTestCaseResponse
GenaiGetEvaluationTestCaseResponseEvaluationTestCase
GenaiGetEvaluationTestCaseResponseEvaluationTestCase
GenaiGetIndexingJobDetailsSignedUrlResponse
GenaiGetIndexingJobDetailsSignedUrlResponse
GenaiGetIndexingJobResponse
GetKnowledgeBaseIndexingJobOutput description
GenaiGetIndexingJobResponseJob
IndexingJob description
GenaiGetKnowledgeBaseResponse
The knowledge base
GenaiGetKnowledgeBaseResponseKnowledgeBase
Knowledgebase Description
GenaiGetModelCatalogCardResponse
GenaiGetModelCatalogCardResponse
GenaiGetModelCatalogCardResponseData
Detail view for GetModelCatalogCard
GenaiGetModelEvaluationPresetResponse
GenaiGetModelEvaluationPresetResponse
GenaiGetModelEvaluationPresetResponsePreset
Model Evaluation Preset - a saved, reusable configuration for model evaluation runs. Each section (dataset, judge, metrics, candidate, system prompt) is independent and may be empty; sections the preset omits must be supplied inline on the run that references it. Use saved_sections to tell “section saved with empty value” apart from “section not saved at all” — each section’s scalar fields are left empty when the section was not saved.
GenaiGetModelEvaluationRunResponse
GenaiGetModelEvaluationRunResponse
GenaiGetModelEvaluationRunResponseLinks
Links to other pages
GenaiGetModelEvaluationRunResponseMeta
Meta information about the data set
GenaiGetModelEvaluationRunResponseResultsItem
Result for a single prompt in a model evaluation run.
GenaiGetModelEvaluationRunResponseRun
Model Evaluation Run Detail - full view returned when fetching a specific run.
GenaiGetModelEvaluationRunResultsDownloadUrlResponse
Response containing a presigned download URL for model evaluation run results.
GenaiGetModelRouterResponse
The model router
GenaiGetModelRouterResponseModelRouter
Model router
GenaiGetOauth2UrlResponse
The url for the oauth2 flow
GenaiGetOpenaiApiKeyResponse
GenaiGetOpenaiApiKeyResponse
GenaiGetOpenaiApiKeyResponseApiKeyInfo
OpenAI API Key Info
GenaiGetScheduledIndexingResponse
GenaiGetScheduledIndexingResponse
GenaiGetScheduledIndexingResponseIndexingInfo
Metadata for scheduled indexing entries
GenaiGetWorkspaceResponse
GenaiGetWorkspaceResponse
GenaiGetWorkspaceResponseWorkspace
GenaiGetWorkspaceResponseWorkspace
GenaiImportCustomModelBody
Request to import a custom model (public)
GenaiImportCustomModelBodySourceRef
Reference to the original source of the model
GenaiImportCustomModelBodyTags
User-defined tags for organizing models
GenaiImportCustomModelResponse
Response containing imported model details (public)
GenaiImportCustomModelResponseImportJob
Import job tracking for a custom model
GenaiImportCustomModelResponseModel
Custom model - user-imported model from HuggingFace, Spaces, etc.
GenaiImportCustomModelResponseValidationStepsItem
Validation step result during model import
GenaiListAgentApiKeysResponse
GenaiListAgentApiKeysResponse
GenaiListAgentApiKeysResponseApiKeyInfosItem
Agent API Key Info
GenaiListAgentApiKeysResponseLinks
Links to other pages
GenaiListAgentApiKeysResponseMeta
Meta information about the data set
GenaiListAgentVersionsResponse
List of agent versions
GenaiListAgentVersionsResponseAgentVersionsItem
Represents an AgentVersion entity
GenaiListAgentVersionsResponseLinks
Links to other pages
GenaiListAgentVersionsResponseMeta
Meta information about the data set
GenaiListAgentsByAnthropicKeyResponse
List of Agents that linked to a specific Anthropic Key
GenaiListAgentsByAnthropicKeyResponseAgentsItem
An Agent
GenaiListAgentsByAnthropicKeyResponseAgentsItemChatbot
GenaiListAgentsByAnthropicKeyResponseAgentsItemChatbot
GenaiListAgentsByAnthropicKeyResponseLinks
Links to other pages
GenaiListAgentsByAnthropicKeyResponseMeta
Meta information about the data set
GenaiListAgentsByOpenaiKeyResponse
List of Agents that are linked to a specific OpenAI Key
GenaiListAgentsByOpenaiKeyResponseAgentsItem
An Agent
GenaiListAgentsByOpenaiKeyResponseAgentsItemChatbot
GenaiListAgentsByOpenaiKeyResponseAgentsItemChatbot
GenaiListAgentsByOpenaiKeyResponseLinks
Links to other pages
GenaiListAgentsByOpenaiKeyResponseMeta
Meta information about the data set
GenaiListAgentsByWorkspaceResponse
GenaiListAgentsByWorkspaceResponse
GenaiListAgentsByWorkspaceResponseAgentsItem
An Agent
GenaiListAgentsByWorkspaceResponseAgentsItemChatbot
GenaiListAgentsByWorkspaceResponseAgentsItemChatbot
GenaiListAgentsByWorkspaceResponseLinks
Links to other pages
GenaiListAgentsByWorkspaceResponseMeta
Meta information about the data set
GenaiListAgentsResponse
List of Agents
GenaiListAgentsResponseAgentsItem
A GenAI Agent’s configuration
GenaiListAgentsResponseAgentsItemChatbot
GenaiListAgentsResponseAgentsItemChatbot
GenaiListAgentsResponseLinks
Links to other pages
GenaiListAgentsResponseMeta
Meta information about the data set
GenaiListAnthropicApiKeysResponse
ListAnthropicAPIKeysOutput is used to return the list of Anthropic API keys for a specific agent.
GenaiListAnthropicApiKeysResponseApiKeyInfosItem
Anthropic API Key Info
GenaiListAnthropicApiKeysResponseLinks
Links to other pages
GenaiListAnthropicApiKeysResponseMeta
Meta information about the data set
GenaiListCustomModelsResponse
Response containing a list of custom models (public)
GenaiListCustomModelsResponseLinks
Links to other pages
GenaiListCustomModelsResponseMeta
Meta information about the data set
GenaiListCustomModelsResponseModelsItem
Custom model - user-imported model from HuggingFace, Spaces, etc.
GenaiListDatacenterRegionsResponse
Region Codes
GenaiListDatacenterRegionsResponseRegionsItem
Description for a specific Region
GenaiListEvaluationDatasetsResponse
Output for listing evaluation datasets.
GenaiListEvaluationDatasetsResponseEvaluationDatasetsItem
GenaiListEvaluationDatasetsResponseEvaluationDatasetsItem
GenaiListEvaluationMetricsResponse
GenaiListEvaluationMetricsResponse
GenaiListEvaluationMetricsResponseMetricsItem
GenaiListEvaluationMetricsResponseMetricsItem
GenaiListEvaluationRunsByTestCaseResponse
GenaiListEvaluationRunsByTestCaseResponse
GenaiListEvaluationRunsByTestCaseResponseEvaluationRunsItem
GenaiListEvaluationRunsByTestCaseResponseEvaluationRunsItem
GenaiListEvaluationTestCasesByWorkspaceResponse
GenaiListEvaluationTestCasesByWorkspaceResponse
GenaiListEvaluationTestCasesByWorkspaceResponseEvaluationTestCasesItem
GenaiListEvaluationTestCasesByWorkspaceResponseEvaluationTestCasesItem
GenaiListEvaluationTestCasesResponse
GenaiListEvaluationTestCasesResponse
GenaiListEvaluationTestCasesResponseEvaluationTestCasesItem
GenaiListEvaluationTestCasesResponseEvaluationTestCasesItem
GenaiListIndexingJobDataSourcesResponse
GenaiListIndexingJobDataSourcesResponse
GenaiListIndexingJobDataSourcesResponseIndexedDataSourcesItem
GenaiListIndexingJobDataSourcesResponseIndexedDataSourcesItem
GenaiListIndexingJobsByKnowledgeBaseResponse
Indexing jobs
GenaiListIndexingJobsByKnowledgeBaseResponseJobsItem
IndexingJob description
GenaiListIndexingJobsByKnowledgeBaseResponseLinks
Links to other pages
GenaiListIndexingJobsByKnowledgeBaseResponseMeta
Meta information about the data set
GenaiListIndexingJobsResponse
Indexing jobs
GenaiListIndexingJobsResponseJobsItem
IndexingJob description
GenaiListIndexingJobsResponseLinks
Links to other pages
GenaiListIndexingJobsResponseMeta
Meta information about the data set
GenaiListKnowledgeBaseDataSourcesResponse
A list of knowledge base data sources
GenaiListKnowledgeBaseDataSourcesResponseKnowledgeBaseDataSourcesItem
Data Source configuration for Knowledge Bases
GenaiListKnowledgeBaseDataSourcesResponseLinks
Links to other pages
GenaiListKnowledgeBaseDataSourcesResponseMeta
Meta information about the data set
GenaiListKnowledgeBasesResponse
List of knowledge bases
GenaiListKnowledgeBasesResponseKnowledgeBasesItem
Knowledgebase Description
GenaiListKnowledgeBasesResponseLinks
Links to other pages
GenaiListKnowledgeBasesResponseMeta
Meta information about the data set
GenaiListModelApiKeysResponse
GenaiListModelApiKeysResponse
GenaiListModelApiKeysResponseApiKeyInfosItem
Model API Key Info
GenaiListModelApiKeysResponseLinks
Links to other pages
GenaiListModelApiKeysResponseMeta
Meta information about the data set
GenaiListModelCatalogResponse
GenaiListModelCatalogResponse
GenaiListModelCatalogResponseDataItem
List item for ListModelCatalog
GenaiListModelCatalogResponseMeta
Meta information about the data set
GenaiListModelEvaluationMetricsResponse
GenaiListModelEvaluationMetricsResponse
GenaiListModelEvaluationMetricsResponseMetricsItem
GenaiListModelEvaluationMetricsResponseMetricsItem
GenaiListModelEvaluationPresetsResponse
GenaiListModelEvaluationPresetsResponse
GenaiListModelEvaluationPresetsResponsePresetsItem
Model Evaluation Preset - a saved, reusable configuration for model evaluation runs. Each section (dataset, judge, metrics, candidate, system prompt) is independent and may be empty; sections the preset omits must be supplied inline on the run that references it. Use saved_sections to tell “section saved with empty value” apart from “section not saved at all” — each section’s scalar fields are left empty when the section was not saved.
GenaiListModelEvaluationRunsResponse
GenaiListModelEvaluationRunsResponse
GenaiListModelEvaluationRunsResponseLinks
Links to other pages
GenaiListModelEvaluationRunsResponseMeta
Meta information about the data set
GenaiListModelEvaluationRunsResponseRunsItem
Model Evaluation Run Summary - lightweight view used in run history list.
GenaiListModelRouterPresetsResponse
List of model router presets
GenaiListModelRouterPresetsResponseLinks
Links to other pages
GenaiListModelRouterPresetsResponseMeta
Meta information about the data set
GenaiListModelRouterPresetsResponsePresetsItem
Model router preset used to prefill new router configurations.
GenaiListModelRouterTaskPresetsResponse
List of model router task presets
GenaiListModelRouterTaskPresetsResponseLinks
Links to other pages
GenaiListModelRouterTaskPresetsResponseMeta
Meta information about the data set
GenaiListModelRouterTaskPresetsResponseTasksItem
Task preset that can be referenced by slug in model router policies.
GenaiListModelRoutersResponse
List of model routers
GenaiListModelRoutersResponseLinks
Links to other pages
GenaiListModelRoutersResponseMeta
Meta information about the data set
GenaiListModelRoutersResponseModelRoutersItem
Model router
GenaiListModelsResponse
A list of models
GenaiListModelsResponseLinks
Links to other pages
GenaiListModelsResponseMeta
Meta information about the data set
GenaiListModelsResponseModelsItem
A machine learning model stored on the GenAI platform
GenaiListOpenaiApiKeysResponse
ListOpenAIAPIKeysOutput is used to return the list of OpenAI API keys for a specific agent.
GenaiListOpenaiApiKeysResponseApiKeyInfosItem
OpenAI API Key Info
GenaiListOpenaiApiKeysResponseLinks
Links to other pages
GenaiListOpenaiApiKeysResponseMeta
Meta information about the data set
GenaiListWorkspacesResponse
GenaiListWorkspacesResponse
GenaiListWorkspacesResponseWorkspacesItem
GenaiListWorkspacesResponseWorkspacesItem
GenaiRegenerateAgentApiKeyResponse
GenaiRegenerateAgentApiKeyResponse
GenaiRegenerateAgentApiKeyResponseApiKeyInfo
Agent API Key Info
GenaiRegenerateModelApiKeyResponse
GenaiRegenerateModelApiKeyResponse
GenaiRegenerateModelApiKeyResponseApiKeyInfo
Model API Key Info
GenaiRollbackToAgentVersionBody
GenaiRollbackToAgentVersionBody
GenaiRollbackToAgentVersionResponse
GenaiRollbackToAgentVersionResponse
GenaiRollbackToAgentVersionResponseAuditHeader
An alternative way to provide auth information. for internal use only.
GenaiRunEvaluationTestCaseBody
Run an evaluation test case.
GenaiRunEvaluationTestCaseResponse
GenaiRunEvaluationTestCaseResponse
GenaiUpdateAgentApiKeyBody
GenaiUpdateAgentApiKeyBody
GenaiUpdateAgentApiKeyResponse
GenaiUpdateAgentApiKeyResponse
GenaiUpdateAgentApiKeyResponseApiKeyInfo
Agent API Key Info
GenaiUpdateAgentBody
Data to modify an existing Agent
GenaiUpdateAgentBodyMcpServersItem
McpServer defines a remote MCP server configuration for an agent.
GenaiUpdateAgentDeploymentVisibilityBody
UpdateAgentDeploymentVisibilityInputPublic description
GenaiUpdateAgentDeploymentVisibilityResponse
UpdateAgentDeploymentVisbilityOutput description
GenaiUpdateAgentDeploymentVisibilityResponseAgent
An Agent
GenaiUpdateAgentDeploymentVisibilityResponseAgentChatbot
GenaiUpdateAgentDeploymentVisibilityResponseAgentChatbot
GenaiUpdateAgentFunctionBody
Information about updating an agent function
GenaiUpdateAgentFunctionResponse
The updated agent
GenaiUpdateAgentFunctionResponseAgent
An Agent
GenaiUpdateAgentFunctionResponseAgentChatbot
GenaiUpdateAgentFunctionResponseAgentChatbot
GenaiUpdateAgentResponse
Information about an updated agent
GenaiUpdateAgentResponseAgent
An Agent
GenaiUpdateAgentResponseAgentChatbot
GenaiUpdateAgentResponseAgentChatbot
GenaiUpdateAgentsWorkspaceBody
Parameters for Moving agents to a Workspace
GenaiUpdateAgentsWorkspaceResponse
GenaiUpdateAgentsWorkspaceResponse
GenaiUpdateAgentsWorkspaceResponseWorkspace
GenaiUpdateAgentsWorkspaceResponseWorkspace
GenaiUpdateAnthropicApiKeyBody
UpdateAnthropicAPIKeyInputPublic is used to update an existing Anthropic API key for a specific agent.
GenaiUpdateAnthropicApiKeyResponse
UpdateAnthropicAPIKeyOutput is used to return the updated Anthropic API key.
GenaiUpdateAnthropicApiKeyResponseApiKeyInfo
Anthropic API Key Info
GenaiUpdateAttachedAgentBody
Information about updating the linkage of an agent
GenaiUpdateAttachedAgentResponse
Information about an updated linkage
GenaiUpdateCustomEvaluationMetricBody
GenaiUpdateCustomEvaluationMetricBody
GenaiUpdateCustomEvaluationMetricBodyConfig
Configuration for a custom model-evaluation metric scored by an LLM judge. Prompt and model response are always included in the judge context.
GenaiUpdateCustomEvaluationMetricResponse
GenaiUpdateCustomEvaluationMetricResponse
GenaiUpdateCustomEvaluationMetricResponseMetric
GenaiUpdateCustomEvaluationMetricResponseMetric
GenaiUpdateCustomModelMetadataBody
Request to update custom model metadata (public)
GenaiUpdateCustomModelMetadataBodyTags
User-defined tags for organizing models
GenaiUpdateCustomModelMetadataResponse
Response containing the updated custom model (public)
GenaiUpdateCustomModelMetadataResponseModel
Custom model - user-imported model from HuggingFace, Spaces, etc.
GenaiUpdateEvaluationTestCaseBody
GenaiUpdateEvaluationTestCaseBody
GenaiUpdateEvaluationTestCaseBodyMetrics
GenaiUpdateEvaluationTestCaseBodyMetrics
GenaiUpdateEvaluationTestCaseBodyStarMetric
GenaiUpdateEvaluationTestCaseBodyStarMetric
GenaiUpdateEvaluationTestCaseResponse
GenaiUpdateEvaluationTestCaseResponse
GenaiUpdateKnowledgeBaseBody
Information about updating a knowledge base
GenaiUpdateKnowledgeBaseBodyRerankingConfig
Configuration for cross-encoder reranking during retrieval.
GenaiUpdateKnowledgeBaseDataSourceBody
Update a data source of a knowledge base with change in chunking algorithm/options
GenaiUpdateKnowledgeBaseDataSourceBodyChunkingOptions
GenaiUpdateKnowledgeBaseDataSourceBodyChunkingOptions
GenaiUpdateKnowledgeBaseDataSourceResponse
Update a data source of a knowledge base with change in chunking algorithm/options
GenaiUpdateKnowledgeBaseDataSourceResponseKnowledgeBaseDataSource
Data Source configuration for Knowledge Bases
GenaiUpdateKnowledgeBaseResponse
Information about an updated knowledge base
GenaiUpdateKnowledgeBaseResponseKnowledgeBase
Knowledgebase Description
GenaiUpdateModelApiKeyBody
GenaiUpdateModelApiKeyBody
GenaiUpdateModelApiKeyResponse
GenaiUpdateModelApiKeyResponse
GenaiUpdateModelApiKeyResponseApiKeyInfo
Model API Key Info
GenaiUpdateModelEvaluationRunBody
GenaiUpdateModelEvaluationRunBody
GenaiUpdateModelEvaluationRunResponse
GenaiUpdateModelEvaluationRunResponse
GenaiUpdateModelEvaluationRunResponseRun
Model Evaluation Run Summary - lightweight view used in run history list.
GenaiUpdateModelRouterBody
Information about updating a model router
GenaiUpdateModelRouterBodyPoliciesItem
Model router policy
GenaiUpdateModelRouterResponse
Information about an updated model router
GenaiUpdateModelRouterResponseModelRouter
Model router
GenaiUpdateOpenaiApiKeyBody
UpdateOpenAIAPIKeyInputPublic is used to update an existing OpenAI API key for a specific agent.
GenaiUpdateOpenaiApiKeyResponse
UpdateOpenAIAPIKeyOutput is used to return the updated OpenAI API key.
GenaiUpdateOpenaiApiKeyResponseApiKeyInfo
OpenAI API Key Info
GenaiUpdateWorkspaceBody
Parameters for Update Workspace
GenaiUpdateWorkspaceResponse
GenaiUpdateWorkspaceResponse
GenaiUpdateWorkspaceResponseWorkspace
GenaiUpdateWorkspaceResponseWorkspace
GeographicalInformationAboutAnAppOrigin
GeographicalInformationAboutAnAppOrigin
ImageActionsGetResponse
ImageActionsGetResponse
ImageActionsGetResponseRegion
ImageActionsGetResponseRegion
ImageActionsListResponse
ImageActionsListResponse
ImageActionsListResponseActionsItem
ImageActionsListResponseActionsItem
ImageActionsListResponseActionsItemRegion
ImageActionsListResponseActionsItemRegion
ImageActionsListResponseLinks
ImageActionsListResponseLinks
ImageActionsListResponseLinksPages
ImageActionsListResponseLinksPages
ImageActionsListResponseLinksPagesSubtype0
ImageActionsListResponseLinksPagesSubtype0
ImageActionsListResponseLinksPagesSubtype1
ImageActionsListResponseLinksPagesSubtype1
ImageActionsListResponseMeta
ImageActionsListResponseMeta
ImageActionsPostResponse
ImageActionsPostResponse
ImageActionsPostResponseRegion
ImageActionsPostResponseRegion
ImagesCreateCustomBody
ImagesCreateCustomBody
ImagesCreateCustomResponse
ImagesCreateCustomResponse
ImagesCreateCustomResponseImage
ImagesCreateCustomResponseImage
ImagesGetResponse
ImagesGetResponse
ImagesGetResponseImage
ImagesGetResponseImage
ImagesListResponse
ImagesListResponse
ImagesListResponseImagesItem
ImagesListResponseImagesItem
ImagesListResponseLinks
ImagesListResponseLinks
ImagesListResponseLinksPages
ImagesListResponseLinksPages
ImagesListResponseLinksPagesSubtype0
ImagesListResponseLinksPagesSubtype0
ImagesListResponseLinksPagesSubtype1
ImagesListResponseLinksPagesSubtype1
ImagesListResponseMeta
ImagesListResponseMeta
ImagesPostAccountTransferAcceptBody
ImagesPostAccountTransferAcceptBody
ImagesPostAccountTransferCancelBody
ImagesPostAccountTransferCancelBody
ImagesPostAccountTransferCreateResponse
ImagesPostAccountTransferCreateResponse
ImagesPostAccountTransferDeclineBody
ImagesPostAccountTransferDeclineBody
ImagesUpdateBody
ImagesUpdateBody
ImagesUpdateResponse
ImagesUpdateResponse
ImagesUpdateResponseImage
ImagesUpdateResponseImage
InferenceCancelBatchResponse
A Batch Inference job.
InferenceCancelBatchResponseErrorsItem
InferenceCancelBatchResponseErrorsItem
InferenceCancelBatchResponseRequestCounts
Aggregate request counts.
InferenceCreateAsyncInvokeBody
Request body for asynchronously invoking a model. Supports image generation, audio generation, and text-to-speech models. The input object fields vary depending on the model type.
InferenceCreateAsyncInvokeBodyInput
The input parameters for the model invocation. Fields vary by model type.
InferenceCreateAsyncInvokeBodyTagsItem
InferenceCreateAsyncInvokeBodyTagsItem
InferenceCreateAsyncInvokeResponse
Response returned when an asynchronous invocation request is accepted. The job status is QUEUED initially. Use the request_id to poll for the result.
InferenceCreateBatchBody
Request body for creating a batch inference job.
InferenceCreateBatchFileResponse
Presigned upload URL and file_id for a new batch input file.
InferenceCreateBatchResponse
A Batch Inference job.
InferenceCreateBatchResponseErrorsItem
InferenceCreateBatchResponseErrorsItem
InferenceCreateBatchResponseRequestCounts
Aggregate request counts.
InferenceCreateChatCompletionBody
InferenceCreateChatCompletionBody
InferenceCreateChatCompletionBodyMessagesItem
A message in the chat conversation.
InferenceCreateChatCompletionBodyMessagesItemToolCallsItem
InferenceCreateChatCompletionBodyMessagesItemToolCallsItem
InferenceCreateChatCompletionBodyMessagesItemToolCallsItemFunction
InferenceCreateChatCompletionBodyMessagesItemToolCallsItemFunction
InferenceCreateChatCompletionBodyStreamOptions
Options for streaming response. Only set this when you set stream to true.
InferenceCreateChatCompletionBodyToolChoiceVariant1Function
InferenceCreateChatCompletionBodyToolChoiceVariant1Function
InferenceCreateChatCompletionBodyToolsItem
InferenceCreateChatCompletionBodyToolsItem
InferenceCreateChatCompletionBodyToolsItemFunction
InferenceCreateChatCompletionBodyToolsItemFunction
InferenceCreateChatCompletionResponse
Represents a chat completion response returned by model, based on the provided input.
InferenceCreateChatCompletionResponseChoicesItem
InferenceCreateChatCompletionResponseChoicesItem
InferenceCreateChatCompletionResponseChoicesItemLogprobs
Log probability information for the choice.
InferenceCreateChatCompletionResponseChoicesItemLogprobsContentItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsContentItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsContentItemTopLogprobsItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsContentItemTopLogprobsItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItemTopLogprobsItem
InferenceCreateChatCompletionResponseChoicesItemLogprobsRefusalItemTopLogprobsItem
InferenceCreateChatCompletionResponseChoicesItemMessage
A chat completion message generated by the model.
InferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItem
InferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItem
InferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemFunction
InferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemFunction
InferenceCreateChatCompletionResponseUsage
Usage statistics for the completion request.
InferenceCreateChatCompletionResponseUsageCacheCreation
Breakdown of prompt tokens written to cache.
InferenceCreateEmbeddingBody
Request body for POST /v1/embeddings (OpenAI-compatible). Extra fields are rejected.
InferenceCreateEmbeddingResponse
OpenAI-style embeddings response.
InferenceCreateEmbeddingResponseDataItem
One row in the embeddings data array, aligned with a single input item.
InferenceCreateEmbeddingResponseUsage
Token usage for the embeddings request.
InferenceCreateImageBody
Request body for image generation.
InferenceCreateImageBodyPrompt
A text description of the desired image(s). Supports up to 32,000 characters and provides automatic prompt optimization for best results.
InferenceCreateImageBodyUser
A unique identifier representing your end-user, which can help DigitalOcean to monitor and detect abuse.
InferenceCreateImageResponse
The response from the image generation endpoint.
InferenceCreateImageResponseDataItem
Represents the content of a generated image.
InferenceCreateImageResponseUsage
Token usage information for the image generation.
InferenceCreateImageResponseUsageInputTokensDetails
Detailed breakdown of input tokens.
InferenceCreateMessagesBody
Request body for POST /v1/messages. Required fields are model, messages, and max_tokens.
InferenceCreateMessagesBodyMessagesItem
One turn in the conversation. Roles are user or assistant (no system role; use the top-level system field). Content may be a string (equivalent to a single text block) or an array of content blocks.
InferenceCreateMessagesBodyMessagesItemContentVariant1ItemSource
Image payload (for example base64-encoded bytes).
InferenceCreateMessagesBodyMetadata
Optional request metadata.
InferenceCreateMessagesBodySystemVariant1Item
A text content block in a request message.
InferenceCreateMessagesBodyThinking
Extended thinking configuration. Executors that do not support thinking may ignore this field.
InferenceCreateMessagesBodyToolsItem
Tool definition the model may call (name, JSON Schema for input).
InferenceCreateMessagesResponse
Non-streaming assistant message from POST /v1/messages. type is always message and role is always assistant.
InferenceCreateMessagesResponseUsage
Token usage for a non-streaming POST /v1/messages response.
InferenceCreateResponseBody
Request body for sending a prompt to a model using the Responses API.
InferenceCreateResponseBodyInputVariant1Item
InferenceCreateResponseBodyInputVariant1Item
InferenceCreateResponseBodyStreamOptions
Options for streaming response. Only set this when you set stream to true.
InferenceCreateResponseBodyToolChoiceVariant1Function
InferenceCreateResponseBodyToolChoiceVariant1Function
InferenceCreateResponseBodyToolsItem
InferenceCreateResponseBodyToolsItem
InferenceCreateResponseResponse
The response includes structured output and token usage details.
InferenceCreateResponseResponseOutputItem
InferenceCreateResponseResponseOutputItem
InferenceCreateResponseResponseOutputItemContentItem
InferenceCreateResponseResponseOutputItemContentItem
InferenceCreateResponseResponseToolsItem
InferenceCreateResponseResponseToolsItem
InferenceCreateResponseResponseUsage
Detailed usage statistics for the Responses API request, including input/output token counts and detailed breakdowns.
InferenceCreateResponseResponseUsageInputTokensDetails
A detailed breakdown of the input tokens.
InferenceCreateResponseResponseUsageOutputTokensDetails
A detailed breakdown of the output tokens.
InferenceGetBatchResponse
A Batch Inference job.
InferenceGetBatchResponseErrorsItem
InferenceGetBatchResponseErrorsItem
InferenceGetBatchResponseRequestCounts
Aggregate request counts.
InferenceListModelsResponse
Response listing available models.
InferenceListModelsResponseDataItem
Describes a model offering that can be used with the API.
InvoicesGetByUuidResponse
InvoicesGetByUuidResponse
InvoicesGetByUuidResponseInvoiceItemsItem
InvoicesGetByUuidResponseInvoiceItemsItem
InvoicesGetByUuidResponseLinks
InvoicesGetByUuidResponseLinks
InvoicesGetByUuidResponseLinksPages
InvoicesGetByUuidResponseLinksPages
InvoicesGetByUuidResponseLinksPagesSubtype0
InvoicesGetByUuidResponseLinksPagesSubtype0
InvoicesGetByUuidResponseLinksPagesSubtype1
InvoicesGetByUuidResponseLinksPagesSubtype1
InvoicesGetByUuidResponseMeta
InvoicesGetByUuidResponseMeta
InvoicesGetSummaryByUuidResponse
InvoicesGetSummaryByUuidResponse
InvoicesGetSummaryByUuidResponseCreditsAndAdjustments
InvoicesGetSummaryByUuidResponseCreditsAndAdjustments
InvoicesGetSummaryByUuidResponseOverages
InvoicesGetSummaryByUuidResponseOverages
InvoicesGetSummaryByUuidResponseProductCharges
InvoicesGetSummaryByUuidResponseProductCharges
InvoicesGetSummaryByUuidResponseProductChargesItemsItem
InvoicesGetSummaryByUuidResponseProductChargesItemsItem
InvoicesGetSummaryByUuidResponseTaxes
InvoicesGetSummaryByUuidResponseTaxes
InvoicesGetSummaryByUuidResponseUserBillingAddress
InvoicesGetSummaryByUuidResponseUserBillingAddress
InvoicesListResponse
InvoicesListResponse
InvoicesListResponseInvoicePreview
The invoice preview.
InvoicesListResponseInvoicesItem
The invoice preview.
InvoicesListResponseLinks
InvoicesListResponseLinks
InvoicesListResponseLinksPages
InvoicesListResponseLinksPages
InvoicesListResponseLinksPagesSubtype0
InvoicesListResponseLinksPagesSubtype0
InvoicesListResponseLinksPagesSubtype1
InvoicesListResponseLinksPagesSubtype1
InvoicesListResponseMeta
InvoicesListResponseMeta
JobComponentsThatArePartOfThisDeploymentItem
JobComponentsThatArePartOfThisDeploymentItem
KubernetesAddNodePoolBody
KubernetesAddNodePoolBody
KubernetesAddNodePoolBodyTaintsItem
KubernetesAddNodePoolBodyTaintsItem
KubernetesAddNodePoolResponse
KubernetesAddNodePoolResponse
KubernetesAddNodePoolResponseNodePool
KubernetesAddNodePoolResponseNodePool
KubernetesAddNodePoolResponseNodePoolTaintsItem
KubernetesAddNodePoolResponseNodePoolTaintsItem
KubernetesAddRegistriesBody
KubernetesAddRegistriesBody
KubernetesAddRegistryBody
KubernetesAddRegistryBody
KubernetesCreateClusterBody
KubernetesCreateClusterBody
KubernetesCreateClusterBodyAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesCreateClusterBodyAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesCreateClusterBodyClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesCreateClusterBodyControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesCreateClusterBodyCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesCreateClusterBodyMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesCreateClusterBodyNodePoolsItem
KubernetesCreateClusterBodyNodePoolsItem
KubernetesCreateClusterBodyNodePoolsItemTaintsItem
KubernetesCreateClusterBodyNodePoolsItemTaintsItem
KubernetesCreateClusterBodyNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesCreateClusterBodyP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesCreateClusterBodyRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesCreateClusterBodyRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesCreateClusterBodySso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesCreateClusterBodyStatus
An object containing a state attribute whose value is set to a string indicating the current status of the cluster.
KubernetesCreateClusterResponse
KubernetesCreateClusterResponse
KubernetesCreateClusterResponseKubernetesCluster
KubernetesCreateClusterResponseKubernetesCluster
KubernetesCreateClusterResponseKubernetesClusterAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesCreateClusterResponseKubernetesClusterClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesCreateClusterResponseKubernetesClusterControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesCreateClusterResponseKubernetesClusterCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterNodePoolsItem
KubernetesCreateClusterResponseKubernetesClusterNodePoolsItem
KubernetesCreateClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesCreateClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesCreateClusterResponseKubernetesClusterNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesCreateClusterResponseKubernetesClusterP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterSso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesCreateClusterResponseKubernetesClusterStatus
An object containing a state attribute whose value is set to a string indicating the current status of the cluster.
KubernetesDestroyAssociatedResourcesSelectiveBody
An object containing the IDs of resources to be destroyed along with their associated with a Kubernetes cluster.
KubernetesGetAvailableUpgradesResponse
KubernetesGetAvailableUpgradesResponse
KubernetesGetAvailableUpgradesResponseAvailableUpgradeVersionsItem
KubernetesGetAvailableUpgradesResponseAvailableUpgradeVersionsItem
KubernetesGetClusterLintResultsResponse
KubernetesGetClusterLintResultsResponse
KubernetesGetClusterLintResultsResponseDiagnosticsItem
KubernetesGetClusterLintResultsResponseDiagnosticsItem
KubernetesGetClusterLintResultsResponseDiagnosticsItemObject
Metadata about the Kubernetes API object the diagnostic is reported on.
KubernetesGetClusterResponse
KubernetesGetClusterResponse
KubernetesGetClusterResponseKubernetesCluster
KubernetesGetClusterResponseKubernetesCluster
KubernetesGetClusterResponseKubernetesClusterAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesGetClusterResponseKubernetesClusterClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesGetClusterResponseKubernetesClusterControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesGetClusterResponseKubernetesClusterCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterNodePoolsItem
KubernetesGetClusterResponseKubernetesClusterNodePoolsItem
KubernetesGetClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesGetClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesGetClusterResponseKubernetesClusterNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesGetClusterResponseKubernetesClusterP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterSso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesGetClusterResponseKubernetesClusterStatus
An object containing a state attribute whose value is set to a string indicating the current status of the cluster.
KubernetesGetClusterUserResponse
KubernetesGetClusterUserResponse
KubernetesGetClusterUserResponseKubernetesClusterUser
KubernetesGetClusterUserResponseKubernetesClusterUser
KubernetesGetCredentialsResponse
KubernetesGetCredentialsResponse
KubernetesGetNodePoolResponse
KubernetesGetNodePoolResponse
KubernetesGetNodePoolResponseNodePool
KubernetesGetNodePoolResponseNodePool
KubernetesGetNodePoolResponseNodePoolTaintsItem
KubernetesGetNodePoolResponseNodePoolTaintsItem
KubernetesGetStatusMessagesResponse
KubernetesGetStatusMessagesResponse
KubernetesGetStatusMessagesResponseMessagesItem
KubernetesGetStatusMessagesResponseMessagesItem
KubernetesListAssociatedResourcesResponse
An object containing the IDs of resources associated with a Kubernetes cluster.
KubernetesListAssociatedResourcesResponseLoadBalancersItem
KubernetesListAssociatedResourcesResponseLoadBalancersItem
KubernetesListAssociatedResourcesResponseVolumeSnapshotsItem
KubernetesListAssociatedResourcesResponseVolumeSnapshotsItem
KubernetesListAssociatedResourcesResponseVolumesItem
KubernetesListAssociatedResourcesResponseVolumesItem
KubernetesListClustersResponse
KubernetesListClustersResponse
KubernetesListClustersResponseKubernetesClustersItem
KubernetesListClustersResponseKubernetesClustersItem
KubernetesListClustersResponseKubernetesClustersItemAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesListClustersResponseKubernetesClustersItemClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesListClustersResponseKubernetesClustersItemControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesListClustersResponseKubernetesClustersItemCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemNodePoolsItem
KubernetesListClustersResponseKubernetesClustersItemNodePoolsItem
KubernetesListClustersResponseKubernetesClustersItemNodePoolsItemTaintsItem
KubernetesListClustersResponseKubernetesClustersItemNodePoolsItemTaintsItem
KubernetesListClustersResponseKubernetesClustersItemNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesListClustersResponseKubernetesClustersItemP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemSso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesListClustersResponseKubernetesClustersItemStatus
An object containing a state attribute whose value is set to a string indicating the current status of the cluster.
KubernetesListClustersResponseLinks
KubernetesListClustersResponseLinks
KubernetesListClustersResponseLinksPages
KubernetesListClustersResponseLinksPages
KubernetesListClustersResponseLinksPagesSubtype0
KubernetesListClustersResponseLinksPagesSubtype0
KubernetesListClustersResponseLinksPagesSubtype1
KubernetesListClustersResponseLinksPagesSubtype1
KubernetesListClustersResponseMeta
KubernetesListClustersResponseMeta
KubernetesListNodePoolsResponse
KubernetesListNodePoolsResponse
KubernetesListNodePoolsResponseNodePoolsItem
KubernetesListNodePoolsResponseNodePoolsItem
KubernetesListNodePoolsResponseNodePoolsItemTaintsItem
KubernetesListNodePoolsResponseNodePoolsItemTaintsItem
KubernetesListOptionsResponse
KubernetesListOptionsResponse
KubernetesListOptionsResponseOptions
KubernetesListOptionsResponseOptions
KubernetesListOptionsResponseOptionsRegionsItem
KubernetesListOptionsResponseOptionsRegionsItem
KubernetesListOptionsResponseOptionsSizesItem
KubernetesListOptionsResponseOptionsSizesItem
KubernetesListOptionsResponseOptionsVersionsItem
KubernetesListOptionsResponseOptionsVersionsItem
KubernetesRecycleNodePoolBody
KubernetesRecycleNodePoolBody
KubernetesRemoveRegistriesBody
KubernetesRemoveRegistriesBody
KubernetesRemoveRegistryBody
KubernetesRemoveRegistryBody
KubernetesRunClusterLintBody
KubernetesRunClusterLintBody
KubernetesRunClusterLintResponse
KubernetesRunClusterLintResponse
KubernetesUpdateClusterBody
KubernetesUpdateClusterBody
KubernetesUpdateClusterBodyAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesUpdateClusterBodyAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesUpdateClusterBodyClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesUpdateClusterBodyControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesUpdateClusterBodyCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterBodyMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesUpdateClusterBodyNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesUpdateClusterBodyP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterBodyRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesUpdateClusterBodyRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterBodySso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesUpdateClusterResponse
KubernetesUpdateClusterResponse
KubernetesUpdateClusterResponseKubernetesCluster
KubernetesUpdateClusterResponseKubernetesCluster
KubernetesUpdateClusterResponseKubernetesClusterAmdGpuDeviceMetricsExporterPlugin
An object specifying whether the AMD Device Metrics Exporter should be enabled in the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterAmdGpuDevicePlugin
An object specifying whether the AMD GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an AMD GPU node pool.
KubernetesUpdateClusterResponseKubernetesClusterClusterAutoscalerConfiguration
An object specifying custom cluster autoscaler configuration.
KubernetesUpdateClusterResponseKubernetesClusterControlPlaneFirewall
An object specifying the control plane firewall for the Kubernetes cluster. Control plane firewall is in early availability (invite only).
KubernetesUpdateClusterResponseKubernetesClusterCorednsAutoscaler
An object specifying whether the Cluster Proportional Autoscaler (CPA) add-on for CoreDNS should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterMaintenancePolicy
An object specifying the maintenance window policy for the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterNodePoolsItem
KubernetesUpdateClusterResponseKubernetesClusterNodePoolsItem
KubernetesUpdateClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesUpdateClusterResponseKubernetesClusterNodePoolsItemTaintsItem
KubernetesUpdateClusterResponseKubernetesClusterNvidiaGpuDevicePlugin
An object specifying whether the Nvidia GPU Device Plugin should be enabled in the Kubernetes cluster. It’s enabled by default for clusters with an Nvidia GPU node pool.
KubernetesUpdateClusterResponseKubernetesClusterP2pOciRegistryPlugin
An object specifying whether the Peer-to-peer OCI registry component should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterRdmaSharedDevPlugin
An object specifying whether the RDMA shared device plugin should be enabled in the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterRoutingAgent
An object specifying whether the routing-agent component should be enabled for the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterSso
An object specifying Single Sign-On (SSO) configuration for the Kubernetes cluster.
KubernetesUpdateClusterResponseKubernetesClusterStatus
An object containing a state attribute whose value is set to a string indicating the current status of the cluster.
KubernetesUpdateNodePoolBody
KubernetesUpdateNodePoolBody
KubernetesUpdateNodePoolBodyTaintsItem
KubernetesUpdateNodePoolBodyTaintsItem
KubernetesUpdateNodePoolResponse
KubernetesUpdateNodePoolResponse
KubernetesUpdateNodePoolResponseNodePool
KubernetesUpdateNodePoolResponseNodePool
KubernetesUpdateNodePoolResponseNodePoolTaintsItem
KubernetesUpdateNodePoolResponseNodePoolTaintsItem
KubernetesUpgradeClusterBody
KubernetesUpgradeClusterBody
ListOfTxtValidationRecordsItem
ListOfTxtValidationRecordsItem
LoadBalancersAddDropletsBody
LoadBalancersAddDropletsBody
LoadBalancersAddForwardingRulesBody
LoadBalancersAddForwardingRulesBody
LoadBalancersAddForwardingRulesBodyForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersCreateResponse
LoadBalancersCreateResponse
LoadBalancersCreateResponseLoadBalancer
LoadBalancersCreateResponseLoadBalancer
LoadBalancersCreateResponseLoadBalancerDomainsItem
An object specifying domain configurations for a Global load balancer.
LoadBalancersCreateResponseLoadBalancerFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
LoadBalancersCreateResponseLoadBalancerForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersCreateResponseLoadBalancerGlbSettings
An object specifying forwarding configurations for a Global load balancer.
LoadBalancersCreateResponseLoadBalancerGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
LoadBalancersCreateResponseLoadBalancerHealthCheck
An object specifying health check settings for the load balancer.
LoadBalancersCreateResponseLoadBalancerIp
An attribute containing the public-facing IP address of the load balancer.
LoadBalancersCreateResponseLoadBalancerRegion
LoadBalancersCreateResponseLoadBalancerRegion
LoadBalancersCreateResponseLoadBalancerStickySessions
An object specifying sticky sessions settings for the load balancer.
LoadBalancersGetResponse
LoadBalancersGetResponse
LoadBalancersGetResponseLoadBalancer
LoadBalancersGetResponseLoadBalancer
LoadBalancersGetResponseLoadBalancerDomainsItem
An object specifying domain configurations for a Global load balancer.
LoadBalancersGetResponseLoadBalancerFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
LoadBalancersGetResponseLoadBalancerForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersGetResponseLoadBalancerGlbSettings
An object specifying forwarding configurations for a Global load balancer.
LoadBalancersGetResponseLoadBalancerGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
LoadBalancersGetResponseLoadBalancerHealthCheck
An object specifying health check settings for the load balancer.
LoadBalancersGetResponseLoadBalancerIp
An attribute containing the public-facing IP address of the load balancer.
LoadBalancersGetResponseLoadBalancerRegion
LoadBalancersGetResponseLoadBalancerRegion
LoadBalancersGetResponseLoadBalancerStickySessions
An object specifying sticky sessions settings for the load balancer.
LoadBalancersListResponse
LoadBalancersListResponse
LoadBalancersListResponseLinks
LoadBalancersListResponseLinks
LoadBalancersListResponseLinksPages
LoadBalancersListResponseLinksPages
LoadBalancersListResponseLinksPagesSubtype0
LoadBalancersListResponseLinksPagesSubtype0
LoadBalancersListResponseLinksPagesSubtype1
LoadBalancersListResponseLinksPagesSubtype1
LoadBalancersListResponseLoadBalancersItem
LoadBalancersListResponseLoadBalancersItem
LoadBalancersListResponseLoadBalancersItemDomainsItem
An object specifying domain configurations for a Global load balancer.
LoadBalancersListResponseLoadBalancersItemFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
LoadBalancersListResponseLoadBalancersItemForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersListResponseLoadBalancersItemGlbSettings
An object specifying forwarding configurations for a Global load balancer.
LoadBalancersListResponseLoadBalancersItemGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
LoadBalancersListResponseLoadBalancersItemHealthCheck
An object specifying health check settings for the load balancer.
LoadBalancersListResponseLoadBalancersItemIp
An attribute containing the public-facing IP address of the load balancer.
LoadBalancersListResponseLoadBalancersItemRegion
LoadBalancersListResponseLoadBalancersItemRegion
LoadBalancersListResponseLoadBalancersItemStickySessions
An object specifying sticky sessions settings for the load balancer.
LoadBalancersListResponseMeta
LoadBalancersListResponseMeta
LoadBalancersRemoveDropletsBody
LoadBalancersRemoveDropletsBody
LoadBalancersRemoveForwardingRulesBody
LoadBalancersRemoveForwardingRulesBody
LoadBalancersRemoveForwardingRulesBodyForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersUpdateResponse
LoadBalancersUpdateResponse
LoadBalancersUpdateResponseLoadBalancer
LoadBalancersUpdateResponseLoadBalancer
LoadBalancersUpdateResponseLoadBalancerDomainsItem
An object specifying domain configurations for a Global load balancer.
LoadBalancersUpdateResponseLoadBalancerFirewall
An object specifying allow and deny rules to control traffic to the load balancer.
LoadBalancersUpdateResponseLoadBalancerForwardingRulesItem
An object specifying a forwarding rule for a load balancer.
LoadBalancersUpdateResponseLoadBalancerGlbSettings
An object specifying forwarding configurations for a Global load balancer.
LoadBalancersUpdateResponseLoadBalancerGlbSettingsCdn
An object specifying CDN configurations for a Global load balancer.
LoadBalancersUpdateResponseLoadBalancerHealthCheck
An object specifying health check settings for the load balancer.
LoadBalancersUpdateResponseLoadBalancerIp
An attribute containing the public-facing IP address of the load balancer.
LoadBalancersUpdateResponseLoadBalancerRegion
LoadBalancersUpdateResponseLoadBalancerRegion
LoadBalancersUpdateResponseLoadBalancerStickySessions
An object specifying sticky sessions settings for the load balancer.
MetadataItem
MetadataItem
MitigationStepsItem
MitigationStepsItem
MonitoringCreateAlertPolicyBody
MonitoringCreateAlertPolicyBody
MonitoringCreateAlertPolicyBodyAlerts
MonitoringCreateAlertPolicyBodyAlerts
MonitoringCreateAlertPolicyBodyAlertsSlackItem
MonitoringCreateAlertPolicyBodyAlertsSlackItem
MonitoringCreateAlertPolicyResponse
MonitoringCreateAlertPolicyResponse
MonitoringCreateAlertPolicyResponsePolicy
MonitoringCreateAlertPolicyResponsePolicy
MonitoringCreateAlertPolicyResponsePolicyAlerts
MonitoringCreateAlertPolicyResponsePolicyAlerts
MonitoringCreateAlertPolicyResponsePolicyAlertsSlackItem
MonitoringCreateAlertPolicyResponsePolicyAlertsSlackItem
MonitoringCreateDestinationBody
MonitoringCreateDestinationBody
MonitoringCreateDestinationBodyConfig
MonitoringCreateDestinationBodyConfig
MonitoringCreateDestinationBodyConfigCredentials
Credentials for an OpenSearch cluster user. Optional if cluster_uuid is passed.
MonitoringCreateDestinationResponse
MonitoringCreateDestinationResponse
MonitoringCreateDestinationResponseDestination
MonitoringCreateDestinationResponseDestination
MonitoringCreateDestinationResponseDestinationConfig
OpenSearch destination configuration with credentials omitted.
MonitoringCreateSinkBody
MonitoringCreateSinkBody
MonitoringCreateSinkBodyResourcesItem
MonitoringCreateSinkBodyResourcesItem
MonitoringCreateSinkBodyResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
MonitoringGetAlertPolicyResponse
MonitoringGetAlertPolicyResponse
MonitoringGetAlertPolicyResponsePolicy
MonitoringGetAlertPolicyResponsePolicy
MonitoringGetAlertPolicyResponsePolicyAlerts
MonitoringGetAlertPolicyResponsePolicyAlerts
MonitoringGetAlertPolicyResponsePolicyAlertsSlackItem
MonitoringGetAlertPolicyResponsePolicyAlertsSlackItem
MonitoringGetAppCpuPercentageMetricsResponse
MonitoringGetAppCpuPercentageMetricsResponse
MonitoringGetAppCpuPercentageMetricsResponseData
MonitoringGetAppCpuPercentageMetricsResponseData
MonitoringGetAppCpuPercentageMetricsResponseDataResultItem
MonitoringGetAppCpuPercentageMetricsResponseDataResultItem
MonitoringGetAppMemoryPercentageMetricsResponse
MonitoringGetAppMemoryPercentageMetricsResponse
MonitoringGetAppMemoryPercentageMetricsResponseData
MonitoringGetAppMemoryPercentageMetricsResponseData
MonitoringGetAppMemoryPercentageMetricsResponseDataResultItem
MonitoringGetAppMemoryPercentageMetricsResponseDataResultItem
MonitoringGetAppRestartCountMetricsYmlResponse
MonitoringGetAppRestartCountMetricsYmlResponse
MonitoringGetAppRestartCountMetricsYmlResponseData
MonitoringGetAppRestartCountMetricsYmlResponseData
MonitoringGetAppRestartCountMetricsYmlResponseDataResultItem
MonitoringGetAppRestartCountMetricsYmlResponseDataResultItem
MonitoringGetDatabaseMysqlCpuUsageResponse
MonitoringGetDatabaseMysqlCpuUsageResponse
MonitoringGetDatabaseMysqlCpuUsageResponseData
MonitoringGetDatabaseMysqlCpuUsageResponseData
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultItem
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultItem
MonitoringGetDatabaseMysqlDiskUsageResponse
MonitoringGetDatabaseMysqlDiskUsageResponse
MonitoringGetDatabaseMysqlDiskUsageResponseData
MonitoringGetDatabaseMysqlDiskUsageResponseData
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultItem
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultItem
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponse
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponse
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseData
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseData
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultItem
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultItem
MonitoringGetDatabaseMysqlLoadResponse
MonitoringGetDatabaseMysqlLoadResponse
MonitoringGetDatabaseMysqlLoadResponseData
MonitoringGetDatabaseMysqlLoadResponseData
MonitoringGetDatabaseMysqlLoadResponseDataResultItem
MonitoringGetDatabaseMysqlLoadResponseDataResultItem
MonitoringGetDatabaseMysqlMemoryUsageResponse
MonitoringGetDatabaseMysqlMemoryUsageResponse
MonitoringGetDatabaseMysqlMemoryUsageResponseData
MonitoringGetDatabaseMysqlMemoryUsageResponseData
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultItem
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultItem
MonitoringGetDatabaseMysqlOpRatesResponse
MonitoringGetDatabaseMysqlOpRatesResponse
MonitoringGetDatabaseMysqlOpRatesResponseData
MonitoringGetDatabaseMysqlOpRatesResponseData
MonitoringGetDatabaseMysqlOpRatesResponseDataResultItem
MonitoringGetDatabaseMysqlOpRatesResponseDataResultItem
MonitoringGetDatabaseMysqlSchemaLatencyResponse
MonitoringGetDatabaseMysqlSchemaLatencyResponse
MonitoringGetDatabaseMysqlSchemaLatencyResponseData
MonitoringGetDatabaseMysqlSchemaLatencyResponseData
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultItem
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultItem
MonitoringGetDatabaseMysqlSchemaThroughputResponse
MonitoringGetDatabaseMysqlSchemaThroughputResponse
MonitoringGetDatabaseMysqlSchemaThroughputResponseData
MonitoringGetDatabaseMysqlSchemaThroughputResponseData
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultItem
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsActiveResponse
MonitoringGetDatabaseMysqlThreadsActiveResponse
MonitoringGetDatabaseMysqlThreadsActiveResponseData
MonitoringGetDatabaseMysqlThreadsActiveResponseData
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsConnectedResponse
MonitoringGetDatabaseMysqlThreadsConnectedResponse
MonitoringGetDatabaseMysqlThreadsConnectedResponseData
MonitoringGetDatabaseMysqlThreadsConnectedResponseData
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsCreatedRateResponse
MonitoringGetDatabaseMysqlThreadsCreatedRateResponse
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseData
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseData
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultItem
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultItem
MonitoringGetDestinationResponse
MonitoringGetDestinationResponse
MonitoringGetDestinationResponseDestination
MonitoringGetDestinationResponseDestination
MonitoringGetDestinationResponseDestinationConfig
OpenSearch destination configuration with credentials omitted.
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponse
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponse
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseData
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseData
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultItem
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultItem
MonitoringGetDropletAutoscaleCurrentInstancesResponse
MonitoringGetDropletAutoscaleCurrentInstancesResponse
MonitoringGetDropletAutoscaleCurrentInstancesResponseData
MonitoringGetDropletAutoscaleCurrentInstancesResponseData
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultItem
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultItem
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponse
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponse
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseData
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseData
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultItem
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultItem
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponse
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponse
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseData
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseData
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultItem
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultItem
MonitoringGetDropletAutoscaleTargetInstancesResponse
MonitoringGetDropletAutoscaleTargetInstancesResponse
MonitoringGetDropletAutoscaleTargetInstancesResponseData
MonitoringGetDropletAutoscaleTargetInstancesResponseData
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultItem
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultItem
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponse
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponse
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseData
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseData
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultItem
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultItem
MonitoringGetDropletBandwidthMetricsResponse
MonitoringGetDropletBandwidthMetricsResponse
MonitoringGetDropletBandwidthMetricsResponseData
MonitoringGetDropletBandwidthMetricsResponseData
MonitoringGetDropletBandwidthMetricsResponseDataResultItem
MonitoringGetDropletBandwidthMetricsResponseDataResultItem
MonitoringGetDropletCpuMetricsResponse
MonitoringGetDropletCpuMetricsResponse
MonitoringGetDropletCpuMetricsResponseData
MonitoringGetDropletCpuMetricsResponseData
MonitoringGetDropletCpuMetricsResponseDataResultItem
MonitoringGetDropletCpuMetricsResponseDataResultItem
MonitoringGetDropletFilesystemFreeMetricsResponse
MonitoringGetDropletFilesystemFreeMetricsResponse
MonitoringGetDropletFilesystemFreeMetricsResponseData
MonitoringGetDropletFilesystemFreeMetricsResponseData
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultItem
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultItem
MonitoringGetDropletFilesystemSizeMetricsResponse
MonitoringGetDropletFilesystemSizeMetricsResponse
MonitoringGetDropletFilesystemSizeMetricsResponseData
MonitoringGetDropletFilesystemSizeMetricsResponseData
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultItem
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultItem
MonitoringGetDropletLoad1MetricsResponse
MonitoringGetDropletLoad1MetricsResponse
MonitoringGetDropletLoad1MetricsResponseData
MonitoringGetDropletLoad1MetricsResponseData
MonitoringGetDropletLoad1MetricsResponseDataResultItem
MonitoringGetDropletLoad1MetricsResponseDataResultItem
MonitoringGetDropletLoad5MetricsResponse
MonitoringGetDropletLoad5MetricsResponse
MonitoringGetDropletLoad5MetricsResponseData
MonitoringGetDropletLoad5MetricsResponseData
MonitoringGetDropletLoad5MetricsResponseDataResultItem
MonitoringGetDropletLoad5MetricsResponseDataResultItem
MonitoringGetDropletLoad15MetricsResponse
MonitoringGetDropletLoad15MetricsResponse
MonitoringGetDropletLoad15MetricsResponseData
MonitoringGetDropletLoad15MetricsResponseData
MonitoringGetDropletLoad15MetricsResponseDataResultItem
MonitoringGetDropletLoad15MetricsResponseDataResultItem
MonitoringGetDropletMemoryAvailableMetricsResponse
MonitoringGetDropletMemoryAvailableMetricsResponse
MonitoringGetDropletMemoryAvailableMetricsResponseData
MonitoringGetDropletMemoryAvailableMetricsResponseData
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultItem
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultItem
MonitoringGetDropletMemoryCachedMetricsResponse
MonitoringGetDropletMemoryCachedMetricsResponse
MonitoringGetDropletMemoryCachedMetricsResponseData
MonitoringGetDropletMemoryCachedMetricsResponseData
MonitoringGetDropletMemoryCachedMetricsResponseDataResultItem
MonitoringGetDropletMemoryCachedMetricsResponseDataResultItem
MonitoringGetDropletMemoryFreeMetricsResponse
MonitoringGetDropletMemoryFreeMetricsResponse
MonitoringGetDropletMemoryFreeMetricsResponseData
MonitoringGetDropletMemoryFreeMetricsResponseData
MonitoringGetDropletMemoryFreeMetricsResponseDataResultItem
MonitoringGetDropletMemoryFreeMetricsResponseDataResultItem
MonitoringGetDropletMemoryTotalMetricsResponse
MonitoringGetDropletMemoryTotalMetricsResponse
MonitoringGetDropletMemoryTotalMetricsResponseData
MonitoringGetDropletMemoryTotalMetricsResponseData
MonitoringGetDropletMemoryTotalMetricsResponseDataResultItem
MonitoringGetDropletMemoryTotalMetricsResponseDataResultItem
MonitoringGetLbDropletsConnectionsResponse
MonitoringGetLbDropletsConnectionsResponse
MonitoringGetLbDropletsConnectionsResponseData
MonitoringGetLbDropletsConnectionsResponseData
MonitoringGetLbDropletsConnectionsResponseDataResultItem
MonitoringGetLbDropletsConnectionsResponseDataResultItem
MonitoringGetLbDropletsDowntimeResponse
MonitoringGetLbDropletsDowntimeResponse
MonitoringGetLbDropletsDowntimeResponseData
MonitoringGetLbDropletsDowntimeResponseData
MonitoringGetLbDropletsDowntimeResponseDataResultItem
MonitoringGetLbDropletsDowntimeResponseDataResultItem
MonitoringGetLbDropletsHealthChecksResponse
MonitoringGetLbDropletsHealthChecksResponse
MonitoringGetLbDropletsHealthChecksResponseData
MonitoringGetLbDropletsHealthChecksResponseData
MonitoringGetLbDropletsHealthChecksResponseDataResultItem
MonitoringGetLbDropletsHealthChecksResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime50pResponse
MonitoringGetLbDropletsHttpResponseTime50pResponse
MonitoringGetLbDropletsHttpResponseTime50pResponseData
MonitoringGetLbDropletsHttpResponseTime50pResponseData
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime95pResponse
MonitoringGetLbDropletsHttpResponseTime95pResponse
MonitoringGetLbDropletsHttpResponseTime95pResponseData
MonitoringGetLbDropletsHttpResponseTime95pResponseData
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime99pResponse
MonitoringGetLbDropletsHttpResponseTime99pResponse
MonitoringGetLbDropletsHttpResponseTime99pResponseData
MonitoringGetLbDropletsHttpResponseTime99pResponseData
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTimeAvgResponse
MonitoringGetLbDropletsHttpResponseTimeAvgResponse
MonitoringGetLbDropletsHttpResponseTimeAvgResponseData
MonitoringGetLbDropletsHttpResponseTimeAvgResponseData
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultItem
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultItem
MonitoringGetLbDropletsHttpResponsesResponse
MonitoringGetLbDropletsHttpResponsesResponse
MonitoringGetLbDropletsHttpResponsesResponseData
MonitoringGetLbDropletsHttpResponsesResponseData
MonitoringGetLbDropletsHttpResponsesResponseDataResultItem
MonitoringGetLbDropletsHttpResponsesResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDuration50pResponse
MonitoringGetLbDropletsHttpSessionDuration50pResponse
MonitoringGetLbDropletsHttpSessionDuration50pResponseData
MonitoringGetLbDropletsHttpSessionDuration50pResponseData
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDuration95pResponse
MonitoringGetLbDropletsHttpSessionDuration95pResponse
MonitoringGetLbDropletsHttpSessionDuration95pResponseData
MonitoringGetLbDropletsHttpSessionDuration95pResponseData
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDurationAvgResponse
MonitoringGetLbDropletsHttpSessionDurationAvgResponse
MonitoringGetLbDropletsHttpSessionDurationAvgResponseData
MonitoringGetLbDropletsHttpSessionDurationAvgResponseData
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultItem
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultItem
MonitoringGetLbDropletsQueueSizeResponse
MonitoringGetLbDropletsQueueSizeResponse
MonitoringGetLbDropletsQueueSizeResponseData
MonitoringGetLbDropletsQueueSizeResponseData
MonitoringGetLbDropletsQueueSizeResponseDataResultItem
MonitoringGetLbDropletsQueueSizeResponseDataResultItem
MonitoringGetLbFrontendConnectionsCurrentResponse
MonitoringGetLbFrontendConnectionsCurrentResponse
MonitoringGetLbFrontendConnectionsCurrentResponseData
MonitoringGetLbFrontendConnectionsCurrentResponseData
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultItem
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultItem
MonitoringGetLbFrontendConnectionsLimitResponse
MonitoringGetLbFrontendConnectionsLimitResponse
MonitoringGetLbFrontendConnectionsLimitResponseData
MonitoringGetLbFrontendConnectionsLimitResponseData
MonitoringGetLbFrontendConnectionsLimitResponseDataResultItem
MonitoringGetLbFrontendConnectionsLimitResponseDataResultItem
MonitoringGetLbFrontendCpuUtilizationResponse
MonitoringGetLbFrontendCpuUtilizationResponse
MonitoringGetLbFrontendCpuUtilizationResponseData
MonitoringGetLbFrontendCpuUtilizationResponseData
MonitoringGetLbFrontendCpuUtilizationResponseDataResultItem
MonitoringGetLbFrontendCpuUtilizationResponseDataResultItem
MonitoringGetLbFrontendFirewallDroppedBytesResponse
MonitoringGetLbFrontendFirewallDroppedBytesResponse
MonitoringGetLbFrontendFirewallDroppedBytesResponseData
MonitoringGetLbFrontendFirewallDroppedBytesResponseData
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultItem
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultItem
MonitoringGetLbFrontendFirewallDroppedPacketsResponse
MonitoringGetLbFrontendFirewallDroppedPacketsResponse
MonitoringGetLbFrontendFirewallDroppedPacketsResponseData
MonitoringGetLbFrontendFirewallDroppedPacketsResponseData
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultItem
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultItem
MonitoringGetLbFrontendHttpRequestsPerSecondResponse
MonitoringGetLbFrontendHttpRequestsPerSecondResponse
MonitoringGetLbFrontendHttpRequestsPerSecondResponseData
MonitoringGetLbFrontendHttpRequestsPerSecondResponseData
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultItem
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultItem
MonitoringGetLbFrontendHttpResponsesResponse
MonitoringGetLbFrontendHttpResponsesResponse
MonitoringGetLbFrontendHttpResponsesResponseData
MonitoringGetLbFrontendHttpResponsesResponseData
MonitoringGetLbFrontendHttpResponsesResponseDataResultItem
MonitoringGetLbFrontendHttpResponsesResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputHttpResponse
MonitoringGetLbFrontendNetworkThroughputHttpResponse
MonitoringGetLbFrontendNetworkThroughputHttpResponseData
MonitoringGetLbFrontendNetworkThroughputHttpResponseData
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputTcpResponse
MonitoringGetLbFrontendNetworkThroughputTcpResponse
MonitoringGetLbFrontendNetworkThroughputTcpResponseData
MonitoringGetLbFrontendNetworkThroughputTcpResponseData
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputUdpResponse
MonitoringGetLbFrontendNetworkThroughputUdpResponse
MonitoringGetLbFrontendNetworkThroughputUdpResponseData
MonitoringGetLbFrontendNetworkThroughputUdpResponseData
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultItem
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultItem
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponse
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponse
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseData
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseData
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultItem
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultItem
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponse
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponse
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseData
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseData
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultItem
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsCurrentResponse
MonitoringGetLbFrontendTlsConnectionsCurrentResponse
MonitoringGetLbFrontendTlsConnectionsCurrentResponseData
MonitoringGetLbFrontendTlsConnectionsCurrentResponseData
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponse
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponse
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseData
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseData
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsLimitResponse
MonitoringGetLbFrontendTlsConnectionsLimitResponse
MonitoringGetLbFrontendTlsConnectionsLimitResponseData
MonitoringGetLbFrontendTlsConnectionsLimitResponseData
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultItem
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultItem
MonitoringGetSinkResponse
MonitoringGetSinkResponse
MonitoringGetSinkResponseSink
MonitoringGetSinkResponseSink
MonitoringGetSinkResponseSinkDestination
MonitoringGetSinkResponseSinkDestination
MonitoringGetSinkResponseSinkDestinationConfig
MonitoringGetSinkResponseSinkDestinationConfig
MonitoringGetSinkResponseSinkDestinationConfigCredentials
Credentials for an OpenSearch cluster user. Optional if cluster_uuid is passed.
MonitoringGetSinkResponseSinkResourcesItem
MonitoringGetSinkResponseSinkResourcesItem
MonitoringGetSinkResponseSinkResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
MonitoringListAlertPolicyResponse
MonitoringListAlertPolicyResponse
MonitoringListAlertPolicyResponseLinks
MonitoringListAlertPolicyResponseLinks
MonitoringListAlertPolicyResponseLinksPages
MonitoringListAlertPolicyResponseLinksPages
MonitoringListAlertPolicyResponseLinksPagesSubtype0
MonitoringListAlertPolicyResponseLinksPagesSubtype0
MonitoringListAlertPolicyResponseLinksPagesSubtype1
MonitoringListAlertPolicyResponseLinksPagesSubtype1
MonitoringListAlertPolicyResponseMeta
MonitoringListAlertPolicyResponseMeta
MonitoringListAlertPolicyResponsePoliciesItem
MonitoringListAlertPolicyResponsePoliciesItem
MonitoringListAlertPolicyResponsePoliciesItemAlerts
MonitoringListAlertPolicyResponsePoliciesItemAlerts
MonitoringListAlertPolicyResponsePoliciesItemAlertsSlackItem
MonitoringListAlertPolicyResponsePoliciesItemAlertsSlackItem
MonitoringListDestinationsResponse
MonitoringListDestinationsResponse
MonitoringListDestinationsResponseDestinationsItem
MonitoringListDestinationsResponseDestinationsItem
MonitoringListDestinationsResponseDestinationsItemConfig
OpenSearch destination configuration with credentials omitted.
MonitoringListSinksResourceId
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
MonitoringListSinksResponse
MonitoringListSinksResponse
MonitoringListSinksResponseSinksItem
MonitoringListSinksResponseSinksItem
MonitoringListSinksResponseSinksItemDestination
MonitoringListSinksResponseSinksItemDestination
MonitoringListSinksResponseSinksItemDestinationConfig
MonitoringListSinksResponseSinksItemDestinationConfig
MonitoringListSinksResponseSinksItemDestinationConfigCredentials
Credentials for an OpenSearch cluster user. Optional if cluster_uuid is passed.
MonitoringListSinksResponseSinksItemResourcesItem
MonitoringListSinksResponseSinksItemResourcesItem
MonitoringListSinksResponseSinksItemResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
MonitoringUpdateAlertPolicyBody
MonitoringUpdateAlertPolicyBody
MonitoringUpdateAlertPolicyBodyAlerts
MonitoringUpdateAlertPolicyBodyAlerts
MonitoringUpdateAlertPolicyBodyAlertsSlackItem
MonitoringUpdateAlertPolicyBodyAlertsSlackItem
MonitoringUpdateAlertPolicyResponse
MonitoringUpdateAlertPolicyResponse
MonitoringUpdateAlertPolicyResponsePolicy
MonitoringUpdateAlertPolicyResponsePolicy
MonitoringUpdateAlertPolicyResponsePolicyAlerts
MonitoringUpdateAlertPolicyResponsePolicyAlerts
MonitoringUpdateAlertPolicyResponsePolicyAlertsSlackItem
MonitoringUpdateAlertPolicyResponsePolicyAlertsSlackItem
MonitoringUpdateDestinationBody
MonitoringUpdateDestinationBody
MonitoringUpdateDestinationBodyConfig
MonitoringUpdateDestinationBodyConfig
MonitoringUpdateDestinationBodyConfigCredentials
Credentials for an OpenSearch cluster user. Optional if cluster_uuid is passed.
MultipleDropletRequestBackupPolicy
MultipleDropletRequestBackupPolicy
MultipleDropletRequestBackupPolicyHour
The hour of the day that the backup window will start.
MultipleDropletRequestNamesItem
MultipleDropletRequestNamesItem
MultipleDropletResponseDropletsItem
MultipleDropletResponseDropletsItem
MultipleDropletResponseDropletsItemDiskInfoItem
MultipleDropletResponseDropletsItemDiskInfoItem
MultipleDropletResponseDropletsItemDiskInfoItemSize
MultipleDropletResponseDropletsItemDiskInfoItemSize
MultipleDropletResponseDropletsItemGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
MultipleDropletResponseDropletsItemGpuInfoVram
MultipleDropletResponseDropletsItemGpuInfoVram
MultipleDropletResponseDropletsItemImage
MultipleDropletResponseDropletsItemImage
MultipleDropletResponseDropletsItemKernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
MultipleDropletResponseDropletsItemNetworks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
MultipleDropletResponseDropletsItemNetworksV4Item
MultipleDropletResponseDropletsItemNetworksV4Item
MultipleDropletResponseDropletsItemNetworksV6Item
MultipleDropletResponseDropletsItemNetworksV6Item
MultipleDropletResponseDropletsItemNextBackupWindow
MultipleDropletResponseDropletsItemNextBackupWindow
MultipleDropletResponseDropletsItemRegion
MultipleDropletResponseDropletsItemRegion
MultipleDropletResponseDropletsItemSize
MultipleDropletResponseDropletsItemSize
MultipleDropletResponseDropletsItemSizeDiskInfoItem
MultipleDropletResponseDropletsItemSizeDiskInfoItem
MultipleDropletResponseDropletsItemSizeDiskInfoItemSize
MultipleDropletResponseDropletsItemSizeDiskInfoItemSize
MultipleDropletResponseDropletsItemSizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
MultipleDropletResponseDropletsItemSizeGpuInfoVram
MultipleDropletResponseDropletsItemSizeGpuInfoVram
MultipleDropletResponseLinks
MultipleDropletResponseLinks
MultipleDropletResponseLinksActionsItem
The linked actions can be used to check the status of a Droplet’s create event.
NameName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
NfsCreateAccessPointBody
Payload for creating a new access point on a share.
NfsCreateAccessPointBodyAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsCreateAccessPointResponse
Response returned after starting an access point mutation.
NfsCreateAccessPointResponseAccessPoint
Represents an NFS access point resource.
NfsCreateAccessPointResponseAccessPointAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsCreateAccessPointResponseAction
The action that was submitted.
NfsCreateActionBodyVariant0Params
NfsCreateActionBodyVariant0Params
NfsCreateActionBodyVariant1Params
NfsCreateActionBodyVariant1Params
NfsCreateActionBodyVariant2Params
NfsCreateActionBodyVariant2Params
NfsCreateActionBodyVariant3Params
NfsCreateActionBodyVariant3Params
NfsCreateActionBodyVariant4Params
NfsCreateActionBodyVariant4Params
NfsCreateActionBodyVariant5Params
NfsCreateActionBodyVariant5Params
NfsCreateActionResponse
Action response of an NFS share.
NfsCreateActionResponseAction
The action that was submitted.
NfsCreateBody
NfsCreateBody
NfsCreateResponse
NfsCreateResponse
NfsCreateResponseShare
NfsCreateResponseShare
NfsCreateResponseShareAccessPointsItem
Represents an NFS access point resource.
NfsCreateResponseShareAccessPointsItemAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsDeleteAccessPointResponse
Response returned after starting an access point mutation.
NfsDeleteAccessPointResponseAccessPoint
Represents an NFS access point resource.
NfsDeleteAccessPointResponseAccessPointAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsDeleteAccessPointResponseAction
The action that was submitted.
NfsGetAccessPointResponse
Response containing a single access point.
NfsGetAccessPointResponseAccessPoint
Represents an NFS access point resource.
NfsGetAccessPointResponseAccessPointAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsGetResponse
NfsGetResponse
NfsGetResponseShare
NfsGetResponseShare
NfsGetResponseShareAccessPointsItem
Represents an NFS access point resource.
NfsGetResponseShareAccessPointsItemAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsGetSnapshotResponse
NfsGetSnapshotResponse
NfsGetSnapshotResponseSnapshot
Represents an NFS snapshot.
NfsListAccessPointsResponse
Response containing a list of access points.
NfsListAccessPointsResponseAccessPointsItem
Represents an NFS access point resource.
NfsListAccessPointsResponseAccessPointsItemAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsListResponse
NfsListResponse
NfsListResponseSharesItem
NfsListResponseSharesItem
NfsListResponseSharesItemAccessPointsItem
Represents an NFS access point resource.
NfsListResponseSharesItemAccessPointsItemAccessPolicy
Provider-agnostic NFS access policy for an access point. Network CIDRs are managed by attach, detach, and managed-access workflows and are not part of this policy.
NfsListSnapshotResponse
NfsListSnapshotResponse
NfsListSnapshotResponseSnapshotsItem
Represents an NFS snapshot.
OneClicksInstallKubernetesBody
OneClicksInstallKubernetesBody
OneClicksInstallKubernetesResponse
OneClicksInstallKubernetesResponse
OneClicksListResponse
OneClicksListResponse
OneClicksListResponse1ClicksItem
OneClicksListResponse1ClicksItem
OrganizationsCreateTeamBody
OrganizationsCreateTeamBody
OrganizationsCreateTeamBodyInvitationsItem
An invitation to join a newly created team.
OrganizationsCreateTeamResponse
OrganizationsCreateTeamResponse
OrganizationsCreateTeamResponseInvitationsValue
The result of attempting to send a team invitation.
OrganizationsCreateTeamResponseTeam
The team resource returned when a team is created in an organization.
OrganizationsListTeamsResponse
OrganizationsListTeamsResponse
OrganizationsListTeamsResponseTeamsItem
A team that belongs to an organization.
PartnerAttachmentsCreateBody
PartnerAttachmentsCreateBody
PartnerAttachmentsCreateBodyBgp
Optional BGP configurations
PartnerAttachmentsCreateBodyConnectionBandwidthInMbps
Bandwidth (in Mbps) of the connection.
PartnerAttachmentsCreateBodyName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PartnerAttachmentsCreateResponse
PartnerAttachmentsCreateResponse
PartnerAttachmentsCreateResponsePartnerAttachment
PartnerAttachmentsCreateResponsePartnerAttachment
PartnerAttachmentsCreateResponsePartnerAttachmentBgp
The BGP configuration for the partner attachment.
PartnerAttachmentsCreateResponsePartnerAttachmentName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PartnerAttachmentsDeleteResponse
PartnerAttachmentsDeleteResponse
PartnerAttachmentsDeleteResponsePartnerAttachment
PartnerAttachmentsDeleteResponsePartnerAttachment
PartnerAttachmentsDeleteResponsePartnerAttachmentBgp
The BGP configuration for the partner attachment.
PartnerAttachmentsDeleteResponsePartnerAttachmentName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PartnerAttachmentsGetBgpAuthKeyResponse
PartnerAttachmentsGetBgpAuthKeyResponse
PartnerAttachmentsGetResponse
PartnerAttachmentsGetResponse
PartnerAttachmentsGetResponsePartnerAttachment
PartnerAttachmentsGetResponsePartnerAttachment
PartnerAttachmentsGetResponsePartnerAttachmentBgp
The BGP configuration for the partner attachment.
PartnerAttachmentsGetResponsePartnerAttachmentName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PartnerAttachmentsGetServiceKeyResponse
PartnerAttachmentsGetServiceKeyResponse
PartnerAttachmentsListRemoteRoutesResponse
PartnerAttachmentsListRemoteRoutesResponse
PartnerAttachmentsListRemoteRoutesResponseLinks
PartnerAttachmentsListRemoteRoutesResponseLinks
PartnerAttachmentsListRemoteRoutesResponseLinksPages
PartnerAttachmentsListRemoteRoutesResponseLinksPages
PartnerAttachmentsListRemoteRoutesResponseLinksPagesSubtype0
PartnerAttachmentsListRemoteRoutesResponseLinksPagesSubtype0
PartnerAttachmentsListRemoteRoutesResponseLinksPagesSubtype1
PartnerAttachmentsListRemoteRoutesResponseLinksPagesSubtype1
PartnerAttachmentsListRemoteRoutesResponseMeta
PartnerAttachmentsListRemoteRoutesResponseMeta
PartnerAttachmentsListRemoteRoutesResponseRemoteRoutesItem
PartnerAttachmentsListRemoteRoutesResponseRemoteRoutesItem
PartnerAttachmentsListResponse
PartnerAttachmentsListResponse
PartnerAttachmentsListResponseLinks
PartnerAttachmentsListResponseLinks
PartnerAttachmentsListResponseLinksPages
PartnerAttachmentsListResponseLinksPages
PartnerAttachmentsListResponseLinksPagesSubtype0
PartnerAttachmentsListResponseLinksPagesSubtype0
PartnerAttachmentsListResponseLinksPagesSubtype1
PartnerAttachmentsListResponseLinksPagesSubtype1
PartnerAttachmentsListResponseMeta
PartnerAttachmentsListResponseMeta
PartnerAttachmentsListResponsePartnerAttachmentsItem
PartnerAttachmentsListResponsePartnerAttachmentsItem
PartnerAttachmentsListResponsePartnerAttachmentsItemBgp
The BGP configuration for the partner attachment.
PartnerAttachmentsListResponsePartnerAttachmentsItemName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PartnerAttachmentsPatchResponse
PartnerAttachmentsPatchResponse
PartnerAttachmentsPatchResponsePartnerAttachment
PartnerAttachmentsPatchResponsePartnerAttachment
PartnerAttachmentsPatchResponsePartnerAttachmentBgp
The BGP configuration for the partner attachment.
PartnerAttachmentsPatchResponsePartnerAttachmentName
The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
PlansItem
PlansItem
ProjectsAssignResourcesBody
ProjectsAssignResourcesBody
ProjectsAssignResourcesBodyResourcesItem
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsAssignResourcesDefaultBody
ProjectsAssignResourcesDefaultBody
ProjectsAssignResourcesDefaultBodyResourcesItem
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsAssignResourcesDefaultResponse
ProjectsAssignResourcesDefaultResponse
ProjectsAssignResourcesDefaultResponseResourcesItem
ProjectsAssignResourcesDefaultResponseResourcesItem
ProjectsAssignResourcesDefaultResponseResourcesItemLinks
The links object contains the self object, which contains the resource relationship.
ProjectsAssignResourcesDefaultResponseResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsAssignResourcesResponse
ProjectsAssignResourcesResponse
ProjectsAssignResourcesResponseResourcesItem
ProjectsAssignResourcesResponseResourcesItem
ProjectsAssignResourcesResponseResourcesItemLinks
The links object contains the self object, which contains the resource relationship.
ProjectsAssignResourcesResponseResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsCreateBody
ProjectsCreateBody
ProjectsCreateBodyDescription
The description of the project. The maximum length is 255 characters.
ProjectsCreateBodyName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsCreateBodyPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsCreateResponse
ProjectsCreateResponse
ProjectsCreateResponseProject
ProjectsCreateResponseProject
ProjectsCreateResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsCreateResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsCreateResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsGetDefaultResponse
ProjectsGetDefaultResponse
ProjectsGetDefaultResponseProject
ProjectsGetDefaultResponseProject
ProjectsGetDefaultResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsGetDefaultResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsGetDefaultResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsGetResponse
ProjectsGetResponse
ProjectsGetResponseProject
ProjectsGetResponseProject
ProjectsGetResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsGetResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsGetResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsListResourcesDefaultResponse
ProjectsListResourcesDefaultResponse
ProjectsListResourcesDefaultResponseLinks
ProjectsListResourcesDefaultResponseLinks
ProjectsListResourcesDefaultResponseLinksPages
ProjectsListResourcesDefaultResponseLinksPages
ProjectsListResourcesDefaultResponseLinksPagesSubtype0
ProjectsListResourcesDefaultResponseLinksPagesSubtype0
ProjectsListResourcesDefaultResponseLinksPagesSubtype1
ProjectsListResourcesDefaultResponseLinksPagesSubtype1
ProjectsListResourcesDefaultResponseMeta
ProjectsListResourcesDefaultResponseMeta
ProjectsListResourcesDefaultResponseResourcesItem
ProjectsListResourcesDefaultResponseResourcesItem
ProjectsListResourcesDefaultResponseResourcesItemLinks
The links object contains the self object, which contains the resource relationship.
ProjectsListResourcesDefaultResponseResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsListResourcesResponse
ProjectsListResourcesResponse
ProjectsListResourcesResponseLinks
ProjectsListResourcesResponseLinks
ProjectsListResourcesResponseLinksPages
ProjectsListResourcesResponseLinksPages
ProjectsListResourcesResponseLinksPagesSubtype0
ProjectsListResourcesResponseLinksPagesSubtype0
ProjectsListResourcesResponseLinksPagesSubtype1
ProjectsListResourcesResponseLinksPagesSubtype1
ProjectsListResourcesResponseMeta
ProjectsListResourcesResponseMeta
ProjectsListResourcesResponseResourcesItem
ProjectsListResourcesResponseResourcesItem
ProjectsListResourcesResponseResourcesItemLinks
The links object contains the self object, which contains the resource relationship.
ProjectsListResourcesResponseResourcesItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
ProjectsListResponse
ProjectsListResponse
ProjectsListResponseLinks
ProjectsListResponseLinks
ProjectsListResponseLinksPages
ProjectsListResponseLinksPages
ProjectsListResponseLinksPagesSubtype0
ProjectsListResponseLinksPagesSubtype0
ProjectsListResponseLinksPagesSubtype1
ProjectsListResponseLinksPagesSubtype1
ProjectsListResponseMeta
ProjectsListResponseMeta
ProjectsListResponseProjectsItem
ProjectsListResponseProjectsItem
ProjectsListResponseProjectsItemDescription
The description of the project. The maximum length is 255 characters.
ProjectsListResponseProjectsItemName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsListResponseProjectsItemPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsPatchBody
ProjectsPatchBody
ProjectsPatchBodyDescription
The description of the project. The maximum length is 255 characters.
ProjectsPatchBodyName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsPatchBodyPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsPatchDefaultBody
ProjectsPatchDefaultBody
ProjectsPatchDefaultBodyDescription
The description of the project. The maximum length is 255 characters.
ProjectsPatchDefaultBodyName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsPatchDefaultBodyPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsPatchDefaultResponse
ProjectsPatchDefaultResponse
ProjectsPatchDefaultResponseProject
ProjectsPatchDefaultResponseProject
ProjectsPatchDefaultResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsPatchDefaultResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsPatchDefaultResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsPatchResponse
ProjectsPatchResponse
ProjectsPatchResponseProject
ProjectsPatchResponseProject
ProjectsPatchResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsPatchResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsPatchResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsUpdateBody
ProjectsUpdateBody
ProjectsUpdateBodyDescription
The description of the project. The maximum length is 255 characters.
ProjectsUpdateBodyName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsUpdateBodyPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsUpdateDefaultBody
ProjectsUpdateDefaultBody
ProjectsUpdateDefaultBodyDescription
The description of the project. The maximum length is 255 characters.
ProjectsUpdateDefaultBodyName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsUpdateDefaultBodyPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsUpdateDefaultResponse
ProjectsUpdateDefaultResponse
ProjectsUpdateDefaultResponseProject
ProjectsUpdateDefaultResponseProject
ProjectsUpdateDefaultResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsUpdateDefaultResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsUpdateDefaultResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
ProjectsUpdateResponse
ProjectsUpdateResponse
ProjectsUpdateResponseProject
ProjectsUpdateResponseProject
ProjectsUpdateResponseProjectDescription
The description of the project. The maximum length is 255 characters.
ProjectsUpdateResponseProjectName
The human-readable name for the project. The maximum length is 175 characters and the name must be unique.
ProjectsUpdateResponseProjectPurpose
The purpose of the project. The maximum length is 255 characters. It can have one of the following values:
RegionsListResponse
RegionsListResponse
RegionsListResponseLinks
RegionsListResponseLinks
RegionsListResponseLinksPages
RegionsListResponseLinksPages
RegionsListResponseLinksPagesSubtype0
RegionsListResponseLinksPagesSubtype0
RegionsListResponseLinksPagesSubtype1
RegionsListResponseLinksPagesSubtype1
RegionsListResponseMeta
RegionsListResponseMeta
RegionsListResponseRegionsItem
RegionsListResponseRegionsItem
RegistriesCreateBody
RegistriesCreateBody
RegistriesCreateBodyName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistriesCreateResponse
RegistriesCreateResponse
RegistriesCreateResponseRegistry
RegistriesCreateResponseRegistry
RegistriesCreateResponseRegistryName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistriesGetDockerCredentialsResponse
RegistriesGetDockerCredentialsResponse
RegistriesGetDockerCredentialsResponseAuths
RegistriesGetDockerCredentialsResponseAuths
RegistriesGetDockerCredentialsResponseAuthsRegistryDigitaloceanCom
RegistriesGetDockerCredentialsResponseAuthsRegistryDigitaloceanCom
RegistriesGetGarbageCollectionResponse
RegistriesGetGarbageCollectionResponse
RegistriesGetGarbageCollectionResponseGarbageCollection
RegistriesGetGarbageCollectionResponseGarbageCollection
RegistriesGetOptionsResponse
RegistriesGetOptionsResponse
RegistriesGetOptionsResponseOptions
RegistriesGetOptionsResponseOptions
RegistriesGetOptionsResponseOptionsSubscriptionTiersItem
RegistriesGetOptionsResponseOptionsSubscriptionTiersItem
RegistriesGetResponse
RegistriesGetResponse
RegistriesGetResponseRegistry
RegistriesGetResponseRegistry
RegistriesGetResponseRegistryName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistriesGetSubscriptionResponse
RegistriesGetSubscriptionResponse
RegistriesGetSubscriptionResponseSubscription
RegistriesGetSubscriptionResponseSubscription
RegistriesGetSubscriptionResponseSubscriptionTier
RegistriesGetSubscriptionResponseSubscriptionTier
RegistriesListGarbageCollectionsResponse
RegistriesListGarbageCollectionsResponse
RegistriesListGarbageCollectionsResponseGarbageCollectionsItem
RegistriesListGarbageCollectionsResponseGarbageCollectionsItem
RegistriesListRepositoriesV2Response
RegistriesListRepositoriesV2Response
RegistriesListRepositoriesV2ResponseLinks
RegistriesListRepositoriesV2ResponseLinks
RegistriesListRepositoriesV2ResponseLinksPages
RegistriesListRepositoriesV2ResponseLinksPages
RegistriesListRepositoriesV2ResponseLinksPagesSubtype0
RegistriesListRepositoriesV2ResponseLinksPagesSubtype0
RegistriesListRepositoriesV2ResponseLinksPagesSubtype1
RegistriesListRepositoriesV2ResponseLinksPagesSubtype1
RegistriesListRepositoriesV2ResponseMeta
RegistriesListRepositoriesV2ResponseMeta
RegistriesListRepositoriesV2ResponseRepositoriesItem
RegistriesListRepositoriesV2ResponseRepositoriesItem
RegistriesListRepositoriesV2ResponseRepositoriesItemLatestManifest
RegistriesListRepositoriesV2ResponseRepositoriesItemLatestManifest
RegistriesListRepositoriesV2ResponseRepositoriesItemLatestManifestBlobsItem
RegistriesListRepositoriesV2ResponseRepositoriesItemLatestManifestBlobsItem
RegistriesListRepositoryManifestsResponse
RegistriesListRepositoryManifestsResponse
RegistriesListRepositoryManifestsResponseLinks
RegistriesListRepositoryManifestsResponseLinks
RegistriesListRepositoryManifestsResponseLinksPages
RegistriesListRepositoryManifestsResponseLinksPages
RegistriesListRepositoryManifestsResponseLinksPagesSubtype0
RegistriesListRepositoryManifestsResponseLinksPagesSubtype0
RegistriesListRepositoryManifestsResponseLinksPagesSubtype1
RegistriesListRepositoryManifestsResponseLinksPagesSubtype1
RegistriesListRepositoryManifestsResponseManifestsItem
RegistriesListRepositoryManifestsResponseManifestsItem
RegistriesListRepositoryManifestsResponseManifestsItemBlobsItem
RegistriesListRepositoryManifestsResponseManifestsItemBlobsItem
RegistriesListRepositoryManifestsResponseMeta
RegistriesListRepositoryManifestsResponseMeta
RegistriesListRepositoryTagsResponse
RegistriesListRepositoryTagsResponse
RegistriesListRepositoryTagsResponseLinks
RegistriesListRepositoryTagsResponseLinks
RegistriesListRepositoryTagsResponseLinksPages
RegistriesListRepositoryTagsResponseLinksPages
RegistriesListRepositoryTagsResponseLinksPagesSubtype0
RegistriesListRepositoryTagsResponseLinksPagesSubtype0
RegistriesListRepositoryTagsResponseLinksPagesSubtype1
RegistriesListRepositoryTagsResponseLinksPagesSubtype1
RegistriesListRepositoryTagsResponseMeta
RegistriesListRepositoryTagsResponseMeta
RegistriesListRepositoryTagsResponseTagsItem
RegistriesListRepositoryTagsResponseTagsItem
RegistriesListResponse
RegistriesListResponse
RegistriesListResponseRegistriesItem
RegistriesListResponseRegistriesItem
RegistriesListResponseRegistriesItemName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistriesListResponseRegistriesItemSubscription
RegistriesListResponseRegistriesItemSubscription
RegistriesListResponseRegistriesItemSubscriptionTier
RegistriesListResponseRegistriesItemSubscriptionTier
RegistriesRunGarbageCollectionResponse
RegistriesRunGarbageCollectionResponse
RegistriesRunGarbageCollectionResponseGarbageCollection
RegistriesRunGarbageCollectionResponseGarbageCollection
RegistriesUpdateGarbageCollectionBody
RegistriesUpdateGarbageCollectionBody
RegistriesUpdateGarbageCollectionResponse
RegistriesUpdateGarbageCollectionResponse
RegistriesUpdateGarbageCollectionResponseGarbageCollection
RegistriesUpdateGarbageCollectionResponseGarbageCollection
RegistriesUpdateSubscriptionBody
RegistriesUpdateSubscriptionBody
RegistriesUpdateSubscriptionResponse
RegistriesUpdateSubscriptionResponse
RegistriesUpdateSubscriptionResponseSubscription
RegistriesUpdateSubscriptionResponseSubscription
RegistriesUpdateSubscriptionResponseSubscriptionTier
RegistriesUpdateSubscriptionResponseSubscriptionTier
RegistriesValidateNameBody
RegistriesValidateNameBody
RegistriesValidateNameBodyName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistryCreateBody
RegistryCreateBody
RegistryCreateBodyName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistryCreateResponse
RegistryCreateResponse
RegistryCreateResponseRegistry
RegistryCreateResponseRegistry
RegistryCreateResponseRegistryName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistryCreateResponseRegistrySubscription
RegistryCreateResponseRegistrySubscription
RegistryCreateResponseRegistrySubscriptionTier
RegistryCreateResponseRegistrySubscriptionTier
RegistryGetDockerCredentialsResponse
RegistryGetDockerCredentialsResponse
RegistryGetDockerCredentialsResponseAuths
RegistryGetDockerCredentialsResponseAuths
RegistryGetDockerCredentialsResponseAuthsRegistryDigitaloceanCom
RegistryGetDockerCredentialsResponseAuthsRegistryDigitaloceanCom
RegistryGetGarbageCollectionResponse
RegistryGetGarbageCollectionResponse
RegistryGetGarbageCollectionResponseGarbageCollection
RegistryGetGarbageCollectionResponseGarbageCollection
RegistryGetOptionsResponse
RegistryGetOptionsResponse
RegistryGetOptionsResponseOptions
RegistryGetOptionsResponseOptions
RegistryGetOptionsResponseOptionsSubscriptionTiersItem
RegistryGetOptionsResponseOptionsSubscriptionTiersItem
RegistryGetResponse
RegistryGetResponse
RegistryGetResponseRegistry
RegistryGetResponseRegistry
RegistryGetResponseRegistryName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
RegistryGetResponseRegistrySubscription
RegistryGetResponseRegistrySubscription
RegistryGetResponseRegistrySubscriptionTier
RegistryGetResponseRegistrySubscriptionTier
RegistryGetSubscriptionResponse
RegistryGetSubscriptionResponse
RegistryGetSubscriptionResponseSubscription
RegistryGetSubscriptionResponseSubscription
RegistryGetSubscriptionResponseSubscriptionTier
RegistryGetSubscriptionResponseSubscriptionTier
RegistryListGarbageCollectionsResponse
RegistryListGarbageCollectionsResponse
RegistryListGarbageCollectionsResponseGarbageCollectionsItem
RegistryListGarbageCollectionsResponseGarbageCollectionsItem
RegistryListRepositoriesResponse
RegistryListRepositoriesResponse
RegistryListRepositoriesResponseLinks
RegistryListRepositoriesResponseLinks
RegistryListRepositoriesResponseLinksPages
RegistryListRepositoriesResponseLinksPages
RegistryListRepositoriesResponseLinksPagesSubtype0
RegistryListRepositoriesResponseLinksPagesSubtype0
RegistryListRepositoriesResponseLinksPagesSubtype1
RegistryListRepositoriesResponseLinksPagesSubtype1
RegistryListRepositoriesResponseMeta
RegistryListRepositoriesResponseMeta
RegistryListRepositoriesResponseRepositoriesItem
RegistryListRepositoriesResponseRepositoriesItem
RegistryListRepositoriesResponseRepositoriesItemLatestTag
RegistryListRepositoriesResponseRepositoriesItemLatestTag
RegistryListRepositoriesV2Response
RegistryListRepositoriesV2Response
RegistryListRepositoriesV2ResponseLinks
RegistryListRepositoriesV2ResponseLinks
RegistryListRepositoriesV2ResponseLinksPages
RegistryListRepositoriesV2ResponseLinksPages
RegistryListRepositoriesV2ResponseLinksPagesSubtype0
RegistryListRepositoriesV2ResponseLinksPagesSubtype0
RegistryListRepositoriesV2ResponseLinksPagesSubtype1
RegistryListRepositoriesV2ResponseLinksPagesSubtype1
RegistryListRepositoriesV2ResponseMeta
RegistryListRepositoriesV2ResponseMeta
RegistryListRepositoriesV2ResponseRepositoriesItem
RegistryListRepositoriesV2ResponseRepositoriesItem
RegistryListRepositoriesV2ResponseRepositoriesItemLatestManifest
RegistryListRepositoriesV2ResponseRepositoriesItemLatestManifest
RegistryListRepositoriesV2ResponseRepositoriesItemLatestManifestBlobsItem
RegistryListRepositoriesV2ResponseRepositoriesItemLatestManifestBlobsItem
RegistryListRepositoryManifestsResponse
RegistryListRepositoryManifestsResponse
RegistryListRepositoryManifestsResponseLinks
RegistryListRepositoryManifestsResponseLinks
RegistryListRepositoryManifestsResponseLinksPages
RegistryListRepositoryManifestsResponseLinksPages
RegistryListRepositoryManifestsResponseLinksPagesSubtype0
RegistryListRepositoryManifestsResponseLinksPagesSubtype0
RegistryListRepositoryManifestsResponseLinksPagesSubtype1
RegistryListRepositoryManifestsResponseLinksPagesSubtype1
RegistryListRepositoryManifestsResponseManifestsItem
RegistryListRepositoryManifestsResponseManifestsItem
RegistryListRepositoryManifestsResponseManifestsItemBlobsItem
RegistryListRepositoryManifestsResponseManifestsItemBlobsItem
RegistryListRepositoryManifestsResponseMeta
RegistryListRepositoryManifestsResponseMeta
RegistryListRepositoryTagsResponse
RegistryListRepositoryTagsResponse
RegistryListRepositoryTagsResponseLinks
RegistryListRepositoryTagsResponseLinks
RegistryListRepositoryTagsResponseLinksPages
RegistryListRepositoryTagsResponseLinksPages
RegistryListRepositoryTagsResponseLinksPagesSubtype0
RegistryListRepositoryTagsResponseLinksPagesSubtype0
RegistryListRepositoryTagsResponseLinksPagesSubtype1
RegistryListRepositoryTagsResponseLinksPagesSubtype1
RegistryListRepositoryTagsResponseMeta
RegistryListRepositoryTagsResponseMeta
RegistryListRepositoryTagsResponseTagsItem
RegistryListRepositoryTagsResponseTagsItem
RegistryRunGarbageCollectionBody
RegistryRunGarbageCollectionBody
RegistryRunGarbageCollectionResponse
RegistryRunGarbageCollectionResponse
RegistryRunGarbageCollectionResponseGarbageCollection
RegistryRunGarbageCollectionResponseGarbageCollection
RegistryUpdateGarbageCollectionBody
RegistryUpdateGarbageCollectionBody
RegistryUpdateGarbageCollectionResponse
RegistryUpdateGarbageCollectionResponse
RegistryUpdateGarbageCollectionResponseGarbageCollection
RegistryUpdateGarbageCollectionResponseGarbageCollection
RegistryUpdateSubscriptionBody
RegistryUpdateSubscriptionBody
RegistryUpdateSubscriptionResponse
RegistryUpdateSubscriptionResponse
RegistryUpdateSubscriptionResponseSubscription
RegistryUpdateSubscriptionResponseSubscription
RegistryUpdateSubscriptionResponseSubscriptionTier
RegistryUpdateSubscriptionResponseSubscriptionTier
RegistryValidateNameBody
RegistryValidateNameBody
RegistryValidateNameBodyName
A globally unique name for the container registry. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 63 characters.
ReserveToRegion
ReserveToRegion
ReservedIPsActionsGetResponse
ReservedIPsActionsGetResponse
ReservedIPsActionsGetResponseAction
ReservedIPsActionsGetResponseAction
ReservedIPsActionsGetResponseActionRegion
ReservedIPsActionsGetResponseActionRegion
ReservedIPsActionsListResponse
ReservedIPsActionsListResponse
ReservedIPsActionsListResponseActionsItem
ReservedIPsActionsListResponseActionsItem
ReservedIPsActionsListResponseActionsItemRegion
ReservedIPsActionsListResponseActionsItemRegion
ReservedIPsActionsListResponseLinks
ReservedIPsActionsListResponseLinks
ReservedIPsActionsListResponseLinksPages
ReservedIPsActionsListResponseLinksPages
ReservedIPsActionsListResponseLinksPagesSubtype0
ReservedIPsActionsListResponseLinksPagesSubtype0
ReservedIPsActionsListResponseLinksPagesSubtype1
ReservedIPsActionsListResponseLinksPagesSubtype1
ReservedIPsActionsListResponseMeta
ReservedIPsActionsListResponseMeta
ReservedIPsActionsPostResponse
ReservedIPsActionsPostResponse
ReservedIPsActionsPostResponseAction
ReservedIPsActionsPostResponseAction
ReservedIPsActionsPostResponseActionRegion
ReservedIPsActionsPostResponseActionRegion
ReservedIPsCreateResponse
ReservedIPsCreateResponse
ReservedIPsCreateResponseLinks
ReservedIPsCreateResponseLinks
ReservedIPsCreateResponseLinksActionsItem
The linked actions can be used to check the status of a Droplet’s create event.
ReservedIPsCreateResponseLinksDropletsItem
The linked actions can be used to check the status of a Droplet’s create event.
ReservedIPsCreateResponseReservedIp
ReservedIPsCreateResponseReservedIp
ReservedIPsCreateResponseReservedIpDroplet
The Droplet that the reserved IP has been assigned to. When you query a reserved IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
ReservedIPsCreateResponseReservedIpDropletSubtype1
ReservedIPsCreateResponseReservedIpDropletSubtype1
ReservedIPsCreateResponseReservedIpDropletSubtype1DiskInfoItem
ReservedIPsCreateResponseReservedIpDropletSubtype1DiskInfoItem
ReservedIPsCreateResponseReservedIpDropletSubtype1DiskInfoItemSize
ReservedIPsCreateResponseReservedIpDropletSubtype1DiskInfoItemSize
ReservedIPsCreateResponseReservedIpDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsCreateResponseReservedIpDropletSubtype1GpuInfoVram
ReservedIPsCreateResponseReservedIpDropletSubtype1GpuInfoVram
ReservedIPsCreateResponseReservedIpDropletSubtype1Image
ReservedIPsCreateResponseReservedIpDropletSubtype1Image
ReservedIPsCreateResponseReservedIpDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
ReservedIPsCreateResponseReservedIpDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV4Item
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV4Item
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV6Item
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV6Item
ReservedIPsCreateResponseReservedIpDropletSubtype1NextBackupWindow
ReservedIPsCreateResponseReservedIpDropletSubtype1NextBackupWindow
ReservedIPsCreateResponseReservedIpDropletSubtype1Region
ReservedIPsCreateResponseReservedIpDropletSubtype1Region
ReservedIPsCreateResponseReservedIpDropletSubtype1Size
ReservedIPsCreateResponseReservedIpDropletSubtype1Size
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeDiskInfoItem
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeDiskInfoItem
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeDiskInfoItemSize
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeDiskInfoItemSize
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeGpuInfoVram
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeGpuInfoVram
ReservedIPsCreateResponseReservedIpRegion
ReservedIPsCreateResponseReservedIpRegion
ReservedIPsGetResponse
ReservedIPsGetResponse
ReservedIPsGetResponseReservedIp
ReservedIPsGetResponseReservedIp
ReservedIPsGetResponseReservedIpDroplet
The Droplet that the reserved IP has been assigned to. When you query a reserved IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
ReservedIPsGetResponseReservedIpDropletSubtype1
ReservedIPsGetResponseReservedIpDropletSubtype1
ReservedIPsGetResponseReservedIpDropletSubtype1DiskInfoItem
ReservedIPsGetResponseReservedIpDropletSubtype1DiskInfoItem
ReservedIPsGetResponseReservedIpDropletSubtype1DiskInfoItemSize
ReservedIPsGetResponseReservedIpDropletSubtype1DiskInfoItemSize
ReservedIPsGetResponseReservedIpDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsGetResponseReservedIpDropletSubtype1GpuInfoVram
ReservedIPsGetResponseReservedIpDropletSubtype1GpuInfoVram
ReservedIPsGetResponseReservedIpDropletSubtype1Image
ReservedIPsGetResponseReservedIpDropletSubtype1Image
ReservedIPsGetResponseReservedIpDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
ReservedIPsGetResponseReservedIpDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV4Item
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV4Item
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV6Item
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV6Item
ReservedIPsGetResponseReservedIpDropletSubtype1NextBackupWindow
ReservedIPsGetResponseReservedIpDropletSubtype1NextBackupWindow
ReservedIPsGetResponseReservedIpDropletSubtype1Region
ReservedIPsGetResponseReservedIpDropletSubtype1Region
ReservedIPsGetResponseReservedIpDropletSubtype1Size
ReservedIPsGetResponseReservedIpDropletSubtype1Size
ReservedIPsGetResponseReservedIpDropletSubtype1SizeDiskInfoItem
ReservedIPsGetResponseReservedIpDropletSubtype1SizeDiskInfoItem
ReservedIPsGetResponseReservedIpDropletSubtype1SizeDiskInfoItemSize
ReservedIPsGetResponseReservedIpDropletSubtype1SizeDiskInfoItemSize
ReservedIPsGetResponseReservedIpDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsGetResponseReservedIpDropletSubtype1SizeGpuInfoVram
ReservedIPsGetResponseReservedIpDropletSubtype1SizeGpuInfoVram
ReservedIPsGetResponseReservedIpRegion
ReservedIPsGetResponseReservedIpRegion
ReservedIPsListResponse
ReservedIPsListResponse
ReservedIPsListResponseLinks
ReservedIPsListResponseLinks
ReservedIPsListResponseLinksPages
ReservedIPsListResponseLinksPages
ReservedIPsListResponseLinksPagesSubtype0
ReservedIPsListResponseLinksPagesSubtype0
ReservedIPsListResponseLinksPagesSubtype1
ReservedIPsListResponseLinksPagesSubtype1
ReservedIPsListResponseMeta
ReservedIPsListResponseMeta
ReservedIPsListResponseReservedIpsItem
ReservedIPsListResponseReservedIpsItem
ReservedIPsListResponseReservedIpsItemDroplet
The Droplet that the reserved IP has been assigned to. When you query a reserved IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.

Requires droplet:read scope.
ReservedIPsListResponseReservedIpsItemDropletSubtype1
ReservedIPsListResponseReservedIpsItemDropletSubtype1
ReservedIPsListResponseReservedIpsItemDropletSubtype1DiskInfoItem
ReservedIPsListResponseReservedIpsItemDropletSubtype1DiskInfoItem
ReservedIPsListResponseReservedIpsItemDropletSubtype1DiskInfoItemSize
ReservedIPsListResponseReservedIpsItemDropletSubtype1DiskInfoItemSize
ReservedIPsListResponseReservedIpsItemDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsListResponseReservedIpsItemDropletSubtype1GpuInfoVram
ReservedIPsListResponseReservedIpsItemDropletSubtype1GpuInfoVram
ReservedIPsListResponseReservedIpsItemDropletSubtype1Image
ReservedIPsListResponseReservedIpsItemDropletSubtype1Image
ReservedIPsListResponseReservedIpsItemDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
ReservedIPsListResponseReservedIpsItemDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV4Item
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV4Item
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV6Item
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV6Item
ReservedIPsListResponseReservedIpsItemDropletSubtype1NextBackupWindow
ReservedIPsListResponseReservedIpsItemDropletSubtype1NextBackupWindow
ReservedIPsListResponseReservedIpsItemDropletSubtype1Region
ReservedIPsListResponseReservedIpsItemDropletSubtype1Region
ReservedIPsListResponseReservedIpsItemDropletSubtype1Size
ReservedIPsListResponseReservedIpsItemDropletSubtype1Size
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeDiskInfoItem
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeDiskInfoItem
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeDiskInfoItemSize
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeDiskInfoItemSize
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeGpuInfoVram
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeGpuInfoVram
ReservedIPsListResponseReservedIpsItemRegion
ReservedIPsListResponseReservedIpsItemRegion
ReservedIPv6ActionsPostResponse
ReservedIPv6ActionsPostResponse
ReservedIPv6ActionsPostResponseAction
ReservedIPv6ActionsPostResponseAction
ReservedIPv6ActionsPostResponseActionRegion
ReservedIPv6ActionsPostResponseActionRegion
ReservedIPv6CreateResponse
ReservedIPv6CreateResponse
ReservedIPv6CreateResponseReservedIpv6
ReservedIPv6CreateResponseReservedIpv6
ReservedIPv6GetResponse
ReservedIPv6GetResponse
ReservedIPv6GetResponseReservedIpv6
ReservedIPv6GetResponseReservedIpv6
ReservedIPv6GetResponseReservedIpv6Droplet
ReservedIPv6GetResponseReservedIpv6Droplet
ReservedIPv6GetResponseReservedIpv6DropletSubtype1
ReservedIPv6GetResponseReservedIpv6DropletSubtype1
ReservedIPv6GetResponseReservedIpv6DropletSubtype1DiskInfoItem
ReservedIPv6GetResponseReservedIpv6DropletSubtype1DiskInfoItem
ReservedIPv6GetResponseReservedIpv6DropletSubtype1DiskInfoItemSize
ReservedIPv6GetResponseReservedIpv6DropletSubtype1DiskInfoItemSize
ReservedIPv6GetResponseReservedIpv6DropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1GpuInfoVram
ReservedIPv6GetResponseReservedIpv6DropletSubtype1GpuInfoVram
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Image
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Image
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV4Item
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV4Item
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV6Item
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV6Item
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NextBackupWindow
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NextBackupWindow
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Region
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Region
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Size
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Size
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeDiskInfoItem
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeDiskInfoItem
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeDiskInfoItemSize
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeDiskInfoItemSize
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeGpuInfoVram
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeGpuInfoVram
ReservedIPv6ListResponse
ReservedIPv6ListResponse
ReservedIPv6ListResponseLinks
ReservedIPv6ListResponseLinks
ReservedIPv6ListResponseLinksPages
ReservedIPv6ListResponseLinksPages
ReservedIPv6ListResponseLinksPagesSubtype0
ReservedIPv6ListResponseLinksPagesSubtype0
ReservedIPv6ListResponseLinksPagesSubtype1
ReservedIPv6ListResponseLinksPagesSubtype1
ReservedIPv6ListResponseMeta
ReservedIPv6ListResponseMeta
ReservedIPv6ListResponseReservedIpv6sItem
ReservedIPv6ListResponseReservedIpv6sItem
ReservedIPv6ListResponseReservedIpv6sItemDroplet
Requires droplet:read scope.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1DiskInfoItem
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1DiskInfoItem
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1DiskInfoItemSize
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1DiskInfoItemSize
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1GpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1GpuInfoVram
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1GpuInfoVram
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Image
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Image
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Kernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Networks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV4Item
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV4Item
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV6Item
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV6Item
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NextBackupWindow
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NextBackupWindow
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Region
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Region
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Size
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Size
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeDiskInfoItem
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeDiskInfoItem
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeDiskInfoItemSize
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeDiskInfoItemSize
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeGpuInfoVram
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeGpuInfoVram
ResponseValue
Typed value returned by generated client methods.
SecurityCreateScanResponse
SecurityCreateScanResponse
SecurityCreateScanResponseScan
SecurityCreateScanResponseScan
SecurityCreateScanRuleBody
SecurityCreateScanRuleBody
SecurityCreateSuppressionBody
SecurityCreateSuppressionBody
SecurityCreateSuppressionResponse
SecurityCreateSuppressionResponse
SecurityCreateSuppressionResponseLinks
SecurityCreateSuppressionResponseLinks
SecurityCreateSuppressionResponseLinksPages
SecurityCreateSuppressionResponseLinksPages
SecurityCreateSuppressionResponseMeta
SecurityCreateSuppressionResponseMeta
SecurityCreateSuppressionResponseResourcesItem
SecurityCreateSuppressionResponseResourcesItem
SecurityGetLatestScanResponse
SecurityGetLatestScanResponse
SecurityGetLatestScanResponseScan
SecurityGetLatestScanResponseScan
SecurityGetScanResponse
SecurityGetScanResponse
SecurityGetScanResponseScan
SecurityGetScanResponseScan
SecurityListScanFindingAffectedResourcesResponse
SecurityListScanFindingAffectedResourcesResponse
SecurityListScanFindingAffectedResourcesResponseAffectedResourcesItem
SecurityListScanFindingAffectedResourcesResponseAffectedResourcesItem
SecurityListScansResponse
SecurityListScansResponse
SecurityListScansResponseLinks
SecurityListScansResponseLinks
SecurityListScansResponseLinksPages
SecurityListScansResponseLinksPages
SecurityListScansResponseLinksPagesSubtype0
SecurityListScansResponseLinksPagesSubtype0
SecurityListScansResponseLinksPagesSubtype1
SecurityListScansResponseLinksPagesSubtype1
SecurityListScansResponseMeta
SecurityListScansResponseMeta
SecurityListScansResponseScansItem
SecurityListScansResponseScansItem
SecurityListSettingsResponse
SecurityListSettingsResponse
SecurityListSettingsResponsePlanDowngradesValue
Resources moving to a tier at a given effective time.
SecurityListSettingsResponseSettings
SecurityListSettingsResponseSettings
SecurityListSettingsResponseSettingsSuppressions
SecurityListSettingsResponseSettingsSuppressions
SecurityListSettingsResponseSettingsSuppressionsLinks
SecurityListSettingsResponseSettingsSuppressionsLinks
SecurityListSettingsResponseSettingsSuppressionsLinksPages
SecurityListSettingsResponseSettingsSuppressionsLinksPages
SecurityListSettingsResponseSettingsSuppressionsMeta
SecurityListSettingsResponseSettingsSuppressionsMeta
SecurityListSettingsResponseTierCoverageValue
SecurityListSettingsResponseTierCoverageValue
SecurityUpdateSettingsPlanBody
SecurityUpdateSettingsPlanBody
SecurityUpdateSettingsPlanBodyTierCoverageValue
SecurityUpdateSettingsPlanBodyTierCoverageValue
SecurityUpdateSettingsPlanResponse
SecurityUpdateSettingsPlanResponse
SecurityUpdateSettingsPlanResponseTierCoverageValue
SecurityUpdateSettingsPlanResponseTierCoverageValue
ServiceComponentsThatArePartOfThisDeploymentItem
ServiceComponentsThatArePartOfThisDeploymentItem
SingleDropletRequestBackupPolicy
SingleDropletRequestBackupPolicy
SingleDropletRequestBackupPolicyHour
The hour of the day that the backup window will start.
SingleDropletRequestName
The human-readable string you wish to use when displaying the Droplet name. The name, if set to a domain name managed in the DigitalOcean DNS management system, will configure a PTR record for the Droplet. The name set during creation will also determine the hostname for the Droplet in its internal configuration.
SingleDropletResponseDroplet
SingleDropletResponseDroplet
SingleDropletResponseDropletDiskInfoItem
SingleDropletResponseDropletDiskInfoItem
SingleDropletResponseDropletDiskInfoItemSize
SingleDropletResponseDropletDiskInfoItemSize
SingleDropletResponseDropletGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
SingleDropletResponseDropletGpuInfoVram
SingleDropletResponseDropletGpuInfoVram
SingleDropletResponseDropletImage
SingleDropletResponseDropletImage
SingleDropletResponseDropletKernel
Note: All Droplets created after March 2017 use internal kernels by default. These Droplets will have this attribute set to null.
SingleDropletResponseDropletNetworks
The details of the network that are configured for the Droplet instance. This is an object that contains keys for IPv4 and IPv6. The value of each of these is an array that contains objects describing an individual IP resource allocated to the Droplet. These will define attributes like the IP address, netmask, and gateway of the specific network depending on the type of network it is.
SingleDropletResponseDropletNetworksV4Item
SingleDropletResponseDropletNetworksV4Item
SingleDropletResponseDropletNetworksV6Item
SingleDropletResponseDropletNetworksV6Item
SingleDropletResponseDropletNextBackupWindow
SingleDropletResponseDropletNextBackupWindow
SingleDropletResponseDropletRegion
SingleDropletResponseDropletRegion
SingleDropletResponseDropletSize
SingleDropletResponseDropletSize
SingleDropletResponseDropletSizeDiskInfoItem
SingleDropletResponseDropletSizeDiskInfoItem
SingleDropletResponseDropletSizeDiskInfoItemSize
SingleDropletResponseDropletSizeDiskInfoItemSize
SingleDropletResponseDropletSizeGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
SingleDropletResponseDropletSizeGpuInfoVram
SingleDropletResponseDropletSizeGpuInfoVram
SingleDropletResponseLinks
SingleDropletResponseLinks
SingleDropletResponseLinksActionsItem
The linked actions can be used to check the status of a Droplet’s create event.
SizesListResponse
SizesListResponse
SizesListResponseLinks
SizesListResponseLinks
SizesListResponseLinksPages
SizesListResponseLinksPages
SizesListResponseLinksPagesSubtype0
SizesListResponseLinksPagesSubtype0
SizesListResponseLinksPagesSubtype1
SizesListResponseLinksPagesSubtype1
SizesListResponseMeta
SizesListResponseMeta
SizesListResponseSizesItem
SizesListResponseSizesItem
SizesListResponseSizesItemDiskInfoItem
SizesListResponseSizesItemDiskInfoItem
SizesListResponseSizesItemDiskInfoItemSize
SizesListResponseSizesItemDiskInfoItemSize
SizesListResponseSizesItemGpuInfo
An object containing information about the GPU capabilities of Droplets created with this size.
SizesListResponseSizesItemGpuInfoVram
SizesListResponseSizesItemGpuInfoVram
SlackWebhooksToSendAlertsToItem
SlackWebhooksToSendAlertsToItem
SnapshotsGetResponse
SnapshotsGetResponse
SnapshotsGetResponseSnapshot
SnapshotsGetResponseSnapshot
SnapshotsListResponse
SnapshotsListResponse
SnapshotsListResponseLinks
SnapshotsListResponseLinks
SnapshotsListResponseLinksPages
SnapshotsListResponseLinksPages
SnapshotsListResponseLinksPagesSubtype0
SnapshotsListResponseLinksPagesSubtype0
SnapshotsListResponseLinksPagesSubtype1
SnapshotsListResponseLinksPagesSubtype1
SnapshotsListResponseMeta
SnapshotsListResponseMeta
SnapshotsListResponseSnapshotsItem
SnapshotsListResponseSnapshotsItem
SpacesKeyCreateBody
SpacesKeyCreateBody
SpacesKeyCreateBodyGrantsItem
SpacesKeyCreateBodyGrantsItem
SpacesKeyCreateResponse
SpacesKeyCreateResponse
SpacesKeyCreateResponseKey
SpacesKeyCreateResponseKey
SpacesKeyCreateResponseKeyGrantsItem
SpacesKeyCreateResponseKeyGrantsItem
SpacesKeyGetResponse
SpacesKeyGetResponse
SpacesKeyGetResponseKeysItem
SpacesKeyGetResponseKeysItem
SpacesKeyGetResponseKeysItemGrantsItem
SpacesKeyGetResponseKeysItemGrantsItem
SpacesKeyListResponse
SpacesKeyListResponse
SpacesKeyListResponseKeysItem
SpacesKeyListResponseKeysItem
SpacesKeyListResponseKeysItemGrantsItem
SpacesKeyListResponseKeysItemGrantsItem
SpacesKeyListResponseLinks
SpacesKeyListResponseLinks
SpacesKeyListResponseLinksPages
SpacesKeyListResponseLinksPages
SpacesKeyListResponseLinksPagesSubtype0
SpacesKeyListResponseLinksPagesSubtype0
SpacesKeyListResponseLinksPagesSubtype1
SpacesKeyListResponseLinksPagesSubtype1
SpacesKeyListResponseMeta
SpacesKeyListResponseMeta
SpacesKeyPatchBody
SpacesKeyPatchBody
SpacesKeyPatchBodyGrantsItem
SpacesKeyPatchBodyGrantsItem
SpacesKeyPatchResponse
SpacesKeyPatchResponse
SpacesKeyPatchResponseKey
SpacesKeyPatchResponseKey
SpacesKeyPatchResponseKeyGrantsItem
SpacesKeyPatchResponseKeyGrantsItem
SpacesKeyUpdateBody
SpacesKeyUpdateBody
SpacesKeyUpdateBodyGrantsItem
SpacesKeyUpdateBodyGrantsItem
SpacesKeyUpdateResponse
SpacesKeyUpdateResponse
SpacesKeyUpdateResponseKey
SpacesKeyUpdateResponseKey
SpacesKeyUpdateResponseKeyGrantsItem
SpacesKeyUpdateResponseKeyGrantsItem
SshKeysCreateBody
SshKeysCreateBody
SshKeysCreateResponse
SshKeysCreateResponse
SshKeysCreateResponseSshKey
SshKeysCreateResponseSshKey
SshKeysGetResponse
SshKeysGetResponse
SshKeysGetResponseSshKey
SshKeysGetResponseSshKey
SshKeysListResponse
SshKeysListResponse
SshKeysListResponseLinks
SshKeysListResponseLinks
SshKeysListResponseLinksPages
SshKeysListResponseLinksPages
SshKeysListResponseLinksPagesSubtype0
SshKeysListResponseLinksPagesSubtype0
SshKeysListResponseLinksPagesSubtype1
SshKeysListResponseLinksPagesSubtype1
SshKeysListResponseMeta
SshKeysListResponseMeta
SshKeysListResponseSshKeysItem
SshKeysListResponseSshKeysItem
SshKeysUpdateBody
SshKeysUpdateBody
SshKeysUpdateResponse
SshKeysUpdateResponse
SshKeysUpdateResponseSshKey
SshKeysUpdateResponseSshKey
StaticSiteComponentsThatArePartOfThisDeploymentItem
StaticSiteComponentsThatArePartOfThisDeploymentItem
StepsOfAnAlertsProgressItem
StepsOfAnAlertsProgressItem
StepsOfAnAlertsProgressItemReason
StepsOfAnAlertsProgressItemReason
TagsAssignResourcesBody
TagsAssignResourcesBody
TagsAssignResourcesBodyResourcesItem
TagsAssignResourcesBodyResourcesItem
TagsAssignResourcesTagId
TagsAssignResourcesTagId
TagsCreateBody
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it. Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
TagsCreateBodyName
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
TagsCreateBodyResources
An embedded object containing key value pairs of resource type and resource statistics. It also includes a count of the total number of resources tagged with the current tag as well as a last_tagged_uri attribute set to the last resource tagged with the current tag.
TagsCreateBodyResourcesDatabases
TagsCreateBodyResourcesDatabases
TagsCreateBodyResourcesDroplets
TagsCreateBodyResourcesDroplets
TagsCreateBodyResourcesImgages
TagsCreateBodyResourcesImgages
TagsCreateBodyResourcesVolumeSnapshots
TagsCreateBodyResourcesVolumeSnapshots
TagsCreateBodyResourcesVolumes
TagsCreateBodyResourcesVolumes
TagsCreateResponse
TagsCreateResponse
TagsCreateResponseTag
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it. Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
TagsCreateResponseTagName
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
TagsCreateResponseTagResources
An embedded object containing key value pairs of resource type and resource statistics. It also includes a count of the total number of resources tagged with the current tag as well as a last_tagged_uri attribute set to the last resource tagged with the current tag.
TagsCreateResponseTagResourcesDatabases
TagsCreateResponseTagResourcesDatabases
TagsCreateResponseTagResourcesDroplets
TagsCreateResponseTagResourcesDroplets
TagsCreateResponseTagResourcesImgages
TagsCreateResponseTagResourcesImgages
TagsCreateResponseTagResourcesVolumeSnapshots
TagsCreateResponseTagResourcesVolumeSnapshots
TagsCreateResponseTagResourcesVolumes
TagsCreateResponseTagResourcesVolumes
TagsDeleteTagId
TagsDeleteTagId
TagsGetResponse
TagsGetResponse
TagsGetResponseTag
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it. Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
TagsGetResponseTagName
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
TagsGetResponseTagResources
An embedded object containing key value pairs of resource type and resource statistics. It also includes a count of the total number of resources tagged with the current tag as well as a last_tagged_uri attribute set to the last resource tagged with the current tag.
TagsGetResponseTagResourcesDatabases
TagsGetResponseTagResourcesDatabases
TagsGetResponseTagResourcesDroplets
TagsGetResponseTagResourcesDroplets
TagsGetResponseTagResourcesImgages
TagsGetResponseTagResourcesImgages
TagsGetResponseTagResourcesVolumeSnapshots
TagsGetResponseTagResourcesVolumeSnapshots
TagsGetResponseTagResourcesVolumes
TagsGetResponseTagResourcesVolumes
TagsGetTagId
TagsGetTagId
TagsListResponse
TagsListResponse
TagsListResponseLinks
TagsListResponseLinks
TagsListResponseLinksPages
TagsListResponseLinksPages
TagsListResponseLinksPagesSubtype0
TagsListResponseLinksPagesSubtype0
TagsListResponseLinksPagesSubtype1
TagsListResponseLinksPagesSubtype1
TagsListResponseMeta
TagsListResponseMeta
TagsListResponseTagsItem
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it. Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
TagsListResponseTagsItemName
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
TagsListResponseTagsItemResources
An embedded object containing key value pairs of resource type and resource statistics. It also includes a count of the total number of resources tagged with the current tag as well as a last_tagged_uri attribute set to the last resource tagged with the current tag.
TagsListResponseTagsItemResourcesDatabases
TagsListResponseTagsItemResourcesDatabases
TagsListResponseTagsItemResourcesDroplets
TagsListResponseTagsItemResourcesDroplets
TagsListResponseTagsItemResourcesImgages
TagsListResponseTagsItemResourcesImgages
TagsListResponseTagsItemResourcesVolumeSnapshots
TagsListResponseTagsItemResourcesVolumeSnapshots
TagsListResponseTagsItemResourcesVolumes
TagsListResponseTagsItemResourcesVolumes
TagsUnassignResourcesBody
TagsUnassignResourcesBody
TagsUnassignResourcesBodyResourcesItem
TagsUnassignResourcesBodyResourcesItem
TagsUnassignResourcesTagId
TagsUnassignResourcesTagId
TheDedicatedEgressIpAddressesAssociatedWithTheAppItem
TheDedicatedEgressIpAddressesAssociatedWithTheAppItem
TheEgressIpsAssociatedWithTheVpcItem
TheEgressIpsAssociatedWithTheVpcItem
TheJobInvocationTrigger
TheJobInvocationTrigger
TheJobInvocationTriggerManual
Details about the manual trigger, if applicable
TheJobInvocationTriggerManualUser
The user who triggered the job
TheJobInvocationTriggerScheduled
The schedule for the job
TheJobInvocationTriggerScheduledSchedule
TheJobInvocationTriggerScheduledSchedule
UptimeCreateAlertBody
UptimeCreateAlertBody
UptimeCreateAlertResponse
UptimeCreateAlertResponse
UptimeCreateAlertResponseAlert
UptimeCreateAlertResponseAlert
UptimeCreateCheckBody
UptimeCreateCheckBody
UptimeCreateCheckResponse
UptimeCreateCheckResponse
UptimeCreateCheckResponseCheck
UptimeCreateCheckResponseCheck
UptimeGetAlertResponse
UptimeGetAlertResponse
UptimeGetAlertResponseAlert
UptimeGetAlertResponseAlert
UptimeGetCheckResponse
UptimeGetCheckResponse
UptimeGetCheckResponseCheck
UptimeGetCheckResponseCheck
UptimeGetCheckStateResponse
UptimeGetCheckStateResponse
UptimeGetCheckStateResponseState
UptimeGetCheckStateResponseState
UptimeGetCheckStateResponseStatePreviousOutage
UptimeGetCheckStateResponseStatePreviousOutage
UptimeGetCheckStateResponseStateRegions
A map of region to regional state
UptimeListAlertsResponse
UptimeListAlertsResponse
UptimeListAlertsResponseAlertsItem
UptimeListAlertsResponseAlertsItem
UptimeListAlertsResponseLinks
UptimeListAlertsResponseLinks
UptimeListAlertsResponseLinksPages
UptimeListAlertsResponseLinksPages
UptimeListAlertsResponseLinksPagesSubtype0
UptimeListAlertsResponseLinksPagesSubtype0
UptimeListAlertsResponseLinksPagesSubtype1
UptimeListAlertsResponseLinksPagesSubtype1
UptimeListAlertsResponseMeta
UptimeListAlertsResponseMeta
UptimeListChecksResponse
UptimeListChecksResponse
UptimeListChecksResponseChecksItem
UptimeListChecksResponseChecksItem
UptimeListChecksResponseLinks
UptimeListChecksResponseLinks
UptimeListChecksResponseLinksPages
UptimeListChecksResponseLinksPages
UptimeListChecksResponseLinksPagesSubtype0
UptimeListChecksResponseLinksPagesSubtype0
UptimeListChecksResponseLinksPagesSubtype1
UptimeListChecksResponseLinksPagesSubtype1
UptimeListChecksResponseMeta
UptimeListChecksResponseMeta
UptimeUpdateAlertBody
UptimeUpdateAlertBody
UptimeUpdateAlertBodyNotifications
The notification settings for a trigger alert.
UptimeUpdateAlertBodyNotificationsSlackItem
UptimeUpdateAlertBodyNotificationsSlackItem
UptimeUpdateAlertResponse
UptimeUpdateAlertResponse
UptimeUpdateAlertResponseAlert
UptimeUpdateAlertResponseAlert
UptimeUpdateCheckBody
UptimeUpdateCheckBody
UptimeUpdateCheckResponse
UptimeUpdateCheckResponse
UptimeUpdateCheckResponseCheck
UptimeUpdateCheckResponseCheck
VectorDatabasesCreateBody
VectorDatabasesCreateBody
VectorDatabasesCreateResponse
VectorDatabasesCreateResponse
VectorDatabasesCreateResponseVectorDb
VectorDB represents a provisioned vector database instance.
VectorDatabasesGetCredentialsResponse
VectorDatabasesGetCredentialsResponse
VectorDatabasesGetResponse
VectorDatabasesGetResponse
VectorDatabasesGetResponseVectorDb
VectorDB represents a provisioned vector database instance.
VectorDatabasesGetRestoreStatusResponse
VectorDatabasesGetRestoreStatusResponse
VectorDatabasesListBackupsResponse
VectorDatabasesListBackupsResponse
VectorDatabasesListBackupsResponseBackupsItem
Backup represents a single backup of a vector database.
VectorDatabasesListResponse
VectorDatabasesListResponse
VectorDatabasesListResponseVectorDbsItem
VectorDB represents a provisioned vector database instance.
VectorDatabasesPostResizeBody
VectorDatabasesPostResizeBody
VectorDatabasesPostResizeResponse
VectorDatabasesPostResizeResponse
VectorDatabasesPostResizeResponseVectorDb
VectorDB represents a provisioned vector database instance.
VectorDatabasesPostRestoreBackupBody
VectorDatabasesPostRestoreBackupBody
VectorDatabasesPostRestoreBackupResponse
VectorDatabasesPostRestoreBackupResponse
VectorDatabasesUpdateBody
VectorDatabasesUpdateBody
VectorDatabasesUpdateBodyConfig
VectorDBConfig holds optional, advanced cluster settings.
VectorDatabasesUpdateResponse
VectorDatabasesUpdateResponse
VectorDatabasesUpdateResponseVectorDb
VectorDB represents a provisioned vector database instance.
VectorDatabasesUpdateTagsBody
VectorDatabasesUpdateTagsBody
VectorDatabasesUpdateTagsResponse
VectorDatabasesUpdateTagsResponse
VectorDatabasesUpdateTagsResponseVectorDb
VectorDB represents a provisioned vector database instance.
VolumeActionsGetResponse
VolumeActionsGetResponse
VolumeActionsGetResponseAction
VolumeActionsGetResponseAction
VolumeActionsGetResponseActionRegion
VolumeActionsGetResponseActionRegion
VolumeActionsListResponse
VolumeActionsListResponse
VolumeActionsListResponseActionsItem
VolumeActionsListResponseActionsItem
VolumeActionsListResponseActionsItemRegion
VolumeActionsListResponseActionsItemRegion
VolumeActionsListResponseLinks
VolumeActionsListResponseLinks
VolumeActionsListResponseLinksPages
VolumeActionsListResponseLinksPages
VolumeActionsListResponseLinksPagesSubtype0
VolumeActionsListResponseLinksPagesSubtype0
VolumeActionsListResponseLinksPagesSubtype1
VolumeActionsListResponseLinksPagesSubtype1
VolumeActionsListResponseMeta
VolumeActionsListResponseMeta
VolumeActionsPostBody
VolumeActionsPostBody
VolumeActionsPostBodySubtype0
VolumeActionsPostBodySubtype0
VolumeActionsPostBodySubtype1
VolumeActionsPostBodySubtype1
VolumeActionsPostByIdBody
VolumeActionsPostByIdBody
VolumeActionsPostByIdBodySubtype0
VolumeActionsPostByIdBodySubtype0
VolumeActionsPostByIdBodySubtype1
VolumeActionsPostByIdBodySubtype1
VolumeActionsPostByIdBodySubtype2
VolumeActionsPostByIdBodySubtype2
VolumeActionsPostByIdResponse
VolumeActionsPostByIdResponse
VolumeActionsPostByIdResponseAction
VolumeActionsPostByIdResponseAction
VolumeActionsPostByIdResponseActionRegion
VolumeActionsPostByIdResponseActionRegion
VolumeActionsPostResponse
VolumeActionsPostResponse
VolumeActionsPostResponseAction
VolumeActionsPostResponseAction
VolumeActionsPostResponseActionRegion
VolumeActionsPostResponseActionRegion
VolumeSnapshotsCreateBody
VolumeSnapshotsCreateBody
VolumeSnapshotsCreateResponse
VolumeSnapshotsCreateResponse
VolumeSnapshotsCreateResponseSnapshot
VolumeSnapshotsCreateResponseSnapshot
VolumeSnapshotsGetByIdResponse
VolumeSnapshotsGetByIdResponse
VolumeSnapshotsGetByIdResponseSnapshot
VolumeSnapshotsGetByIdResponseSnapshot
VolumeSnapshotsListResponse
VolumeSnapshotsListResponse
VolumeSnapshotsListResponseLinks
VolumeSnapshotsListResponseLinks
VolumeSnapshotsListResponseLinksPages
VolumeSnapshotsListResponseLinksPages
VolumeSnapshotsListResponseLinksPagesSubtype0
VolumeSnapshotsListResponseLinksPagesSubtype0
VolumeSnapshotsListResponseLinksPagesSubtype1
VolumeSnapshotsListResponseLinksPagesSubtype1
VolumeSnapshotsListResponseMeta
VolumeSnapshotsListResponseMeta
VolumeSnapshotsListResponseSnapshotsItem
VolumeSnapshotsListResponseSnapshotsItem
VolumesCreateBody
VolumesCreateBody
VolumesCreateBodySubtype0
VolumesCreateBodySubtype0
VolumesCreateBodySubtype0FilesystemLabel
VolumesCreateBodySubtype0FilesystemLabel
VolumesCreateBodySubtype1
VolumesCreateBodySubtype1
VolumesCreateBodySubtype1FilesystemLabel
VolumesCreateBodySubtype1FilesystemLabel
VolumesCreateResponse
VolumesCreateResponse
VolumesCreateResponseVolume
VolumesCreateResponseVolume
VolumesCreateResponseVolumeRegion
VolumesCreateResponseVolumeRegion
VolumesGetResponse
VolumesGetResponse
VolumesGetResponseVolume
VolumesGetResponseVolume
VolumesGetResponseVolumeRegion
VolumesGetResponseVolumeRegion
VolumesItem
VolumesItem
VolumesListResponse
VolumesListResponse
VolumesListResponseLinks
VolumesListResponseLinks
VolumesListResponseLinksPages
VolumesListResponseLinksPages
VolumesListResponseLinksPagesSubtype0
VolumesListResponseLinksPagesSubtype0
VolumesListResponseLinksPagesSubtype1
VolumesListResponseLinksPagesSubtype1
VolumesListResponseMeta
VolumesListResponseMeta
VolumesListResponseVolumesItem
VolumesListResponseVolumesItem
VolumesListResponseVolumesItemRegion
VolumesListResponseVolumesItemRegion
VpcPeeringsCreateBody
VpcPeeringsCreateBody
VpcPeeringsCreateBodyName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsCreateResponse
VpcPeeringsCreateResponse
VpcPeeringsCreateResponseVpcPeering
VpcPeeringsCreateResponseVpcPeering
VpcPeeringsCreateResponseVpcPeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsDeleteResponse
VpcPeeringsDeleteResponse
VpcPeeringsDeleteResponseVpcPeering
VpcPeeringsDeleteResponseVpcPeering
VpcPeeringsDeleteResponseVpcPeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsGetResponse
VpcPeeringsGetResponse
VpcPeeringsGetResponseVpcPeering
VpcPeeringsGetResponseVpcPeering
VpcPeeringsGetResponseVpcPeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsListResponse
VpcPeeringsListResponse
VpcPeeringsListResponseLinks
VpcPeeringsListResponseLinks
VpcPeeringsListResponseLinksPages
VpcPeeringsListResponseLinksPages
VpcPeeringsListResponseLinksPagesSubtype0
VpcPeeringsListResponseLinksPagesSubtype0
VpcPeeringsListResponseLinksPagesSubtype1
VpcPeeringsListResponseLinksPagesSubtype1
VpcPeeringsListResponseMeta
VpcPeeringsListResponseMeta
VpcPeeringsListResponseVpcPeeringsItem
VpcPeeringsListResponseVpcPeeringsItem
VpcPeeringsListResponseVpcPeeringsItemName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsPatchBody
VpcPeeringsPatchBody
VpcPeeringsPatchBodyName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcPeeringsPatchResponse
VpcPeeringsPatchResponse
VpcPeeringsPatchResponseVpcPeering
VpcPeeringsPatchResponseVpcPeering
VpcPeeringsPatchResponseVpcPeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcnatgatewaysCreateBody
VpcnatgatewaysCreateBody
VpcnatgatewaysCreateBodyVpcsItem
VpcnatgatewaysCreateBodyVpcsItem
VpcnatgatewaysCreateResponse
VpcnatgatewaysCreateResponse
VpcnatgatewaysCreateResponseVpcNatGateway
VpcnatgatewaysCreateResponseVpcNatGateway
VpcnatgatewaysCreateResponseVpcNatGatewayVpcsItem
VpcnatgatewaysCreateResponseVpcNatGatewayVpcsItem
VpcnatgatewaysGetResponse
VpcnatgatewaysGetResponse
VpcnatgatewaysGetResponseVpcNatGateway
VpcnatgatewaysGetResponseVpcNatGateway
VpcnatgatewaysGetResponseVpcNatGatewayEgresses
An object containing egress information for the VPC NAT gateway.
VpcnatgatewaysGetResponseVpcNatGatewayEgressesPublicGatewaysItem
VpcnatgatewaysGetResponseVpcNatGatewayEgressesPublicGatewaysItem
VpcnatgatewaysGetResponseVpcNatGatewayVpcsItem
VpcnatgatewaysGetResponseVpcNatGatewayVpcsItem
VpcnatgatewaysListResponse
VpcnatgatewaysListResponse
VpcnatgatewaysListResponseLinks
VpcnatgatewaysListResponseLinks
VpcnatgatewaysListResponseLinksPages
VpcnatgatewaysListResponseLinksPages
VpcnatgatewaysListResponseLinksPagesSubtype0
VpcnatgatewaysListResponseLinksPagesSubtype0
VpcnatgatewaysListResponseLinksPagesSubtype1
VpcnatgatewaysListResponseLinksPagesSubtype1
VpcnatgatewaysListResponseMeta
VpcnatgatewaysListResponseMeta
VpcnatgatewaysListResponseVpcNatGatewaysItem
VpcnatgatewaysListResponseVpcNatGatewaysItem
VpcnatgatewaysListResponseVpcNatGatewaysItemEgresses
An object containing egress information for the VPC NAT gateway.
VpcnatgatewaysListResponseVpcNatGatewaysItemEgressesPublicGatewaysItem
VpcnatgatewaysListResponseVpcNatGatewaysItemEgressesPublicGatewaysItem
VpcnatgatewaysListResponseVpcNatGatewaysItemVpcsItem
VpcnatgatewaysListResponseVpcNatGatewaysItemVpcsItem
VpcnatgatewaysUpdateBody
VpcnatgatewaysUpdateBody
VpcnatgatewaysUpdateBodyVpcsItem
VpcnatgatewaysUpdateBodyVpcsItem
VpcnatgatewaysUpdateResponse
VpcnatgatewaysUpdateResponse
VpcnatgatewaysUpdateResponseVpcNatGateway
VpcnatgatewaysUpdateResponseVpcNatGateway
VpcnatgatewaysUpdateResponseVpcNatGatewayVpcsItem
VpcnatgatewaysUpdateResponseVpcNatGatewayVpcsItem
VpcsCreateBody
VpcsCreateBody
VpcsCreateBodyDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsCreateBodyName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsCreatePeeringsBody
VpcsCreatePeeringsBody
VpcsCreatePeeringsBodyName
The name of the VPC peering. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsCreatePeeringsResponse
VpcsCreatePeeringsResponse
VpcsCreatePeeringsResponsePeering
VpcsCreatePeeringsResponsePeering
VpcsCreatePeeringsResponsePeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcsCreateResponse
VpcsCreateResponse
VpcsCreateResponseVpc
VpcsCreateResponseVpc
VpcsCreateResponseVpcDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsCreateResponseVpcName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsGetResponse
VpcsGetResponse
VpcsGetResponseVpc
VpcsGetResponseVpc
VpcsGetResponseVpcDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsGetResponseVpcName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsListMembersResponse
VpcsListMembersResponse
VpcsListMembersResponseLinks
VpcsListMembersResponseLinks
VpcsListMembersResponseLinksPages
VpcsListMembersResponseLinksPages
VpcsListMembersResponseLinksPagesSubtype0
VpcsListMembersResponseLinksPagesSubtype0
VpcsListMembersResponseLinksPagesSubtype1
VpcsListMembersResponseLinksPagesSubtype1
VpcsListMembersResponseMembersItem
VpcsListMembersResponseMembersItem
VpcsListMembersResponseMembersItemUrn
The uniform resource name (URN) for the resource in the format do:resource_type:resource_id.
VpcsListMembersResponseMeta
VpcsListMembersResponseMeta
VpcsListPeeringsResponse
VpcsListPeeringsResponse
VpcsListPeeringsResponseLinks
VpcsListPeeringsResponseLinks
VpcsListPeeringsResponseLinksPages
VpcsListPeeringsResponseLinksPages
VpcsListPeeringsResponseLinksPagesSubtype0
VpcsListPeeringsResponseLinksPagesSubtype0
VpcsListPeeringsResponseLinksPagesSubtype1
VpcsListPeeringsResponseLinksPagesSubtype1
VpcsListPeeringsResponseMeta
VpcsListPeeringsResponseMeta
VpcsListPeeringsResponsePeeringsItem
VpcsListPeeringsResponsePeeringsItem
VpcsListPeeringsResponsePeeringsItemName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcsListResponse
VpcsListResponse
VpcsListResponseLinks
VpcsListResponseLinks
VpcsListResponseLinksPages
VpcsListResponseLinksPages
VpcsListResponseLinksPagesSubtype0
VpcsListResponseLinksPagesSubtype0
VpcsListResponseLinksPagesSubtype1
VpcsListResponseLinksPagesSubtype1
VpcsListResponseMeta
VpcsListResponseMeta
VpcsListResponseVpcsItem
VpcsListResponseVpcsItem
VpcsListResponseVpcsItemDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsListResponseVpcsItemName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsPatchBody
VpcsPatchBody
VpcsPatchBodyDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsPatchBodyName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsPatchPeeringsBody
VpcsPatchPeeringsBody
VpcsPatchPeeringsBodyName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcsPatchPeeringsResponse
VpcsPatchPeeringsResponse
VpcsPatchPeeringsResponsePeering
VpcsPatchPeeringsResponsePeering
VpcsPatchPeeringsResponsePeeringName
The name of the VPC peering. Must be unique within the team and may only contain alphanumeric characters and dashes.
VpcsPatchResponse
VpcsPatchResponse
VpcsPatchResponseVpc
VpcsPatchResponseVpc
VpcsPatchResponseVpcDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsPatchResponseVpcName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsUpdateBody
VpcsUpdateBody
VpcsUpdateBodyDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsUpdateBodyName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
VpcsUpdateResponse
VpcsUpdateResponse
VpcsUpdateResponseVpc
VpcsUpdateResponseVpc
VpcsUpdateResponseVpcDescription
A free-form text field for describing the VPC’s purpose. It may be a maximum of 255 characters.
VpcsUpdateResponseVpcName
The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.
WorkerComponentsThatArePartOfThisDeploymentItem
WorkerComponentsThatArePartOfThisDeploymentItem

Enums§

AListOfAppsItemPendingDeploymentPhase
AListOfAppsItemPendingDeploymentPhase
AListOfAppsItemPinnedDeploymentPhase
AListOfAppsItemPinnedDeploymentPhase
AListOfEventsItemAutoscalingPhase
The current phase of the autoscaling event
AListOfEventsItemType
The type of event
AListOfJobInvocationsItemPhase
The phase of the job invocation
AStepThatIsRunAsPartOfTheDeploymentsLifecycleStatus
AStepThatIsRunAsPartOfTheDeploymentsLifecycleStatus
AccountGetResponseAccountStatus
This value is one of “active”, “warning” or “locked”.
ActionsGetResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ActionsListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
AgentInferenceCreateChatCompletionBodyMessagesItemRole
The role of the message author.
AgentInferenceCreateChatCompletionBodyMessagesItemToolCallsItemType
The type of the tool. Currently, only function is supported.
AgentInferenceCreateChatCompletionBodyReasoningEffort
Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
AgentInferenceCreateChatCompletionBodyStop
Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.
AgentInferenceCreateChatCompletionBodyToolChoice
Controls which (if any) tool is called by the model. none means the model will not call any tool and instead generates a message. auto means the model can pick between generating a message or calling one or more tools. required means the model must call one or more tools. Specifying a particular tool via {“type”: “function”, “function”: {“name”: “my_function”}} forces the model to call that tool. none is the default when no tools are present. auto is the default if tools are present.
AgentInferenceCreateChatCompletionBodyToolChoiceVariant0
AgentInferenceCreateChatCompletionBodyToolChoiceVariant0
AgentInferenceCreateChatCompletionBodyToolChoiceVariant1Type
AgentInferenceCreateChatCompletionBodyToolChoiceVariant1Type
AgentInferenceCreateChatCompletionBodyToolsItemType
The type of the tool. Currently, only function is supported.
AgentInferenceCreateChatCompletionResponseChoicesItemFinishReason
The reason the model stopped generating tokens. stop if the model hit a natural stop point or a provided stop sequence, length if the maximum number of tokens specified in the request was reached, tool_calls if the model called a tool.
AgentInferenceCreateChatCompletionResponseChoicesItemMessageRole
The role of the author of this message.
AgentInferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemType
The type of the tool.
AgentInferenceCreateChatCompletionResponseObject
The object type, which is always chat.completion.
AnAppDeploymentPhase
AnAppDeploymentPhase
AppSpecDatabasesItemEngine
MYSQL: MySQLPG: PostgreSQLREDIS: CachingMONGODB: MongoDBKAFKA: KafkaOPENSEARCH: OpenSearchVALKEY: ValKey
AppSpecDomainsItemMinimumTlsVersion
The minimum version of TLS a client application can use to access resources for the domain. Must be one of the following values wrapped within quotations: "1.2" or "1.3".
AppSpecDomainsItemType
DEFAULT: The default .ondigitalocean.app domain assigned to this appPRIMARY: The primary domain for this app that is displayed as the default in the control panel, used in bindable environment variables, and any other places that reference an app’s live URL. Only one domain may be set as primary.ALIAS: A non-primary domain
AppSpecFunctionsItemAlertsItemOperator
AppSpecFunctionsItemAlertsItemOperator
AppSpecFunctionsItemAlertsItemRule
AppSpecFunctionsItemAlertsItemRule
AppSpecFunctionsItemAlertsItemWindow
AppSpecFunctionsItemAlertsItemWindow
AppSpecFunctionsItemEnvsItemScope
RUN_TIME: Made available only at run-timeBUILD_TIME: Made available only at build-timeRUN_AND_BUILD_TIME: Made available at both build and run-time
AppSpecFunctionsItemEnvsItemType
GENERAL: A plain-text environment variableSECRET: A secret encrypted environment variable
AppSpecJobsItemEnvsItemScope
RUN_TIME: Made available only at run-timeBUILD_TIME: Made available only at build-timeRUN_AND_BUILD_TIME: Made available at both build and run-time
AppSpecJobsItemEnvsItemType
GENERAL: A plain-text environment variableSECRET: A secret encrypted environment variable
AppSpecJobsItemImageRegistryType
DOCKER_HUB: The DockerHub container registry type.DOCR: The DigitalOcean container registry type.GHCR: The Github container registry type.
AppSpecJobsItemInstanceSizeSlug
The instance size to use for this component. Default: apps-s-1vcpu-0.5gb
AppSpecJobsItemKind
UNSPECIFIED: Default job type, will auto-complete to POST_DEPLOY kind.PRE_DEPLOY: Indicates a job that runs before an app deployment.POST_DEPLOY: Indicates a job that runs after an app deployment.FAILED_DEPLOY: Indicates a job that runs after a component fails to deploy.
AppSpecRegion
The slug form of the geographical origin of the app. Default: nearest available
AppSpecServicesItemEnvsItemScope
RUN_TIME: Made available only at run-timeBUILD_TIME: Made available only at build-timeRUN_AND_BUILD_TIME: Made available at both build and run-time
AppSpecServicesItemEnvsItemType
GENERAL: A plain-text environment variableSECRET: A secret encrypted environment variable
AppSpecServicesItemImageRegistryType
DOCKER_HUB: The DockerHub container registry type.DOCR: The DigitalOcean container registry type.GHCR: The Github container registry type.
AppSpecServicesItemInstanceSizeSlug
The instance size to use for this component. Default: apps-s-1vcpu-0.5gb
AppSpecServicesItemProtocol
The protocol which the service uses to serve traffic on the http_port.
AppSpecStaticSitesItemEnvsItemScope
RUN_TIME: Made available only at run-timeBUILD_TIME: Made available only at build-timeRUN_AND_BUILD_TIME: Made available at both build and run-time
AppSpecStaticSitesItemEnvsItemType
GENERAL: A plain-text environment variableSECRET: A secret encrypted environment variable
AppSpecStaticSitesItemImageRegistryType
DOCKER_HUB: The DockerHub container registry type.DOCR: The DigitalOcean container registry type.GHCR: The Github container registry type.
AppSpecWorkersItemEnvsItemScope
RUN_TIME: Made available only at run-timeBUILD_TIME: Made available only at build-timeRUN_AND_BUILD_TIME: Made available at both build and run-time
AppSpecWorkersItemEnvsItemType
GENERAL: A plain-text environment variableSECRET: A secret encrypted environment variable
AppSpecWorkersItemImageRegistryType
DOCKER_HUB: The DockerHub container registry type.DOCR: The DigitalOcean container registry type.GHCR: The Github container registry type.
AppSpecWorkersItemInstanceSizeSlug
The instance size to use for this component. Default: apps-s-1vcpu-0.5gb
AppsAssignAlertDestinationsResponseAlertPhase
AppsAssignAlertDestinationsResponseAlertPhase
AppsAssignAlertDestinationsResponseAlertSpecOperator
AppsAssignAlertDestinationsResponseAlertSpecOperator
AppsAssignAlertDestinationsResponseAlertSpecRule
AppsAssignAlertDestinationsResponseAlertSpecRule
AppsAssignAlertDestinationsResponseAlertSpecWindow
AppsAssignAlertDestinationsResponseAlertSpecWindow
AppsCancelEventResponseEventAutoscalingPhase
The current phase of the autoscaling event
AppsCancelEventResponseEventType
The type of event
AppsCancelJobInvocationResponsePhase
The phase of the job invocation
AppsCreateAccept
AppsCreateAccept
AppsCreateContentType
AppsCreateContentType
AppsCreateResponseAppPendingDeploymentPhase
AppsCreateResponseAppPendingDeploymentPhase
AppsCreateResponseAppPinnedDeploymentPhase
AppsCreateResponseAppPinnedDeploymentPhase
AppsGetEventLogsType
AppsGetEventLogsType
AppsGetEventResponseEventAutoscalingPhase
The current phase of the autoscaling event
AppsGetEventResponseEventType
The type of event
AppsGetHealthResponseAppHealthComponentsItemState
AppsGetHealthResponseAppHealthComponentsItemState
AppsGetInstancesResponseInstancesItemComponentType
Supported compute component by DigitalOcean App Platform.
AppsGetJobInvocationLogsType
AppsGetJobInvocationLogsType
AppsGetJobInvocationResponsePhase
The phase of the job invocation
AppsGetLogsActiveDeploymentAggregateType
AppsGetLogsActiveDeploymentAggregateType
AppsGetLogsActiveDeploymentType
AppsGetLogsActiveDeploymentType
AppsGetLogsAggregateType
AppsGetLogsAggregateType
AppsGetLogsType
AppsGetLogsType
AppsGetResponseAppPendingDeploymentPhase
AppsGetResponseAppPendingDeploymentPhase
AppsGetResponseAppPinnedDeploymentPhase
AppsGetResponseAppPinnedDeploymentPhase
AppsListAlertsResponseAlertsItemPhase
AppsListAlertsResponseAlertsItemPhase
AppsListAlertsResponseAlertsItemSpecOperator
AppsListAlertsResponseAlertsItemSpecOperator
AppsListAlertsResponseAlertsItemSpecRule
AppsListAlertsResponseAlertsItemSpecRule
AppsListAlertsResponseAlertsItemSpecWindow
AppsListAlertsResponseAlertsItemSpecWindow
AppsListDeploymentsDeploymentTypesItem
AppsListDeploymentsDeploymentTypesItem
AppsListEventsEventTypesItem
AppsListEventsEventTypesItem
AppsUpdateResponseAppPendingDeploymentPhase
AppsUpdateResponseAppPendingDeploymentPhase
AppsUpdateResponseAppPinnedDeploymentPhase
AppsUpdateResponseAppPinnedDeploymentPhase
AppsValidateRollbackResponseErrorCode
A code identifier that represents the failing condition.
AppsValidateRollbackResponseWarningsItemCode
A code identifier that represents the failing condition.
AssignDropletsByIdAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
AssignDropletsByIdForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
AssignDropletsByIdForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
AssignDropletsByIdGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
AssignDropletsByIdHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
AssignDropletsByIdNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
AssignDropletsByIdNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
AssignDropletsByIdRegion
The slug identifier for the region where the resource will initially be available.
AssignDropletsByIdSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
AssignDropletsByIdStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
AssignDropletsByIdStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
AssignDropletsByIdTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
AssignDropletsByIdType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
AssignDropletsByTagAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
AssignDropletsByTagForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
AssignDropletsByTagForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
AssignDropletsByTagGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
AssignDropletsByTagHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
AssignDropletsByTagNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
AssignDropletsByTagNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
AssignDropletsByTagRegion
The slug identifier for the region where the resource will initially be available.
AssignDropletsByTagSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
AssignDropletsByTagStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
AssignDropletsByTagStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
AssignDropletsByTagTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
AssignDropletsByTagType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
AutoscalepoolsCreateBodyConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsCreateBodyDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsCreateResponseAutoscalePoolConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsCreateResponseAutoscalePoolDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsCreateResponseAutoscalePoolStatus
The current status of the autoscale pool.
AutoscalepoolsGetResponseAutoscalePoolConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsGetResponseAutoscalePoolDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsGetResponseAutoscalePoolStatus
The current status of the autoscale pool.
AutoscalepoolsListHistoryResponseHistoryItemReason
The reason for the scaling event.
AutoscalepoolsListHistoryResponseHistoryItemStatus
The status of the scaling event.
AutoscalepoolsListMembersResponseDropletsItemHealthStatus
The health status of the Droplet.
AutoscalepoolsListMembersResponseDropletsItemStatus
The power status of the Droplet.
AutoscalepoolsListResponseAutoscalePoolsItemConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsListResponseAutoscalePoolsItemDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsListResponseAutoscalePoolsItemStatus
The current status of the autoscale pool.
AutoscalepoolsUpdateBodyConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsUpdateBodyDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsUpdateResponseAutoscalePoolConfig
The scaling configuration for an autoscale pool, which is how the pool scales up and down (either by resource utilization or static configuration).
AutoscalepoolsUpdateResponseAutoscalePoolDropletTemplateRegion
The datacenter in which all of the Droplets will be created.
AutoscalepoolsUpdateResponseAutoscalePoolStatus
The current status of the autoscale pool.
BatchListResponseDataItemCompletionWindow
BatchListResponseDataItemCompletionWindow
BatchListResponseDataItemProvider
BatchListResponseDataItemProvider
BatchListResponseDataItemStatus
Lifecycle status. Terminal states: completed, failed, expired, cancelled.
BatchListResponseObject
The object type, always list.
BillingHistoryListResponseBillingHistoryItemType
Type of billing history entry.
CertificatesCreateBody
CertificatesCreateBody
CertificatesCreateResponseCertificateState
A string representing the current state of the certificate. It may be pending, verified, or error.
CertificatesCreateResponseCertificateType
A string representing the type of the certificate. The value will be custom for a user-uploaded certificate or lets_encrypt for one automatically generated with Let’s Encrypt.
CertificatesGetResponseCertificateState
A string representing the current state of the certificate. It may be pending, verified, or error.
CertificatesGetResponseCertificateType
A string representing the type of the certificate. The value will be custom for a user-uploaded certificate or lets_encrypt for one automatically generated with Let’s Encrypt.
CertificatesListResponseCertificatesItemState
A string representing the current state of the certificate. It may be pending, verified, or error.
CertificatesListResponseCertificatesItemType
A string representing the type of the certificate. The value will be custom for a user-uploaded certificate or lets_encrypt for one automatically generated with Let’s Encrypt.
ContainsAllDomainsForTheAppItemPhase
ContainsAllDomainsForTheAppItemPhase
ContainsAllDomainsForTheAppItemSpecMinimumTlsVersion
The minimum version of TLS a client application can use to access resources for the domain. Must be one of the following values wrapped within quotations: "1.2" or "1.3".
ContainsAllDomainsForTheAppItemSpecType
DEFAULT: The default .ondigitalocean.app domain assigned to this appPRIMARY: The primary domain for this app that is displayed as the default in the control panel, used in bindable environment variables, and any other places that reference an app’s live URL. Only one domain may be set as primary.ALIAS: A non-primary domain
CustomCertificateRequestType
A string representing the type of the certificate. The value will be custom for a user-uploaded certificate or lets_encrypt for one automatically generated with Let’s Encrypt.
DatabasesAddUserBodyMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesAddUserBodyRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesAddUserBodySettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesAddUserBodySettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesAddUserBodySettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesAddUserResponseUserMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesAddUserResponseUserRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesAddUserResponseUserSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesAddUserResponseUserSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesAddUserResponseUserSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesCreateClusterBodyEngine
A slug representing the database engine used for the cluster. The possible values are: “pg” for PostgreSQL, “mysql” for MySQL, “redis” for Caching, “mongodb” for MongoDB, “kafka” for Kafka, “opensearch” for OpenSearch, “valkey” for Valkey, “advanced_pg” for PostgreSQL Advanced Edition, and “advanced_mysql” for MySQL Advanced Edition. Advanced Edition engines are currently in public preview.
DatabasesCreateClusterBodyRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesCreateClusterBodyStatus
A string representing the current status of the database cluster.
DatabasesCreateClusterBodyUsersItemMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesCreateClusterBodyUsersItemRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesCreateClusterBodyUsersItemSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesCreateClusterBodyUsersItemSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesCreateClusterBodyUsersItemSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesCreateClusterResponseDatabaseEngine
A slug representing the database engine used for the cluster. The possible values are: “pg” for PostgreSQL, “mysql” for MySQL, “redis” for Caching, “mongodb” for MongoDB, “kafka” for Kafka, “opensearch” for OpenSearch, “valkey” for Valkey, “advanced_pg” for PostgreSQL Advanced Edition, and “advanced_mysql” for MySQL Advanced Edition. Advanced Edition engines are currently in public preview.
DatabasesCreateClusterResponseDatabaseRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesCreateClusterResponseDatabaseStatus
A string representing the current status of the database cluster.
DatabasesCreateClusterResponseDatabaseUsersItemMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesCreateClusterResponseDatabaseUsersItemRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesCreateClusterResponseDatabaseUsersItemSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesCreateClusterResponseDatabaseUsersItemSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesCreateClusterResponseDatabaseUsersItemSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesCreateKafkaSchemaBodySchemaType
The type of the schema.
DatabasesCreateKafkaSchemaResponseSchemaType
The type of the schema.
DatabasesCreateKafkaTopicBodyConfigCleanupPolicy
The cleanup_policy sets the retention policy to use on log segments. ‘delete’ will discard old segments when retention time/size limits are reached. ‘compact’ will enable log compaction, resulting in retention of the latest value for each key.
DatabasesCreateKafkaTopicBodyConfigCompressionType
The compression_type specifies the compression type of the topic.
DatabasesCreateKafkaTopicBodyConfigMessageFormatVersion
The message_format_version specifies the message format version used by the broker to append messages to the logs. The value of this setting is assumed to be 3.0-IV1 if the broker protocol version is 3.0 or higher. By setting a particular message format version, all existing messages on disk must be smaller or equal to the specified version.
DatabasesCreateKafkaTopicBodyConfigMessageTimestampType
The message_timestamp_type specifies whether to use the message create time or log append time as the timestamp on a message.
DatabasesCreateKafkaTopicResponseTopicConfigCleanupPolicy
The cleanup_policy sets the retention policy to use on log segments. ‘delete’ will discard old segments when retention time/size limits are reached. ‘compact’ will enable log compaction, resulting in retention of the latest value for each key.
DatabasesCreateKafkaTopicResponseTopicConfigCompressionType
The compression_type specifies the compression type of the topic.
DatabasesCreateKafkaTopicResponseTopicConfigMessageFormatVersion
The message_format_version specifies the message format version used by the broker to append messages to the logs. The value of this setting is assumed to be 3.0-IV1 if the broker protocol version is 3.0 or higher. By setting a particular message format version, all existing messages on disk must be smaller or equal to the specified version.
DatabasesCreateKafkaTopicResponseTopicConfigMessageTimestampType
The message_timestamp_type specifies whether to use the message create time or log append time as the timestamp on a message.
DatabasesCreateKafkaTopicResponseTopicState
The state of the Kafka topic.
DatabasesCreateLogsinkBodyConfigSubtype0Format
Message format used by the server, this can be either rfc3164 (the old BSD style message format), rfc5424 (current syslog message format) or custom
DatabasesCreateLogsinkBodySinkType
Type of logsink integration.
DatabasesCreateLogsinkResponseSinkConfigSubtype0Format
Message format used by the server, this can be either rfc3164 (the old BSD style message format), rfc5424 (current syslog message format) or custom
DatabasesCreateLogsinkResponseSinkSinkType
DatabasesCreateLogsinkResponseSinkSinkType
DatabasesCreateReplicaBodyStatus
A string representing the current status of the database cluster.
DatabasesCreateReplicaResponseReplicaStatus
A string representing the current status of the database cluster.
DatabasesGetClusterResponseDatabaseEngine
A slug representing the database engine used for the cluster. The possible values are: “pg” for PostgreSQL, “mysql” for MySQL, “redis” for Caching, “mongodb” for MongoDB, “kafka” for Kafka, “opensearch” for OpenSearch, “valkey” for Valkey, “advanced_pg” for PostgreSQL Advanced Edition, and “advanced_mysql” for MySQL Advanced Edition. Advanced Edition engines are currently in public preview.
DatabasesGetClusterResponseDatabaseRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesGetClusterResponseDatabaseStatus
A string representing the current status of the database cluster.
DatabasesGetClusterResponseDatabaseUsersItemMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesGetClusterResponseDatabaseUsersItemRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesGetClusterResponseDatabaseUsersItemSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesGetClusterResponseDatabaseUsersItemSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesGetClusterResponseDatabaseUsersItemSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesGetConfigResponseConfigSubtype0InternalTmpMemStorageEngine
The storage engine for in-memory internal temporary tables.
DatabasesGetConfigResponseConfigSubtype0LogOutput
Defines the destination for logs. Can be INSIGHTS, TABLE, or both (INSIGHTS,TABLE), or NONE to disable logs. To specify both destinations, use INSIGHTS,TABLE (order matters). Default is NONE.
DatabasesGetConfigResponseConfigSubtype1DefaultToastCompression
Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
DatabasesGetConfigResponseConfigSubtype1LogErrorVerbosity
Controls the amount of detail written in the server log for each message that is logged.
DatabasesGetConfigResponseConfigSubtype1LogLinePrefix
Selects one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze, etc.
DatabasesGetConfigResponseConfigSubtype1PgStatStatementsTrack
Controls which statements are counted. Specify ‘top’ to track top-level statements (those issued directly by clients), ‘all’ to also track nested statements (such as statements invoked within functions), or ‘none’ to disable statement statistics collection. The default value is top.
DatabasesGetConfigResponseConfigSubtype1PgbouncerAutodbPoolMode
PGBouncer pool mode
DatabasesGetConfigResponseConfigSubtype1PgbouncerIgnoreStartupParametersItem
Enum of parameters to ignore when given in startup packet.
DatabasesGetConfigResponseConfigSubtype1SynchronousReplication
Synchronous replication type. Note that the service plan also needs to support synchronous replication.
DatabasesGetConfigResponseConfigSubtype1TrackCommitTimestamp
Record commit time of transactions.
DatabasesGetConfigResponseConfigSubtype1TrackFunctions
Enables tracking of function call counts and time used.
DatabasesGetConfigResponseConfigSubtype1TrackIoTiming
Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
DatabasesGetConfigResponseConfigSubtype2RedisAclChannelsDefault
Determines default pub/sub channels’ ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn’t affect Caching configuration acl-pubsub-default.
DatabasesGetConfigResponseConfigSubtype2RedisMaxmemoryPolicy
A string specifying the desired eviction policy for the Caching cluster.
DatabasesGetConfigResponseConfigSubtype2RedisPersistence
Creates an RDB dump of the database every 10 minutes that can be used to recover data after a node crash. The database does not create the dump if no keys have changed since the last dump. When set to off, the database cannot fork services, and data can be lost if a service is restarted or powered off. DigitalOcean Managed Caching databases do not support the Append Only File (AOF) persistence method.
DatabasesGetConfigResponseConfigSubtype3ValkeyAclChannelsDefault
Determines default pub/sub channels’ ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn’t affect Valkey configuration acl-pubsub-default.
DatabasesGetConfigResponseConfigSubtype3ValkeyMaxmemoryPolicy
A string specifying the desired eviction policy for a Caching or Valkey cluster.
DatabasesGetConfigResponseConfigSubtype3ValkeyPersistence
When persistence is ‘rdb’, Valkey does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is ‘off’, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can’t be forked.
DatabasesGetConfigResponseConfigSubtype4CompressionType
Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (‘gzip’, ‘snappy’, ‘lz4’, ‘zstd’). It additionally accepts ‘uncompressed’ which is equivalent to no compression; and ‘producer’ which means retain the original compression codec set by the producer.
DatabasesGetConfigResponseConfigSubtype4LogCleanupPolicy
The default cleanup policy for segments beyond the retention window
DatabasesGetConfigResponseConfigSubtype4LogMessageTimestampType
Define whether the timestamp in the message is message create time or log append time.
DatabasesGetConfigResponseConfigSubtype6DefaultReadConcern
Specifies the default consistency behavior of reads from the database. Data that is returned from the query with may or may not have been acknowledged by all nodes in the replicaset depending on this value. Learn more here.
DatabasesGetEvictionPolicyResponseEvictionPolicy
A string specifying the desired eviction policy for a Caching or Valkey cluster.
DatabasesGetKafkaSchemaConfigResponseCompatibilityLevel
The compatibility level of the schema registry.
DatabasesGetKafkaSchemaResponseSchemaType
The type of the schema.
DatabasesGetKafkaSchemaSubjectConfigResponseCompatibilityLevel
The compatibility level of the schema registry.
DatabasesGetKafkaSchemaVersionResponseSchemaType
The type of the schema.
DatabasesGetKafkaTopicResponseTopicConfigCleanupPolicy
The cleanup_policy sets the retention policy to use on log segments. ‘delete’ will discard old segments when retention time/size limits are reached. ‘compact’ will enable log compaction, resulting in retention of the latest value for each key.
DatabasesGetKafkaTopicResponseTopicConfigCompressionType
The compression_type specifies the compression type of the topic.
DatabasesGetKafkaTopicResponseTopicConfigMessageFormatVersion
The message_format_version specifies the message format version used by the broker to append messages to the logs. The value of this setting is assumed to be 3.0-IV1 if the broker protocol version is 3.0 or higher. By setting a particular message format version, all existing messages on disk must be smaller or equal to the specified version.
DatabasesGetKafkaTopicResponseTopicConfigMessageTimestampType
The message_timestamp_type specifies whether to use the message create time or log append time as the timestamp on a message.
DatabasesGetKafkaTopicResponseTopicState
The state of the Kafka topic.
DatabasesGetLogsinkResponseConfigSubtype0Format
Message format used by the server, this can be either rfc3164 (the old BSD style message format), rfc5424 (current syslog message format) or custom
DatabasesGetLogsinkResponseSinkType
DatabasesGetLogsinkResponseSinkType
DatabasesGetMigrationStatusResponseStatus
The current status of the migration.
DatabasesGetReplicaResponseReplicaStatus
A string representing the current status of the database cluster.
DatabasesGetUserResponseUserMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesGetUserResponseUserRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesGetUserResponseUserSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesGetUserResponseUserSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesGetUserResponseUserSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesListClustersResponseDatabasesItemEngine
A slug representing the database engine used for the cluster. The possible values are: “pg” for PostgreSQL, “mysql” for MySQL, “redis” for Caching, “mongodb” for MongoDB, “kafka” for Kafka, “opensearch” for OpenSearch, “valkey” for Valkey, “advanced_pg” for PostgreSQL Advanced Edition, and “advanced_mysql” for MySQL Advanced Edition. Advanced Edition engines are currently in public preview.
DatabasesListClustersResponseDatabasesItemRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesListClustersResponseDatabasesItemStatus
A string representing the current status of the database cluster.
DatabasesListClustersResponseDatabasesItemUsersItemMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesListClustersResponseDatabasesItemUsersItemRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesListClustersResponseDatabasesItemUsersItemSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesListClustersResponseDatabasesItemUsersItemSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesListClustersResponseDatabasesItemUsersItemSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesListEventsLogsResponseEventsItemEventType
Type of the event.
DatabasesListFirewallRulesResponseRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesListKafkaSchemasResponseSubjectsItemSchemaType
The type of the schema.
DatabasesListKafkaTopicsResponseTopicsItemState
The state of the Kafka topic.
DatabasesListLogsinkResponseSinksItemConfigSubtype0Format
Message format used by the server, this can be either rfc3164 (the old BSD style message format), rfc5424 (current syslog message format) or custom
DatabasesListLogsinkResponseSinksItemSinkType
DatabasesListLogsinkResponseSinksItemSinkType
DatabasesListOpeasearchIndexesResponseIndexesItemHealth
The health of the OpenSearch index.
DatabasesListOpeasearchIndexesResponseIndexesItemStatus
The status of the OpenSearch index.
DatabasesListReplicasResponseReplicasItemStatus
A string representing the current status of the database cluster.
DatabasesListUsersResponseUsersItemMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesListUsersResponseUsersItemRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesListUsersResponseUsersItemSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesListUsersResponseUsersItemSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesListUsersResponseUsersItemSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesPatchConfigBodyConfigSubtype0InternalTmpMemStorageEngine
The storage engine for in-memory internal temporary tables.
DatabasesPatchConfigBodyConfigSubtype0LogOutput
Defines the destination for logs. Can be INSIGHTS, TABLE, or both (INSIGHTS,TABLE), or NONE to disable logs. To specify both destinations, use INSIGHTS,TABLE (order matters). Default is NONE.
DatabasesPatchConfigBodyConfigSubtype1DefaultToastCompression
Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
DatabasesPatchConfigBodyConfigSubtype1LogErrorVerbosity
Controls the amount of detail written in the server log for each message that is logged.
DatabasesPatchConfigBodyConfigSubtype1LogLinePrefix
Selects one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze, etc.
DatabasesPatchConfigBodyConfigSubtype1PgStatStatementsTrack
Controls which statements are counted. Specify ‘top’ to track top-level statements (those issued directly by clients), ‘all’ to also track nested statements (such as statements invoked within functions), or ‘none’ to disable statement statistics collection. The default value is top.
DatabasesPatchConfigBodyConfigSubtype1PgbouncerAutodbPoolMode
PGBouncer pool mode
DatabasesPatchConfigBodyConfigSubtype1PgbouncerIgnoreStartupParametersItem
Enum of parameters to ignore when given in startup packet.
DatabasesPatchConfigBodyConfigSubtype1SynchronousReplication
Synchronous replication type. Note that the service plan also needs to support synchronous replication.
DatabasesPatchConfigBodyConfigSubtype1TrackCommitTimestamp
Record commit time of transactions.
DatabasesPatchConfigBodyConfigSubtype1TrackFunctions
Enables tracking of function call counts and time used.
DatabasesPatchConfigBodyConfigSubtype1TrackIoTiming
Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
DatabasesPatchConfigBodyConfigSubtype2RedisAclChannelsDefault
Determines default pub/sub channels’ ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn’t affect Caching configuration acl-pubsub-default.
DatabasesPatchConfigBodyConfigSubtype2RedisMaxmemoryPolicy
A string specifying the desired eviction policy for the Caching cluster.
DatabasesPatchConfigBodyConfigSubtype2RedisPersistence
Creates an RDB dump of the database every 10 minutes that can be used to recover data after a node crash. The database does not create the dump if no keys have changed since the last dump. When set to off, the database cannot fork services, and data can be lost if a service is restarted or powered off. DigitalOcean Managed Caching databases do not support the Append Only File (AOF) persistence method.
DatabasesPatchConfigBodyConfigSubtype3ValkeyAclChannelsDefault
Determines default pub/sub channels’ ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn’t affect Valkey configuration acl-pubsub-default.
DatabasesPatchConfigBodyConfigSubtype3ValkeyMaxmemoryPolicy
A string specifying the desired eviction policy for a Caching or Valkey cluster.
DatabasesPatchConfigBodyConfigSubtype3ValkeyPersistence
When persistence is ‘rdb’, Valkey does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is ‘off’, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can’t be forked.
DatabasesPatchConfigBodyConfigSubtype4DefaultReadConcern
Specifies the default consistency behavior of reads from the database. Data that is returned from the query with may or may not have been acknowledged by all nodes in the replicaset depending on this value. Learn more here.
DatabasesPatchConfigBodyConfigSubtype5CompressionType
Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (‘gzip’, ‘snappy’, ‘lz4’, ‘zstd’). It additionally accepts ‘uncompressed’ which is equivalent to no compression; and ‘producer’ which means retain the original compression codec set by the producer.
DatabasesPatchConfigBodyConfigSubtype5LogCleanupPolicy
The default cleanup policy for segments beyond the retention window
DatabasesPatchConfigBodyConfigSubtype5LogMessageTimestampType
Define whether the timestamp in the message is message create time or log append time.
DatabasesResetAuthBodyMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesResetAuthResponseUserMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesResetAuthResponseUserRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesResetAuthResponseUserSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesResetAuthResponseUserSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesResetAuthResponseUserSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesUpdateEvictionPolicyBodyEvictionPolicy
A string specifying the desired eviction policy for a Caching or Valkey cluster.
DatabasesUpdateFirewallRulesBodyRulesItemType
The type of resource that the firewall rule allows to access the database cluster.
DatabasesUpdateKafkaSchemaConfigBodyCompatibilityLevel
The compatibility level of the schema registry.
DatabasesUpdateKafkaSchemaConfigResponseCompatibilityLevel
The compatibility level of the schema registry.
DatabasesUpdateKafkaSchemaSubjectConfigBodyCompatibilityLevel
The compatibility level of the schema registry.
DatabasesUpdateKafkaSchemaSubjectConfigResponseCompatibilityLevel
The compatibility level of the schema registry.
DatabasesUpdateKafkaTopicBodyConfigCleanupPolicy
The cleanup_policy sets the retention policy to use on log segments. ‘delete’ will discard old segments when retention time/size limits are reached. ‘compact’ will enable log compaction, resulting in retention of the latest value for each key.
DatabasesUpdateKafkaTopicBodyConfigCompressionType
The compression_type specifies the compression type of the topic.
DatabasesUpdateKafkaTopicBodyConfigMessageFormatVersion
The message_format_version specifies the message format version used by the broker to append messages to the logs. The value of this setting is assumed to be 3.0-IV1 if the broker protocol version is 3.0 or higher. By setting a particular message format version, all existing messages on disk must be smaller or equal to the specified version.
DatabasesUpdateKafkaTopicBodyConfigMessageTimestampType
The message_timestamp_type specifies whether to use the message create time or log append time as the timestamp on a message.
DatabasesUpdateKafkaTopicResponseTopicConfigCleanupPolicy
The cleanup_policy sets the retention policy to use on log segments. ‘delete’ will discard old segments when retention time/size limits are reached. ‘compact’ will enable log compaction, resulting in retention of the latest value for each key.
DatabasesUpdateKafkaTopicResponseTopicConfigCompressionType
The compression_type specifies the compression type of the topic.
DatabasesUpdateKafkaTopicResponseTopicConfigMessageFormatVersion
The message_format_version specifies the message format version used by the broker to append messages to the logs. The value of this setting is assumed to be 3.0-IV1 if the broker protocol version is 3.0 or higher. By setting a particular message format version, all existing messages on disk must be smaller or equal to the specified version.
DatabasesUpdateKafkaTopicResponseTopicConfigMessageTimestampType
The message_timestamp_type specifies whether to use the message create time or log append time as the timestamp on a message.
DatabasesUpdateKafkaTopicResponseTopicState
The state of the Kafka topic.
DatabasesUpdateLogsinkBodyConfigSubtype0Format
Message format used by the server, this can be either rfc3164 (the old BSD style message format), rfc5424 (current syslog message format) or custom
DatabasesUpdateOnlineMigrationResponseStatus
The current status of the migration.
DatabasesUpdateUserBodySettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesUpdateUserBodySettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesUpdateUserBodySettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DatabasesUpdateUserResponseUserMysqlSettingsAuthPlugin
A string specifying the authentication method to be used for connections to the MySQL user account. The valid values are mysql_native_password or caching_sha2_password. If excluded when creating a new user, the default for the version of MySQL in use will be used. As of MySQL 8.0, the default is caching_sha2_password.
DatabasesUpdateUserResponseUserRole
A string representing the database user’s role. The value will be either “primary” or “normal”.
DatabasesUpdateUserResponseUserSettingsAclItemPermission
Permission set applied to the ACL. ‘consume’ allows for messages to be consumed from the topic. ‘produce’ allows for messages to be published to the topic. ‘produceconsume’ allows for both ‘consume’ and ‘produce’ permission. ‘admin’ allows for ‘produceconsume’ as well as any operations to administer the topic (delete, update).
DatabasesUpdateUserResponseUserSettingsMongoUserSettingsRole
The role to assign to the user with each role mapping to a MongoDB built-in role. readOnly maps to a read role. readWrite maps to a readWrite role. dbAdmin maps to a dbAdmin role.
DatabasesUpdateUserResponseUserSettingsOpensearchAclItemPermission
Permission set applied to the ACL. ‘read’ allows user to read from the index. ‘write’ allows for user to write to the index. ‘readwrite’ allows for both ‘read’ and ‘write’ permission. ‘deny’(default) restricts user from performing any operation over an index. ‘admin’ allows for ‘readwrite’ as well as any operations to administer the index.
DedicatedInferencesCreateBodySpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesCreateBodySpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesCreateResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesCreateResponseDedicatedInferenceSpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesCreateResponseDedicatedInferenceSpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesCreateResponseDedicatedInferenceStatus
Current state of the Dedicated Inference.
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesGetResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesGetResponseDedicatedInferenceSpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesGetResponseDedicatedInferenceSpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesGetResponseDedicatedInferenceStatus
Current state of the Dedicated Inference.
DedicatedInferencesListRegion
DedicatedInferencesListRegion
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpecStatus
DedicatedInferencesListResponseDedicatedInferencesItemPendingDeploymentSpecStatus
DedicatedInferencesListResponseDedicatedInferencesItemSpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesListResponseDedicatedInferencesItemSpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesListResponseDedicatedInferencesItemStatus
Current state of the Dedicated Inference.
DedicatedInferencesPatchBodySpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesPatchBodySpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesPatchResponseDedicatedInferencePendingDeploymentSpecStatus
DedicatedInferencesPatchResponseDedicatedInferenceSpecModelDeploymentsItemModelProvider
Model provider.
DedicatedInferencesPatchResponseDedicatedInferenceSpecRegion
DigitalOcean region where the Dedicated Inference is hosted.
DedicatedInferencesPatchResponseDedicatedInferenceStatus
Current state of the Dedicated Inference.
DomainsListRecordsType
DomainsListRecordsType
DropletActionsGetResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
DropletActionsListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
DropletActionsPostBodySubtype0Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype1BackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
DropletActionsPostBodySubtype1BackupPolicyWeekday
The day of the week on which the backup will occur.
DropletActionsPostBodySubtype1Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype2BackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
DropletActionsPostBodySubtype2BackupPolicyWeekday
The day of the week on which the backup will occur.
DropletActionsPostBodySubtype2Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype3Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype4Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype5Image
The image ID of a public or private image or the slug identifier for a public image. The Droplet will be rebuilt using this image as its base.
DropletActionsPostBodySubtype5Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype6Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype7Type
The type of action to initiate for the Droplet.
DropletActionsPostBodySubtype8Type
The type of action to initiate for the Droplet.
DropletActionsPostByTagBody
DropletActionsPostByTagBody
DropletActionsPostByTagBodyVariant0Type
The type of action to initiate for the Droplet.
DropletActionsPostByTagBodyVariant1Type
The type of action to initiate for the Droplet.
DropletActionsPostByTagResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
DropletActionsPostResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
DropletsCreateBody
DropletsCreateBody
DropletsCreateResponse
DropletsCreateResponse
DropletsGetBackupPolicyResponsePolicyBackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
DropletsGetBackupPolicyResponsePolicyBackupPolicyWeekday
The day of the week on which the backup will occur.
DropletsGetResponseDropletDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsGetResponseDropletImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
DropletsGetResponseDropletImageRegionsItem
The slug identifier for the region where the resource will initially be available.
DropletsGetResponseDropletImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
DropletsGetResponseDropletImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
DropletsGetResponseDropletNetworksV4ItemType
The type of the IPv4 network interface.
DropletsGetResponseDropletNetworksV6ItemType
The type of the IPv6 network interface.
DropletsGetResponseDropletSizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsGetResponseDropletStatus
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
DropletsListBackupPoliciesResponsePoliciesValueBackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
DropletsListBackupPoliciesResponsePoliciesValueBackupPolicyWeekday
The day of the week on which the backup will occur.
DropletsListBackupsResponseBackupsItemType
Describes the kind of image. It may be one of snapshot or backup. This specifies whether an image is a user-generated Droplet snapshot or automatically created Droplet backup.
DropletsListFirewallsResponseFirewallsItemInboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
DropletsListFirewallsResponseFirewallsItemOutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
DropletsListFirewallsResponseFirewallsItemStatus
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
DropletsListNeighborsResponseDropletsItemDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsListNeighborsResponseDropletsItemImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
DropletsListNeighborsResponseDropletsItemImageRegionsItem
The slug identifier for the region where the resource will initially be available.
DropletsListNeighborsResponseDropletsItemImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
DropletsListNeighborsResponseDropletsItemImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
DropletsListNeighborsResponseDropletsItemNetworksV4ItemType
The type of the IPv4 network interface.
DropletsListNeighborsResponseDropletsItemNetworksV6ItemType
The type of the IPv6 network interface.
DropletsListNeighborsResponseDropletsItemSizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsListNeighborsResponseDropletsItemStatus
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
DropletsListResponseDropletsItemDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsListResponseDropletsItemImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
DropletsListResponseDropletsItemImageRegionsItem
The slug identifier for the region where the resource will initially be available.
DropletsListResponseDropletsItemImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
DropletsListResponseDropletsItemImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
DropletsListResponseDropletsItemNetworksV4ItemType
The type of the IPv4 network interface.
DropletsListResponseDropletsItemNetworksV6ItemType
The type of the IPv6 network interface.
DropletsListResponseDropletsItemSizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
DropletsListResponseDropletsItemStatus
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
DropletsListSnapshotsResponseSnapshotsItemType
Describes the kind of image. It may be one of snapshot or backup. This specifies whether an image is a user-generated Droplet snapshot or automatically created Droplet backup.
DropletsListType
DropletsListType
Error
Error produced by generated client methods.
FeaturesItemValue
Value of the feature, which can vary based on the type.
FirewallsAddRulesBody
FirewallsAddRulesBody
FirewallsAddRulesBodyVariant0InboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsAddRulesBodyVariant1OutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsCreateBody
FirewallsCreateBody
FirewallsCreateBodyVariant0InboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsCreateBodyVariant0Status
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsCreateBodyVariant1OutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsCreateBodyVariant1Status
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsCreateResponseFirewallInboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsCreateResponseFirewallOutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsCreateResponseFirewallStatus
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsDeleteRulesBody
FirewallsDeleteRulesBody
FirewallsDeleteRulesBodyVariant0InboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsDeleteRulesBodyVariant1OutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsGetResponseFirewallInboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsGetResponseFirewallOutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsGetResponseFirewallStatus
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsListResponseFirewallsItemInboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsListResponseFirewallsItemOutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsListResponseFirewallsItemStatus
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsUpdateBody
FirewallsUpdateBody
FirewallsUpdateBodyVariant0InboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsUpdateBodyVariant0Status
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsUpdateBodyVariant1OutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsUpdateBodyVariant1Status
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FirewallsUpdateResponseFirewallInboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsUpdateResponseFirewallOutboundRulesItemProtocol
The type of traffic to be allowed. This may be one of tcp, udp, or icmp.
FirewallsUpdateResponseFirewallStatus
A status string indicating the current state of the firewall. This can be “waiting”, “succeeded”, or “failed”.
FloatingIPsActionGetResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
FloatingIPsActionListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
FloatingIPsActionPostBody
FloatingIPsActionPostBody
FloatingIPsActionPostBodyVariant0Type
The type of action to initiate for the floating IP.
FloatingIPsActionPostBodyVariant1Type
The type of action to initiate for the floating IP.
FloatingIPsActionPostResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
FloatingIPsCreateBody
FloatingIPsCreateBody
FloatingIPsCreateResponseFloatingIpDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsCreateResponseFloatingIpDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
FloatingIPsCreateResponseFloatingIpDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
FloatingIPsCreateResponseFloatingIpDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
FloatingIPsCreateResponseFloatingIpDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
FloatingIPsCreateResponseFloatingIpDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
FloatingIPsCreateResponseFloatingIpDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsCreateResponseFloatingIpDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
FloatingIPsGetResponseFloatingIpDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsGetResponseFloatingIpDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
FloatingIPsGetResponseFloatingIpDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
FloatingIPsGetResponseFloatingIpDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
FloatingIPsGetResponseFloatingIpDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
FloatingIPsGetResponseFloatingIpDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
FloatingIPsGetResponseFloatingIpDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsGetResponseFloatingIpDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
FloatingIPsListResponseFloatingIpsItemDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
GenaiCreateEvaluationDatasetBodyDatasetType
GenaiCreateEvaluationDatasetBodyDatasetType
GenaiCreateKnowledgeBaseBodySize
GenaiCreateKnowledgeBaseBodySize
GenaiCreateKnowledgeBaseDataSourceBodyChunkingAlgorithm
GenaiCreateKnowledgeBaseDataSourceBodyChunkingAlgorithm
GenaiCreateModelEvaluationRunBodyCandidateModelSource
Whether inference runs against the serverless platform, a dedicated deployment, or a model router.
GenaiCreateModelEvaluationRunBodyPresetSaveSectionsItem
Sections of an inline evaluation config that can be persisted as a reusable preset. Each value names a self-contained group of fields; selecting a section saves exactly the fields it owns and leaves the rest of the preset empty so it can be merged with inline values on a future run.
GenaiDeleteCustomModelResponseStatus
Status of delete operation
GenaiDeleteModelEvaluationRunResponseStatus
Status of delete operation
GenaiGetKnowledgeBaseResponseDatabaseStatus
GenaiGetKnowledgeBaseResponseDatabaseStatus
GenaiImportCustomModelBodySourceType
Source from which the model was imported
GenaiListCustomModelsStatus
GenaiListCustomModelsStatus
GenaiListEvaluationDatasetsDatasetType
GenaiListEvaluationDatasetsDatasetType
GenaiListModelEvaluationRunsCandidateTypesItem
GenaiListModelEvaluationRunsCandidateTypesItem
GenaiListModelEvaluationRunsResponseAvailableCandidateTypesItem
Whether inference runs against the serverless platform, a dedicated deployment, or a model router.
GenaiListModelEvaluationRunsResponseAvailableStatusesItem
Model Evaluation Run Statuses
GenaiListModelEvaluationRunsSortBy
GenaiListModelEvaluationRunsSortBy
GenaiListModelEvaluationRunsSortDirection
GenaiListModelEvaluationRunsSortDirection
GenaiListModelEvaluationRunsStatus
GenaiListModelEvaluationRunsStatus
GenaiListModelEvaluationRunsStatusesItem
GenaiListModelEvaluationRunsStatusesItem
GenaiListModelsUsecasesItem
GenaiListModelsUsecasesItem
GenaiUpdateAgentBodyRetrievalMethod
RETRIEVAL_METHOD_UNKNOWN: The retrieval method is unknownRETRIEVAL_METHOD_REWRITE: The retrieval method is rewriteRETRIEVAL_METHOD_STEP_BACK: The retrieval method is step backRETRIEVAL_METHOD_SUB_QUERIES: The retrieval method is sub queriesRETRIEVAL_METHOD_NONE: The retrieval method is none
GenaiUpdateAgentDeploymentVisibilityBodyVisibility
VISIBILITY_UNKNOWN: The status of the deployment is unknownVISIBILITY_DISABLED: The deployment is disabled and will no longer service requestsVISIBILITY_PLAYGROUND: Deprecated: No longer a valid stateVISIBILITY_PUBLIC: The deployment is public and will service requests from the public internetVISIBILITY_PRIVATE: The deployment is private and will only service requests from other agents, or through API keys
GenaiUpdateKnowledgeBaseDataSourceBodyChunkingAlgorithm
GenaiUpdateKnowledgeBaseDataSourceBodyChunkingAlgorithm
ImageActionsGetResponseStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ImageActionsListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ImageActionsPostBody
ImageActionsPostBody
ImageActionsPostBodyVariant0Type
The action to be taken on the image. Can be either convert or transfer.
ImageActionsPostBodyVariant1Region
The slug identifier for the region where the resource will initially be available.
ImageActionsPostBodyVariant1Type
The action to be taken on the image. Can be either convert or transfer.
ImageActionsPostResponseStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ImagesCreateCustomBodyDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesCreateCustomBodyRegion
The slug identifier for the region where the resource will initially be available.
ImagesCreateCustomResponseImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesCreateCustomResponseImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ImagesCreateCustomResponseImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ImagesCreateCustomResponseImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ImagesGetImageId
ImagesGetImageId
ImagesGetResponseImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesGetResponseImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ImagesGetResponseImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ImagesGetResponseImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ImagesListResponseImagesItemDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesListResponseImagesItemRegionsItem
The slug identifier for the region where the resource will initially be available.
ImagesListResponseImagesItemStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ImagesListResponseImagesItemType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ImagesListType
ImagesListType
ImagesPostAccountTransferCreateBody
ImagesPostAccountTransferCreateBody
ImagesUpdateBodyDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesUpdateResponseImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ImagesUpdateResponseImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ImagesUpdateResponseImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ImagesUpdateResponseImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
InferenceCancelBatchResponseCompletionWindow
InferenceCancelBatchResponseCompletionWindow
InferenceCancelBatchResponseProvider
InferenceCancelBatchResponseProvider
InferenceCancelBatchResponseStatus
Lifecycle status. Terminal states: completed, failed, expired, cancelled.
InferenceCreateAsyncInvokeResponseStatus
The current status of the async invocation.
InferenceCreateBatchBodyCompletionWindow
Time window in which the job must complete. Jobs that do not finish in time transition to expired.
InferenceCreateBatchBodyEndpoint
Inference endpoint each request is dispatched to. Required when provider is openai and must match the url on every JSONL line. Must be omitted when provider is anthropic.
InferenceCreateBatchBodyProvider
The inference provider whose JSONL schema the input file conforms to. openai follows the OpenAI Batch API input schema (custom_id, method, url, body); anthropic follows the Anthropic Message Batches JSONL conventions.
InferenceCreateBatchResponseCompletionWindow
InferenceCreateBatchResponseCompletionWindow
InferenceCreateBatchResponseProvider
InferenceCreateBatchResponseProvider
InferenceCreateBatchResponseStatus
Lifecycle status. Terminal states: completed, failed, expired, cancelled.
InferenceCreateChatCompletionBodyMessagesItemRole
The role of the message author.
InferenceCreateChatCompletionBodyMessagesItemToolCallsItemType
The type of the tool. Currently, only function is supported.
InferenceCreateChatCompletionBodyReasoningEffort
Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
InferenceCreateChatCompletionBodyStop
Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.
InferenceCreateChatCompletionBodyToolChoice
Controls which (if any) tool is called by the model. none means the model will not call any tool and instead generates a message. auto means the model can pick between generating a message or calling one or more tools. required means the model must call one or more tools. Specifying a particular tool via {“type”: “function”, “function”: {“name”: “my_function”}} forces the model to call that tool. none is the default when no tools are present. auto is the default if tools are present.
InferenceCreateChatCompletionBodyToolChoiceVariant0
InferenceCreateChatCompletionBodyToolChoiceVariant0
InferenceCreateChatCompletionBodyToolChoiceVariant1Type
InferenceCreateChatCompletionBodyToolChoiceVariant1Type
InferenceCreateChatCompletionBodyToolsItemType
The type of the tool. Currently, only function is supported.
InferenceCreateChatCompletionResponseChoicesItemFinishReason
The reason the model stopped generating tokens. stop if the model hit a natural stop point or a provided stop sequence, length if the maximum number of tokens specified in the request was reached, tool_calls if the model called a tool.
InferenceCreateChatCompletionResponseChoicesItemMessageRole
The role of the author of this message.
InferenceCreateChatCompletionResponseChoicesItemMessageToolCallsItemType
The type of the tool.
InferenceCreateChatCompletionResponseObject
The object type, which is always chat.completion.
InferenceCreateEmbeddingBodyEncodingFormat
How embedding values are returned in each data[].embedding field.
InferenceCreateEmbeddingBodyInput
A single string or 1–2048 strings; each string produces one row in data, in order.
InferenceCreateEmbeddingResponseDataItemEmbedding
The embedding vector, or a base64-encoded string when the request set encoding_format to base64.
InferenceCreateEmbeddingResponseDataItemObject
The object type, which is always embedding.
InferenceCreateEmbeddingResponseObject
The object type, which is always the string list.
InferenceCreateImageBodySize
The size of the generated images. GPT-IMAGE-1 supports: auto (automatically select best size), 1536x1024 (landscape), 1024x1536 (portrait).
InferenceCreateMessagesBodyMessagesItemContent
Message body as plain text or structured blocks.
InferenceCreateMessagesBodyMessagesItemContentVariant1Item
Structured message content. Block type is one of text, image, tool_use, or tool_result. Some tool definitions may be rejected by server policy even when valid here.
InferenceCreateMessagesBodyMessagesItemContentVariant1ItemContent
Tool output as plain text or structured objects.
InferenceCreateMessagesBodyMessagesItemRole
Speaker role for this message.
InferenceCreateMessagesBodyReasoningEffort
DigitalOcean extension for reasoning-capable models. Ignored by executors that do not support it.
InferenceCreateMessagesBodySpeed
DigitalOcean extension for preferred inference speed. Ignored when not supported.
InferenceCreateMessagesBodySystem
System prompt as plain text or as an array of text blocks.
InferenceCreateMessagesBodySystemVariant1ItemType
Block type identifier.
InferenceCreateMessagesBodyToolChoice
Controls how the model uses tools: automatic selection, require any tool, force a specific tool, or a string form accepted by the service.
InferenceCreateMessagesBodyToolChoiceVariant1Type
Tool selection mode.
InferenceCreateMessagesResponseContentItem
Assistant output block (text and tool calls).
InferenceCreateMessagesResponseRole
Always assistant for this response.
InferenceCreateMessagesResponseStopReason
Why generation stopped.
InferenceCreateMessagesResponseType
Object type discriminator.
InferenceCreateMessagesResponseUsageSpeed
Inference speed tier reflected in billing or routing.
InferenceCreateResponseBodyInput
The prompt or input content you want the model to respond to. Can be a simple text string or an array of message objects for conversation context.
InferenceCreateResponseBodyInputVariant1ItemRole
The role of the message author.
InferenceCreateResponseBodyStop
InferenceCreateResponseBodyStop
InferenceCreateResponseBodyToolChoice
Controls which (if any) tool is called by the model.
InferenceCreateResponseBodyToolChoiceVariant0
InferenceCreateResponseBodyToolChoiceVariant0
InferenceCreateResponseBodyToolChoiceVariant1Type
InferenceCreateResponseBodyToolChoiceVariant1Type
InferenceCreateResponseBodyToolsItemType
The type of the tool.
InferenceCreateResponseResponseObject
The object type, which is always response.
InferenceCreateResponseResponseOutputItemContentItemType
The type of content part. reasoning_text for reasoning content, output_text for final output text.
InferenceCreateResponseResponseOutputItemType
The type of output item. One of reasoning, message, or function_call.
InferenceCreateResponseResponseToolsItemType
The type of the tool.
InferenceGetBatchResponseCompletionWindow
InferenceGetBatchResponseCompletionWindow
InferenceGetBatchResponseProvider
InferenceGetBatchResponseProvider
InferenceGetBatchResponseStatus
Lifecycle status. Terminal states: completed, failed, expired, cancelled.
InferenceListBatchesStatus
InferenceListBatchesStatus
InferenceListModelsResponseDataItemObject
The object type, which is always “model”.
InferenceListModelsResponseObject
The object type, which is always “list”.
KubernetesAddNodePoolBodyTaintsItemEffect
The taint effect
KubernetesAddNodePoolResponseNodePoolTaintsItemEffect
The taint effect
KubernetesCreateClusterBodyClusterAutoscalerConfigurationExpandersItem
KubernetesCreateClusterBodyClusterAutoscalerConfigurationExpandersItem
KubernetesCreateClusterBodyMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesCreateClusterBodyNodePoolsItemTaintsItemEffect
The taint effect
KubernetesCreateClusterBodyStatusState
A string indicating the current status of the cluster.
KubernetesCreateClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesCreateClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesCreateClusterResponseKubernetesClusterMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesCreateClusterResponseKubernetesClusterNodePoolsItemTaintsItemEffect
The taint effect
KubernetesCreateClusterResponseKubernetesClusterStatusState
A string indicating the current status of the cluster.
KubernetesGetClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesGetClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesGetClusterResponseKubernetesClusterMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesGetClusterResponseKubernetesClusterNodePoolsItemTaintsItemEffect
The taint effect
KubernetesGetClusterResponseKubernetesClusterStatusState
A string indicating the current status of the cluster.
KubernetesGetKubeconfigType
KubernetesGetKubeconfigType
KubernetesGetNodePoolResponseNodePoolTaintsItemEffect
The taint effect
KubernetesListClustersResponseKubernetesClustersItemClusterAutoscalerConfigurationExpandersItem
KubernetesListClustersResponseKubernetesClustersItemClusterAutoscalerConfigurationExpandersItem
KubernetesListClustersResponseKubernetesClustersItemMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesListClustersResponseKubernetesClustersItemNodePoolsItemTaintsItemEffect
The taint effect
KubernetesListClustersResponseKubernetesClustersItemStatusState
A string indicating the current status of the cluster.
KubernetesListNodePoolsResponseNodePoolsItemTaintsItemEffect
The taint effect
KubernetesUpdateClusterBodyClusterAutoscalerConfigurationExpandersItem
KubernetesUpdateClusterBodyClusterAutoscalerConfigurationExpandersItem
KubernetesUpdateClusterBodyMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesUpdateClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesUpdateClusterResponseKubernetesClusterClusterAutoscalerConfigurationExpandersItem
KubernetesUpdateClusterResponseKubernetesClusterMaintenancePolicyDay
The day of the maintenance window policy. May be one of monday through sunday, or any to indicate an arbitrary week day.
KubernetesUpdateClusterResponseKubernetesClusterNodePoolsItemTaintsItemEffect
The taint effect
KubernetesUpdateClusterResponseKubernetesClusterStatusState
A string indicating the current status of the cluster.
KubernetesUpdateNodePoolBodyTaintsItemEffect
The taint effect
KubernetesUpdateNodePoolResponseNodePoolTaintsItemEffect
The taint effect
LetsEncryptCertificateRequestType
A string representing the type of the certificate. The value will be custom for a user-uploaded certificate or lets_encrypt for one automatically generated with Let’s Encrypt.
LoadBalancersAddForwardingRulesBodyForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersAddForwardingRulesBodyForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersCreateBody
LoadBalancersCreateBody
LoadBalancersCreateResponseLoadBalancerAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
LoadBalancersCreateResponseLoadBalancerForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersCreateResponseLoadBalancerForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersCreateResponseLoadBalancerGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
LoadBalancersCreateResponseLoadBalancerHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
LoadBalancersCreateResponseLoadBalancerNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
LoadBalancersCreateResponseLoadBalancerNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
LoadBalancersCreateResponseLoadBalancerSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
LoadBalancersCreateResponseLoadBalancerStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
LoadBalancersCreateResponseLoadBalancerStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
LoadBalancersCreateResponseLoadBalancerTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
LoadBalancersCreateResponseLoadBalancerType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
LoadBalancersGetResponseLoadBalancerAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
LoadBalancersGetResponseLoadBalancerForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersGetResponseLoadBalancerForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersGetResponseLoadBalancerGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
LoadBalancersGetResponseLoadBalancerHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
LoadBalancersGetResponseLoadBalancerNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
LoadBalancersGetResponseLoadBalancerNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
LoadBalancersGetResponseLoadBalancerSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
LoadBalancersGetResponseLoadBalancerStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
LoadBalancersGetResponseLoadBalancerStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
LoadBalancersGetResponseLoadBalancerTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
LoadBalancersGetResponseLoadBalancerType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
LoadBalancersListResponseLoadBalancersItemAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
LoadBalancersListResponseLoadBalancersItemForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersListResponseLoadBalancersItemForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersListResponseLoadBalancersItemGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
LoadBalancersListResponseLoadBalancersItemHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
LoadBalancersListResponseLoadBalancersItemNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
LoadBalancersListResponseLoadBalancersItemNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
LoadBalancersListResponseLoadBalancersItemSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
LoadBalancersListResponseLoadBalancersItemStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
LoadBalancersListResponseLoadBalancersItemStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
LoadBalancersListResponseLoadBalancersItemTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
LoadBalancersListResponseLoadBalancersItemType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
LoadBalancersRemoveForwardingRulesBodyForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersRemoveForwardingRulesBodyForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersUpdateBody
LoadBalancersUpdateBody
LoadBalancersUpdateResponseLoadBalancerAlgorithm
This field has been deprecated. You can no longer specify an algorithm for load balancers.
LoadBalancersUpdateResponseLoadBalancerForwardingRulesItemEntryProtocol
The protocol used for traffic to the load balancer. The possible values are: http, https, http2, http3, tcp, or udp. If you set the entry_protocol to udp, the target_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersUpdateResponseLoadBalancerForwardingRulesItemTargetProtocol
The protocol used for traffic from the load balancer to the backend Droplets. The possible values are: http, https, http2, tcp, or udp. If you set the target_protocol to udp, the entry_protocol must be set to udp. When using UDP, the load balancer requires that you set up a health check with a port that uses TCP, HTTP, or HTTPS to work properly.
LoadBalancersUpdateResponseLoadBalancerGlbSettingsTargetProtocol
The protocol used for forwarding traffic from the load balancer to the target backends. The possible values are http, https and http2.
LoadBalancersUpdateResponseLoadBalancerHealthCheckProtocol
The protocol used for health checks sent to the backend Droplets. The possible values are http, https, or tcp.
LoadBalancersUpdateResponseLoadBalancerNetwork
A string indicating whether the load balancer should be external or internal. Internal load balancers have no public IPs and are only accessible to resources on the same VPC network. This property cannot be updated after creating the load balancer.
LoadBalancersUpdateResponseLoadBalancerNetworkStack
A string indicating whether the load balancer will support IPv4 or both IPv4 and IPv6 networking. This property cannot be updated after creating the load balancer.
LoadBalancersUpdateResponseLoadBalancerSize
This field has been replaced by the size_unit field for all regions except in AMS2, NYC2, and SFO1. Each available load balancer size now equates to the load balancer having a set number of nodes.
LoadBalancersUpdateResponseLoadBalancerStatus
A status string indicating the current state of the load balancer. This can be new, active, or errored.
LoadBalancersUpdateResponseLoadBalancerStickySessionsType
An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none.
LoadBalancersUpdateResponseLoadBalancerTlsCipherPolicy
A string indicating the policy for the TLS cipher suites used by the load balancer. The possible values are DEFAULT or STRONG. The default value is DEFAULT.
LoadBalancersUpdateResponseLoadBalancerType
A string indicating whether the load balancer should be a standard regional HTTP load balancer, a regional network load balancer that routes traffic at the TCP/UDP transport layer, or a global load balancer.
MetadataItemValue
The value to be set for the metadata item, which can be a string or boolean.
MonitoringCreateAlertPolicyBodyCompare
MonitoringCreateAlertPolicyBodyCompare
MonitoringCreateAlertPolicyBodyType
MonitoringCreateAlertPolicyBodyType
MonitoringCreateAlertPolicyBodyWindow
MonitoringCreateAlertPolicyBodyWindow
MonitoringCreateAlertPolicyResponsePolicyCompare
MonitoringCreateAlertPolicyResponsePolicyCompare
MonitoringCreateAlertPolicyResponsePolicyType
MonitoringCreateAlertPolicyResponsePolicyType
MonitoringCreateAlertPolicyResponsePolicyWindow
MonitoringCreateAlertPolicyResponsePolicyWindow
MonitoringCreateDestinationBodyType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringCreateDestinationResponseDestinationType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringGetAlertPolicyResponsePolicyCompare
MonitoringGetAlertPolicyResponsePolicyCompare
MonitoringGetAlertPolicyResponsePolicyType
MonitoringGetAlertPolicyResponsePolicyType
MonitoringGetAlertPolicyResponsePolicyWindow
MonitoringGetAlertPolicyResponsePolicyWindow
MonitoringGetAppCpuPercentageMetricsResponseDataResultItemValuesItemItem
MonitoringGetAppCpuPercentageMetricsResponseDataResultItemValuesItemItem
MonitoringGetAppCpuPercentageMetricsResponseDataResultType
MonitoringGetAppCpuPercentageMetricsResponseDataResultType
MonitoringGetAppCpuPercentageMetricsResponseStatus
MonitoringGetAppCpuPercentageMetricsResponseStatus
MonitoringGetAppMemoryPercentageMetricsResponseDataResultItemValuesItemItem
MonitoringGetAppMemoryPercentageMetricsResponseDataResultItemValuesItemItem
MonitoringGetAppMemoryPercentageMetricsResponseDataResultType
MonitoringGetAppMemoryPercentageMetricsResponseDataResultType
MonitoringGetAppMemoryPercentageMetricsResponseStatus
MonitoringGetAppMemoryPercentageMetricsResponseStatus
MonitoringGetAppRestartCountMetricsYmlResponseDataResultItemValuesItemItem
MonitoringGetAppRestartCountMetricsYmlResponseDataResultItemValuesItemItem
MonitoringGetAppRestartCountMetricsYmlResponseDataResultType
MonitoringGetAppRestartCountMetricsYmlResponseDataResultType
MonitoringGetAppRestartCountMetricsYmlResponseStatus
MonitoringGetAppRestartCountMetricsYmlResponseStatus
MonitoringGetDatabaseMysqlCpuUsageAggregate
MonitoringGetDatabaseMysqlCpuUsageAggregate
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultType
MonitoringGetDatabaseMysqlCpuUsageResponseDataResultType
MonitoringGetDatabaseMysqlCpuUsageResponseStatus
MonitoringGetDatabaseMysqlCpuUsageResponseStatus
MonitoringGetDatabaseMysqlDiskUsageAggregate
MonitoringGetDatabaseMysqlDiskUsageAggregate
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultType
MonitoringGetDatabaseMysqlDiskUsageResponseDataResultType
MonitoringGetDatabaseMysqlDiskUsageResponseStatus
MonitoringGetDatabaseMysqlDiskUsageResponseStatus
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultType
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseDataResultType
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseStatus
MonitoringGetDatabaseMysqlIndexVsSequentialReadsResponseStatus
MonitoringGetDatabaseMysqlLoadAggregate
MonitoringGetDatabaseMysqlLoadAggregate
MonitoringGetDatabaseMysqlLoadMetric
MonitoringGetDatabaseMysqlLoadMetric
MonitoringGetDatabaseMysqlLoadResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlLoadResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlLoadResponseDataResultType
MonitoringGetDatabaseMysqlLoadResponseDataResultType
MonitoringGetDatabaseMysqlLoadResponseStatus
MonitoringGetDatabaseMysqlLoadResponseStatus
MonitoringGetDatabaseMysqlMemoryUsageAggregate
MonitoringGetDatabaseMysqlMemoryUsageAggregate
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultType
MonitoringGetDatabaseMysqlMemoryUsageResponseDataResultType
MonitoringGetDatabaseMysqlMemoryUsageResponseStatus
MonitoringGetDatabaseMysqlMemoryUsageResponseStatus
MonitoringGetDatabaseMysqlOpRatesMetric
MonitoringGetDatabaseMysqlOpRatesMetric
MonitoringGetDatabaseMysqlOpRatesResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlOpRatesResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlOpRatesResponseDataResultType
MonitoringGetDatabaseMysqlOpRatesResponseDataResultType
MonitoringGetDatabaseMysqlOpRatesResponseStatus
MonitoringGetDatabaseMysqlOpRatesResponseStatus
MonitoringGetDatabaseMysqlSchemaLatencyMetric
MonitoringGetDatabaseMysqlSchemaLatencyMetric
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultType
MonitoringGetDatabaseMysqlSchemaLatencyResponseDataResultType
MonitoringGetDatabaseMysqlSchemaLatencyResponseStatus
MonitoringGetDatabaseMysqlSchemaLatencyResponseStatus
MonitoringGetDatabaseMysqlSchemaThroughputMetric
MonitoringGetDatabaseMysqlSchemaThroughputMetric
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultType
MonitoringGetDatabaseMysqlSchemaThroughputResponseDataResultType
MonitoringGetDatabaseMysqlSchemaThroughputResponseStatus
MonitoringGetDatabaseMysqlSchemaThroughputResponseStatus
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultType
MonitoringGetDatabaseMysqlThreadsActiveResponseDataResultType
MonitoringGetDatabaseMysqlThreadsActiveResponseStatus
MonitoringGetDatabaseMysqlThreadsActiveResponseStatus
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultType
MonitoringGetDatabaseMysqlThreadsConnectedResponseDataResultType
MonitoringGetDatabaseMysqlThreadsConnectedResponseStatus
MonitoringGetDatabaseMysqlThreadsConnectedResponseStatus
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultItemValuesItemItem
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultType
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseDataResultType
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseStatus
MonitoringGetDatabaseMysqlThreadsCreatedRateResponseStatus
MonitoringGetDestinationResponseDestinationType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultType
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseDataResultType
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseStatus
MonitoringGetDropletAutoscaleCurrentCpuUtilizationYmlResponseStatus
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultType
MonitoringGetDropletAutoscaleCurrentInstancesResponseDataResultType
MonitoringGetDropletAutoscaleCurrentInstancesResponseStatus
MonitoringGetDropletAutoscaleCurrentInstancesResponseStatus
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseStatus
MonitoringGetDropletAutoscaleCurrentMemoryUtilizationResponseStatus
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseStatus
MonitoringGetDropletAutoscaleTargetCpuUtilizationResponseStatus
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultType
MonitoringGetDropletAutoscaleTargetInstancesResponseDataResultType
MonitoringGetDropletAutoscaleTargetInstancesResponseStatus
MonitoringGetDropletAutoscaleTargetInstancesResponseStatus
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultItemValuesItemItem
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseDataResultType
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseStatus
MonitoringGetDropletAutoscaleTargetMemoryUtilizationResponseStatus
MonitoringGetDropletBandwidthMetricsDirection
MonitoringGetDropletBandwidthMetricsDirection
MonitoringGetDropletBandwidthMetricsInterface
MonitoringGetDropletBandwidthMetricsInterface
MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletBandwidthMetricsResponseDataResultType
MonitoringGetDropletBandwidthMetricsResponseDataResultType
MonitoringGetDropletBandwidthMetricsResponseStatus
MonitoringGetDropletBandwidthMetricsResponseStatus
MonitoringGetDropletCpuMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletCpuMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletCpuMetricsResponseDataResultType
MonitoringGetDropletCpuMetricsResponseDataResultType
MonitoringGetDropletCpuMetricsResponseStatus
MonitoringGetDropletCpuMetricsResponseStatus
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultType
MonitoringGetDropletFilesystemFreeMetricsResponseDataResultType
MonitoringGetDropletFilesystemFreeMetricsResponseStatus
MonitoringGetDropletFilesystemFreeMetricsResponseStatus
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultType
MonitoringGetDropletFilesystemSizeMetricsResponseDataResultType
MonitoringGetDropletFilesystemSizeMetricsResponseStatus
MonitoringGetDropletFilesystemSizeMetricsResponseStatus
MonitoringGetDropletLoad1MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad1MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad1MetricsResponseDataResultType
MonitoringGetDropletLoad1MetricsResponseDataResultType
MonitoringGetDropletLoad1MetricsResponseStatus
MonitoringGetDropletLoad1MetricsResponseStatus
MonitoringGetDropletLoad5MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad5MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad5MetricsResponseDataResultType
MonitoringGetDropletLoad5MetricsResponseDataResultType
MonitoringGetDropletLoad5MetricsResponseStatus
MonitoringGetDropletLoad5MetricsResponseStatus
MonitoringGetDropletLoad15MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad15MetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletLoad15MetricsResponseDataResultType
MonitoringGetDropletLoad15MetricsResponseDataResultType
MonitoringGetDropletLoad15MetricsResponseStatus
MonitoringGetDropletLoad15MetricsResponseStatus
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultType
MonitoringGetDropletMemoryAvailableMetricsResponseDataResultType
MonitoringGetDropletMemoryAvailableMetricsResponseStatus
MonitoringGetDropletMemoryAvailableMetricsResponseStatus
MonitoringGetDropletMemoryCachedMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryCachedMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryCachedMetricsResponseDataResultType
MonitoringGetDropletMemoryCachedMetricsResponseDataResultType
MonitoringGetDropletMemoryCachedMetricsResponseStatus
MonitoringGetDropletMemoryCachedMetricsResponseStatus
MonitoringGetDropletMemoryFreeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryFreeMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryFreeMetricsResponseDataResultType
MonitoringGetDropletMemoryFreeMetricsResponseDataResultType
MonitoringGetDropletMemoryFreeMetricsResponseStatus
MonitoringGetDropletMemoryFreeMetricsResponseStatus
MonitoringGetDropletMemoryTotalMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryTotalMetricsResponseDataResultItemValuesItemItem
MonitoringGetDropletMemoryTotalMetricsResponseDataResultType
MonitoringGetDropletMemoryTotalMetricsResponseDataResultType
MonitoringGetDropletMemoryTotalMetricsResponseStatus
MonitoringGetDropletMemoryTotalMetricsResponseStatus
MonitoringGetLbDropletsConnectionsResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsConnectionsResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsConnectionsResponseDataResultType
MonitoringGetLbDropletsConnectionsResponseDataResultType
MonitoringGetLbDropletsConnectionsResponseStatus
MonitoringGetLbDropletsConnectionsResponseStatus
MonitoringGetLbDropletsDowntimeResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsDowntimeResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsDowntimeResponseDataResultType
MonitoringGetLbDropletsDowntimeResponseDataResultType
MonitoringGetLbDropletsDowntimeResponseStatus
MonitoringGetLbDropletsDowntimeResponseStatus
MonitoringGetLbDropletsHealthChecksResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHealthChecksResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHealthChecksResponseDataResultType
MonitoringGetLbDropletsHealthChecksResponseDataResultType
MonitoringGetLbDropletsHealthChecksResponseStatus
MonitoringGetLbDropletsHealthChecksResponseStatus
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime50pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime50pResponseStatus
MonitoringGetLbDropletsHttpResponseTime50pResponseStatus
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime95pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime95pResponseStatus
MonitoringGetLbDropletsHttpResponseTime95pResponseStatus
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime99pResponseDataResultType
MonitoringGetLbDropletsHttpResponseTime99pResponseStatus
MonitoringGetLbDropletsHttpResponseTime99pResponseStatus
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultType
MonitoringGetLbDropletsHttpResponseTimeAvgResponseDataResultType
MonitoringGetLbDropletsHttpResponseTimeAvgResponseStatus
MonitoringGetLbDropletsHttpResponseTimeAvgResponseStatus
MonitoringGetLbDropletsHttpResponsesResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponsesResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpResponsesResponseDataResultType
MonitoringGetLbDropletsHttpResponsesResponseDataResultType
MonitoringGetLbDropletsHttpResponsesResponseStatus
MonitoringGetLbDropletsHttpResponsesResponseStatus
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultType
MonitoringGetLbDropletsHttpSessionDuration50pResponseDataResultType
MonitoringGetLbDropletsHttpSessionDuration50pResponseStatus
MonitoringGetLbDropletsHttpSessionDuration50pResponseStatus
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultType
MonitoringGetLbDropletsHttpSessionDuration95pResponseDataResultType
MonitoringGetLbDropletsHttpSessionDuration95pResponseStatus
MonitoringGetLbDropletsHttpSessionDuration95pResponseStatus
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultType
MonitoringGetLbDropletsHttpSessionDurationAvgResponseDataResultType
MonitoringGetLbDropletsHttpSessionDurationAvgResponseStatus
MonitoringGetLbDropletsHttpSessionDurationAvgResponseStatus
MonitoringGetLbDropletsQueueSizeResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsQueueSizeResponseDataResultItemValuesItemItem
MonitoringGetLbDropletsQueueSizeResponseDataResultType
MonitoringGetLbDropletsQueueSizeResponseDataResultType
MonitoringGetLbDropletsQueueSizeResponseStatus
MonitoringGetLbDropletsQueueSizeResponseStatus
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultType
MonitoringGetLbFrontendConnectionsCurrentResponseDataResultType
MonitoringGetLbFrontendConnectionsCurrentResponseStatus
MonitoringGetLbFrontendConnectionsCurrentResponseStatus
MonitoringGetLbFrontendConnectionsLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendConnectionsLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendConnectionsLimitResponseDataResultType
MonitoringGetLbFrontendConnectionsLimitResponseDataResultType
MonitoringGetLbFrontendConnectionsLimitResponseStatus
MonitoringGetLbFrontendConnectionsLimitResponseStatus
MonitoringGetLbFrontendCpuUtilizationResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendCpuUtilizationResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendCpuUtilizationResponseDataResultType
MonitoringGetLbFrontendCpuUtilizationResponseDataResultType
MonitoringGetLbFrontendCpuUtilizationResponseStatus
MonitoringGetLbFrontendCpuUtilizationResponseStatus
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultType
MonitoringGetLbFrontendFirewallDroppedBytesResponseDataResultType
MonitoringGetLbFrontendFirewallDroppedBytesResponseStatus
MonitoringGetLbFrontendFirewallDroppedBytesResponseStatus
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultType
MonitoringGetLbFrontendFirewallDroppedPacketsResponseDataResultType
MonitoringGetLbFrontendFirewallDroppedPacketsResponseStatus
MonitoringGetLbFrontendFirewallDroppedPacketsResponseStatus
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultType
MonitoringGetLbFrontendHttpRequestsPerSecondResponseDataResultType
MonitoringGetLbFrontendHttpRequestsPerSecondResponseStatus
MonitoringGetLbFrontendHttpRequestsPerSecondResponseStatus
MonitoringGetLbFrontendHttpResponsesResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendHttpResponsesResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendHttpResponsesResponseDataResultType
MonitoringGetLbFrontendHttpResponsesResponseDataResultType
MonitoringGetLbFrontendHttpResponsesResponseStatus
MonitoringGetLbFrontendHttpResponsesResponseStatus
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputHttpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputHttpResponseStatus
MonitoringGetLbFrontendNetworkThroughputHttpResponseStatus
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputTcpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputTcpResponseStatus
MonitoringGetLbFrontendNetworkThroughputTcpResponseStatus
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputUdpResponseDataResultType
MonitoringGetLbFrontendNetworkThroughputUdpResponseStatus
MonitoringGetLbFrontendNetworkThroughputUdpResponseStatus
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultType
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseDataResultType
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseStatus
MonitoringGetLbFrontendNlbTcpNetworkThroughputResponseStatus
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultType
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseDataResultType
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseStatus
MonitoringGetLbFrontendNlbUdpNetworkThroughputResponseStatus
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsCurrentResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsCurrentResponseStatus
MonitoringGetLbFrontendTlsConnectionsCurrentResponseStatus
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseStatus
MonitoringGetLbFrontendTlsConnectionsExceedingRateLimitResponseStatus
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultItemValuesItemItem
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsLimitResponseDataResultType
MonitoringGetLbFrontendTlsConnectionsLimitResponseStatus
MonitoringGetLbFrontendTlsConnectionsLimitResponseStatus
MonitoringGetSinkResponseSinkDestinationType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringListAlertPolicyResponsePoliciesItemCompare
MonitoringListAlertPolicyResponsePoliciesItemCompare
MonitoringListAlertPolicyResponsePoliciesItemType
MonitoringListAlertPolicyResponsePoliciesItemType
MonitoringListAlertPolicyResponsePoliciesItemWindow
MonitoringListAlertPolicyResponsePoliciesItemWindow
MonitoringListDestinationsResponseDestinationsItemType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringListSinksResponseSinksItemDestinationType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MonitoringUpdateAlertPolicyBodyCompare
MonitoringUpdateAlertPolicyBodyCompare
MonitoringUpdateAlertPolicyBodyType
MonitoringUpdateAlertPolicyBodyType
MonitoringUpdateAlertPolicyBodyWindow
MonitoringUpdateAlertPolicyBodyWindow
MonitoringUpdateAlertPolicyResponsePolicyCompare
MonitoringUpdateAlertPolicyResponsePolicyCompare
MonitoringUpdateAlertPolicyResponsePolicyType
MonitoringUpdateAlertPolicyResponsePolicyType
MonitoringUpdateAlertPolicyResponsePolicyWindow
MonitoringUpdateAlertPolicyResponsePolicyWindow
MonitoringUpdateDestinationBodyType
The destination type. opensearch_dbaas for a DigitalOcean managed OpenSearch cluster or opensearch_ext for an externally managed one.
MultipleDropletRequestBackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
MultipleDropletRequestBackupPolicyWeekday
The day of the week on which the backup will occur.
MultipleDropletRequestImage
The image ID of a public or private image or the slug identifier for a public image. This image will be the base image for your Droplet.
Requires image:read scope.
MultipleDropletRequestSshKeysItem
MultipleDropletRequestSshKeysItem
MultipleDropletResponseDropletsItemDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
MultipleDropletResponseDropletsItemImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
MultipleDropletResponseDropletsItemImageRegionsItem
The slug identifier for the region where the resource will initially be available.
MultipleDropletResponseDropletsItemImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
MultipleDropletResponseDropletsItemImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
MultipleDropletResponseDropletsItemNetworksV4ItemType
The type of the IPv4 network interface.
MultipleDropletResponseDropletsItemNetworksV6ItemType
The type of the IPv6 network interface.
MultipleDropletResponseDropletsItemSizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
MultipleDropletResponseDropletsItemStatus
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
NfsCreateAccessPointBodyAccessPolicyProtocolsItem
NfsCreateAccessPointBodyAccessPolicyProtocolsItem
NfsCreateAccessPointBodyAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsCreateAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsCreateAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsCreateAccessPointResponseAccessPointAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsCreateAccessPointResponseAccessPointStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsCreateAccessPointResponseActionResourceType
The type of resource on which the action is being performed. Access point mutations return SHARE with resource_id set to the access point UUID.
NfsCreateAccessPointResponseActionStatus
The current status of the action.
NfsCreateActionBody
NfsCreateActionBody
NfsCreateActionBodyVariant0Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionBodyVariant1Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionBodyVariant2Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionBodyVariant3Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionBodyVariant4Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionBodyVariant5Type
The type of action to initiate for the NFS share (such as resize or snapshot).
NfsCreateActionResponseActionResourceType
The type of resource on which the action is being performed. Access point mutations return SHARE with resource_id set to the access point UUID.
NfsCreateActionResponseActionStatus
The current status of the action.
NfsCreateResponseShareAccessPointsItemAccessPolicyProtocolsItem
NfsCreateResponseShareAccessPointsItemAccessPolicyProtocolsItem
NfsCreateResponseShareAccessPointsItemAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsCreateResponseShareAccessPointsItemStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsCreateResponseShareStatus
The current status of the share. INACTIVE means the share exists but is not attached to any VPC.
NfsDeleteAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsDeleteAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsDeleteAccessPointResponseAccessPointAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsDeleteAccessPointResponseAccessPointStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsDeleteAccessPointResponseActionResourceType
The type of resource on which the action is being performed. Access point mutations return SHARE with resource_id set to the access point UUID.
NfsDeleteAccessPointResponseActionStatus
The current status of the action.
NfsGetAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsGetAccessPointResponseAccessPointAccessPolicyProtocolsItem
NfsGetAccessPointResponseAccessPointAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsGetAccessPointResponseAccessPointStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsGetResponseShareAccessPointsItemAccessPolicyProtocolsItem
NfsGetResponseShareAccessPointsItemAccessPolicyProtocolsItem
NfsGetResponseShareAccessPointsItemAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsGetResponseShareAccessPointsItemStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsGetResponseShareStatus
The current status of the share. INACTIVE means the share exists but is not attached to any VPC.
NfsGetSnapshotResponseSnapshotStatus
The current status of the snapshot.
NfsListAccessPointsResponseAccessPointsItemAccessPolicyProtocolsItem
NfsListAccessPointsResponseAccessPointsItemAccessPolicyProtocolsItem
NfsListAccessPointsResponseAccessPointsItemAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsListAccessPointsResponseAccessPointsItemStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsListAccessPointsStatus
NfsListAccessPointsStatus
NfsListResponseSharesItemAccessPointsItemAccessPolicyProtocolsItem
NfsListResponseSharesItemAccessPointsItemAccessPolicyProtocolsItem
NfsListResponseSharesItemAccessPointsItemAccessPolicySquashConfig
The squash mode applied to the access point export.
NfsListResponseSharesItemAccessPointsItemStatus
The current lifecycle status of an access point. There is no ACCESS_POINT_DELETING state: DELETE soft-deletes the access point synchronously (mirroring share deletion); the response of a delete request returns the access point already in ACCESS_POINT_DELETED.
NfsListResponseSharesItemStatus
The current status of the share. INACTIVE means the share exists but is not attached to any VPC.
NfsListSnapshotResponseSnapshotsItemStatus
The current status of the snapshot.
OneClicksListType
OneClicksListType
OrganizationsCreateTeamBodyInvitationsItemRole
The role to assign to the invited user. The owner role cannot be assigned via invitation.
OrganizationsCreateTeamResponseInvitationsValueStatus
The invitation delivery status for the email address.
OrganizationsListTeamsResponseTeamsItemStatus
The team’s membership status within the organization.
PartnerAttachmentsCreateBodyRedundancyZone
Optional redundancy zone for the partner attachment.
PartnerAttachmentsCreateBodyRegion
The region to create the partner attachment.
PartnerAttachmentsPatchBody
PartnerAttachmentsPatchBody
ProjectsAssignResourcesDefaultResponseResourcesItemStatus
The status of assigning and fetching the resources.
ProjectsAssignResourcesResponseResourcesItemStatus
The status of assigning and fetching the resources.
ProjectsCreateBodyEnvironment
The environment of the project’s resources.
ProjectsCreateResponseProjectEnvironment
The environment of the project’s resources.
ProjectsGetDefaultResponseProjectEnvironment
The environment of the project’s resources.
ProjectsGetResponseProjectEnvironment
The environment of the project’s resources.
ProjectsListResourcesDefaultResponseResourcesItemStatus
The status of assigning and fetching the resources.
ProjectsListResourcesResponseResourcesItemStatus
The status of assigning and fetching the resources.
ProjectsListResponseProjectsItemEnvironment
The environment of the project’s resources.
ProjectsPatchBodyEnvironment
The environment of the project’s resources.
ProjectsPatchDefaultBodyEnvironment
The environment of the project’s resources.
ProjectsPatchDefaultResponseProjectEnvironment
The environment of the project’s resources.
ProjectsPatchResponseProjectEnvironment
The environment of the project’s resources.
ProjectsUpdateBodyEnvironment
The environment of the project’s resources.
ProjectsUpdateDefaultBodyEnvironment
The environment of the project’s resources.
ProjectsUpdateDefaultResponseProjectEnvironment
The environment of the project’s resources.
ProjectsUpdateResponseProjectEnvironment
The environment of the project’s resources.
RegistriesCreateBodyRegion
Slug of the region where registry data is stored. When not provided, a region will be selected.
RegistriesCreateBodySubscriptionTierSlug
The slug of the subscription tier to sign up for. Valid values can be retrieved using the options endpoint.
RegistriesGetGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistriesGetOptionsResponseOptionsSubscriptionTiersItemEligibilityReasonsItem
RegistriesGetOptionsResponseOptionsSubscriptionTiersItemEligibilityReasonsItem
RegistriesListGarbageCollectionsResponseGarbageCollectionsItemStatus
The current status of this garbage collection.
RegistriesRunGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistriesUpdateGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistriesUpdateSubscriptionBodyTierSlug
The slug of the subscription tier to sign up for.
RegistryCreateBodyRegion
Slug of the region where registry data is stored. When not provided, a region will be selected.
RegistryCreateBodySubscriptionTierSlug
The slug of the subscription tier to sign up for. Valid values can be retrieved using the options endpoint.
RegistryGetGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistryGetOptionsResponseOptionsSubscriptionTiersItemEligibilityReasonsItem
RegistryGetOptionsResponseOptionsSubscriptionTiersItemEligibilityReasonsItem
RegistryListGarbageCollectionsResponseGarbageCollectionsItemStatus
The current status of this garbage collection.
RegistryRunGarbageCollectionBodyType
Type of the garbage collection to run against this registry
RegistryRunGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistryUpdateGarbageCollectionResponseGarbageCollectionStatus
The current status of this garbage collection.
RegistryUpdateSubscriptionBodyTierSlug
The slug of the subscription tier to sign up for.
ReservedIPsActionsGetResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ReservedIPsActionsListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ReservedIPsActionsPostBody
ReservedIPsActionsPostBody
ReservedIPsActionsPostBodyVariant0Type
The type of action to initiate for the reserved IP.
ReservedIPsActionsPostBodyVariant1Type
The type of action to initiate for the reserved IP.
ReservedIPsActionsPostResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ReservedIPsCreateBody
ReservedIPsCreateBody
ReservedIPsCreateResponseReservedIpDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsCreateResponseReservedIpDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ReservedIPsCreateResponseReservedIpDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ReservedIPsCreateResponseReservedIpDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ReservedIPsCreateResponseReservedIpDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
ReservedIPsCreateResponseReservedIpDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
ReservedIPsCreateResponseReservedIpDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsCreateResponseReservedIpDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
ReservedIPsGetResponseReservedIpDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsGetResponseReservedIpDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ReservedIPsGetResponseReservedIpDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ReservedIPsGetResponseReservedIpDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ReservedIPsGetResponseReservedIpDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
ReservedIPsGetResponseReservedIpDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
ReservedIPsGetResponseReservedIpDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsGetResponseReservedIpDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
ReservedIPsListResponseReservedIpsItemDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsListResponseReservedIpsItemDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ReservedIPsListResponseReservedIpsItemDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ReservedIPsListResponseReservedIpsItemDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ReservedIPsListResponseReservedIpsItemDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
ReservedIPsListResponseReservedIpsItemDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
ReservedIPsListResponseReservedIpsItemDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPsListResponseReservedIpsItemDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
ReservedIPv6ActionsPostBody
ReservedIPv6ActionsPostBody
ReservedIPv6ActionsPostBodyVariant0Type
The type of action to initiate for the reserved IPv6.
ReservedIPv6ActionsPostBodyVariant1Type
The type of action to initiate for the reserved IPv6.
ReservedIPv6ActionsPostResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPv6GetResponseReservedIpv6DropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1DiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1ImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1ImageRegionsItem
The slug identifier for the region where the resource will initially be available.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1ImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1ImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV4ItemType
The type of the IPv4 network interface.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1NetworksV6ItemType
The type of the IPv6 network interface.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1SizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
ReservedIPv6ListResponseReservedIpv6sItemDropletSubtype1Status
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
SecurityGetLatestScanSeverity
SecurityGetLatestScanSeverity
SecurityGetScanSeverity
SecurityGetScanSeverity
Severity
The severity of the finding.
SharedSharedVCpuCoresDedicatedDedicatedVCpuCores
SharedSharedVCpuCoresDedicatedDedicatedVCpuCores
SingleDropletRequestBackupPolicyPlan
The backup plan used for the Droplet. The plan can be either daily or weekly.
SingleDropletRequestBackupPolicyWeekday
The day of the week on which the backup will occur.
SingleDropletRequestImage
The image ID of a public or private image or the slug identifier for a public image. This image will be the base image for your Droplet.
Requires image:read scope.
SingleDropletRequestSshKeysItem
SingleDropletRequestSshKeysItem
SingleDropletResponseDropletDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
SingleDropletResponseDropletImageDistribution
The name of a custom image’s distribution. Currently, the valid values are Arch Linux, CentOS, CoreOS, Debian, Fedora, Fedora Atomic, FreeBSD, Gentoo, openSUSE, RancherOS, Rocky Linux, Ubuntu, and Unknown. Any other value will be accepted but ignored, and Unknown will be used in its place.
SingleDropletResponseDropletImageRegionsItem
The slug identifier for the region where the resource will initially be available.
SingleDropletResponseDropletImageStatus
A status string indicating the state of a custom image. This may be NEW, available, pending, deleted, or retired.
SingleDropletResponseDropletImageType
Describes the kind of image. It may be one of base, snapshot, backup, custom, or admin. Respectively, this specifies whether an image is a DigitalOcean base OS image, user-generated Droplet snapshot, automatically created Droplet backup, user-provided virtual machine image, or an image used for DigitalOcean managed resources (e.g. DOKS worker nodes).
SingleDropletResponseDropletNetworksV4ItemType
The type of the IPv4 network interface.
SingleDropletResponseDropletNetworksV6ItemType
The type of the IPv6 network interface.
SingleDropletResponseDropletSizeDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
SingleDropletResponseDropletStatus
A status string indicating the state of the Droplet instance. This may be “new”, “active”, “off”, or “archive”.
SizesListResponseSizesItemDiskInfoItemType
The type of disk. All Droplets contain a local or boot disk. Additionally, GPU Droplets can also have a scratch disk for non-persistent data.
SnapshotsDeleteSnapshotId
SnapshotsDeleteSnapshotId
SnapshotsGetResponseSnapshotResourceType
The type of resource that the snapshot originated from.
SnapshotsGetSnapshotId
SnapshotsGetSnapshotId
SnapshotsListResourceType
SnapshotsListResourceType
SnapshotsListResponseSnapshotsItemResourceType
The type of resource that the snapshot originated from.
SshKeysDeleteSshKeyIdentifier
SshKeysDeleteSshKeyIdentifier
SshKeysGetSshKeyIdentifier
SshKeysGetSshKeyIdentifier
SshKeysUpdateSshKeyIdentifier
SshKeysUpdateSshKeyIdentifier
State
Current state of the plan.
Status
The status of the scan.
StepsOfAnAlertsProgressItemStatus
StepsOfAnAlertsProgressItemStatus
TagsAssignResourcesBodyResourcesItemResourceType
The type of the resource.
TagsUnassignResourcesBodyResourcesItemResourceType
The type of the resource.
TheAppEgressType
TheAppEgressType
TheJobInvocationTriggerType
The type of trigger that initiated the job invocation.
TheStatusOfTheDedicatedEgressIp
TheStatusOfTheDedicatedEgressIp
Type
Feature type, indicating the kind of data it holds.
Unit
Unit of measurement for the feature, if applicable. Units apply to allowance features.
UptimeCreateAlertBodyComparison
The comparison operator used against the alert’s threshold.
UptimeCreateAlertBodyPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeCreateAlertBodyType
The type of alert.
UptimeCreateAlertResponseAlertComparison
The comparison operator used against the alert’s threshold.
UptimeCreateAlertResponseAlertPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeCreateAlertResponseAlertType
The type of alert.
UptimeCreateCheckBodyRegionsItem
UptimeCreateCheckBodyRegionsItem
UptimeCreateCheckBodyType
The type of health check to perform.
UptimeCreateCheckResponseCheckRegionsItem
UptimeCreateCheckResponseCheckRegionsItem
UptimeCreateCheckResponseCheckType
The type of health check to perform.
UptimeGetAlertResponseAlertComparison
The comparison operator used against the alert’s threshold.
UptimeGetAlertResponseAlertPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeGetAlertResponseAlertType
The type of alert.
UptimeGetCheckResponseCheckRegionsItem
UptimeGetCheckResponseCheckRegionsItem
UptimeGetCheckResponseCheckType
The type of health check to perform.
UptimeGetCheckStateResponseStateRegionsEuWest
The availability state of the region
UptimeGetCheckStateResponseStateRegionsUsEast
The availability state of the region
UptimeListAlertsResponseAlertsItemComparison
The comparison operator used against the alert’s threshold.
UptimeListAlertsResponseAlertsItemPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeListAlertsResponseAlertsItemType
The type of alert.
UptimeListChecksResponseChecksItemRegionsItem
UptimeListChecksResponseChecksItemRegionsItem
UptimeListChecksResponseChecksItemType
The type of health check to perform.
UptimeUpdateAlertBodyComparison
The comparison operator used against the alert’s threshold.
UptimeUpdateAlertBodyPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeUpdateAlertBodyType
The type of alert.
UptimeUpdateAlertResponseAlertComparison
The comparison operator used against the alert’s threshold.
UptimeUpdateAlertResponseAlertPeriod
Period of time the threshold must be exceeded to trigger the alert.
UptimeUpdateAlertResponseAlertType
The type of alert.
UptimeUpdateCheckBodyRegionsItem
UptimeUpdateCheckBodyRegionsItem
UptimeUpdateCheckBodyType
The type of health check to perform.
UptimeUpdateCheckResponseCheckRegionsItem
UptimeUpdateCheckResponseCheckRegionsItem
UptimeUpdateCheckResponseCheckType
The type of health check to perform.
VolumeActionsGetResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
VolumeActionsListResponseActionsItemStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
VolumeActionsPostBodySubtype0Region
The slug identifier for the region where the resource will initially be available.
VolumeActionsPostBodySubtype0Type
The volume action to initiate.
VolumeActionsPostBodySubtype1Region
The slug identifier for the region where the resource will initially be available.
VolumeActionsPostBodySubtype1Type
The volume action to initiate.
VolumeActionsPostByIdBodySubtype0Region
The slug identifier for the region where the resource will initially be available.
VolumeActionsPostByIdBodySubtype0Type
The volume action to initiate.
VolumeActionsPostByIdBodySubtype1Region
The slug identifier for the region where the resource will initially be available.
VolumeActionsPostByIdBodySubtype1Type
The volume action to initiate.
VolumeActionsPostByIdBodySubtype2Region
The slug identifier for the region where the resource will initially be available.
VolumeActionsPostByIdBodySubtype2Type
The volume action to initiate.
VolumeActionsPostByIdResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
VolumeActionsPostResponseActionStatus
The current status of the action. This can be “in-progress”, “completed”, or “errored”.
VolumeSnapshotsCreateResponseSnapshotResourceType
The type of resource that the snapshot originated from.
VolumeSnapshotsGetByIdResponseSnapshotResourceType
The type of resource that the snapshot originated from.
VolumeSnapshotsListResponseSnapshotsItemResourceType
The type of resource that the snapshot originated from.
VolumesCreateBodySubtype0Region
The slug identifier for the region where the resource will initially be available.
VolumesCreateBodySubtype1Region
The slug identifier for the region where the resource will initially be available.
VolumesDeleteByNameRegion
The slug identifier for the region where the resource will initially be available.
VolumesListRegion
The slug identifier for the region where the resource will initially be available.
VpcPeeringsCreateResponseVpcPeeringStatus
The current status of the VPC peering.
VpcPeeringsDeleteResponseVpcPeeringStatus
The current status of the VPC peering.
VpcPeeringsGetResponseVpcPeeringStatus
The current status of the VPC peering.
VpcPeeringsListRegion
The slug identifier for the region where the resource will initially be available.
VpcPeeringsListResponseVpcPeeringsItemStatus
The current status of the VPC peering.
VpcPeeringsPatchResponseVpcPeeringStatus
The current status of the VPC peering.
VpcnatgatewaysCreateBodyRegion
The region in which the VPC NAT gateway is created.
VpcnatgatewaysCreateBodyType
The type of the VPC NAT gateway.
VpcnatgatewaysCreateResponseVpcNatGatewayRegion
The region in which the VPC NAT gateway is created.
VpcnatgatewaysCreateResponseVpcNatGatewayType
The type of the VPC NAT gateway.
VpcnatgatewaysGetResponseVpcNatGatewayRegion
The region in which the VPC NAT gateway is created.
VpcnatgatewaysGetResponseVpcNatGatewayState
The current state of the VPC NAT gateway.
VpcnatgatewaysGetResponseVpcNatGatewayType
The type of the VPC NAT gateway.
VpcnatgatewaysListRegion
VpcnatgatewaysListRegion
VpcnatgatewaysListResponseVpcNatGatewaysItemRegion
The region in which the VPC NAT gateway is created.
VpcnatgatewaysListResponseVpcNatGatewaysItemState
The current state of the VPC NAT gateway.
VpcnatgatewaysListResponseVpcNatGatewaysItemType
The type of the VPC NAT gateway.
VpcnatgatewaysListState
VpcnatgatewaysListState
VpcnatgatewaysListType
VpcnatgatewaysListType
VpcsCreatePeeringsResponsePeeringStatus
The current status of the VPC peering.
VpcsListPeeringsResponsePeeringsItemStatus
The current status of the VPC peering.
VpcsPatchPeeringsResponsePeeringStatus
The current status of the VPC peering.

Traits§

ClientInfo
Interface for which an implementation is generated for all clients.