ManagedAccountProvisionRequest: {
    networkTypeId: number;
    numberOfIps: number;
    workspaceId: Ulid;
}

Type declaration

  • networkTypeId: number

    Network template ID to be setup in the provisioned accounts. See /cloud-account/managed-account/template for more info.

  • numberOfIps: number

    Number of IPs to be allocated in the provisioned accounts. See /cloud-account/managed-account/template for more info.

  • workspaceId: Ulid