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

    Type Alias GetLkeClusterNodeData

    type GetLkeClusterNodeData = {
        body?: never;
        path: { clusterId: number; nodeId: string };
        query?: never;
        url: "lke/clusters/{clusterId}/nodes/{nodeId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { clusterId: number; nodeId: string }

    Type Declaration

    • clusterId: number

      ID of the Kubernetes cluster containing the Node.

    • nodeId: string

      The ID of the Node to access.

    query?: never
    url: "lke/clusters/{clusterId}/nodes/{nodeId}"