@akamai/openapi-ts
    Preparing search index...

    Type Alias GetRegionResponses

    type GetRegionResponses = {
        "200": {
            capabilities: string[];
            country: string;
            id: string;
            label: string;
            monitors: { alerts: string[]; metrics: string[] };
            placement_group_limits: {
                maximum_linodes_per_flexible_pg: number | null;
                maximum_linodes_per_pg: number | null;
                maximum_pgs_per_customer: number | null;
            };
            resolvers: { ipv4: string; ipv6: string };
            site_type: "core" | "distributed";
            status: "ok" | "outage";
        };
    }
    Index

    Properties

    Properties

    "200": {
        capabilities: string[];
        country: string;
        id: string;
        label: string;
        monitors: { alerts: string[]; metrics: string[] };
        placement_group_limits: {
            maximum_linodes_per_flexible_pg: number | null;
            maximum_linodes_per_pg: number | null;
            maximum_pgs_per_customer: number | null;
        };
        resolvers: { ipv4: string; ipv6: string };
        site_type: "core" | "distributed";
        status: "ok" | "outage";
    }

    An area where Linode services are available.

    Type Declaration

    • capabilities: string[]

      A list of capabilities of this region.

    • country: string

      Filterable The country where this region resides.

    • id: string

      The unique ID of this Region.

    • label: string

      Detailed location information for this region, including city, state or region, and country.

    • monitors: { alerts: string[]; metrics: string[] }

      Beta Lists the services in this region that support metrics and alerts use with Akamai Cloud Pulse (ACLP).

      📘

      The ACLP service is currently beta. This object is only returned in a response if you're participating in the ACLP beta. Contact your account team for more information.

      • alerts: string[]

        Each service_type supported for use in managing ACLP alerts in this region, for your account. A service_type identifies the Akamai Cloud Computing service.

      • metrics: string[]

        Each service_type supported for use in managing ACLP metrics in this region, for your account. A service_type identifies the Akamai Cloud Computing service.

    • placement_group_limits: {
          maximum_linodes_per_flexible_pg: number | null;
          maximum_linodes_per_pg: number | null;
          maximum_pgs_per_customer: number | null;
      }

      The limits for placement groups in this region.

      • maximum_linodes_per_flexible_pg: number | null

        The maximum number of Linodes you can include in a placement group, when that placement group uses a placement_group_policy of flexible. Displayed as null if you don't have a limit. See Create placement group for more information on placement_group_policy.

      • maximum_linodes_per_pg: number | null

        The maximum number of Linodes you can include in a placement group, when that placement group uses a placement _group_policy of strict. Displayed as null if you don't have a limit. See Create placement group for more information on placement_group_policy.

      • maximum_pgs_per_customer: number | null

        The maximum number of placement groups you can have in this region. Displayed as null if you don't have a limit.

    • resolvers: { ipv4: string; ipv6: string }
      • ipv4: string

        The IPv4 addresses for this region's DNS resolvers, separated by commas.

      • ipv6: string

        The IPv6 addresses for this region's DNS resolvers, separated by commas.

    • site_type: "core" | "distributed"

      Filterable This region's site type. A core region indicates a traditional cloud computing region that offers all compute services. A distributed region indicates sites that are globally dispersed to be closer to end users and workloads. These regions offer limited services.

    • status: "ok" | "outage"

      This region's current operational status.