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

    To retrieve filesystem free metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/filesystem_free.

    interface Filesystem_freeRequestBuilderGetQueryParameters {
        end?: string;
        hostId?: string;
        start?: string;
    }
    Index

    Properties

    Properties

    end?: string

    UNIX timestamp to end metric window.

    hostId?: string

    The droplet ID.

    start?: string

    UNIX timestamp to start metric window.