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

    Type Alias PostGroupAddLinodeData

    type PostGroupAddLinodeData = {
        body: { linodes?: number[] };
        path: { groupId: number };
        query?: never;
        url: "placement/groups/{groupId}/assign";
    }
    Index

    Properties

    Properties

    body: { linodes?: number[] }

    The compute instances included in a placement group.

    Type Declaration

    • Optionallinodes?: number[]

      The linodeId values for individual compute instances included in the placement group.

    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}/assign"