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

    Builds and executes requests for operations under /v2/droplets/{droplet_id}/destroy_with_associated_resources/status

    interface StatusRequestBuilder {
        get(
            requestConfiguration?: RequestConfiguration<object>,
        ): Promise<undefined | Associated_resource_status>;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<object>,
        ): RequestInformation;
        withUrl(rawUrl: string): StatusRequestBuilder;
    }

    Hierarchy

    Index

    Methods

    • To check on the status of a request to destroy a Droplet with its associatedresources, send a GET request to the/v2/droplets/$DROPLET_ID/destroy_with_associated_resources/status endpoint.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns Promise<undefined | Associated_resource_status>

      error when the service returns a 401 status code

      error when the service returns a 404 status code

      error when the service returns a 429 status code

      error when the service returns a 500 status code

      error when the service returns a 4XX or 5XX status code

    • To check on the status of a request to destroy a Droplet with its associatedresources, send a GET request to the/v2/droplets/$DROPLET_ID/destroy_with_associated_resources/status endpoint.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns RequestInformation

    • Parameters

      • rawUrl: string

      Returns StatusRequestBuilder