Function accountSharedInfrastructureControllergetSharedInfraPage
- accountSharedInfrastructureControllergetSharedInfraPage(
__namedParameters: {
getAllSharedInfraRequestBody?: GetAllSharedInfraRequestBody;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
},
opts?: RequestOpts,
): Promise<SharedInfraPageResponse> Parameters
- __namedParameters: {
getAllSharedInfraRequestBody?: GetAllSharedInfraRequestBody;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
} Optionalopts: RequestOpts
Get plugins applied to a workspace's application.