digitalocean_app

DigitalOcean App

Name

Type

Nullable

active_deployment

Deployment

created_at

String

default_ingress

String

domains

List

id

String

in_progress_deployment

Deployment

last_deployment_created_at

String

live_domain

String

live_url

String

live_url_base

String

owner_uuid

String

pending_deployment

Deployment

pinned_deployment

Deployment

project_id

String

region

Region

spec

Spec

tier_slug

String

updated_at

String

Deployment

Name

Type

Nullable

cause

String

cloned_from

String

created_at

String

functions

List<Deployment.Function>

id

String

jobs

List<Deployment.Job>

phase

String

phase_last_updated_at

String

progress

Deployment.Progress

services

List<Deployment.Service>

spec

Spec

static_sites

List<Deployment.StaticSites>

tier_slug

String

updated_at

String

workers

List<Deployment.Worker>

Deployment.Function

Name

Type

Nullable

name

String

namespace

String

source_commit_hash

String

Deployment.Job

Name

Type

Nullable

name

String

source_commit_hash

String

Deployment.Progress

Name

Type

Nullable

error_steps

Long

pending_steps

Long

running_steps

Long

steps

List<Deployment.Progress.Step>

success_steps

Long

summary_steps

List<Deployment.Progress.Step>

total_steps

Long

Deployment.Progress.Step

Name

Type

Nullable

component_name

String

ended_at

String

message_base

String

name

String

reason

Deployment.Progress.Step.Reason

started_at

String

status

String

steps

JSON

Deployment.Progress.Step.Reason

Name

Type

Nullable

code

String

message

String

Deployment.Service

Name

Type

Nullable

name

String

source_commit_hash

String

Deployment.StaticSites

Name

Type

Nullable

name

String

source_commit_hash

String

Deployment.Worker

Name

Type

Nullable

name

String

source_commit_hash

String

Domain

Name

Type

Nullable

certificate_expires_at

String

id

String

phase

String

progress

JSON

rotate_validation_records

Boolean

spec

Domain.Spec

validations

List<Domain.Validation>

Domain.Spec

Name

Type

Nullable

domain

String

minimum_tls_version

String

type

String

wildcard

Boolean

zone

String

Domain.Validation

Name

Type

Nullable

txt_name

String

txt_value

String

Region

Name

Type

Nullable

continent

String

data_centers

List

default

Boolean

disabled

Boolean

flag

String

label

String

reason

String

slug

String

Spec

Name

Type

Nullable

name

String

region

String

Last updated