@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface DeploymentsRequestBuilderGetQueryParameters

    List all deployments of an app.

    interface DeploymentsRequestBuilderGetQueryParameters {
        deploymentTypes?: GetDeployment_typesQueryParameterType[];
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Optional. Filter deployments by deployment_type - MANUAL: manual deployment - DEPLOY_ON_PUSH: deployment triggered by a push to the app's repository - MAINTENANCE: deployment for maintenance purposes - MANUAL_ROLLBACK: manual revert to a previous deployment - AUTO_ROLLBACK: automatic revert to a previous deployment - UPDATE_DATABASE_TRUSTED_SOURCES: update database trusted sources - AUTOSCALED: deployment that has been autoscaled

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page