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

    Type Alias GetPlacementGroupData

    type GetPlacementGroupData = {
        body?: never;
        path: { groupId: number };
        query?: never;
        url: "placement/groups/{groupId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { groupId: number }

    Type Declaration

    • groupId: number

      ID of the placement group to look up. Run the List placement groups operation and store the id for the applicable placement group.

    query?: never
    url: "placement/groups/{groupId}"