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

    Interface AlertsRequestBuilderGetQueryParameters

    Returns all alert policies that are configured for the given account. To List all alert policies, send a GET request to /v2/monitoring/alerts.

    interface AlertsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page