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

    Type Alias GetIpv6RangeData

    type GetIpv6RangeData = {
        body?: never;
        path: { range: string };
        query?: never;
        url: "networking/ipv6/ranges/{range}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { range: string }

    Type Declaration

    • range: string

      The IPv6 range to access. Corresponds to the range property of objects returned from the List IPv6 ranges operation.

      📘

      You need to omit the prefix length of the IPv6 range.

    query?: never
    url: "networking/ipv6/ranges/{range}"