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

    To retrieve CPU metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/cpu.

    interface CpuRequestBuilderGetQueryParameters {
        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.