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

    Builds and executes requests for operations under /v2/monitoring/metrics/load_balancer/frontend_http_responses

    interface Frontend_http_responsesRequestBuilder {
        get(
            requestConfiguration?: RequestConfiguration<
                Frontend_http_responsesRequestBuilderGetQueryParameters,
            >,
        ): Promise<undefined | Metrics>;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<
                Frontend_http_responsesRequestBuilderGetQueryParameters,
            >,
        ): RequestInformation;
        withUrl(rawUrl: string): Frontend_http_responsesRequestBuilder;
    }

    Hierarchy

    Index

    Methods