From 27976d84bb1e6e3b811f3baebfeb7592bee29c20 Mon Sep 17 00:00:00 2001 From: wengxiaojun Date: Mon, 14 Oct 2024 11:07:36 +0800 Subject: [PATCH] update to latest 4.4.0 swagger json --- .../static/specs/4.4.0-swagger.json | 17833 ++++++++-------- .../swagger/examples/swagger-examples.json | 43 +- 2 files changed, 8897 insertions(+), 8979 deletions(-) diff --git a/cloudtower-api-doc/static/specs/4.4.0-swagger.json b/cloudtower-api-doc/static/specs/4.4.0-swagger.json index f26158c..f59bf32 100644 --- a/cloudtower-api-doc/static/specs/4.4.0-swagger.json +++ b/cloudtower-api-doc/static/specs/4.4.0-swagger.json @@ -35030,6 +35030,52 @@ "type": "string", "nullable": true }, + "qos_burst": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "qos_burst_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_burst_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, "qos_max_bandwidth": { "type": "number", "format": "double", @@ -69416,8 +69462,8 @@ "nullable": true }, "t": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int64" }, "__typename": { "type": "string", @@ -77191,143 +77237,584 @@ ], "type": "object" }, - "ColumnConfig": { + "UploadTaskWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + }, + "type": "array", + "nullable": true + }, + "chunk_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "chunk_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chunk_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "current_chunk": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "current_chunk_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "current_chunk_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "finished_at": { + "type": "string", + "nullable": true + }, + "finished_at_gt": { + "type": "string", + "nullable": true + }, + "finished_at_gte": { + "type": "string", + "nullable": true + }, + "finished_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "finished_at_lt": { + "type": "string", + "nullable": true + }, + "finished_at_lte": { + "type": "string", + "nullable": true + }, + "finished_at_not": { + "type": "string", + "nullable": true + }, + "finished_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "id_contains": { + "type": "string", + "nullable": true + }, + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_lt": { + "type": "string", + "nullable": true + }, + "id_lte": { + "type": "string", + "nullable": true + }, + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", + "nullable": true + }, + "resource_type": { + "allOf": [ + { + "$ref": "#/components/schemas/UploadResourceType" + } + ], + "nullable": true + }, + "resource_type_in": { + "items": { + "$ref": "#/components/schemas/UploadResourceType" + }, + "type": "array", + "nullable": true + }, + "resource_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UploadResourceType" + } + ], + "nullable": true + }, + "resource_type_not_in": { + "items": { + "$ref": "#/components/schemas/UploadResourceType" + }, + "type": "array", + "nullable": true + }, + "size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "started_at": { + "type": "string", + "nullable": true + }, + "started_at_gt": { + "type": "string", + "nullable": true + }, + "started_at_gte": { + "type": "string", + "nullable": true + }, + "started_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "started_at_lt": { + "type": "string", + "nullable": true + }, + "started_at_lte": { + "type": "string", + "nullable": true + }, + "started_at_not": { + "type": "string", + "nullable": true + }, + "started_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/UploadTaskStatus" + } + ], + "nullable": true + }, + "status_in": { + "items": { + "$ref": "#/components/schemas/UploadTaskStatus" + }, + "type": "array", + "nullable": true + }, + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UploadTaskStatus" + } + ], + "nullable": true + }, + "status_not_in": { + "items": { + "$ref": "#/components/schemas/UploadTaskStatus" + }, + "type": "array", + "nullable": true + }, + "updatedAt": { + "type": "string", + "nullable": true + }, + "updatedAt_gt": { + "type": "string", + "nullable": true + }, + "updatedAt_gte": { + "type": "string", + "nullable": true + }, + "updatedAt_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "updatedAt_lt": { + "type": "string", + "nullable": true + }, + "updatedAt_lte": { + "type": "string", + "nullable": true + }, + "updatedAt_not": { + "type": "string", + "nullable": true + }, + "updatedAt_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "CancelUploadTaskParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "UsbDevice": { "properties": { + "binded": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "host": { + "$ref": "#/components/schemas/NestedHost" + }, + "id": { + "type": "string" + }, + "local_created_at": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "manufacturer": { + "type": "string" + }, "name": { "type": "string" }, - "path": { + "size": { + "type": "integer", + "format": "int64" + }, + "status": { + "$ref": "#/components/schemas/UsbDeviceStatus" + }, + "usb_type": { "type": "string" + }, + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", + "nullable": true + }, + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVm" + } + ], + "nullable": true, + "deprecated": true } }, "required": [ + "binded", + "description", + "host", + "id", + "local_created_at", + "local_id", + "manufacturer", "name", - "path" + "size", + "status", + "usb_type" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_UsbDevice_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/UsbDevice" + } + }, + "required": [ + "data" ], "type": "object" }, - "HostOrderByInput": { + "UsbDeviceMountParams": { + "properties": { + "data": { + "properties": { + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "vm_id": { + "type": "string", + "deprecated": true + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "UsbDeviceUnmountParams": { + "properties": { + "data": { + "properties": { + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + } + }, + "required": [ + "vms" + ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "UsbDeviceOrderByInput": { "enum": [ - "access_ip_ASC", - "access_ip_DESC", - "allocable_cpu_cores_for_vm_exclusive_ASC", - "allocable_cpu_cores_for_vm_exclusive_DESC", - "allocatable_memory_bytes_ASC", - "allocatable_memory_bytes_DESC", - "chunk_id_ASC", - "chunk_id_DESC", - "cpu_brand_ASC", - "cpu_brand_DESC", - "cpu_fan_speed_unit_ASC", - "cpu_fan_speed_unit_DESC", - "cpu_hz_per_core_ASC", - "cpu_hz_per_core_DESC", - "cpu_model_ASC", - "cpu_model_DESC", - "cpu_vendor_ASC", - "cpu_vendor_DESC", - "data_ip_ASC", - "data_ip_DESC", + "binded_ASC", + "binded_DESC", + "description_ASC", + "description_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "hdd_data_capacity_ASC", - "hdd_data_capacity_DESC", - "hdd_disk_count_ASC", - "hdd_disk_count_DESC", - "host_state_ASC", - "host_state_DESC", - "hypervisor_ip_ASC", - "hypervisor_ip_DESC", "id_ASC", "id_DESC", - "iommu_ASC", - "iommu_DESC", - "is_os_in_raid1_ASC", - "is_os_in_raid1_DESC", + "local_created_at_ASC", + "local_created_at_DESC", "local_id_ASC", "local_id_DESC", - "lsm_cap_disk_safe_umount_ASC", - "lsm_cap_disk_safe_umount_DESC", - "management_ip_ASC", - "management_ip_DESC", - "model_ASC", - "model_DESC", + "manufacturer_ASC", + "manufacturer_DESC", "name_ASC", "name_DESC", - "nested_virtualization_ASC", - "nested_virtualization_DESC", - "nic_count_ASC", - "nic_count_DESC", - "node_topo_local_id_ASC", - "node_topo_local_id_DESC", - "os_memory_bytes_ASC", - "os_memory_bytes_DESC", - "os_version_ASC", - "os_version_DESC", - "pmem_dimm_capacity_ASC", - "pmem_dimm_capacity_DESC", - "pmem_dimm_count_ASC", - "pmem_dimm_count_DESC", - "pmem_disk_count_ASC", - "pmem_disk_count_DESC", - "provisioned_cpu_cores_ASC", - "provisioned_cpu_cores_DESC", - "provisioned_memory_bytes_ASC", - "provisioned_memory_bytes_DESC", - "running_pause_vm_memory_bytes_ASC", - "running_pause_vm_memory_bytes_DESC", - "running_vm_num_ASC", - "running_vm_num_DESC", - "scvm_cpu_ASC", - "scvm_cpu_DESC", - "scvm_memory_ASC", - "scvm_memory_DESC", - "scvm_name_ASC", - "scvm_name_DESC", - "serial_ASC", - "serial_DESC", - "ssd_data_capacity_ASC", - "ssd_data_capacity_DESC", - "ssd_disk_count_ASC", - "ssd_disk_count_DESC", - "state_ASC", - "state_DESC", + "size_ASC", + "size_DESC", "status_ASC", "status_DESC", - "stopped_vm_num_ASC", - "stopped_vm_num_DESC", - "suspended_vm_num_ASC", - "suspended_vm_num_DESC", - "total_cache_capacity_ASC", - "total_cache_capacity_DESC", - "total_cpu_cores_ASC", - "total_cpu_cores_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_cpu_sockets_ASC", - "total_cpu_sockets_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "vm_num_ASC", - "vm_num_DESC", - "vmotion_ip_ASC", - "vmotion_ip_DESC", - "with_faster_ssd_as_cache_ASC", - "with_faster_ssd_as_cache_DESC" + "usb_type_ASC", + "usb_type_DESC" ], "type": "string" }, - "GetHostsRequestBody": { + "GetUsbDevicesRequestBody": { "properties": { "after": { "type": "string", @@ -77350,7 +77837,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/HostOrderByInput" + "$ref": "#/components/schemas/UsbDeviceOrderByInput" } ], "nullable": true @@ -77363,7 +77850,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/UsbDeviceWhereInput" } ], "nullable": true @@ -77372,2532 +77859,3280 @@ "type": "object", "additionalProperties": false }, - "DatacenterOrderByInput": { - "enum": [ - "cluster_num_ASC", - "cluster_num_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "host_num_ASC", - "host_num_DESC", - "id_ASC", - "id_DESC", - "name_ASC", - "name_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "vm_num_ASC", - "vm_num_DESC" + "LoginResponse": { + "properties": { + "token": { + "type": "string" + } + }, + "required": [ + "token" ], - "type": "string" + "type": "object" }, - "GetDatacentersRequestBody": { + "WithTask_LoginResponse_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "data": { + "$ref": "#/components/schemas/LoginResponse" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "MfaType": { + "enum": [ + "Mail" + ], + "type": "string" + }, + "LoginInput": { + "properties": { + "username": { + "type": "string" }, - "orderBy": { + "source": { "allOf": [ { - "$ref": "#/components/schemas/DatacenterOrderByInput" + "$ref": "#/components/schemas/UserSource" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "password": { + "type": "string" }, - "where": { + "mfa_type": { "allOf": [ { - "$ref": "#/components/schemas/DatacenterWhereInput" + "$ref": "#/components/schemas/MfaType" } ], "nullable": true + }, + "auth_config_id": { + "type": "string", + "nullable": true + } + }, + "required": [ + "username", + "password" + ], + "type": "object" + }, + "NestedPasswordReoverQaItem": { + "properties": { + "question": { + "type": "string" } }, + "required": [ + "question" + ], "type": "object", "additionalProperties": false }, - "ClusterOrderByInput": { - "enum": [ - "application_highest_version_ASC", - "application_highest_version_DESC", - "architecture_ASC", - "architecture_DESC", - "auto_converge_ASC", - "auto_converge_DESC", - "connect_state_ASC", - "connect_state_DESC", - "current_cpu_model_ASC", - "current_cpu_model_DESC", - "disconnected_date_ASC", - "disconnected_date_DESC", - "disconnected_reason_ASC", - "disconnected_reason_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "has_metrox_ASC", - "has_metrox_DESC", - "host_num_ASC", - "host_num_DESC", - "hypervisor_ASC", - "hypervisor_DESC", - "id_ASC", - "id_DESC", - "ip_ASC", - "ip_DESC", - "is_all_flash_ASC", - "is_all_flash_DESC", - "iscsi_vip_ASC", - "iscsi_vip_DESC", - "license_expire_date_ASC", - "license_expire_date_DESC", - "license_serial_ASC", - "license_serial_DESC", - "license_sign_date_ASC", - "license_sign_date_DESC", - "license_type_ASC", - "license_type_DESC", - "local_id_ASC", - "local_id_DESC", - "maintenance_end_date_ASC", - "maintenance_end_date_DESC", - "maintenance_start_date_ASC", - "maintenance_start_date_DESC", - "management_vip_ASC", - "management_vip_DESC", - "max_chunk_num_ASC", - "max_chunk_num_DESC", - "max_physical_data_capacity_ASC", - "max_physical_data_capacity_DESC", - "max_physical_data_capacity_per_node_ASC", - "max_physical_data_capacity_per_node_DESC", - "metro_availability_checklist_ASC", - "metro_availability_checklist_DESC", - "mgt_gateway_ASC", - "mgt_gateway_DESC", - "mgt_netmask_ASC", - "mgt_netmask_DESC", - "migration_data_size_ASC", - "migration_data_size_DESC", - "migration_speed_ASC", - "migration_speed_DESC", - "name_ASC", - "name_DESC", - "ntp_mode_ASC", - "ntp_mode_DESC", - "nvme_over_rdma_enabled_ASC", - "nvme_over_rdma_enabled_DESC", - "nvme_over_tcp_enabled_ASC", - "nvme_over_tcp_enabled_DESC", - "nvmf_enabled_ASC", - "nvmf_enabled_DESC", - "pmem_enabled_ASC", - "pmem_enabled_DESC", - "provisioned_cpu_cores_ASC", - "provisioned_cpu_cores_DESC", - "provisioned_cpu_cores_for_active_vm_ASC", - "provisioned_cpu_cores_for_active_vm_DESC", - "provisioned_for_active_vm_ratio_ASC", - "provisioned_for_active_vm_ratio_DESC", - "provisioned_memory_bytes_ASC", - "provisioned_memory_bytes_DESC", - "provisioned_ratio_ASC", - "provisioned_ratio_DESC", - "rdma_enabled_ASC", - "rdma_enabled_DESC", - "recover_data_size_ASC", - "recover_data_size_DESC", - "recover_speed_ASC", - "recover_speed_DESC", - "reserved_cpu_cores_for_system_service_ASC", - "reserved_cpu_cores_for_system_service_DESC", - "running_vm_num_ASC", - "running_vm_num_DESC", - "software_edition_ASC", - "software_edition_DESC", - "stopped_vm_num_ASC", - "stopped_vm_num_DESC", - "stretch_ASC", - "stretch_DESC", - "suspended_vm_num_ASC", - "suspended_vm_num_DESC", - "total_cache_capacity_ASC", - "total_cache_capacity_DESC", - "total_cpu_cores_ASC", - "total_cpu_cores_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_cpu_sockets_ASC", - "total_cpu_sockets_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "type_ASC", - "type_DESC", - "upgrade_tool_version_ASC", - "upgrade_tool_version_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "valid_data_space_ASC", - "valid_data_space_DESC", - "version_ASC", - "version_DESC", - "vhost_enabled_ASC", - "vhost_enabled_DESC", - "vm_num_ASC", - "vm_num_DESC" + "NestedPasswordRecoverQa": { + "properties": { + "enabled": { + "type": "boolean" + }, + "items": { + "items": { + "$ref": "#/components/schemas/NestedPasswordReoverQaItem" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "enabled" ], - "type": "string" + "type": "object", + "additionalProperties": false }, - "GetClustersRequestBody": { + "NestedUserRoleNext": { "properties": { - "after": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "User": { + "properties": { + "auth_config_id": { "type": "string", "nullable": true }, - "before": { + "display_username": { + "type": "string" + }, + "email_address": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "id": { + "type": "string" + }, + "internal": { + "type": "boolean" + }, + "ldap_dn": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "mobile_phone": { + "type": "string", "nullable": true }, - "orderBy": { + "name": { + "type": "string" + }, + "password_expired": { + "type": "boolean", + "nullable": true + }, + "password_recover_qa": { "allOf": [ { - "$ref": "#/components/schemas/ClusterOrderByInput" + "$ref": "#/components/schemas/NestedPasswordRecoverQa" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "password_updated_at": { + "type": "string", "nullable": true }, - "where": { + "role": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/UserRole" } ], "nullable": true + }, + "roles": { + "items": { + "$ref": "#/components/schemas/NestedUserRoleNext" + }, + "type": "array", + "nullable": true + }, + "source": { + "$ref": "#/components/schemas/UserSource" + }, + "username": { + "type": "string" } }, + "required": [ + "display_username", + "id", + "internal", + "name", + "source", + "username" + ], "type": "object", "additionalProperties": false }, - "NicOrderByInput": { - "enum": [ - "driver_ASC", - "driver_DESC", - "driver_state_ASC", - "driver_state_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "gateway_ip_ASC", - "gateway_ip_DESC", - "ibdev_ASC", - "ibdev_DESC", - "id_ASC", - "id_DESC", - "iommu_status_ASC", - "iommu_status_DESC", - "ip_address_ASC", - "ip_address_DESC", - "is_sriov_ASC", - "is_sriov_DESC", - "local_id_ASC", - "local_id_DESC", - "mac_address_ASC", - "mac_address_DESC", - "max_vf_num_ASC", - "max_vf_num_DESC", - "model_ASC", - "model_DESC", - "mtu_ASC", - "mtu_DESC", - "name_ASC", - "name_DESC", - "nic_uuid_ASC", - "nic_uuid_DESC", - "physical_ASC", - "physical_DESC", - "rdma_enabled_ASC", - "rdma_enabled_DESC", - "running_ASC", - "running_DESC", - "speed_ASC", - "speed_DESC", - "subnet_mask_ASC", - "subnet_mask_DESC", - "total_vf_num_ASC", - "total_vf_num_DESC", - "type_ASC", - "type_DESC", - "up_ASC", - "up_DESC", - "used_vf_num_ASC", - "used_vf_num_DESC", - "user_usage_ASC", - "user_usage_DESC" - ], - "type": "string" - }, - "GetNicsRequestBody": { + "WithTask_User_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/User" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UserCreationParams": { + "properties": { + "auth_config_id": { + "type": "string" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "ldap_dn": { + "type": "string" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "source": { + "$ref": "#/components/schemas/UserSource" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/NicOrderByInput" - } - ], - "nullable": true + "mobile_phone": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "email_address": { + "type": "string" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" + "internal": { + "type": "boolean" + }, + "role_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "password": { + "type": "string" + }, + "username": { + "type": "string" + } + }, + "required": [ + "role_id", + "name", + "username" + ], + "type": "object" + }, + "UserUpdationParams": { + "properties": { + "data": { + "properties": { + "internal": { + "type": "boolean" + }, + "mobile_phone": { + "type": "string", + "nullable": true + }, + "email_address": { + "type": "string", + "nullable": true + }, + "role_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "password": { + "type": "string" + }, + "username": { + "type": "string" } - ], - "nullable": true + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/UserWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "UsbDeviceOrderByInput": { - "enum": [ - "binded_ASC", - "binded_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "manufacturer_ASC", - "manufacturer_DESC", - "name_ASC", - "name_DESC", - "size_ASC", - "size_DESC", - "status_ASC", - "status_DESC", - "usb_type_ASC", - "usb_type_DESC" + "DeleteUser": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetUsbDevicesRequestBody": { + "WithTask_DeleteUser_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { + "data": { + "$ref": "#/components/schemas/DeleteUser" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UserDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/UserWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "RootUserCreationParams": { + "properties": { + "password": { + "type": "string" + } + }, + "required": [ + "password" + ], + "type": "object" + }, + "VcenterAccount": { + "properties": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceOrderByInput" + "$ref": "#/components/schemas/NestedCluster" } ], "nullable": true }, - "skip": { + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "is_valid": { + "type": "boolean" + }, + "local_id": { + "type": "string" + }, + "port": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/UsbDeviceWhereInput" - } - ], - "nullable": true + "username": { + "type": "string" } }, + "required": [ + "id", + "ip", + "is_valid", + "local_id", + "port", + "username" + ], "type": "object", "additionalProperties": false }, - "IscsiTargetOrderByInput": { - "enum": [ - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "chap_enabled_ASC", - "chap_enabled_DESC", - "chap_name_ASC", - "chap_name_DESC", - "chap_secret_ASC", - "chap_secret_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "external_use_ASC", - "external_use_DESC", - "id_ASC", - "id_DESC", - "initiator_chaps_ASC", - "initiator_chaps_DESC", - "internal_ASC", - "internal_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "iqn_name_ASC", - "iqn_name_DESC", - "iqn_whitelist_ASC", - "iqn_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC" - ], - "type": "string" - }, - "GetIscsiTargetsRequestBody": { + "WithTask_VcenterAccount_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { + "data": { + "$ref": "#/components/schemas/VcenterAccount" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "CreateVcenterAccountParamsData": { + "properties": { + "port": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "password": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetOrderByInput" - } - ], - "nullable": true + "username": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "ip": { + "type": "string" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true + "cluster_id": { + "type": "string" } }, - "type": "object", - "additionalProperties": false + "required": [ + "port", + "password", + "username", + "ip", + "cluster_id" + ], + "type": "object" }, - "NfsExportOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "export_inode_id_ASC", - "export_inode_id_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "thin_provision_ASC", - "thin_provision_DESC" + "CreateVcenterAccountParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/CreateVcenterAccountParamsData" + } + }, + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "GetNfsExportsRequestBody": { + "VcenterAccountWhereUniqueInput": { "properties": { - "after": { + "id": { "type": "string", "nullable": true }, - "before": { + "local_id": { "type": "string", "nullable": true - }, - "first": { + } + }, + "type": "object", + "additionalProperties": false + }, + "UpdateVcenterAccountParamsData": { + "properties": { + "port": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "password": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportOrderByInput" - } - ], - "nullable": true + "username": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "ip": { + "type": "string" + } + }, + "required": [ + "port", + "password", + "username", + "ip" + ], + "type": "object" + }, + "UpdateVcenterAccountParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/UpdateVcenterAccountParamsData" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/VcenterAccountWhereUniqueInput" } }, - "type": "object", - "additionalProperties": false - }, - "ElfDataStoreOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "external_use_ASC", - "external_use_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "type_ASC", - "type_DESC" + "required": [ + "data", + "where" ], - "type": "string" + "type": "object" }, - "ElfDataStoreWhereInput": { + "Vds": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", - "nullable": true + "bond_mode": { + "type": "string" }, "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { - "type": "string", + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedEverouteCluster" + } + ], "nullable": true }, - "description_gt": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "description_gte": { - "type": "string", - "nullable": true + "internal": { + "type": "boolean" }, - "description_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "description_lte": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "description_not": { - "type": "string", + "nics": { + "items": { + "$ref": "#/components/schemas/NestedNic" + }, + "type": "array", "nullable": true }, - "description_not_contains": { - "type": "string", - "nullable": true + "ovsbr_name": { + "type": "string" }, - "description_not_ends_with": { - "type": "string", - "nullable": true + "type": { + "$ref": "#/components/schemas/NetworkType" }, - "description_not_in": { + "vlans": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVlan" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "vlans_num": { + "type": "integer", + "format": "int32" + }, + "work_mode": { "type": "string", "nullable": true - }, - "description_starts_with": { + } + }, + "required": [ + "bond_mode", + "cluster", + "id", + "internal", + "local_id", + "name", + "ovsbr_name", + "type", + "vlans_num" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Vds_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "external_use": { - "type": "boolean", - "nullable": true - }, - "external_use_not": { - "type": "boolean", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/Vds" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VdsCreationParams": { + "properties": { + "nic_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "id_contains": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "id_ends_with": { - "type": "string", - "nullable": true + "work_mode": { + "type": "string" }, - "id_gt": { - "type": "string", - "nullable": true + "bond_mode": { + "type": "string" }, - "id_gte": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "nic_ids", + "cluster_id", + "name" + ], + "type": "object" + }, + "VdsCreationWithMigrateVlanParams": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsCreationParams" }, - "id_in": { - "items": { - "type": "string" + { + "properties": { + "vlan": { + "properties": { + "extra_ip": { + "items": { + "properties": { + "management_ip": { + "type": "string" + }, + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "extra_ip", + "subnetmask", + "vlan_id" + ], + "type": "object" + } }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true + "required": [ + "vlan" + ], + "type": "object" + } + ] + }, + "VdsCreationWithMAccessVlanParams": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsCreationParams" }, - "id_lte": { - "type": "string", - "nullable": true + { + "properties": { + "vlan": { + "properties": { + "extra_ip": { + "items": { + "properties": { + "management_ip": { + "type": "string" + }, + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "extra_ip", + "subnetmask", + "vlan_id" + ], + "type": "object" + } + }, + "required": [ + "vlan" + ], + "type": "object" + } + ] + }, + "VdsUpdationParams": { + "properties": { + "data": { + "properties": { + "nicIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "work_mode": { + "type": "string" + }, + "bond_mode": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "id_not": { + "where": { + "$ref": "#/components/schemas/VdsWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVds": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVds_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_not_contains": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVds" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VdsDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VdsWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedGraph": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "View": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "id_not_ends_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "id_not_in": { + "graphs": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedGraph" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "internal": { - "type": "boolean", - "nullable": true + "local_id": { + "type": "string" }, - "internal_not": { - "type": "boolean", - "nullable": true + "name": { + "type": "string" }, - "ip_whitelist": { - "type": "string", - "nullable": true + "time_span": { + "type": "integer", + "format": "int32" }, - "ip_whitelist_contains": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" + } + }, + "required": [ + "cluster", + "id", + "local_id", + "name", + "time_span", + "time_unit" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_View_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "ip_whitelist_ends_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/View" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ViewCreationParams": { + "properties": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" }, - "ip_whitelist_gt": { - "type": "string", - "nullable": true + "time_span": { + "type": "integer", + "format": "int32" }, - "ip_whitelist_gte": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "ip_whitelist_in": { - "items": { - "type": "string" + "name": { + "type": "string" + } + }, + "required": [ + "time_unit", + "time_span", + "cluster_id", + "name" + ], + "type": "object" + }, + "ViewUpdationParams": { + "properties": { + "data": { + "properties": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" + }, + "time_span": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" + } }, - "type": "array", - "nullable": true + "type": "object" }, - "ip_whitelist_lt": { + "where": { + "$ref": "#/components/schemas/ViewWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteView": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteView_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "ip_whitelist_lte": { - "type": "string", + "data": { + "$ref": "#/components/schemas/DeleteView" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ViewDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/ViewWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "Vlan": { + "properties": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "ip_whitelist_not": { + "gateway_ip": { "type": "string", "nullable": true }, - "ip_whitelist_not_contains": { + "gateway_subnetmask": { "type": "string", "nullable": true }, - "ip_whitelist_not_ends_with": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "ip_whitelist_not_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "ip_whitelist_not_starts_with": { - "type": "string", - "nullable": true - }, - "ip_whitelist_starts_with": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "iscsi_target": { + "mode_type": { "allOf": [ { - "$ref": "#/components/schemas/IscsiTargetWhereInput" + "$ref": "#/components/schemas/VlanModeType" } ], "nullable": true }, - "local_id": { - "type": "string", + "name": { + "type": "string" + }, + "network_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "qos_burst": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_contains": { - "type": "string", + "qos_max_bandwidth": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "qos_min_bandwidth": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_gt": { - "type": "string", + "qos_priority": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { + "subnetmask": { "type": "string", "nullable": true }, - "local_id_in": { + "type": { + "$ref": "#/components/schemas/NetworkType" + }, + "vds": { + "$ref": "#/components/schemas/NestedVds" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + }, + "vm_nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVmNic" }, "type": "array", "nullable": true - }, - "local_id_lt": { + } + }, + "required": [ + "id", + "local_id", + "name", + "network_ids", + "type", + "vds", + "vlan_id" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Vlan_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_id_lte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/Vlan" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VlanId": { + "type": "integer", + "format": "int32", + "minimum": 0, + "maximum": 4095 + }, + "Priority": { + "type": "number", + "format": "double", + "minimum": 0 + }, + "VmVlanCreationParams": { + "properties": { + "qos_burst_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "local_id_not": { - "type": "string", + "qos_burst": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "qos_max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_max_bandwidth": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "qos_min_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_min_bandwidth": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "qos_priority": { + "$ref": "#/components/schemas/Priority" + }, + "mode_type": { + "$ref": "#/components/schemas/VlanModeType" + }, + "network_ids": { "items": { "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true + "vds_id": { + "type": "string" }, - "local_id_starts_with": { - "type": "string", - "nullable": true + "vlan_id": { + "$ref": "#/components/schemas/VlanId" }, "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true + "type": "string" + } + }, + "required": [ + "vds_id", + "name" + ], + "type": "object" + }, + "VmVlanUpdationParams": { + "properties": { + "data": { + "properties": { + "qos_burst_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "qos_burst": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_min_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_min_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_priority": { + "$ref": "#/components/schemas/Priority" + }, + "mode_type": { + "$ref": "#/components/schemas/VlanModeType" + }, + "network_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "name_gt": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "ExtraIp": { + "properties": { + "management_ip": { + "type": "string" }, - "name_gte": { - "type": "string", - "nullable": true + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "ManagementVlanUpdationParams": { + "properties": { + "data": { + "properties": { + "extra_ip": { + "items": { + "$ref": "#/components/schemas/ExtraIp" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" + } + }, + "type": "object" }, - "name_in": { - "items": { - "type": "string" + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "MigrationVlanUpdationParams": { + "properties": { + "data": { + "properties": { + "extra_ip": { + "items": { + "$ref": "#/components/schemas/ExtraIp" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" + } }, - "type": "array", - "nullable": true + "type": "object" }, - "name_lt": { + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteVlan": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVlan_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "name_lte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVlan" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VlanDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmFolder": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "name_not": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "name_not_contains": { + "local_id": { "type": "string", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "name": { + "type": "string" + }, + "vm_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "vms": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true - }, - "name_not_starts_with": { + } + }, + "required": [ + "cluster", + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VmFolder_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "name_starts_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/VmFolder" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmFolderCreationParams": { + "properties": { + "cluster_id": { + "type": "string" }, - "nfs_export": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" + "name": { + "type": "string" + } + }, + "required": [ + "cluster_id", + "name" + ], + "type": "object" + }, + "VmFolderUpdationParams": { + "properties": { + "data": { + "properties": { + "name": { + "type": "string" } + }, + "required": [ + "name" ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmFolderWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVmFolder": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVmFolder_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "nvmf_subsystem": { + "data": { + "$ref": "#/components/schemas/DeleteVmFolder" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmFolderDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmFolderWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmPlacementGroup": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "description": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "replica_num": { - "type": "integer", - "format": "int32", - "nullable": true + "id": { + "type": "string" }, - "replica_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true + "local_created_at": { + "type": "string" }, - "replica_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "local_id": { + "type": "string" }, - "replica_num_in": { + "local_updated_at": { + "type": "string" + }, + "name": { + "type": "string" + }, + "vm_host_must_enabled": { + "type": "boolean" + }, + "vm_host_must_host_uuids": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedHost" }, "type": "array", "nullable": true }, - "replica_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true + "vm_host_must_policy": { + "type": "boolean" }, - "replica_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "vm_host_prefer_enabled": { + "type": "boolean" }, - "replica_num_not": { - "type": "integer", - "format": "int32", + "vm_host_prefer_host_uuids": { + "items": { + "$ref": "#/components/schemas/NestedHost" + }, + "type": "array", "nullable": true }, - "replica_num_not_in": { + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "vms": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true - }, - "thin_provision": { - "type": "boolean", + } + }, + "required": [ + "cluster", + "description", + "enabled", + "id", + "local_created_at", + "local_id", + "local_updated_at", + "name", + "vm_host_must_enabled", + "vm_host_must_policy", + "vm_host_prefer_enabled", + "vm_host_prefer_policy", + "vm_vm_policy", + "vm_vm_policy_enabled" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VmPlacementGroup_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "thin_provision_not": { - "type": "boolean", - "nullable": true + "data": { + "$ref": "#/components/schemas/VmPlacementGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmPlacementGroupCreationParams": { + "properties": { + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreType" - } - ], - "nullable": true + "vm_host_prefer_enabled": { + "type": "boolean" + }, + "vm_host_must_policy": { + "type": "boolean" + }, + "vm_host_must_enabled": { + "type": "boolean" + }, + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "prefer_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "must_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "name": { + "type": "string" }, - "type_in": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreType" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreType" - } - ], - "nullable": true + "enabled": { + "type": "boolean" }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreType" - }, - "type": "array", - "nullable": true + "cluster_id": { + "type": "string" } }, - "type": "object", - "additionalProperties": false - }, - "ElfDataStoreType": { - "enum": [ - "ISCSI", - "NFS", - "NVMe" + "required": [ + "name", + "enabled", + "cluster_id" ], - "type": "string" + "type": "object" }, - "GetElfDataStoresRequestBody": { + "VmPlacementGroupUpdationParams": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreOrderByInput" + "data": { + "properties": { + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "prefer_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "must_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "vm_host_prefer_enabled": { + "type": "boolean" + }, + "vm_host_must_policy": { + "type": "boolean" + }, + "vm_host_must_enabled": { + "type": "boolean" + }, + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "enabled": { + "type": "boolean" } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + }, + "type": "object" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "VdsOrderByInput": { - "enum": [ - "bond_mode_ASC", - "bond_mode_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "ovsbr_name_ASC", - "ovsbr_name_DESC", - "type_ASC", - "type_DESC", - "vlans_num_ASC", - "vlans_num_DESC", - "work_mode_ASC", - "work_mode_DESC" + "DeleteVmPlacementGroup": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetVdsesRequestBody": { + "WithTask_DeleteVmPlacementGroup_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsOrderByInput" - } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true - }, + "data": { + "$ref": "#/components/schemas/DeleteVmPlacementGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmPlacementGroupDeletionParams": { + "properties": { "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "where" + ], + "type": "object" }, - "DiskOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "failure_information_ASC", - "failure_information_DESC", - "firmware_ASC", - "firmware_DESC", - "function_ASC", - "function_DESC", - "health_status_ASC", - "health_status_DESC", - "healthy_ASC", - "healthy_DESC", - "id_ASC", - "id_DESC", - "local_id_ASC", - "local_id_DESC", - "model_ASC", - "model_DESC", - "mounted_ASC", - "mounted_DESC", - "name_ASC", - "name_DESC", - "numa_node_ASC", - "numa_node_DESC", - "offline_ASC", - "offline_DESC", - "partitions_ASC", - "partitions_DESC", - "path_ASC", - "path_DESC", - "persistent_memory_type_ASC", - "persistent_memory_type_DESC", - "physical_slot_on_brick_ASC", - "physical_slot_on_brick_DESC", - "recommended_usage_ASC", - "recommended_usage_DESC", - "remaining_life_percent_ASC", - "remaining_life_percent_DESC", - "serial_ASC", - "serial_DESC", - "size_ASC", - "size_DESC", - "type_ASC", - "type_DESC", - "usage_ASC", - "usage_DESC", - "usage_status_ASC", - "usage_status_DESC" + "NestedSnapshotGroup": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" ], - "type": "string" + "type": "object", + "additionalProperties": false }, - "GetDisksRequestBody": { + "NestedFrozenDisks": { "properties": { - "after": { + "boot": { + "type": "integer", + "format": "int32" + }, + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "disabled": { + "type": "boolean", + "nullable": true + }, + "disk_name": { "type": "string", "nullable": true }, - "before": { + "elf_image_local_id": { + "type": "string" + }, + "image_name": { "type": "string", "nullable": true }, - "first": { + "index": { + "type": "integer", + "format": "int32" + }, + "key": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "max_bandwidth": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/DiskOrderByInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "skip": { + "max_iops": { "type": "integer", "format": "int32", "nullable": true }, - "where": { + "max_iops_policy": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VlanOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "gateway_ip_ASC", - "gateway_ip_DESC", - "gateway_subnetmask_ASC", - "gateway_subnetmask_DESC", - "id_ASC", - "id_DESC", - "local_id_ASC", - "local_id_DESC", - "mode_type_ASC", - "mode_type_DESC", - "name_ASC", - "name_DESC", - "qos_max_bandwidth_ASC", - "qos_max_bandwidth_DESC", - "qos_min_bandwidth_ASC", - "qos_min_bandwidth_DESC", - "qos_priority_ASC", - "qos_priority_DESC", - "subnetmask_ASC", - "subnetmask_DESC", - "type_ASC", - "type_DESC", - "vlan_id_ASC", - "vlan_id_DESC" - ], - "type": "string" - }, - "GetVlansRequestBody": { - "properties": { - "after": { - "type": "string", - "nullable": true }, - "before": { - "type": "string", - "nullable": true + "path": { + "type": "string" }, - "first": { + "size": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "last": { - "type": "integer", - "format": "int32", + "snapshot_local_id": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanOrderByInput" - } - ], - "nullable": true + "storage_policy_uuid": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", + "svt_image_local_id": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/VmDiskType" + }, + "vm_volume_local_id": { + "type": "string" + }, + "vm_volume_snapshot_uuid": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], + "vm_volume_template_uuid": { + "type": "string", "nullable": true } }, + "required": [ + "boot", + "bus", + "elf_image_local_id", + "index", + "path", + "size", + "storage_policy_uuid", + "svt_image_local_id", + "type", + "vm_volume_local_id" + ], "type": "object", "additionalProperties": false }, - "VmVolumeOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "elf_storage_policy_ASC", - "elf_storage_policy_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "guest_size_usage_ASC", - "guest_size_usage_DESC", - "guest_used_size_ASC", - "guest_used_size_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "mounting_ASC", - "mounting_DESC", - "name_ASC", - "name_DESC", - "path_ASC", - "path_DESC", - "sharing_ASC", - "sharing_DESC", - "size_ASC", - "size_DESC", - "type_ASC", - "type_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC" - ], - "type": "string" - }, - "GetVmVolumesRequestBody": { + "NestedFrozenVlan": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeOrderByInput" - } - ], - "nullable": true + "vds_ovs": { + "type": "string" }, - "skip": { + "vlan_id": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], - "nullable": true + "vlan_local_id": { + "type": "string" } }, + "required": [ + "name", + "vds_ovs", + "vlan_id", + "vlan_local_id" + ], "type": "object", "additionalProperties": false }, - "ElfImageOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "path_ASC", - "path_DESC", - "size_ASC", - "size_DESC" - ], - "type": "string" - }, - "GetElfImagesRequestBody": { + "NestedFrozenNic": { "properties": { - "after": { - "type": "string", + "enabled": { + "type": "boolean", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "gateway": { + "type": "string" }, - "first": { + "index": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "ip_address": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageOrderByInput" - } - ], - "nullable": true + "mac_address": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", + "mirror": { + "type": "boolean", "nullable": true }, - "where": { + "model": { "allOf": [ { - "$ref": "#/components/schemas/ElfImageWhereInput" + "$ref": "#/components/schemas/VmNicModel" } ], "nullable": true + }, + "subnet_mask": { + "type": "string" + }, + "vlan": { + "$ref": "#/components/schemas/NestedFrozenVlan" } }, + "required": [ + "gateway", + "index", + "ip_address", + "mac_address", + "subnet_mask", + "vlan" + ], "type": "object", "additionalProperties": false }, - "VmTemplateOrderByInput": { - "enum": [ - "clock_offset_ASC", - "clock_offset_DESC", - "cloud_init_supported_ASC", - "cloud_init_supported_DESC", - "cpu_ASC", - "cpu_DESC", - "cpu_model_ASC", - "cpu_model_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "firmware_ASC", - "firmware_DESC", - "ha_ASC", - "ha_DESC", - "id_ASC", - "id_DESC", - "io_policy_ASC", - "io_policy_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "max_bandwidth_ASC", - "max_bandwidth_DESC", - "max_bandwidth_policy_ASC", - "max_bandwidth_policy_DESC", - "max_iops_ASC", - "max_iops_DESC", - "max_iops_policy_ASC", - "max_iops_policy_DESC", - "memory_ASC", - "memory_DESC", - "name_ASC", - "name_DESC", - "size_ASC", - "size_DESC", - "vcpu_ASC", - "vcpu_DESC", - "video_type_ASC", - "video_type_DESC", - "vm_disks_ASC", - "vm_disks_DESC", - "vm_nics_ASC", - "vm_nics_DESC", - "win_opt_ASC", - "win_opt_DESC" - ], - "type": "string" - }, - "GetVmTemplatesRequestBody": { + "VmSnapshot": { "properties": { - "after": { - "type": "string", - "nullable": true + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" }, - "before": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "consistent_type": { + "$ref": "#/components/schemas/ConsistentType" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "cpu": { + "$ref": "#/components/schemas/NestedCpu" }, - "orderBy": { + "cpu_model": { + "type": "string" + }, + "description": { + "type": "string" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/VmTemplateOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "where": { + "ha": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "io_policy": { "allOf": [ { - "$ref": "#/components/schemas/VmTemplateWhereInput" + "$ref": "#/components/schemas/VmDiskIoPolicy" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmPlacementGroupOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "enabled_ASC", - "enabled_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "local_updated_at_ASC", - "local_updated_at_DESC", - "name_ASC", - "name_DESC", - "vm_host_must_enabled_ASC", - "vm_host_must_enabled_DESC", - "vm_host_must_policy_ASC", - "vm_host_must_policy_DESC", - "vm_host_prefer_enabled_ASC", - "vm_host_prefer_enabled_DESC", - "vm_host_prefer_policy_ASC", - "vm_host_prefer_policy_DESC", - "vm_vm_policy_ASC", - "vm_vm_policy_DESC", - "vm_vm_policy_enabled_ASC", - "vm_vm_policy_enabled_DESC" - ], - "type": "string" - }, - "GetVmPlacementGroupsRequestBody": { - "properties": { - "after": { - "type": "string", + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true }, - "before": { + "local_created_at": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "local_id": { + "type": "string" }, - "last": { + "max_bandwidth": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/VmPlacementGroupOrderByInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "skip": { + "max_iops": { "type": "integer", "format": "int32", "nullable": true }, - "where": { + "max_iops_policy": { "allOf": [ { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "AlertOrderByInput": { - "enum": [ - "cause_ASC", - "cause_DESC", - "create_time_ASC", - "create_time_DESC", - "ended_ASC", - "ended_DESC", - "id_ASC", - "id_DESC", - "impact_ASC", - "impact_DESC", - "labels_ASC", - "labels_DESC", - "local_create_time_ASC", - "local_create_time_DESC", - "local_end_time_ASC", - "local_end_time_DESC", - "local_id_ASC", - "local_id_DESC", - "local_start_time_ASC", - "local_start_time_DESC", - "local_update_time_ASC", - "local_update_time_DESC", - "message_ASC", - "message_DESC", - "severity_ASC", - "severity_DESC", - "solution_ASC", - "solution_DESC", - "threshold_ASC", - "threshold_DESC", - "value_ASC", - "value_DESC" - ], - "type": "string" - }, - "GetAlertsRequestBody": { - "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true }, - "first": { + "memory": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "last": { + "name": { + "type": "string" + }, + "size": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "orderBy": { + "snapshot_group": { "allOf": [ { - "$ref": "#/components/schemas/AlertOrderByInput" + "$ref": "#/components/schemas/NestedSnapshotGroup" } ], "nullable": true }, - "skip": { + "vcpu": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "where": { + "vm": { "allOf": [ { - "$ref": "#/components/schemas/AlertWhereInput" + "$ref": "#/components/schemas/NestedVm" } ], "nullable": true + }, + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedFrozenDisks" + }, + "type": "array", + "nullable": true + }, + "vm_nics": { + "items": { + "$ref": "#/components/schemas/NestedFrozenNic" + }, + "type": "array", + "nullable": true + }, + "win_opt": { + "type": "boolean" } }, + "required": [ + "clock_offset", + "cluster", + "consistent_type", + "cpu", + "cpu_model", + "description", + "firmware", + "ha", + "id", + "local_id", + "memory", + "name", + "size", + "vcpu", + "win_opt" + ], "type": "object", "additionalProperties": false }, - "GlobalAlertRuleOrderByInput": { - "enum": [ - "boolean_ASC", - "boolean_DESC", - "cause_ASC", - "cause_DESC", - "default_thresholds_ASC", - "default_thresholds_DESC", - "disabled_ASC", - "disabled_DESC", - "id_ASC", - "id_DESC", - "impact_ASC", - "impact_DESC", - "message_ASC", - "message_DESC", - "name_ASC", - "name_DESC", - "object_ASC", - "object_DESC", - "operator_ASC", - "operator_DESC", - "solution_ASC", - "solution_DESC", - "thresholds_ASC", - "thresholds_DESC", - "unit_ASC", - "unit_DESC" - ], - "type": "string" - }, - "GetGlobalAlertRulesRequestBody": { + "WithTask_VmSnapshot_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalAlertRuleOrderByInput" - } - ], - "nullable": true + "data": { + "$ref": "#/components/schemas/VmSnapshot" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmSnapshotCreationParamsData": { + "properties": { + "consistent_type": { + "$ref": "#/components/schemas/ConsistentType" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" - } - ], - "nullable": true + "vm_id": { + "type": "string" } }, - "type": "object", - "additionalProperties": false + "required": [ + "name", + "vm_id" + ], + "type": "object" }, - "SnapshotPlanOrderByInput": { - "enum": [ - "auto_delete_num_ASC", - "auto_delete_num_DESC", - "auto_execute_num_ASC", - "auto_execute_num_DESC", - "description_ASC", - "description_DESC", - "end_time_ASC", - "end_time_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "exec_h_m_ASC", - "exec_h_m_DESC", - "execute_plan_type_ASC", - "execute_plan_type_DESC", - "healthy_ASC", - "healthy_DESC", - "id_ASC", - "id_DESC", - "last_execute_end_time_ASC", - "last_execute_end_time_DESC", - "last_execute_status_ASC", - "last_execute_status_DESC", - "last_execute_time_ASC", - "last_execute_time_DESC", - "local_id_ASC", - "local_id_DESC", - "logical_size_bytes_ASC", - "logical_size_bytes_DESC", - "manual_delete_num_ASC", - "manual_delete_num_DESC", - "manual_execute_num_ASC", - "manual_execute_num_DESC", - "mirror_ASC", - "mirror_DESC", - "name_ASC", - "name_DESC", - "next_execute_time_ASC", - "next_execute_time_DESC", - "object_num_ASC", - "object_num_DESC", - "physical_size_bytes_ASC", - "physical_size_bytes_DESC", - "remain_snapshot_num_ASC", - "remain_snapshot_num_DESC", - "snapshot_group_num_ASC", - "snapshot_group_num_DESC", - "start_time_ASC", - "start_time_DESC", - "status_ASC", - "status_DESC" + "VmSnapshotCreationParams": { + "properties": { + "data": { + "items": { + "$ref": "#/components/schemas/VmSnapshotCreationParamsData" + }, + "type": "array" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "DeleteVmSnapshot": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetSnapshotPlansRequestBody": { + "WithTask_DeleteVmSnapshot_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", + "data": { + "$ref": "#/components/schemas/DeleteVmSnapshot" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmSnapshotDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmSnapshotWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedTemplateVpcNic": { + "properties": { + "vpc_local_id": { + "type": "string" + }, + "vpc_subnet_local_id": { + "type": "string" + } + }, + "required": [ + "vpc_local_id", + "vpc_subnet_local_id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedTemplateNic": { + "properties": { + "enabled": { + "type": "boolean", "nullable": true }, - "first": { + "index": { "type": "integer", - "format": "int32", + "format": "int32" + }, + "ip_address": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "mac_address": { + "type": "string", "nullable": true }, - "orderBy": { + "mirror": { + "type": "boolean", + "nullable": true + }, + "model": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanOrderByInput" + "$ref": "#/components/schemas/VmNicModel" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicType" + } + ], "nullable": true }, - "where": { + "vlan": { + "$ref": "#/components/schemas/NestedFrozenVlan" + }, + "vpc_nic": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" + "$ref": "#/components/schemas/NestedTemplateVpcNic" } ], "nullable": true } }, + "required": [ + "index", + "vlan" + ], "type": "object", "additionalProperties": false }, - "EntityFilterOrderByInput": { - "enum": [ - "apply_to_all_clusters_ASC", - "apply_to_all_clusters_DESC", - "entity_type_ASC", - "entity_type_DESC", - "filter_status_ASC", - "filter_status_DESC", - "id_ASC", - "id_DESC", - "last_executed_at_ASC", - "last_executed_at_DESC", - "name_ASC", - "name_DESC", - "preset_ASC", - "preset_DESC", - "rules_ASC", - "rules_DESC" - ], - "type": "string" - }, - "GetEntityFiltersRequestBody": { + "VmTemplate": { "properties": { - "after": { - "type": "string", - "nullable": true + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" }, - "before": { - "type": "string", - "nullable": true + "cloud_init_supported": { + "type": "boolean" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "last": { - "type": "integer", - "format": "int32", + "content_library_vm_template": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" + } + ], "nullable": true }, - "orderBy": { + "cpu": { + "$ref": "#/components/schemas/NestedCpu" + }, + "cpu_model": { + "type": "string" + }, + "description": { + "type": "string" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/EntityFilterOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "where": { + "ha": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "io_policy": { "allOf": [ { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "$ref": "#/components/schemas/VmDiskIoPolicy" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UserOrderByInput": { - "enum": [ - "auth_config_id_ASC", - "auth_config_id_DESC", - "display_username_ASC", - "display_username_DESC", - "email_address_ASC", - "email_address_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ldap_dn_ASC", - "ldap_dn_DESC", - "mobile_phone_ASC", - "mobile_phone_DESC", - "name_ASC", - "name_DESC", - "password_expired_ASC", - "password_expired_DESC", - "password_recover_qa_ASC", - "password_recover_qa_DESC", - "password_updated_at_ASC", - "password_updated_at_DESC", - "role_ASC", - "role_DESC", - "source_ASC", - "source_DESC", - "username_ASC", - "username_DESC" - ], - "type": "string" - }, - "GetUsersRequestBody": { - "properties": { - "after": { - "type": "string", + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true }, - "before": { + "local_created_at": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "local_id": { + "type": "string" }, - "last": { + "max_bandwidth": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/UserOrderByInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "skip": { + "max_iops": { "type": "integer", "format": "int32", "nullable": true }, - "where": { + "max_iops_policy": { "allOf": [ { - "$ref": "#/components/schemas/UserWhereInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "vcpu": { + "type": "integer", + "format": "int32" + }, + "video_type": { + "type": "string", + "nullable": true + }, + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedFrozenDisks" + }, + "type": "array", + "nullable": true + }, + "vm_nics": { + "items": { + "$ref": "#/components/schemas/NestedTemplateNic" + }, + "type": "array", + "nullable": true + }, + "win_opt": { + "type": "boolean" } }, + "required": [ + "clock_offset", + "cloud_init_supported", + "cluster", + "cpu", + "cpu_model", + "description", + "firmware", + "ha", + "id", + "local_id", + "memory", + "name", + "size", + "vcpu", + "win_opt" + ], "type": "object", "additionalProperties": false }, - "ConsistencyGroupOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "unique_size_ASC", - "unique_size_DESC" + "WithTask_VmTemplate_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/VmTemplate" + } + }, + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "GetConsistencyGroupsRequestBody": { + "VmTemplateCreationParams": { "properties": { - "after": { + "cluster_id": { + "type": "string" + }, + "cloud_init_supported": { + "type": "boolean" + }, + "vm_id": { + "type": "string" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "cloud_init_supported", + "vm_id", + "name" + ], + "type": "object" + }, + "VmTemplateUpdationParams": { + "properties": { + "data": { + "properties": { + "cloud_init_supported": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteVmTemplate": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVmTemplate_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "before": { + "data": { + "$ref": "#/components/schemas/DeleteVmTemplate" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmTemplateDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmVolumeSnapshot": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "createAt": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "description": { + "type": "string" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "orderBy": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "id": { + "type": "string" + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true }, - "where": { + "local_created_at": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "shared_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "size": { + "type": "number", + "format": "double", + "nullable": true + }, + "type": { + "$ref": "#/components/schemas/VmVolumeSnapshotType" + }, + "unique_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "vm_volume": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + "$ref": "#/components/schemas/NestedVmVolume" } ], "nullable": true + }, + "volume_sharing": { + "type": "boolean", + "nullable": true + }, + "volume_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "zbs_snapshot_uuid": { + "type": "string", + "nullable": true } }, + "required": [ + "cluster", + "description", + "elf_storage_policy", + "id", + "local_created_at", + "local_id", + "name", + "type" + ], "type": "object", "additionalProperties": false }, - "IscsiConnectionOrderByInput": { - "enum": [ - "client_port_ASC", - "client_port_DESC", - "id_ASC", - "id_DESC", - "initiator_ip_ASC", - "initiator_ip_DESC", - "tr_type_ASC", - "tr_type_DESC", - "type_ASC", - "type_DESC" + "WithTask_VmVolumeSnapshot_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/VmVolumeSnapshot" + } + }, + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "IscsiConnectionWhereInput": { + "VmVolumeSnapshotCreationParams": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" - }, - "type": "array", - "nullable": true + "volume_id": { + "type": "string" }, - "NOT": { - "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" }, - "OR": { - "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" - }, - "type": "array", + "name": { + "type": "string" + } + }, + "required": [ + "volume_id", + "description", + "name" + ], + "type": "object" + }, + "DeleteVmVolumeSnapshot": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVmVolumeSnapshot_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "client_port": { - "type": "integer", - "format": "int32", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVmVolumeSnapshot" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmVolumeSnapshotDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmVolume": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "client_port_gt": { - "type": "integer", - "format": "int32", + "description": { + "type": "string", "nullable": true }, - "client_port_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "client_port_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "client_port_lt": { - "type": "integer", - "format": "int32", + "guest_size_usage": { + "type": "number", + "format": "double", "nullable": true }, - "client_port_lte": { + "guest_used_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "client_port_not": { - "type": "integer", - "format": "int32", - "nullable": true + "id": { + "type": "string" }, - "client_port_not_in": { + "labels": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "cluster": { + "local_created_at": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "lun": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/NestedIscsiLun" } ], "nullable": true }, - "host": { + "mounting": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "path": { + "type": "string" + }, + "sharing": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "type": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VmVolumeType" } ], "nullable": true }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true }, - "id_gte": { - "type": "string", + "unique_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "vm_disks": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVmDisk" }, "type": "array", "nullable": true - }, - "id_lt": { + } + }, + "required": [ + "cluster", + "elf_storage_policy", + "id", + "local_created_at", + "local_id", + "mounting", + "name", + "path", + "sharing", + "size" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VmVolume_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_lte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/VmVolume" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmVolumeCreationParams": { + "properties": { + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "id_not": { - "type": "string", - "nullable": true + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "id_not_contains": { - "type": "string", - "nullable": true + "size": { + "type": "integer", + "format": "int64" }, - "id_not_ends_with": { - "type": "string", - "nullable": true + "sharing": { + "type": "boolean" }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "cluster_id": { + "type": "string" }, - "id_not_starts_with": { + "name": { + "type": "string" + } + }, + "required": [ + "elf_storage_policy", + "size", + "sharing", + "cluster_id", + "name" + ], + "type": "object" + }, + "DeleteVmVolume": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVmVolume_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_starts_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVmVolume" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmVolumeDeletionParamsEffect": { + "properties": { + "include_snapshots": { + "type": "boolean" + } + }, + "type": "object" + }, + "VmVolumeDeletionParams": { + "properties": { + "effect": { + "$ref": "#/components/schemas/VmVolumeDeletionParamsEffect" }, - "initiator_ip": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmVolumeRebuildParams": { + "properties": { + "name": { + "type": "string" }, - "initiator_ip_contains": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "initiator_ip_ends_with": { + "volume_snapshot_id": { + "type": "string" + } + }, + "required": [ + "name", + "description", + "volume_snapshot_id" + ], + "type": "object" + }, + "VmVolumeRollbackParams": { + "properties": { + "volume_snapshot_id": { + "type": "string" + } + }, + "required": [ + "volume_snapshot_id" + ], + "type": "object" + }, + "VmVolumeWhereUniqueInput": { + "properties": { + "id": { "type": "string", "nullable": true }, - "initiator_ip_gt": { + "local_id": { "type": "string", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "CloneVmVolumeParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmVolumeWhereUniqueInput" }, - "initiator_ip_gte": { - "type": "string", - "nullable": true + "data": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + } + }, + "required": [ + "where", + "data" + ], + "type": "object" + }, + "UpdateVmVolumeParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmVolumeWhereInput" }, - "initiator_ip_in": { - "items": { - "type": "string" + "data": { + "properties": { + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } }, - "type": "array", - "nullable": true + "type": "object" + } + }, + "required": [ + "where", + "data" + ], + "type": "object" + }, + "VmVolumeExportFileType": { + "type": "string", + "enum": [ + "QCOW2", + "RAW" + ] + }, + "ExportVmVolumeParams": { + "properties": { + "data": { + "properties": { + "type": { + "$ref": "#/components/schemas/VmVolumeExportFileType" + } + }, + "required": [ + "type" + ], + "type": "object" }, - "initiator_ip_lt": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "ImportVmVolumeParams": { + "properties": { + "upload_task_id": { + "type": "string" }, - "initiator_ip_lte": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "initiator_ip_not": { - "type": "string", - "nullable": true + "storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "initiator_ip_not_contains": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" + } + }, + "required": [ + "upload_task_id", + "name", + "storage_policy", + "cluster_id" + ], + "type": "object" + }, + "VsphereEsxiAccount": { + "properties": { + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "initiator_ip_not_ends_with": { + "id": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "is_valid": { + "type": "boolean" + }, + "local_id": { + "type": "string" + }, + "port": { + "type": "integer", + "format": "int32" + }, + "username": { + "type": "string" + } + }, + "required": [ + "host", + "id", + "ip", + "is_valid", + "local_id", + "port", + "username" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VsphereEsxiAccount-Array_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "initiator_ip_not_in": { + "data": { "items": { - "type": "string" + "$ref": "#/components/schemas/VsphereEsxiAccount" }, - "type": "array", - "nullable": true + "type": "array" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UpdateVsphereEsxiAccountParamsData": { + "properties": { + "port": { + "type": "integer", + "format": "int32" }, - "initiator_ip_not_starts_with": { - "type": "string", - "nullable": true + "password": { + "type": "string" }, - "initiator_ip_starts_with": { - "type": "string", - "nullable": true + "username": { + "type": "string" }, - "iscsi_target": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true + "ip": { + "type": "string" }, - "nvmf_subsystem": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], - "nullable": true + "esxi_account_id": { + "type": "string" + } + }, + "required": [ + "username", + "ip", + "esxi_account_id" + ], + "type": "object" + }, + "UpdateVsphereEsxiAccountParams": { + "properties": { + "data": { + "items": { + "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParamsData" + }, + "type": "array" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ColumnConfig": { + "properties": { + "name": { + "type": "string" }, - "tr_type": { - "allOf": [ - { - "$ref": "#/components/schemas/StoreTransportType" - } - ], + "path": { + "type": "string" + } + }, + "required": [ + "name", + "path" + ], + "type": "object" + }, + "HostOrderByInput": { + "enum": [ + "access_ip_ASC", + "access_ip_DESC", + "allocable_cpu_cores_for_vm_exclusive_ASC", + "allocable_cpu_cores_for_vm_exclusive_DESC", + "allocatable_memory_bytes_ASC", + "allocatable_memory_bytes_DESC", + "chunk_id_ASC", + "chunk_id_DESC", + "cpu_brand_ASC", + "cpu_brand_DESC", + "cpu_fan_speed_unit_ASC", + "cpu_fan_speed_unit_DESC", + "cpu_hz_per_core_ASC", + "cpu_hz_per_core_DESC", + "cpu_model_ASC", + "cpu_model_DESC", + "cpu_vendor_ASC", + "cpu_vendor_DESC", + "data_ip_ASC", + "data_ip_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "hdd_data_capacity_ASC", + "hdd_data_capacity_DESC", + "hdd_disk_count_ASC", + "hdd_disk_count_DESC", + "host_state_ASC", + "host_state_DESC", + "hypervisor_ip_ASC", + "hypervisor_ip_DESC", + "id_ASC", + "id_DESC", + "iommu_ASC", + "iommu_DESC", + "is_os_in_raid1_ASC", + "is_os_in_raid1_DESC", + "local_id_ASC", + "local_id_DESC", + "lsm_cap_disk_safe_umount_ASC", + "lsm_cap_disk_safe_umount_DESC", + "management_ip_ASC", + "management_ip_DESC", + "model_ASC", + "model_DESC", + "name_ASC", + "name_DESC", + "nested_virtualization_ASC", + "nested_virtualization_DESC", + "nic_count_ASC", + "nic_count_DESC", + "node_topo_local_id_ASC", + "node_topo_local_id_DESC", + "os_memory_bytes_ASC", + "os_memory_bytes_DESC", + "os_version_ASC", + "os_version_DESC", + "pmem_dimm_capacity_ASC", + "pmem_dimm_capacity_DESC", + "pmem_dimm_count_ASC", + "pmem_dimm_count_DESC", + "pmem_disk_count_ASC", + "pmem_disk_count_DESC", + "provisioned_cpu_cores_ASC", + "provisioned_cpu_cores_DESC", + "provisioned_memory_bytes_ASC", + "provisioned_memory_bytes_DESC", + "running_pause_vm_memory_bytes_ASC", + "running_pause_vm_memory_bytes_DESC", + "running_vm_num_ASC", + "running_vm_num_DESC", + "scvm_cpu_ASC", + "scvm_cpu_DESC", + "scvm_memory_ASC", + "scvm_memory_DESC", + "scvm_name_ASC", + "scvm_name_DESC", + "serial_ASC", + "serial_DESC", + "ssd_data_capacity_ASC", + "ssd_data_capacity_DESC", + "ssd_disk_count_ASC", + "ssd_disk_count_DESC", + "state_ASC", + "state_DESC", + "status_ASC", + "status_DESC", + "stopped_vm_num_ASC", + "stopped_vm_num_DESC", + "suspended_vm_num_ASC", + "suspended_vm_num_DESC", + "total_cache_capacity_ASC", + "total_cache_capacity_DESC", + "total_cpu_cores_ASC", + "total_cpu_cores_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_cpu_sockets_ASC", + "total_cpu_sockets_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "vm_num_ASC", + "vm_num_DESC", + "vmotion_ip_ASC", + "vmotion_ip_DESC", + "with_faster_ssd_as_cache_ASC", + "with_faster_ssd_as_cache_DESC" + ], + "type": "string" + }, + "GetHostsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "tr_type_in": { - "items": { - "$ref": "#/components/schemas/StoreTransportType" - }, - "type": "array", + "before": { + "type": "string", "nullable": true }, - "tr_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/StoreTransportType" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "tr_type_not_in": { - "items": { - "$ref": "#/components/schemas/StoreTransportType" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "type": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/HostOrderByInput" } ], "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/StoreConnectionType" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "type_not": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true - }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/StoreConnectionType" - }, - "type": "array", - "nullable": true } }, "type": "object", "additionalProperties": false }, - "StoreTransportType": { - "enum": [ - "RDMA", - "TCP" - ], - "type": "string" - }, - "StoreConnectionType": { + "DatacenterOrderByInput": { "enum": [ - "ISCSI", - "NVMe" + "cluster_num_ASC", + "cluster_num_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "host_num_ASC", + "host_num_DESC", + "id_ASC", + "id_DESC", + "name_ASC", + "name_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "vm_num_ASC", + "vm_num_DESC" ], "type": "string" }, - "GetIscsiConnectionsRequestBody": { + "GetDatacentersRequestBody": { "properties": { "after": { "type": "string", @@ -79920,7 +81155,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/IscsiConnectionOrderByInput" + "$ref": "#/components/schemas/DatacenterOrderByInput" } ], "nullable": true @@ -79933,7 +81168,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" + "$ref": "#/components/schemas/DatacenterWhereInput" } ], "nullable": true @@ -79942,24 +81177,146 @@ "type": "object", "additionalProperties": false }, - "IscsiLunSnapshotOrderByInput": { + "ClusterOrderByInput": { "enum": [ + "application_highest_version_ASC", + "application_highest_version_DESC", + "architecture_ASC", + "architecture_DESC", + "auto_converge_ASC", + "auto_converge_DESC", + "connect_state_ASC", + "connect_state_DESC", + "current_cpu_model_ASC", + "current_cpu_model_DESC", + "disconnected_date_ASC", + "disconnected_date_DESC", + "disconnected_reason_ASC", + "disconnected_reason_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "has_metrox_ASC", + "has_metrox_DESC", + "host_num_ASC", + "host_num_DESC", + "hypervisor_ASC", + "hypervisor_DESC", "id_ASC", "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", + "ip_ASC", + "ip_DESC", + "is_all_flash_ASC", + "is_all_flash_DESC", + "iscsi_vip_ASC", + "iscsi_vip_DESC", + "license_expire_date_ASC", + "license_expire_date_DESC", + "license_serial_ASC", + "license_serial_DESC", + "license_sign_date_ASC", + "license_sign_date_DESC", + "license_type_ASC", + "license_type_DESC", "local_id_ASC", "local_id_DESC", + "maintenance_end_date_ASC", + "maintenance_end_date_DESC", + "maintenance_start_date_ASC", + "maintenance_start_date_DESC", + "management_vip_ASC", + "management_vip_DESC", + "max_chunk_num_ASC", + "max_chunk_num_DESC", + "max_physical_data_capacity_ASC", + "max_physical_data_capacity_DESC", + "max_physical_data_capacity_per_node_ASC", + "max_physical_data_capacity_per_node_DESC", + "metro_availability_checklist_ASC", + "metro_availability_checklist_DESC", + "mgt_gateway_ASC", + "mgt_gateway_DESC", + "mgt_netmask_ASC", + "mgt_netmask_DESC", + "migration_data_size_ASC", + "migration_data_size_DESC", + "migration_speed_ASC", + "migration_speed_DESC", "name_ASC", "name_DESC", - "unique_size_ASC", - "unique_size_DESC" + "ntp_mode_ASC", + "ntp_mode_DESC", + "nvme_over_rdma_enabled_ASC", + "nvme_over_rdma_enabled_DESC", + "nvme_over_tcp_enabled_ASC", + "nvme_over_tcp_enabled_DESC", + "nvmf_enabled_ASC", + "nvmf_enabled_DESC", + "pmem_enabled_ASC", + "pmem_enabled_DESC", + "provisioned_cpu_cores_ASC", + "provisioned_cpu_cores_DESC", + "provisioned_cpu_cores_for_active_vm_ASC", + "provisioned_cpu_cores_for_active_vm_DESC", + "provisioned_for_active_vm_ratio_ASC", + "provisioned_for_active_vm_ratio_DESC", + "provisioned_memory_bytes_ASC", + "provisioned_memory_bytes_DESC", + "provisioned_ratio_ASC", + "provisioned_ratio_DESC", + "rdma_enabled_ASC", + "rdma_enabled_DESC", + "recover_data_size_ASC", + "recover_data_size_DESC", + "recover_speed_ASC", + "recover_speed_DESC", + "reserved_cpu_cores_for_system_service_ASC", + "reserved_cpu_cores_for_system_service_DESC", + "running_vm_num_ASC", + "running_vm_num_DESC", + "software_edition_ASC", + "software_edition_DESC", + "stopped_vm_num_ASC", + "stopped_vm_num_DESC", + "stretch_ASC", + "stretch_DESC", + "suspended_vm_num_ASC", + "suspended_vm_num_DESC", + "total_cache_capacity_ASC", + "total_cache_capacity_DESC", + "total_cpu_cores_ASC", + "total_cpu_cores_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_cpu_sockets_ASC", + "total_cpu_sockets_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "type_ASC", + "type_DESC", + "upgrade_tool_version_ASC", + "upgrade_tool_version_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "valid_data_space_ASC", + "valid_data_space_DESC", + "version_ASC", + "version_DESC", + "vhost_enabled_ASC", + "vhost_enabled_DESC", + "vm_num_ASC", + "vm_num_DESC" ], "type": "string" }, - "GetIscsiLunSnapshotsRequestBody": { + "GetClustersRequestBody": { "properties": { "after": { "type": "string", @@ -79982,7 +81339,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunSnapshotOrderByInput" + "$ref": "#/components/schemas/ClusterOrderByInput" } ], "nullable": true @@ -79995,7 +81352,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true @@ -80004,486 +81361,258 @@ "type": "object", "additionalProperties": false }, - "SystemAuditLogOrderByInput": { + "NicOrderByInput": { "enum": [ - "action_ASC", - "action_DESC", - "finished_at_ASC", - "finished_at_DESC", + "driver_ASC", + "driver_DESC", + "driver_state_ASC", + "driver_state_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "gateway_ip_ASC", + "gateway_ip_DESC", + "ibdev_ASC", + "ibdev_DESC", "id_ASC", "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", + "iommu_status_ASC", + "iommu_status_DESC", + "ip_address_ASC", + "ip_address_DESC", + "is_sriov_ASC", + "is_sriov_DESC", "local_id_ASC", "local_id_DESC", - "message_ASC", - "message_DESC", - "resource_id_ASC", - "resource_id_DESC", - "status_ASC", - "status_DESC" + "mac_address_ASC", + "mac_address_DESC", + "max_vf_num_ASC", + "max_vf_num_DESC", + "model_ASC", + "model_DESC", + "mtu_ASC", + "mtu_DESC", + "name_ASC", + "name_DESC", + "nic_uuid_ASC", + "nic_uuid_DESC", + "physical_ASC", + "physical_DESC", + "rdma_enabled_ASC", + "rdma_enabled_DESC", + "running_ASC", + "running_DESC", + "speed_ASC", + "speed_DESC", + "subnet_mask_ASC", + "subnet_mask_DESC", + "total_vf_num_ASC", + "total_vf_num_DESC", + "type_ASC", + "type_DESC", + "up_ASC", + "up_DESC", + "used_vf_num_ASC", + "used_vf_num_DESC", + "user_usage_ASC", + "user_usage_DESC" ], "type": "string" }, - "SystemAuditLogWhereInput": { + "GetNicsRequestBody": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" - }, - "type": "array", - "nullable": true - }, - "action": { - "type": "string", - "nullable": true - }, - "action_contains": { - "type": "string", - "nullable": true - }, - "action_ends_with": { - "type": "string", - "nullable": true - }, - "action_gt": { - "type": "string", - "nullable": true - }, - "action_gte": { - "type": "string", - "nullable": true - }, - "action_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "action_lt": { - "type": "string", - "nullable": true - }, - "action_lte": { - "type": "string", - "nullable": true - }, - "action_not": { - "type": "string", - "nullable": true - }, - "action_not_contains": { + "after": { "type": "string", "nullable": true }, - "action_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "action_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "action_not_starts_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "action_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/NicOrderByInput" } ], "nullable": true }, - "finished_at": { - "type": "string", - "nullable": true - }, - "finished_at_gt": { - "type": "string", - "nullable": true - }, - "finished_at_gte": { - "type": "string", - "nullable": true - }, - "finished_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "finished_at_lt": { - "type": "string", - "nullable": true - }, - "finished_at_lte": { - "type": "string", - "nullable": true - }, - "finished_at_not": { - "type": "string", - "nullable": true - }, - "finished_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", - "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "local_created_at": { - "type": "string", - "nullable": true - }, - "local_created_at_gt": { - "type": "string", - "nullable": true - }, - "local_created_at_gte": { - "type": "string", - "nullable": true - }, - "local_created_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_created_at_lt": { - "type": "string", - "nullable": true - }, - "local_created_at_lte": { - "type": "string", - "nullable": true - }, - "local_created_at_not": { - "type": "string", - "nullable": true - }, - "local_created_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", - "nullable": true - }, - "local_id_gt": { - "type": "string", - "nullable": true - }, - "local_id_gte": { - "type": "string", - "nullable": true - }, - "local_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", - "nullable": true - }, - "local_id_not_contains": { - "type": "string", - "nullable": true - }, - "local_id_not_ends_with": { - "type": "string", - "nullable": true - }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "message": { - "type": "string", - "nullable": true - }, - "message_contains": { - "type": "string", - "nullable": true - }, - "message_ends_with": { - "type": "string", - "nullable": true - }, - "message_gt": { - "type": "string", - "nullable": true - }, - "message_gte": { - "type": "string", - "nullable": true - }, - "message_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "message_lt": { - "type": "string", - "nullable": true - }, - "message_lte": { - "type": "string", - "nullable": true - }, - "message_not": { - "type": "string", - "nullable": true - }, - "message_not_contains": { - "type": "string", - "nullable": true - }, - "message_not_ends_with": { - "type": "string", - "nullable": true - }, - "message_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "message_not_starts_with": { - "type": "string", - "nullable": true - }, - "message_starts_with": { - "type": "string", - "nullable": true - }, - "resource_id": { - "type": "string", - "nullable": true - }, - "resource_id_contains": { - "type": "string", - "nullable": true - }, - "resource_id_ends_with": { - "type": "string", - "nullable": true - }, - "resource_id_gt": { - "type": "string", - "nullable": true - }, - "resource_id_gte": { - "type": "string", - "nullable": true - }, - "resource_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "resource_id_lt": { - "type": "string", - "nullable": true - }, - "resource_id_lte": { - "type": "string", - "nullable": true - }, - "resource_id_not": { - "type": "string", - "nullable": true - }, - "resource_id_not_contains": { - "type": "string", - "nullable": true - }, - "resource_id_not_ends_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true - }, - "resource_id_not_starts_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiTargetOrderByInput": { + "enum": [ + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "chap_enabled_ASC", + "chap_enabled_DESC", + "chap_name_ASC", + "chap_name_DESC", + "chap_secret_ASC", + "chap_secret_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "external_use_ASC", + "external_use_DESC", + "id_ASC", + "id_DESC", + "initiator_chaps_ASC", + "initiator_chaps_DESC", + "internal_ASC", + "internal_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "iqn_name_ASC", + "iqn_name_DESC", + "iqn_whitelist_ASC", + "iqn_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC" + ], + "type": "string" + }, + "GetIscsiTargetsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "resource_id_starts_with": { + "before": { "type": "string", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogStatus" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_not": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/IscsiTargetOrderByInput" } ], "nullable": true }, - "status_not_in": { - "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "UserAuditLogStatus": { + "NfsExportOrderByInput": { "enum": [ - "FAILED", - "SUCCESSED" + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "export_inode_id_ASC", + "export_inode_id_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "thin_provision_ASC", + "thin_provision_DESC" ], "type": "string" }, - "GetSystemAuditLogsRequestBody": { + "GetNfsExportsRequestBody": { "properties": { "after": { "type": "string", @@ -80506,7 +81635,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/SystemAuditLogOrderByInput" + "$ref": "#/components/schemas/NfsExportOrderByInput" } ], "nullable": true @@ -80519,7 +81648,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" + "$ref": "#/components/schemas/NfsExportWhereInput" } ], "nullable": true @@ -80528,719 +81657,903 @@ "type": "object", "additionalProperties": false }, - "UserAuditLogOrderByInput": { + "ElfDataStoreOrderByInput": { "enum": [ - "action_ASC", - "action_DESC", - "auth_type_ASC", - "auth_type_DESC", - "createdAt_ASC", - "createdAt_DESC", - "finished_at_ASC", - "finished_at_DESC", + "description_ASC", + "description_DESC", + "external_use_ASC", + "external_use_DESC", "id_ASC", "id_DESC", - "ip_address_ASC", - "ip_address_DESC", - "message_ASC", - "message_DESC", - "resource_id_ASC", - "resource_id_DESC", - "resource_type_ASC", - "resource_type_DESC", - "started_at_ASC", - "started_at_DESC", - "status_ASC", - "status_DESC", - "username_ASC", - "username_DESC" + "internal_ASC", + "internal_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "type_ASC", + "type_DESC" ], "type": "string" }, - "UserAuditLogWhereInput": { + "ElfDataStoreWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, - "action": { - "type": "string", - "nullable": true - }, - "action_contains": { - "type": "string", - "nullable": true - }, - "action_ends_with": { - "type": "string", - "nullable": true - }, - "action_gt": { - "type": "string", - "nullable": true - }, - "action_gte": { - "type": "string", - "nullable": true - }, - "action_in": { - "items": { - "type": "string" - }, - "type": "array", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "action_lt": { + "description": { "type": "string", "nullable": true }, - "action_lte": { + "description_contains": { "type": "string", "nullable": true }, - "action_not": { + "description_ends_with": { "type": "string", "nullable": true }, - "action_not_contains": { + "description_gt": { "type": "string", "nullable": true }, - "action_not_ends_with": { + "description_gte": { "type": "string", "nullable": true }, - "action_not_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "action_not_starts_with": { - "type": "string", - "nullable": true - }, - "action_starts_with": { - "type": "string", - "nullable": true - }, - "auth_type": { + "description_lt": { "type": "string", "nullable": true }, - "auth_type_contains": { + "description_lte": { "type": "string", "nullable": true }, - "auth_type_ends_with": { + "description_not": { "type": "string", "nullable": true }, - "auth_type_gt": { + "description_not_contains": { "type": "string", "nullable": true }, - "auth_type_gte": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "auth_type_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "auth_type_lt": { - "type": "string", - "nullable": true - }, - "auth_type_lte": { - "type": "string", - "nullable": true - }, - "auth_type_not": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "auth_type_not_contains": { + "description_starts_with": { "type": "string", "nullable": true }, - "auth_type_not_ends_with": { - "type": "string", + "external_use": { + "type": "boolean", "nullable": true }, - "auth_type_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "external_use_not": { + "type": "boolean", "nullable": true }, - "auth_type_not_starts_with": { + "id": { "type": "string", "nullable": true }, - "auth_type_starts_with": { + "id_contains": { "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "createdAt": { + "id_ends_with": { "type": "string", "nullable": true }, - "createdAt_gt": { + "id_gt": { "type": "string", "nullable": true }, - "createdAt_gte": { + "id_gte": { "type": "string", "nullable": true }, - "createdAt_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "createdAt_lt": { - "type": "string", - "nullable": true - }, - "createdAt_lte": { + "id_lt": { "type": "string", "nullable": true }, - "createdAt_not": { + "id_lte": { "type": "string", "nullable": true }, - "createdAt_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "finished_at": { + "id_not": { "type": "string", "nullable": true }, - "finished_at_gt": { + "id_not_contains": { "type": "string", "nullable": true }, - "finished_at_gte": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "finished_at_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "finished_at_lt": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "finished_at_lte": { + "id_starts_with": { "type": "string", "nullable": true }, - "finished_at_not": { - "type": "string", + "internal": { + "type": "boolean", "nullable": true }, - "finished_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "internal_not": { + "type": "boolean", "nullable": true }, - "id": { + "ip_whitelist": { "type": "string", "nullable": true }, - "id_contains": { + "ip_whitelist_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "ip_whitelist_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "ip_whitelist_gt": { "type": "string", "nullable": true }, - "id_gte": { + "ip_whitelist_gte": { "type": "string", "nullable": true }, - "id_in": { + "ip_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "ip_whitelist_lt": { "type": "string", "nullable": true }, - "id_lte": { + "ip_whitelist_lte": { "type": "string", "nullable": true }, - "id_not": { + "ip_whitelist_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "ip_whitelist_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "ip_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "ip_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "ip_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "ip_whitelist_starts_with": { "type": "string", "nullable": true }, - "ip_address": { + "iscsi_target": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + } + ], + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "ip_address_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "ip_address_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "ip_address_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "ip_address_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "ip_address_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_address_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "ip_address_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "ip_address_not": { + "local_id_not": { "type": "string", "nullable": true }, - "ip_address_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "ip_address_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "ip_address_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_address_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "ip_address_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "message": { + "name": { "type": "string", "nullable": true }, - "message_contains": { + "name_contains": { "type": "string", "nullable": true }, - "message_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "message_gt": { + "name_gt": { "type": "string", "nullable": true }, - "message_gte": { + "name_gte": { "type": "string", "nullable": true }, - "message_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "message_lt": { + "name_lt": { "type": "string", "nullable": true }, - "message_lte": { + "name_lte": { "type": "string", "nullable": true }, - "message_not": { + "name_not": { "type": "string", "nullable": true }, - "message_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "message_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "message_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "message_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "message_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "resource_id": { - "type": "string", + "nfs_export": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsExportWhereInput" + } + ], "nullable": true }, - "resource_id_contains": { - "type": "string", + "nvmf_subsystem": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + ], "nullable": true }, - "resource_id_ends_with": { - "type": "string", + "replica_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_gt": { - "type": "string", + "replica_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_gte": { - "type": "string", + "replica_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_in": { + "replica_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "resource_id_lt": { - "type": "string", - "nullable": true - }, - "resource_id_lte": { - "type": "string", - "nullable": true - }, - "resource_id_not": { - "type": "string", + "replica_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_not_contains": { - "type": "string", + "replica_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_not_ends_with": { - "type": "string", + "replica_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_id_not_in": { + "replica_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "resource_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "resource_id_starts_with": { - "type": "string", - "nullable": true - }, - "resource_type": { - "type": "string", + "thin_provision": { + "type": "boolean", "nullable": true }, - "resource_type_contains": { - "type": "string", + "thin_provision_not": { + "type": "boolean", "nullable": true }, - "resource_type_ends_with": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreType" + } + ], "nullable": true }, - "resource_type_gt": { - "type": "string", + "type_in": { + "items": { + "$ref": "#/components/schemas/ElfDataStoreType" + }, + "type": "array", "nullable": true }, - "resource_type_gte": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreType" + } + ], "nullable": true }, - "resource_type_in": { + "type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/ElfDataStoreType" }, "type": "array", "nullable": true - }, - "resource_type_lt": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ElfDataStoreType": { + "enum": [ + "ISCSI", + "NFS", + "NVMe" + ], + "type": "string" + }, + "GetElfDataStoresRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "resource_type_lte": { + "before": { "type": "string", "nullable": true }, - "resource_type_not": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_type_not_contains": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_type_not_ends_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreOrderByInput" + } + ], "nullable": true }, - "resource_type_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "resource_type_not_starts_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreWhereInput" + } + ], "nullable": true - }, - "resource_type_starts_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VdsOrderByInput": { + "enum": [ + "bond_mode_ASC", + "bond_mode_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "ovsbr_name_ASC", + "ovsbr_name_DESC", + "type_ASC", + "type_DESC", + "vlans_num_ASC", + "vlans_num_DESC", + "work_mode_ASC", + "work_mode_DESC" + ], + "type": "string" + }, + "GetVdsesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "started_at": { + "before": { "type": "string", "nullable": true }, - "started_at_gt": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "started_at_gte": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "started_at_in": { - "items": { - "type": "string" - }, - "type": "array", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsOrderByInput" + } + ], "nullable": true }, - "started_at_lt": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "started_at_lte": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsWhereInput" + } + ], "nullable": true - }, - "started_at_not": { + } + }, + "type": "object", + "additionalProperties": false + }, + "DiskOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "failure_information_ASC", + "failure_information_DESC", + "firmware_ASC", + "firmware_DESC", + "function_ASC", + "function_DESC", + "health_status_ASC", + "health_status_DESC", + "healthy_ASC", + "healthy_DESC", + "id_ASC", + "id_DESC", + "local_id_ASC", + "local_id_DESC", + "model_ASC", + "model_DESC", + "mounted_ASC", + "mounted_DESC", + "name_ASC", + "name_DESC", + "numa_node_ASC", + "numa_node_DESC", + "offline_ASC", + "offline_DESC", + "partitions_ASC", + "partitions_DESC", + "path_ASC", + "path_DESC", + "persistent_memory_type_ASC", + "persistent_memory_type_DESC", + "physical_slot_on_brick_ASC", + "physical_slot_on_brick_DESC", + "recommended_usage_ASC", + "recommended_usage_DESC", + "remaining_life_percent_ASC", + "remaining_life_percent_DESC", + "serial_ASC", + "serial_DESC", + "size_ASC", + "size_DESC", + "type_ASC", + "type_DESC", + "usage_ASC", + "usage_DESC", + "usage_status_ASC", + "usage_status_DESC" + ], + "type": "string" + }, + "GetDisksRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "before": { + "type": "string", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogStatus" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_not": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/DiskOrderByInput" } ], "nullable": true }, - "status_not_in": { - "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "user": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/UserWhereInput" + "$ref": "#/components/schemas/DiskWhereInput" } ], "nullable": true - }, - "username": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VlanOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "gateway_ip_ASC", + "gateway_ip_DESC", + "gateway_subnetmask_ASC", + "gateway_subnetmask_DESC", + "id_ASC", + "id_DESC", + "local_id_ASC", + "local_id_DESC", + "mode_type_ASC", + "mode_type_DESC", + "name_ASC", + "name_DESC", + "qos_burst_ASC", + "qos_burst_DESC", + "qos_max_bandwidth_ASC", + "qos_max_bandwidth_DESC", + "qos_min_bandwidth_ASC", + "qos_min_bandwidth_DESC", + "qos_priority_ASC", + "qos_priority_DESC", + "subnetmask_ASC", + "subnetmask_DESC", + "type_ASC", + "type_DESC", + "vlan_id_ASC", + "vlan_id_DESC" + ], + "type": "string" + }, + "GetVlansRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "username_contains": { + "before": { "type": "string", "nullable": true }, - "username_ends_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_gt": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_gte": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanOrderByInput" + } + ], "nullable": true }, - "username_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_lt": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], "nullable": true - }, - "username_lte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VmVolumeOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "elf_storage_policy_ASC", + "elf_storage_policy_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "guest_size_usage_ASC", + "guest_size_usage_DESC", + "guest_used_size_ASC", + "guest_used_size_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "mounting_ASC", + "mounting_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "sharing_ASC", + "sharing_DESC", + "size_ASC", + "size_DESC", + "type_ASC", + "type_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetVmVolumesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "username_not": { + "before": { "type": "string", "nullable": true }, - "username_not_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_not_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeOrderByInput" + } + ], "nullable": true }, - "username_not_starts_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "username_starts_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "GetUserAuditLogsRequestBody": { + "ElfImageOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "size_ASC", + "size_DESC" + ], + "type": "string" + }, + "GetElfImagesRequestBody": { "properties": { "after": { "type": "string", @@ -81263,7 +82576,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogOrderByInput" + "$ref": "#/components/schemas/ElfImageOrderByInput" } ], "nullable": true @@ -81276,7 +82589,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogWhereInput" + "$ref": "#/components/schemas/ElfImageWhereInput" } ], "nullable": true @@ -81285,54 +82598,60 @@ "type": "object", "additionalProperties": false }, - "TaskOrderByInput": { + "VmTemplateOrderByInput": { "enum": [ - "args_ASC", - "args_DESC", + "clock_offset_ASC", + "clock_offset_DESC", + "cloud_init_supported_ASC", + "cloud_init_supported_DESC", + "cpu_ASC", + "cpu_DESC", + "cpu_model_ASC", + "cpu_model_DESC", "description_ASC", "description_DESC", - "error_code_ASC", - "error_code_DESC", - "error_message_ASC", - "error_message_DESC", - "finished_at_ASC", - "finished_at_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "firmware_ASC", + "firmware_DESC", + "ha_ASC", + "ha_DESC", "id_ASC", "id_DESC", - "internal_ASC", - "internal_DESC", - "key_ASC", - "key_DESC", + "io_policy_ASC", + "io_policy_DESC", "local_created_at_ASC", "local_created_at_DESC", - "progress_ASC", - "progress_DESC", - "resource_id_ASC", - "resource_id_DESC", - "resource_mutation_ASC", - "resource_mutation_DESC", - "resource_rollback_error_ASC", - "resource_rollback_error_DESC", - "resource_rollback_retry_count_ASC", - "resource_rollback_retry_count_DESC", - "resource_rollbacked_ASC", - "resource_rollbacked_DESC", - "resource_type_ASC", - "resource_type_DESC", - "snapshot_ASC", - "snapshot_DESC", - "started_at_ASC", - "started_at_DESC", - "status_ASC", - "status_DESC", - "steps_ASC", - "steps_DESC", - "type_ASC", - "type_DESC" + "local_id_ASC", + "local_id_DESC", + "max_bandwidth_ASC", + "max_bandwidth_DESC", + "max_bandwidth_policy_ASC", + "max_bandwidth_policy_DESC", + "max_iops_ASC", + "max_iops_DESC", + "max_iops_policy_ASC", + "max_iops_policy_DESC", + "memory_ASC", + "memory_DESC", + "name_ASC", + "name_DESC", + "size_ASC", + "size_DESC", + "vcpu_ASC", + "vcpu_DESC", + "video_type_ASC", + "video_type_DESC", + "vm_disks_ASC", + "vm_disks_DESC", + "vm_nics_ASC", + "vm_nics_DESC", + "win_opt_ASC", + "win_opt_DESC" ], "type": "string" }, - "GetTasksRequestBody": { + "GetVmTemplatesRequestBody": { "properties": { "after": { "type": "string", @@ -81355,7 +82674,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/TaskOrderByInput" + "$ref": "#/components/schemas/VmTemplateOrderByInput" } ], "nullable": true @@ -81368,7 +82687,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/TaskWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true @@ -81377,84 +82696,40 @@ "type": "object", "additionalProperties": false }, - "IscsiLunOrderByInput": { + "VmPlacementGroupOrderByInput": { "enum": [ - "allowed_initiators_ASC", - "allowed_initiators_DESC", - "assigned_size_ASC", - "assigned_size_DESC", - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", + "description_ASC", + "description_DESC", + "enabled_ASC", + "enabled_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", "id_ASC", "id_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", "local_created_at_ASC", "local_created_at_DESC", "local_id_ASC", "local_id_DESC", - "lun_id_ASC", - "lun_id_DESC", + "local_updated_at_ASC", + "local_updated_at_DESC", "name_ASC", "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "shared_size_ASC", - "shared_size_DESC", - "snapshot_num_ASC", - "snapshot_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC", - "zbs_volume_id_ASC", - "zbs_volume_id_DESC" + "vm_host_must_enabled_ASC", + "vm_host_must_enabled_DESC", + "vm_host_must_policy_ASC", + "vm_host_must_policy_DESC", + "vm_host_prefer_enabled_ASC", + "vm_host_prefer_enabled_DESC", + "vm_host_prefer_policy_ASC", + "vm_host_prefer_policy_DESC", + "vm_vm_policy_ASC", + "vm_vm_policy_DESC", + "vm_vm_policy_enabled_ASC", + "vm_vm_policy_enabled_DESC" ], "type": "string" }, - "GetIscsiLunsRequestBody": { + "GetVmPlacementGroupsRequestBody": { "properties": { "after": { "type": "string", @@ -81477,7 +82752,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunOrderByInput" + "$ref": "#/components/schemas/VmPlacementGroupOrderByInput" } ], "nullable": true @@ -81490,7 +82765,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" } ], "nullable": true @@ -81499,22 +82774,44 @@ "type": "object", "additionalProperties": false }, - "NamespaceGroupOrderByInput": { + "AlertOrderByInput": { "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", + "cause_ASC", + "cause_DESC", + "create_time_ASC", + "create_time_DESC", + "ended_ASC", + "ended_DESC", "id_ASC", "id_DESC", + "impact_ASC", + "impact_DESC", + "labels_ASC", + "labels_DESC", "local_create_time_ASC", "local_create_time_DESC", + "local_end_time_ASC", + "local_end_time_DESC", "local_id_ASC", "local_id_DESC", - "name_ASC", - "name_DESC" + "local_start_time_ASC", + "local_start_time_DESC", + "local_update_time_ASC", + "local_update_time_DESC", + "message_ASC", + "message_DESC", + "severity_ASC", + "severity_DESC", + "solution_ASC", + "solution_DESC", + "threshold_ASC", + "threshold_DESC", + "value_ASC", + "value_DESC" ], "type": "string" }, - "GetNamespaceGroupsRequestBody": { + "GetAlertsRequestBody": { "properties": { "after": { "type": "string", @@ -81537,7 +82834,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupOrderByInput" + "$ref": "#/components/schemas/AlertOrderByInput" } ], "nullable": true @@ -81550,7 +82847,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/AlertWhereInput" } ], "nullable": true @@ -81559,86 +82856,38 @@ "type": "object", "additionalProperties": false }, - "NvmfNamespaceOrderByInput": { + "GlobalAlertRuleOrderByInput": { "enum": [ - "assigned_size_ASC", - "assigned_size_DESC", - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", + "boolean_ASC", + "boolean_DESC", + "cause_ASC", + "cause_DESC", + "default_thresholds_ASC", + "default_thresholds_DESC", + "disabled_ASC", + "disabled_DESC", "id_ASC", "id_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "is_shared_ASC", - "is_shared_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", + "impact_ASC", + "impact_DESC", + "message_ASC", + "message_DESC", "name_ASC", "name_DESC", - "namespace_id_ASC", - "namespace_id_DESC", - "nqn_whitelist_ASC", - "nqn_whitelist_DESC", - "replica_num_ASC", - "replica_num_DESC", - "shared_size_ASC", - "shared_size_DESC", - "snapshot_num_ASC", - "snapshot_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC", - "zbs_volume_id_ASC", - "zbs_volume_id_DESC" + "object_ASC", + "object_DESC", + "operator_ASC", + "operator_DESC", + "solution_ASC", + "solution_DESC", + "thresholds_ASC", + "thresholds_DESC", + "unit_ASC", + "unit_DESC" ], "type": "string" }, - "GetNvmfNamespacesRequestBody": { + "GetGlobalAlertRulesRequestBody": { "properties": { "after": { "type": "string", @@ -81661,7 +82910,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceOrderByInput" + "$ref": "#/components/schemas/GlobalAlertRuleOrderByInput" } ], "nullable": true @@ -81674,7 +82923,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" } ], "nullable": true @@ -81683,26 +82932,62 @@ "type": "object", "additionalProperties": false }, - "ContentLibraryImageOrderByInput": { + "SnapshotPlanOrderByInput": { "enum": [ - "createdAt_ASC", - "createdAt_DESC", + "auto_delete_num_ASC", + "auto_delete_num_DESC", + "auto_execute_num_ASC", + "auto_execute_num_DESC", "description_ASC", "description_DESC", + "end_time_ASC", + "end_time_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", + "exec_h_m_ASC", + "exec_h_m_DESC", + "execute_plan_type_ASC", + "execute_plan_type_DESC", + "healthy_ASC", + "healthy_DESC", "id_ASC", "id_DESC", + "last_execute_end_time_ASC", + "last_execute_end_time_DESC", + "last_execute_status_ASC", + "last_execute_status_DESC", + "last_execute_time_ASC", + "last_execute_time_DESC", + "local_id_ASC", + "local_id_DESC", + "logical_size_bytes_ASC", + "logical_size_bytes_DESC", + "manual_delete_num_ASC", + "manual_delete_num_DESC", + "manual_execute_num_ASC", + "manual_execute_num_DESC", + "mirror_ASC", + "mirror_DESC", "name_ASC", "name_DESC", - "path_ASC", - "path_DESC", - "size_ASC", - "size_DESC" + "next_execute_time_ASC", + "next_execute_time_DESC", + "object_num_ASC", + "object_num_DESC", + "physical_size_bytes_ASC", + "physical_size_bytes_DESC", + "remain_snapshot_num_ASC", + "remain_snapshot_num_DESC", + "snapshot_group_num_ASC", + "snapshot_group_num_DESC", + "start_time_ASC", + "start_time_DESC", + "status_ASC", + "status_DESC" ], "type": "string" }, - "GetContentLibraryImagesRequestBody": { + "GetSnapshotPlansRequestBody": { "properties": { "after": { "type": "string", @@ -81725,7 +83010,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryImageOrderByInput" + "$ref": "#/components/schemas/SnapshotPlanOrderByInput" } ], "nullable": true @@ -81738,7 +83023,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + "$ref": "#/components/schemas/SnapshotPlanWhereInput" } ], "nullable": true @@ -81747,24 +83032,28 @@ "type": "object", "additionalProperties": false }, - "NvmfNamespaceSnapshotOrderByInput": { + "EntityFilterOrderByInput": { "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", + "apply_to_all_clusters_ASC", + "apply_to_all_clusters_DESC", + "entity_type_ASC", + "entity_type_DESC", + "filter_status_ASC", + "filter_status_DESC", "id_ASC", "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", + "last_executed_at_ASC", + "last_executed_at_DESC", "name_ASC", "name_DESC", - "unique_size_ASC", - "unique_size_DESC" + "preset_ASC", + "preset_DESC", + "rules_ASC", + "rules_DESC" ], "type": "string" }, - "GetNvmfNamespaceSnapshotsRequestBody": { + "GetEntityFiltersRequestBody": { "properties": { "after": { "type": "string", @@ -81787,7 +83076,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotOrderByInput" + "$ref": "#/components/schemas/EntityFilterOrderByInput" } ], "nullable": true @@ -81800,7 +83089,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + "$ref": "#/components/schemas/EntityFilterWhereInput" } ], "nullable": true @@ -81809,34 +83098,40 @@ "type": "object", "additionalProperties": false }, - "ContentLibraryVmTemplateOrderByInput": { + "UserOrderByInput": { "enum": [ - "architecture_ASC", - "architecture_DESC", - "cloud_init_supported_ASC", - "cloud_init_supported_DESC", - "createdAt_ASC", - "createdAt_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", + "auth_config_id_ASC", + "auth_config_id_DESC", + "display_username_ASC", + "display_username_DESC", + "email_address_ASC", + "email_address_DESC", "id_ASC", "id_DESC", - "memory_ASC", - "memory_DESC", + "internal_ASC", + "internal_DESC", + "ldap_dn_ASC", + "ldap_dn_DESC", + "mobile_phone_ASC", + "mobile_phone_DESC", "name_ASC", "name_DESC", - "os_ASC", - "os_DESC", - "size_ASC", - "size_DESC", - "vcpu_ASC", - "vcpu_DESC" + "password_expired_ASC", + "password_expired_DESC", + "password_recover_qa_ASC", + "password_recover_qa_DESC", + "password_updated_at_ASC", + "password_updated_at_DESC", + "role_ASC", + "role_DESC", + "source_ASC", + "source_DESC", + "username_ASC", + "username_DESC" ], "type": "string" }, - "GetContentLibraryVmTemplatesRequestBody": { + "GetUsersRequestBody": { "properties": { "after": { "type": "string", @@ -81859,7 +83154,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryVmTemplateOrderByInput" + "$ref": "#/components/schemas/UserOrderByInput" } ], "nullable": true @@ -81872,7 +83167,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + "$ref": "#/components/schemas/UserWhereInput" } ], "nullable": true @@ -81881,80 +83176,26 @@ "type": "object", "additionalProperties": false }, - "NvmfSubsystemOrderByInput": { + "ConsistencyGroupOrderByInput": { "enum": [ - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", "description_ASC", "description_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", - "external_use_ASC", - "external_use_DESC", "id_ASC", "id_DESC", - "internal_ASC", - "internal_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", + "local_created_at_ASC", + "local_created_at_DESC", "local_id_ASC", "local_id_DESC", "name_ASC", "name_DESC", - "nqn_name_ASC", - "nqn_name_DESC", - "nqn_whitelist_ASC", - "nqn_whitelist_DESC", - "policy_ASC", - "policy_DESC", - "replica_num_ASC", - "replica_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC" + "unique_size_ASC", + "unique_size_DESC" ], "type": "string" }, - "GetNvmfSubsystemsRequestBody": { + "GetConsistencyGroupsRequestBody": { "properties": { "after": { "type": "string", @@ -81977,7 +83218,7 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemOrderByInput" + "$ref": "#/components/schemas/ConsistencyGroupOrderByInput" } ], "nullable": true @@ -81990,7 +83231,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" } ], "nullable": true @@ -81999,218 +83240,60 @@ "type": "object", "additionalProperties": false }, - "TableReporterParams": { - "properties": { - "filter": { - "properties": { - "nvmfSubsystems": { - "$ref": "#/components/schemas/GetNvmfSubsystemsRequestBody" - }, - "contentLibraryVmTemplates": { - "$ref": "#/components/schemas/GetContentLibraryVmTemplatesRequestBody" - }, - "nvmfNamespaceSnapshots": { - "$ref": "#/components/schemas/GetNvmfNamespaceSnapshotsRequestBody" - }, - "contentLibraryImages": { - "$ref": "#/components/schemas/GetContentLibraryImagesRequestBody" - }, - "nvmfNamespaces": { - "$ref": "#/components/schemas/GetNvmfNamespacesRequestBody" - }, - "namespaceGroups": { - "$ref": "#/components/schemas/GetNamespaceGroupsRequestBody" - }, - "iscsiLuns": { - "$ref": "#/components/schemas/GetIscsiLunsRequestBody" - }, - "tasks": { - "$ref": "#/components/schemas/GetTasksRequestBody" - }, - "userAuditLogs": { - "$ref": "#/components/schemas/GetUserAuditLogsRequestBody" - }, - "systemAuditLogs": { - "$ref": "#/components/schemas/GetSystemAuditLogsRequestBody" - }, - "iscsiLunSnapshots": { - "$ref": "#/components/schemas/GetIscsiLunSnapshotsRequestBody" - }, - "iscsiConnections": { - "$ref": "#/components/schemas/GetIscsiConnectionsRequestBody" - }, - "consistencyGroups": { - "$ref": "#/components/schemas/GetConsistencyGroupsRequestBody" - }, - "users": { - "$ref": "#/components/schemas/GetUsersRequestBody" - }, - "vmEntityFilters": { - "$ref": "#/components/schemas/GetEntityFiltersRequestBody" - }, - "snapshotPlans": { - "$ref": "#/components/schemas/GetSnapshotPlansRequestBody" - }, - "globalAlertRules": { - "$ref": "#/components/schemas/GetGlobalAlertRulesRequestBody" - }, - "alerts": { - "$ref": "#/components/schemas/GetAlertsRequestBody" - }, - "vmPlacementGroups": { - "$ref": "#/components/schemas/GetVmPlacementGroupsRequestBody" - }, - "vmTemplates": { - "$ref": "#/components/schemas/GetVmTemplatesRequestBody" - }, - "elfImages": { - "$ref": "#/components/schemas/GetElfImagesRequestBody" - }, - "vmVolumes": { - "$ref": "#/components/schemas/GetVmVolumesRequestBody" - }, - "vlans": { - "$ref": "#/components/schemas/GetVlansRequestBody" - }, - "disks": { - "$ref": "#/components/schemas/GetDisksRequestBody" - }, - "vdses": { - "$ref": "#/components/schemas/GetVdsesRequestBody" - }, - "elfDataStores": { - "$ref": "#/components/schemas/GetElfDataStoresRequestBody", - "deprecated": true - }, - "vms": { - "$ref": "#/components/schemas/GetVmsRequestBody" - }, - "nfsExports": { - "$ref": "#/components/schemas/GetNfsExportsRequestBody" - }, - "iscsiTargets": { - "$ref": "#/components/schemas/GetIscsiTargetsRequestBody" - }, - "usbDevices": { - "$ref": "#/components/schemas/GetUsbDevicesRequestBody" - }, - "nics": { - "$ref": "#/components/schemas/GetNicsRequestBody" - }, - "clusters": { - "$ref": "#/components/schemas/GetClustersRequestBody" - }, - "datacenters": { - "$ref": "#/components/schemas/GetDatacentersRequestBody" - }, - "hosts": { - "$ref": "#/components/schemas/GetHostsRequestBody" - } - }, - "type": "object" - }, - "columns": { - "items": { - "$ref": "#/components/schemas/ColumnConfig" - }, - "type": "array" - }, - "name": { - "type": "string" - } - }, - "required": [ - "filter", - "columns", - "name" + "IscsiConnectionOrderByInput": { + "enum": [ + "client_port_ASC", + "client_port_DESC", + "id_ASC", + "id_DESC", + "initiator_ip_ASC", + "initiator_ip_DESC", + "tr_type_ASC", + "tr_type_DESC", + "type_ASC", + "type_DESC" ], - "type": "object" + "type": "string" }, - "UploadTaskWhereInput": { + "IscsiConnectionWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - }, - "type": "array", - "nullable": true - }, - "chunk_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "chunk_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "chunk_size_not_in": { - "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" }, "type": "array", "nullable": true }, - "current_chunk": { + "client_port": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_gt": { + "client_port_gt": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_gte": { + "client_port_gte": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_in": { + "client_port_in": { "items": { "type": "integer", "format": "int32" @@ -82218,22 +83301,22 @@ "type": "array", "nullable": true }, - "current_chunk_lt": { + "client_port_lt": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_lte": { + "client_port_lte": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_not": { + "client_port_not": { "type": "integer", "format": "int32", "nullable": true }, - "current_chunk_not_in": { + "client_port_not_in": { "items": { "type": "integer", "format": "int32" @@ -82241,42 +83324,20 @@ "type": "array", "nullable": true }, - "finished_at": { - "type": "string", - "nullable": true - }, - "finished_at_gt": { - "type": "string", - "nullable": true - }, - "finished_at_gte": { - "type": "string", - "nullable": true - }, - "finished_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "finished_at_lt": { - "type": "string", - "nullable": true - }, - "finished_at_lte": { - "type": "string", - "nullable": true - }, - "finished_at_not": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "finished_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], "nullable": true }, "id": { @@ -82341,3396 +83402,2388 @@ "type": "string", "nullable": true }, - "resource_type": { - "allOf": [ - { - "$ref": "#/components/schemas/UploadResourceType" - } - ], - "nullable": true - }, - "resource_type_in": { - "items": { - "$ref": "#/components/schemas/UploadResourceType" - }, - "type": "array", - "nullable": true - }, - "resource_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UploadResourceType" - } - ], + "initiator_ip": { + "type": "string", "nullable": true }, - "resource_type_not_in": { - "items": { - "$ref": "#/components/schemas/UploadResourceType" - }, - "type": "array", + "initiator_ip_contains": { + "type": "string", "nullable": true }, - "size": { - "type": "integer", - "format": "int64", + "initiator_ip_ends_with": { + "type": "string", "nullable": true }, - "size_gt": { - "type": "integer", - "format": "int64", + "initiator_ip_gt": { + "type": "string", "nullable": true }, - "size_gte": { - "type": "integer", - "format": "int64", + "initiator_ip_gte": { + "type": "string", "nullable": true }, - "size_in": { + "initiator_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "size_not": { - "type": "integer", - "format": "int64", + "initiator_ip_lt": { + "type": "string", "nullable": true }, - "size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "initiator_ip_lte": { + "type": "string", "nullable": true }, - "started_at": { + "initiator_ip_not": { "type": "string", "nullable": true }, - "started_at_gt": { + "initiator_ip_not_contains": { "type": "string", "nullable": true }, - "started_at_gte": { + "initiator_ip_not_ends_with": { "type": "string", "nullable": true }, - "started_at_in": { + "initiator_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "started_at_lt": { - "type": "string", - "nullable": true - }, - "started_at_lte": { + "initiator_ip_not_starts_with": { "type": "string", "nullable": true }, - "started_at_not": { + "initiator_ip_starts_with": { "type": "string", "nullable": true }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "status": { + "iscsi_target": { "allOf": [ { - "$ref": "#/components/schemas/UploadTaskStatus" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/UploadTaskStatus" - }, - "type": "array", + "nvmf_subsystem": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + ], "nullable": true }, - "status_not": { + "tr_type": { "allOf": [ { - "$ref": "#/components/schemas/UploadTaskStatus" + "$ref": "#/components/schemas/StoreTransportType" } ], "nullable": true }, - "status_not_in": { + "tr_type_in": { "items": { - "$ref": "#/components/schemas/UploadTaskStatus" + "$ref": "#/components/schemas/StoreTransportType" }, "type": "array", "nullable": true }, - "updatedAt": { - "type": "string", - "nullable": true - }, - "updatedAt_gt": { - "type": "string", - "nullable": true - }, - "updatedAt_gte": { - "type": "string", + "tr_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/StoreTransportType" + } + ], "nullable": true }, - "updatedAt_in": { + "tr_type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/StoreTransportType" }, "type": "array", "nullable": true }, - "updatedAt_lt": { - "type": "string", - "nullable": true - }, - "updatedAt_lte": { - "type": "string", - "nullable": true - }, - "updatedAt_not": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/StoreConnectionType" + } + ], "nullable": true }, - "updatedAt_not_in": { + "type_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/StoreConnectionType" }, "type": "array", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CancelUploadTaskParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "UsbDevice": { - "properties": { - "binded": { - "type": "boolean" - }, - "description": { - "type": "string" }, - "entityAsyncStatus": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/StoreConnectionType" } ], "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "id": { - "type": "string" - }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "manufacturer": { - "type": "string" - }, - "name": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "status": { - "$ref": "#/components/schemas/UsbDeviceStatus" - }, - "usb_type": { - "type": "string" - }, - "vms": { + "type_not_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/StoreConnectionType" }, "type": "array", "nullable": true - }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVm" - } - ], - "nullable": true, - "deprecated": true } }, - "required": [ - "binded", - "description", - "host", - "id", - "local_created_at", - "local_id", - "manufacturer", - "name", - "size", - "status", - "usb_type" - ], "type": "object", "additionalProperties": false }, - "WithTask_UsbDevice_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/UsbDevice" - } - }, - "required": [ - "data" + "StoreTransportType": { + "enum": [ + "RDMA", + "TCP" ], - "type": "object" + "type": "string" }, - "UsbDeviceMountParams": { - "properties": { - "data": { - "properties": { - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "vm_id": { - "type": "string", - "deprecated": true - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" - } - }, - "required": [ - "data", - "where" + "StoreConnectionType": { + "enum": [ + "ISCSI", + "NVMe" ], - "type": "object" + "type": "string" }, - "UsbDeviceUnmountParams": { + "GetIscsiConnectionsRequestBody": { "properties": { - "data": { - "properties": { - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "vms" - ], - "type": "object" + "after": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "LoginResponse": { - "properties": { - "token": { - "type": "string" - } - }, - "required": [ - "token" - ], - "type": "object" - }, - "WithTask_LoginResponse_": { - "properties": { - "task_id": { + "before": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/LoginResponse" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "MfaType": { - "enum": [ - "Mail" - ], - "type": "string" - }, - "LoginInput": { - "properties": { - "username": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "source": { + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/UserSource" + "$ref": "#/components/schemas/IscsiConnectionOrderByInput" } ], "nullable": true }, - "password": { - "type": "string" + "skip": { + "type": "integer", + "format": "int32", + "nullable": true }, - "mfa_type": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/MfaType" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" } ], "nullable": true - }, - "auth_config_id": { - "type": "string", - "nullable": true - } - }, - "required": [ - "username", - "password" - ], - "type": "object" - }, - "NestedPasswordReoverQaItem": { - "properties": { - "question": { - "type": "string" - } - }, - "required": [ - "question" - ], - "type": "object", - "additionalProperties": false - }, - "NestedPasswordRecoverQa": { - "properties": { - "enabled": { - "type": "boolean" - }, - "items": { - "items": { - "$ref": "#/components/schemas/NestedPasswordReoverQaItem" - }, - "type": "array", - "nullable": true } }, - "required": [ - "enabled" - ], "type": "object", "additionalProperties": false }, - "NestedUserRoleNext": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" + "IscsiLunSnapshotOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "unique_size_ASC", + "unique_size_DESC" ], - "type": "object", - "additionalProperties": false + "type": "string" }, - "User": { + "GetIscsiLunSnapshotsRequestBody": { "properties": { - "auth_config_id": { - "type": "string", - "nullable": true - }, - "display_username": { - "type": "string" - }, - "email_address": { + "after": { "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "internal": { - "type": "boolean" - }, - "ldap_dn": { + "before": { "type": "string", "nullable": true }, - "mobile_phone": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "name": { - "type": "string" - }, - "password_expired": { - "type": "boolean", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "password_recover_qa": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/NestedPasswordRecoverQa" + "$ref": "#/components/schemas/IscsiLunSnapshotOrderByInput" } ], "nullable": true }, - "password_updated_at": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "role": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/UserRole" + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SystemAuditLogOrderByInput": { + "enum": [ + "action_ASC", + "action_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "message_ASC", + "message_DESC", + "resource_id_ASC", + "resource_id_DESC", + "status_ASC", + "status_DESC" + ], + "type": "string" + }, + "SystemAuditLogWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/SystemAuditLogWhereInput" + }, + "type": "array", + "nullable": true }, - "roles": { + "NOT": { "items": { - "$ref": "#/components/schemas/NestedUserRoleNext" + "$ref": "#/components/schemas/SystemAuditLogWhereInput" }, "type": "array", "nullable": true }, - "source": { - "$ref": "#/components/schemas/UserSource" + "OR": { + "items": { + "$ref": "#/components/schemas/SystemAuditLogWhereInput" + }, + "type": "array", + "nullable": true }, - "username": { - "type": "string" - } - }, - "required": [ - "display_username", - "id", - "internal", - "name", - "source", - "username" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_User_": { - "properties": { - "task_id": { + "action": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/User" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "UserCreationParams": { - "properties": { - "auth_config_id": { - "type": "string" + "action_contains": { + "type": "string", + "nullable": true }, - "ldap_dn": { - "type": "string" + "action_ends_with": { + "type": "string", + "nullable": true }, - "source": { - "$ref": "#/components/schemas/UserSource" + "action_gt": { + "type": "string", + "nullable": true }, - "mobile_phone": { - "type": "string" + "action_gte": { + "type": "string", + "nullable": true }, - "email_address": { - "type": "string" + "action_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "internal": { - "type": "boolean" + "action_lt": { + "type": "string", + "nullable": true }, - "role_id": { - "type": "string" + "action_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "action_not": { + "type": "string", + "nullable": true }, - "password": { - "type": "string" + "action_not_contains": { + "type": "string", + "nullable": true }, - "username": { - "type": "string" - } - }, - "required": [ - "role_id", - "name", - "username" - ], - "type": "object" - }, - "UserUpdationParams": { - "properties": { - "data": { - "properties": { - "internal": { - "type": "boolean" - }, - "mobile_phone": { - "type": "string", - "nullable": true - }, - "email_address": { - "type": "string", - "nullable": true - }, - "role_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "password": { - "type": "string" - }, - "username": { - "type": "string" - } + "action_not_ends_with": { + "type": "string", + "nullable": true + }, + "action_not_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/UserWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteUser": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteUser_": { - "properties": { - "task_id": { + "action_not_starts_with": { + "type": "string", + "nullable": true + }, + "action_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteUser" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "UserDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/UserWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "RootUserCreationParams": { - "properties": { - "password": { - "type": "string" - } - }, - "required": [ - "password" - ], - "type": "object" - }, - "VcenterAccount": { - "properties": { "cluster": { "allOf": [ { - "$ref": "#/components/schemas/NestedCluster" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "id": { - "type": "string" - }, - "ip": { - "type": "string" + "finished_at": { + "type": "string", + "nullable": true }, - "is_valid": { - "type": "boolean" + "finished_at_gt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "finished_at_gte": { + "type": "string", + "nullable": true }, - "port": { - "type": "integer", - "format": "int32" + "finished_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "username": { - "type": "string" - } - }, - "required": [ - "id", - "ip", - "is_valid", - "local_id", - "port", - "username" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VcenterAccount_": { - "properties": { - "task_id": { + "finished_at_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VcenterAccount" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "CreateVcenterAccountParamsData": { - "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "password": { - "type": "string" + "finished_at_lte": { + "type": "string", + "nullable": true }, - "username": { - "type": "string" + "finished_at_not": { + "type": "string", + "nullable": true }, - "ip": { - "type": "string" + "finished_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "port", - "password", - "username", - "ip", - "cluster_id" - ], - "type": "object" - }, - "CreateVcenterAccountParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/CreateVcenterAccountParamsData" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VcenterAccountWhereUniqueInput": { - "properties": { "id": { "type": "string", "nullable": true }, - "local_id": { + "id_contains": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UpdateVcenterAccountParamsData": { - "properties": { - "port": { - "type": "integer", - "format": "int32" }, - "password": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "username": { - "type": "string" + "id_gt": { + "type": "string", + "nullable": true }, - "ip": { - "type": "string" - } - }, - "required": [ - "port", - "password", - "username", - "ip" - ], - "type": "object" - }, - "UpdateVcenterAccountParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/UpdateVcenterAccountParamsData" + "id_gte": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VcenterAccountWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "Vds": { - "properties": { - "bond_mode": { - "type": "string" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "id_lt": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "id_lte": { + "type": "string", "nullable": true }, - "everoute_cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedEverouteCluster" - } - ], + "id_not": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "id_not_contains": { + "type": "string", + "nullable": true }, - "internal": { - "type": "boolean" + "id_not_ends_with": { + "type": "string", + "nullable": true }, - "labels": { + "id_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "id_starts_with": { + "type": "string", + "nullable": true }, - "nics": { + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { "items": { - "$ref": "#/components/schemas/NestedNic" + "type": "string" }, "type": "array", "nullable": true }, - "ovsbr_name": { - "type": "string" + "local_created_at_lt": { + "type": "string", + "nullable": true }, - "type": { - "$ref": "#/components/schemas/NetworkType" + "local_created_at_lte": { + "type": "string", + "nullable": true }, - "vlans": { + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { "items": { - "$ref": "#/components/schemas/NestedVlan" + "type": "string" }, "type": "array", "nullable": true }, - "vlans_num": { - "type": "integer", - "format": "int32" + "local_id": { + "type": "string", + "nullable": true }, - "work_mode": { + "local_id_contains": { "type": "string", "nullable": true - } - }, - "required": [ - "bond_mode", - "cluster", - "id", - "internal", - "local_id", - "name", - "ovsbr_name", - "type", - "vlans_num" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Vds_": { - "properties": { - "task_id": { + }, + "local_id_ends_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Vds" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VdsCreationParams": { - "properties": { - "nic_ids": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "cluster_id": { - "type": "string" + "local_id_lt": { + "type": "string", + "nullable": true }, - "work_mode": { - "type": "string" + "local_id_lte": { + "type": "string", + "nullable": true }, - "bond_mode": { - "type": "string" + "local_id_not": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "nic_ids", - "cluster_id", - "name" - ], - "type": "object" - }, - "VdsCreationWithMigrateVlanParams": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsCreationParams" + "local_id_not_contains": { + "type": "string", + "nullable": true }, - { - "properties": { - "vlan": { - "properties": { - "extra_ip": { - "items": { - "properties": { - "management_ip": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "management_ip", - "host_id" - ], - "type": "object" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "extra_ip", - "subnetmask", - "vlan_id" - ], - "type": "object" - } - }, - "required": [ - "vlan" - ], - "type": "object" - } - ] - }, - "VdsCreationWithMAccessVlanParams": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsCreationParams" + "local_id_not_ends_with": { + "type": "string", + "nullable": true }, - { - "properties": { - "vlan": { - "properties": { - "extra_ip": { - "items": { - "properties": { - "management_ip": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "management_ip", - "host_id" - ], - "type": "object" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "extra_ip", - "subnetmask", - "vlan_id" - ], - "type": "object" - } - }, - "required": [ - "vlan" - ], - "type": "object" - } - ] - }, - "VdsUpdationParams": { - "properties": { - "data": { - "properties": { - "nicIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "work_mode": { - "type": "string" - }, - "bond_mode": { - "type": "string" - }, - "name": { - "type": "string" - } + "local_id_not_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VdsWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVds": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVds_": { - "properties": { - "task_id": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVds" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VdsDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VdsWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedGraph": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "View": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "message": { + "type": "string", "nullable": true }, - "graphs": { + "message_contains": { + "type": "string", + "nullable": true + }, + "message_ends_with": { + "type": "string", + "nullable": true + }, + "message_gt": { + "type": "string", + "nullable": true + }, + "message_gte": { + "type": "string", + "nullable": true + }, + "message_in": { "items": { - "$ref": "#/components/schemas/NestedGraph" + "type": "string" }, "type": "array", "nullable": true }, - "id": { - "type": "string" + "message_lt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "message_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "message_not": { + "type": "string", + "nullable": true }, - "time_span": { - "type": "integer", - "format": "int32" + "message_not_contains": { + "type": "string", + "nullable": true }, - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" - } - }, - "required": [ - "cluster", - "id", - "local_id", - "name", - "time_span", - "time_unit" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_View_": { - "properties": { - "task_id": { + "message_not_ends_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/View" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ViewCreationParams": { - "properties": { - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" + "message_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "time_span": { - "type": "integer", - "format": "int32" + "message_not_starts_with": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" + "message_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "time_unit", - "time_span", - "cluster_id", - "name" - ], - "type": "object" - }, - "ViewUpdationParams": { - "properties": { - "data": { - "properties": { - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" - }, - "time_span": { - "type": "integer", - "format": "int32" - }, - "name": { - "type": "string" - } + "resource_id": { + "type": "string", + "nullable": true + }, + "resource_id_contains": { + "type": "string", + "nullable": true + }, + "resource_id_ends_with": { + "type": "string", + "nullable": true + }, + "resource_id_gt": { + "type": "string", + "nullable": true + }, + "resource_id_gte": { + "type": "string", + "nullable": true + }, + "resource_id_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ViewWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteView": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteView_": { - "properties": { - "task_id": { + "resource_id_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteView" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ViewDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ViewWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "Vlan": { - "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "resource_id_lte": { + "type": "string", "nullable": true }, - "gateway_ip": { + "resource_id_not": { "type": "string", "nullable": true }, - "gateway_subnetmask": { + "resource_id_not_contains": { "type": "string", "nullable": true }, - "id": { - "type": "string" + "resource_id_not_ends_with": { + "type": "string", + "nullable": true }, - "labels": { + "resource_id_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "resource_id_not_starts_with": { + "type": "string", + "nullable": true }, - "mode_type": { + "resource_id_starts_with": { + "type": "string", + "nullable": true + }, + "status": { "allOf": [ { - "$ref": "#/components/schemas/VlanModeType" + "$ref": "#/components/schemas/UserAuditLogStatus" } ], "nullable": true }, - "name": { - "type": "string" - }, - "network_ids": { + "status_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/UserAuditLogStatus" }, - "type": "array" + "type": "array", + "nullable": true }, - "qos_max_bandwidth": { - "type": "number", - "format": "double", + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogStatus" + } + ], "nullable": true }, - "qos_min_bandwidth": { - "type": "number", - "format": "double", + "status_not_in": { + "items": { + "$ref": "#/components/schemas/UserAuditLogStatus" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "UserAuditLogStatus": { + "enum": [ + "FAILED", + "SUCCESSED" + ], + "type": "string" + }, + "GetSystemAuditLogsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "qos_priority": { + "before": { + "type": "string", + "nullable": true + }, + "first": { "type": "integer", "format": "int32", "nullable": true }, - "subnetmask": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "type": { - "$ref": "#/components/schemas/NetworkType" - }, - "vds": { - "$ref": "#/components/schemas/NestedVds" + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/SystemAuditLogOrderByInput" + } + ], + "nullable": true }, - "vlan_id": { + "skip": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "vm_nics": { - "items": { - "$ref": "#/components/schemas/NestedVmNic" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/SystemAuditLogWhereInput" + } + ], "nullable": true } }, - "required": [ - "id", - "local_id", - "name", - "network_ids", - "type", - "vds", - "vlan_id" - ], "type": "object", "additionalProperties": false }, - "WithTask_Vlan_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/Vlan" - } - }, - "required": [ - "data" + "UserAuditLogOrderByInput": { + "enum": [ + "action_ASC", + "action_DESC", + "auth_type_ASC", + "auth_type_DESC", + "createdAt_ASC", + "createdAt_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "ip_address_ASC", + "ip_address_DESC", + "message_ASC", + "message_DESC", + "resource_id_ASC", + "resource_id_DESC", + "resource_type_ASC", + "resource_type_DESC", + "started_at_ASC", + "started_at_DESC", + "status_ASC", + "status_DESC", + "username_ASC", + "username_DESC" ], - "type": "object" - }, - "VlanId": { - "type": "integer", - "format": "int32", - "minimum": 0, - "maximum": 4095 - }, - "Priority": { - "type": "number", - "format": "double", - "minimum": 0 + "type": "string" }, - "VmVlanCreationParams": { + "UserAuditLogWhereInput": { "properties": { - "qos_burst_unit": { - "$ref": "#/components/schemas/ByteUnit" + "AND": { + "items": { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + }, + "type": "array", + "nullable": true }, - "qos_burst": { - "type": "integer", - "format": "int64", + "NOT": { + "items": { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + }, + "type": "array", "nullable": true }, - "qos_max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "OR": { + "items": { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + }, + "type": "array", + "nullable": true }, - "qos_max_bandwidth": { - "type": "integer", - "format": "int64", + "action": { + "type": "string", "nullable": true }, - "qos_min_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "action_contains": { + "type": "string", + "nullable": true }, - "qos_min_bandwidth": { - "type": "integer", - "format": "int64", + "action_ends_with": { + "type": "string", "nullable": true }, - "qos_priority": { - "$ref": "#/components/schemas/Priority" + "action_gt": { + "type": "string", + "nullable": true }, - "mode_type": { - "$ref": "#/components/schemas/VlanModeType" + "action_gte": { + "type": "string", + "nullable": true }, - "network_ids": { + "action_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "vds_id": { - "type": "string" + "action_lt": { + "type": "string", + "nullable": true }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" + "action_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "vds_id", - "name" - ], - "type": "object" - }, - "VmVlanUpdationParams": { - "properties": { - "data": { - "properties": { - "qos_burst_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "qos_burst": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_max_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_min_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_min_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_priority": { - "$ref": "#/components/schemas/Priority" - }, - "mode_type": { - "$ref": "#/components/schemas/VlanModeType" - }, - "network_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "action_not": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VlanWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ExtraIp": { - "properties": { - "management_ip": { - "type": "string" + "action_not_contains": { + "type": "string", + "nullable": true }, - "host_id": { - "type": "string" - } - }, - "required": [ - "management_ip", - "host_id" - ], - "type": "object" - }, - "ManagementVlanUpdationParams": { - "properties": { - "data": { - "properties": { - "extra_ip": { - "items": { - "$ref": "#/components/schemas/ExtraIp" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - } - }, - "type": "object" + "action_not_ends_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VlanWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "MigrationVlanUpdationParams": { - "properties": { - "data": { - "properties": { - "extra_ip": { - "items": { - "$ref": "#/components/schemas/ExtraIp" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - } + "action_not_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteVlan": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVlan_": { - "properties": { - "task_id": { + "action_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVlan" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VlanDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmFolder": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "action_starts_with": { + "type": "string", + "nullable": true }, - "id": { - "type": "string" + "auth_type": { + "type": "string", + "nullable": true }, - "local_id": { + "auth_type_contains": { "type": "string", "nullable": true }, - "name": { - "type": "string" + "auth_type_ends_with": { + "type": "string", + "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", + "auth_type_gt": { + "type": "string", "nullable": true }, - "vms": { + "auth_type_gte": { + "type": "string", + "nullable": true + }, + "auth_type_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "cluster", - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmFolder_": { - "properties": { - "task_id": { + }, + "auth_type_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmFolder" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmFolderCreationParams": { - "properties": { - "cluster_id": { - "type": "string" + "auth_type_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "cluster_id", - "name" - ], - "type": "object" - }, - "VmFolderUpdationParams": { - "properties": { - "data": { - "properties": { - "name": { - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" + "auth_type_not": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmFolderWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVmFolder": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmFolder_": { - "properties": { - "task_id": { + "auth_type_not_contains": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmFolder" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmFolderDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmFolderWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmPlacementGroup": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "auth_type_not_ends_with": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "auth_type_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "enabled": { - "type": "boolean" + "auth_type_not_starts_with": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { + "auth_type_starts_with": { + "type": "string", + "nullable": true + }, + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "id": { - "type": "string" + "createdAt": { + "type": "string", + "nullable": true }, - "local_created_at": { - "type": "string" + "createdAt_gt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "createdAt_gte": { + "type": "string", + "nullable": true }, - "local_updated_at": { - "type": "string" + "createdAt_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "name": { - "type": "string" + "createdAt_lt": { + "type": "string", + "nullable": true }, - "vm_host_must_enabled": { - "type": "boolean" + "createdAt_lte": { + "type": "string", + "nullable": true }, - "vm_host_must_host_uuids": { + "createdAt_not": { + "type": "string", + "nullable": true + }, + "createdAt_not_in": { "items": { - "$ref": "#/components/schemas/NestedHost" + "type": "string" }, "type": "array", "nullable": true }, - "vm_host_must_policy": { - "type": "boolean" + "finished_at": { + "type": "string", + "nullable": true }, - "vm_host_prefer_enabled": { - "type": "boolean" + "finished_at_gt": { + "type": "string", + "nullable": true }, - "vm_host_prefer_host_uuids": { + "finished_at_gte": { + "type": "string", + "nullable": true + }, + "finished_at_in": { "items": { - "$ref": "#/components/schemas/NestedHost" + "type": "string" }, "type": "array", "nullable": true }, - "vm_host_prefer_policy": { - "type": "boolean" + "finished_at_lt": { + "type": "string", + "nullable": true }, - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" + "finished_at_lte": { + "type": "string", + "nullable": true }, - "vm_vm_policy_enabled": { - "type": "boolean" + "finished_at_not": { + "type": "string", + "nullable": true }, - "vms": { + "finished_at_not_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "cluster", - "description", - "enabled", - "id", - "local_created_at", - "local_id", - "local_updated_at", - "name", - "vm_host_must_enabled", - "vm_host_must_policy", - "vm_host_prefer_enabled", - "vm_host_prefer_policy", - "vm_vm_policy", - "vm_vm_policy_enabled" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmPlacementGroup_": { - "properties": { - "task_id": { + }, + "id": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmPlacementGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmPlacementGroupCreationParams": { - "properties": { - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" + "id_contains": { + "type": "string", + "nullable": true }, - "vm_host_prefer_enabled": { - "type": "boolean" + "id_ends_with": { + "type": "string", + "nullable": true }, - "vm_host_must_policy": { - "type": "boolean" + "id_gt": { + "type": "string", + "nullable": true }, - "vm_host_must_enabled": { - "type": "boolean" + "id_gte": { + "type": "string", + "nullable": true }, - "vm_host_prefer_policy": { - "type": "boolean" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "vm_vm_policy_enabled": { - "type": "boolean" + "id_lt": { + "type": "string", + "nullable": true }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" + "id_lte": { + "type": "string", + "nullable": true }, - "prefer_hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "id_not": { + "type": "string", + "nullable": true }, - "must_hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "id_not_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "id_not_ends_with": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "enabled": { - "type": "boolean" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "name", - "enabled", - "cluster_id" - ], - "type": "object" - }, - "VmPlacementGroupUpdationParams": { - "properties": { - "data": { - "properties": { - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "prefer_hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "must_hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "vm_host_prefer_enabled": { - "type": "boolean" - }, - "vm_host_must_policy": { - "type": "boolean" - }, - "vm_host_must_enabled": { - "type": "boolean" - }, - "vm_host_prefer_policy": { - "type": "boolean" - }, - "vm_vm_policy_enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "enabled": { - "type": "boolean" - } + "id_starts_with": { + "type": "string", + "nullable": true + }, + "ip_address": { + "type": "string", + "nullable": true + }, + "ip_address_contains": { + "type": "string", + "nullable": true + }, + "ip_address_ends_with": { + "type": "string", + "nullable": true + }, + "ip_address_gt": { + "type": "string", + "nullable": true + }, + "ip_address_gte": { + "type": "string", + "nullable": true + }, + "ip_address_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVmPlacementGroup": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmPlacementGroup_": { - "properties": { - "task_id": { + "ip_address_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmPlacementGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmPlacementGroupDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedSnapshotGroup": { - "properties": { - "id": { - "type": "string" + "ip_address_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedFrozenDisks": { - "properties": { - "boot": { - "type": "integer", - "format": "int32" + "ip_address_not": { + "type": "string", + "nullable": true }, - "bus": { - "$ref": "#/components/schemas/Bus" + "ip_address_not_contains": { + "type": "string", + "nullable": true }, - "disabled": { - "type": "boolean", + "ip_address_not_ends_with": { + "type": "string", "nullable": true }, - "disk_name": { + "ip_address_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "ip_address_not_starts_with": { "type": "string", "nullable": true }, - "elf_image_local_id": { - "type": "string" + "ip_address_starts_with": { + "type": "string", + "nullable": true }, - "image_name": { + "message": { "type": "string", "nullable": true }, - "index": { - "type": "integer", - "format": "int32" + "message_contains": { + "type": "string", + "nullable": true }, - "key": { - "type": "integer", - "format": "int32", + "message_ends_with": { + "type": "string", "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64", + "message_gt": { + "type": "string", "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "message_gte": { + "type": "string", "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int32", + "message_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "message_lt": { + "type": "string", "nullable": true }, - "path": { - "type": "string" + "message_lte": { + "type": "string", + "nullable": true + }, + "message_not": { + "type": "string", + "nullable": true + }, + "message_not_contains": { + "type": "string", + "nullable": true + }, + "message_not_ends_with": { + "type": "string", + "nullable": true + }, + "message_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "message_not_starts_with": { + "type": "string", + "nullable": true + }, + "message_starts_with": { + "type": "string", + "nullable": true + }, + "resource_id": { + "type": "string", + "nullable": true + }, + "resource_id_contains": { + "type": "string", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "resource_id_ends_with": { + "type": "string", + "nullable": true }, - "snapshot_local_id": { + "resource_id_gt": { "type": "string", "nullable": true }, - "storage_policy_uuid": { - "type": "string" + "resource_id_gte": { + "type": "string", + "nullable": true }, - "svt_image_local_id": { - "type": "string" + "resource_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "type": { - "$ref": "#/components/schemas/VmDiskType" + "resource_id_lt": { + "type": "string", + "nullable": true }, - "vm_volume_local_id": { - "type": "string" + "resource_id_lte": { + "type": "string", + "nullable": true }, - "vm_volume_snapshot_uuid": { + "resource_id_not": { "type": "string", "nullable": true }, - "vm_volume_template_uuid": { + "resource_id_not_contains": { "type": "string", "nullable": true - } - }, - "required": [ - "boot", - "bus", - "elf_image_local_id", - "index", - "path", - "size", - "storage_policy_uuid", - "svt_image_local_id", - "type", - "vm_volume_local_id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedFrozenVlan": { - "properties": { - "name": { - "type": "string" }, - "vds_ovs": { - "type": "string" + "resource_id_not_ends_with": { + "type": "string", + "nullable": true }, - "vlan_id": { - "type": "integer", - "format": "int32" + "resource_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "vlan_local_id": { - "type": "string" - } - }, - "required": [ - "name", - "vds_ovs", - "vlan_id", - "vlan_local_id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedFrozenNic": { - "properties": { - "enabled": { - "type": "boolean", + "resource_id_not_starts_with": { + "type": "string", "nullable": true }, - "gateway": { - "type": "string" + "resource_id_starts_with": { + "type": "string", + "nullable": true }, - "index": { - "type": "integer", - "format": "int32" + "resource_type": { + "type": "string", + "nullable": true }, - "ip_address": { - "type": "string" + "resource_type_contains": { + "type": "string", + "nullable": true }, - "mac_address": { - "type": "string" + "resource_type_ends_with": { + "type": "string", + "nullable": true }, - "mirror": { - "type": "boolean", + "resource_type_gt": { + "type": "string", "nullable": true }, - "model": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicModel" - } - ], + "resource_type_gte": { + "type": "string", "nullable": true }, - "subnet_mask": { - "type": "string" + "resource_type_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "vlan": { - "$ref": "#/components/schemas/NestedFrozenVlan" - } - }, - "required": [ - "gateway", - "index", - "ip_address", - "mac_address", - "subnet_mask", - "vlan" - ], - "type": "object", - "additionalProperties": false - }, - "VmSnapshot": { - "properties": { - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" + "resource_type_lt": { + "type": "string", + "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "resource_type_lte": { + "type": "string", + "nullable": true }, - "consistent_type": { - "$ref": "#/components/schemas/ConsistentType" + "resource_type_not": { + "type": "string", + "nullable": true }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" + "resource_type_not_contains": { + "type": "string", + "nullable": true }, - "cpu_model": { - "type": "string" + "resource_type_not_ends_with": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "resource_type_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "resource_type_not_starts_with": { + "type": "string", "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "resource_type_starts_with": { + "type": "string", + "nullable": true }, - "ha": { - "type": "boolean" + "started_at": { + "type": "string", + "nullable": true }, - "id": { - "type": "string" + "started_at_gt": { + "type": "string", + "nullable": true }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], + "started_at_gte": { + "type": "string", "nullable": true }, - "labels": { + "started_at_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { + "started_at_lt": { "type": "string", "nullable": true }, - "local_id": { - "type": "string" + "started_at_lte": { + "type": "string", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64", + "started_at_not": { + "type": "string", "nullable": true }, - "max_bandwidth_policy": { + "started_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "status": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/UserAuditLogStatus" } ], "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int32", + "status_in": { + "items": { + "$ref": "#/components/schemas/UserAuditLogStatus" + }, + "type": "array", "nullable": true }, - "max_iops_policy": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/UserAuditLogStatus" } ], "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" - }, - "name": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" + "status_not_in": { + "items": { + "$ref": "#/components/schemas/UserAuditLogStatus" + }, + "type": "array", + "nullable": true }, - "snapshot_group": { + "user": { "allOf": [ { - "$ref": "#/components/schemas/NestedSnapshotGroup" + "$ref": "#/components/schemas/UserWhereInput" } ], "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "username": { + "type": "string", + "nullable": true }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVm" - } - ], + "username_contains": { + "type": "string", "nullable": true }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedFrozenDisks" - }, - "type": "array", + "username_ends_with": { + "type": "string", "nullable": true }, - "vm_nics": { + "username_gt": { + "type": "string", + "nullable": true + }, + "username_gte": { + "type": "string", + "nullable": true + }, + "username_in": { "items": { - "$ref": "#/components/schemas/NestedFrozenNic" + "type": "string" }, "type": "array", "nullable": true }, - "win_opt": { - "type": "boolean" - } - }, - "required": [ - "clock_offset", - "cluster", - "consistent_type", - "cpu", - "cpu_model", - "description", - "firmware", - "ha", - "id", - "local_id", - "memory", - "name", - "size", - "vcpu", - "win_opt" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmSnapshot_": { - "properties": { - "task_id": { + "username_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmSnapshotCreationParamsData": { - "properties": { - "consistent_type": { - "$ref": "#/components/schemas/ConsistentType" + "username_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "username_not": { + "type": "string", + "nullable": true }, - "vm_id": { - "type": "string" - } - }, - "required": [ - "name", - "vm_id" - ], - "type": "object" - }, - "VmSnapshotCreationParams": { - "properties": { - "data": { + "username_not_contains": { + "type": "string", + "nullable": true + }, + "username_not_ends_with": { + "type": "string", + "nullable": true + }, + "username_not_in": { "items": { - "$ref": "#/components/schemas/VmSnapshotCreationParamsData" + "type": "string" }, - "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "DeleteVmSnapshot": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmSnapshot_": { - "properties": { - "task_id": { - "type": "string", + "type": "array", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmSnapshotDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedTemplateVpcNic": { - "properties": { - "vpc_local_id": { - "type": "string" + "username_not_starts_with": { + "type": "string", + "nullable": true }, - "vpc_subnet_local_id": { - "type": "string" + "username_starts_with": { + "type": "string", + "nullable": true } }, - "required": [ - "vpc_local_id", - "vpc_subnet_local_id" - ], "type": "object", "additionalProperties": false }, - "NestedTemplateNic": { + "GetUserAuditLogsRequestBody": { "properties": { - "enabled": { - "type": "boolean", - "nullable": true - }, - "index": { - "type": "integer", - "format": "int32" - }, - "ip_address": { + "after": { "type": "string", "nullable": true }, - "mac_address": { + "before": { "type": "string", "nullable": true }, - "mirror": { - "type": "boolean", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "model": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicModel" - } - ], + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "type": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/VmNicType" + "$ref": "#/components/schemas/UserAuditLogOrderByInput" } ], "nullable": true }, - "vlan": { - "$ref": "#/components/schemas/NestedFrozenVlan" + "skip": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vpc_nic": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/NestedTemplateVpcNic" + "$ref": "#/components/schemas/UserAuditLogWhereInput" } ], "nullable": true } }, - "required": [ - "index", - "vlan" - ], "type": "object", "additionalProperties": false }, - "VmTemplate": { + "TaskOrderByInput": { + "enum": [ + "args_ASC", + "args_DESC", + "description_ASC", + "description_DESC", + "error_code_ASC", + "error_code_DESC", + "error_message_ASC", + "error_message_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "key_ASC", + "key_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "progress_ASC", + "progress_DESC", + "resource_id_ASC", + "resource_id_DESC", + "resource_mutation_ASC", + "resource_mutation_DESC", + "resource_rollback_error_ASC", + "resource_rollback_error_DESC", + "resource_rollback_retry_count_ASC", + "resource_rollback_retry_count_DESC", + "resource_rollbacked_ASC", + "resource_rollbacked_DESC", + "resource_type_ASC", + "resource_type_DESC", + "snapshot_ASC", + "snapshot_DESC", + "started_at_ASC", + "started_at_DESC", + "status_ASC", + "status_DESC", + "steps_ASC", + "steps_DESC", + "type_ASC", + "type_DESC" + ], + "type": "string" + }, + "GetTasksRequestBody": { "properties": { - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "cloud_init_supported": { - "type": "boolean" - }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "content_library_vm_template": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" - } - ], + "after": { + "type": "string", "nullable": true }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" + "before": { + "type": "string", + "nullable": true }, - "cpu_model": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "description": { - "type": "string" + "last": { + "type": "integer", + "format": "int32", + "nullable": true }, - "entityAsyncStatus": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/TaskOrderByInput" } ], "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" - }, - "ha": { - "type": "boolean" - }, - "id": { - "type": "string" + "skip": { + "type": "integer", + "format": "int32", + "nullable": true }, - "io_policy": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoPolicy" + "$ref": "#/components/schemas/TaskWhereInput" } ], "nullable": true - }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiLunOrderByInput": { + "enum": [ + "allowed_initiators_ASC", + "allowed_initiators_DESC", + "assigned_size_ASC", + "assigned_size_DESC", + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "lun_id_ASC", + "lun_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "shared_size_ASC", + "shared_size_DESC", + "snapshot_num_ASC", + "snapshot_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC", + "zbs_volume_id_ASC", + "zbs_volume_id_DESC" + ], + "type": "string" + }, + "GetIscsiLunsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "local_created_at": { + "before": { "type": "string", "nullable": true }, - "local_id": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_bandwidth": { + "last": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "max_bandwidth_policy": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/IscsiLunOrderByInput" } ], "nullable": true }, - "max_iops": { + "skip": { "type": "integer", "format": "int32", "nullable": true }, - "max_iops_policy": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true - }, - "memory": { - "type": "integer", - "format": "int64" - }, - "name": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "vcpu": { - "type": "integer", - "format": "int32" - }, - "video_type": { - "type": "string", - "nullable": true - }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedFrozenDisks" - }, - "type": "array", - "nullable": true - }, - "vm_nics": { - "items": { - "$ref": "#/components/schemas/NestedTemplateNic" - }, - "type": "array", - "nullable": true - }, - "win_opt": { - "type": "boolean" } }, - "required": [ - "clock_offset", - "cloud_init_supported", - "cluster", - "cpu", - "cpu_model", - "description", - "firmware", - "ha", - "id", - "local_id", - "memory", - "name", - "size", - "vcpu", - "win_opt" - ], "type": "object", "additionalProperties": false }, - "WithTask_VmTemplate_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/VmTemplate" - } - }, - "required": [ - "data" + "NamespaceGroupOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_create_time_ASC", + "local_create_time_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC" ], - "type": "object" + "type": "string" }, - "VmTemplateCreationParams": { + "GetNamespaceGroupsRequestBody": { "properties": { - "cluster_id": { - "type": "string" + "after": { + "type": "string", + "nullable": true }, - "cloud_init_supported": { - "type": "boolean" + "before": { + "type": "string", + "nullable": true }, - "vm_id": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "description": { - "type": "string" + "last": { + "type": "integer", + "format": "int32", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "cloud_init_supported", - "vm_id", - "name" - ], - "type": "object" - }, - "VmTemplateUpdationParams": { - "properties": { - "data": { - "properties": { - "cloud_init_supported": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupOrderByInput" } - }, - "type": "object" + ], + "nullable": true + }, + "skip": { + "type": "integer", + "format": "int32", + "nullable": true }, "where": { - "$ref": "#/components/schemas/VmTemplateWhereInput" + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + } + ], + "nullable": true } }, - "required": [ - "where" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "DeleteVmTemplate": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" + "NvmfNamespaceOrderByInput": { + "enum": [ + "assigned_size_ASC", + "assigned_size_DESC", + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "is_shared_ASC", + "is_shared_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "namespace_id_ASC", + "namespace_id_DESC", + "nqn_whitelist_ASC", + "nqn_whitelist_DESC", + "replica_num_ASC", + "replica_num_DESC", + "shared_size_ASC", + "shared_size_DESC", + "snapshot_num_ASC", + "snapshot_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC", + "zbs_volume_id_ASC", + "zbs_volume_id_DESC" ], - "type": "object" + "type": "string" }, - "WithTask_DeleteVmTemplate_": { + "GetNvmfNamespacesRequestBody": { "properties": { - "task_id": { + "after": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmTemplate" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmTemplateDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmVolumeSnapshot": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "createAt": { + "before": { "type": "string", "nullable": true }, - "description": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "last": { + "type": "integer", + "format": "int32", + "nullable": true }, - "entityAsyncStatus": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NvmfNamespaceOrderByInput" } ], "nullable": true }, - "id": { - "type": "string" - }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", - "nullable": true - }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "shared_size": { - "type": "number", - "format": "double", - "nullable": true - }, - "size": { - "type": "number", - "format": "double", - "nullable": true - }, - "type": { - "$ref": "#/components/schemas/VmVolumeSnapshotType" - }, - "unique_size": { - "type": "number", - "format": "double", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "vm_volume": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/NestedVmVolume" + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" } ], "nullable": true - }, - "volume_sharing": { - "type": "boolean", - "nullable": true - }, - "volume_size": { - "type": "number", - "format": "double", - "nullable": true - }, - "zbs_snapshot_uuid": { - "type": "string", - "nullable": true } }, - "required": [ - "cluster", - "description", - "elf_storage_policy", - "id", - "local_created_at", - "local_id", - "name", - "type" - ], "type": "object", "additionalProperties": false }, - "WithTask_VmVolumeSnapshot_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/VmVolumeSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeSnapshotCreationParams": { - "properties": { - "volume_id": { - "type": "string" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "volume_id", - "description", - "name" - ], - "type": "object" - }, - "DeleteVmVolumeSnapshot": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" + "ContentLibraryImageOrderByInput": { + "enum": [ + "createdAt_ASC", + "createdAt_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "size_ASC", + "size_DESC" ], - "type": "object" + "type": "string" }, - "WithTask_DeleteVmVolumeSnapshot_": { + "GetContentLibraryImagesRequestBody": { "properties": { - "task_id": { + "after": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmVolumeSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeSnapshotDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmVolume": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "description": { + "before": { "type": "string", "nullable": true }, - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "entityAsyncStatus": { + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ContentLibraryImageOrderByInput" } ], "nullable": true }, - "guest_size_usage": { - "type": "number", - "format": "double", - "nullable": true - }, - "guest_used_size": { + "skip": { "type": "integer", - "format": "int64", - "nullable": true - }, - "id": { - "type": "string" - }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", + "format": "int32", "nullable": true }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "lun": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/NestedIscsiLun" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfNamespaceSnapshotOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetNvmfNamespaceSnapshotsRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true }, - "mounting": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "path": { - "type": "string" + "before": { + "type": "string", + "nullable": true }, - "sharing": { - "type": "boolean" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "size": { + "last": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "type": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/VmVolumeType" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotOrderByInput" } ], "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", - "nullable": true - }, - "unique_size": { + "skip": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedVmDisk" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true } }, - "required": [ - "cluster", - "elf_storage_policy", - "id", - "local_created_at", - "local_id", - "mounting", - "name", - "path", - "sharing", - "size" - ], "type": "object", "additionalProperties": false }, - "WithTask_VmVolume_": { + "ContentLibraryVmTemplateOrderByInput": { + "enum": [ + "architecture_ASC", + "architecture_DESC", + "cloud_init_supported_ASC", + "cloud_init_supported_DESC", + "createdAt_ASC", + "createdAt_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "memory_ASC", + "memory_DESC", + "name_ASC", + "name_DESC", + "os_ASC", + "os_DESC", + "size_ASC", + "size_DESC", + "vcpu_ASC", + "vcpu_DESC" + ], + "type": "string" + }, + "GetContentLibraryVmTemplatesRequestBody": { "properties": { - "task_id": { + "after": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmVolume" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeCreationParams": { - "properties": { - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "before": { + "type": "string", + "nullable": true }, - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "size": { + "last": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "sharing": { - "type": "boolean" + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateOrderByInput" + } + ], + "nullable": true }, - "cluster_id": { - "type": "string" + "skip": { + "type": "integer", + "format": "int32", + "nullable": true }, - "name": { - "type": "string" + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], + "nullable": true } }, - "required": [ - "elf_storage_policy", - "size", - "sharing", - "cluster_id", - "name" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "DeleteVmVolume": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" + "NvmfSubsystemOrderByInput": { + "enum": [ + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "external_use_ASC", + "external_use_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "nqn_name_ASC", + "nqn_name_DESC", + "nqn_whitelist_ASC", + "nqn_whitelist_DESC", + "policy_ASC", + "policy_DESC", + "replica_num_ASC", + "replica_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC" ], - "type": "object" + "type": "string" }, - "WithTask_DeleteVmVolume_": { + "GetNvmfSubsystemsRequestBody": { "properties": { - "task_id": { + "after": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmVolume" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeDeletionParamsEffect": { - "properties": { - "include_snapshots": { - "type": "boolean" - } - }, - "type": "object" - }, - "VmVolumeDeletionParams": { - "properties": { - "effect": { - "$ref": "#/components/schemas/VmVolumeDeletionParamsEffect" + "before": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmVolumeRebuildParams": { - "properties": { - "name": { - "type": "string" + "first": { + "type": "integer", + "format": "int32", + "nullable": true }, - "description": { - "type": "string" + "last": { + "type": "integer", + "format": "int32", + "nullable": true }, - "volume_snapshot_id": { - "type": "string" - } - }, - "required": [ - "name", - "description", - "volume_snapshot_id" - ], - "type": "object" - }, - "VmVolumeRollbackParams": { - "properties": { - "volume_snapshot_id": { - "type": "string" - } - }, - "required": [ - "volume_snapshot_id" - ], - "type": "object" - }, - "VmVolumeWhereUniqueInput": { - "properties": { - "id": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemOrderByInput" + } + ], "nullable": true }, - "local_id": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CloneVmVolumeParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeWhereUniqueInput" }, - "data": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } - }, - "required": [ - "name" ], - "type": "object" + "nullable": true } }, - "required": [ - "where", - "data" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "UpdateVmVolumeParams": { + "TableReporterParams": { "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - }, - "data": { + "filter": { "properties": { - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" + "nvmfSubsystems": { + "$ref": "#/components/schemas/GetNvmfSubsystemsRequestBody" }, - "size": { - "type": "integer", - "format": "int64" + "contentLibraryVmTemplates": { + "$ref": "#/components/schemas/GetContentLibraryVmTemplatesRequestBody" }, - "description": { - "type": "string" + "nvmfNamespaceSnapshots": { + "$ref": "#/components/schemas/GetNvmfNamespaceSnapshotsRequestBody" }, - "name": { - "type": "string" - } - }, - "type": "object" - } - }, - "required": [ - "where", - "data" - ], - "type": "object" - }, - "VmVolumeExportFileType": { - "type": "string", - "enum": [ - "QCOW2", - "RAW" - ] - }, - "ExportVmVolumeParams": { - "properties": { - "data": { - "properties": { - "type": { - "$ref": "#/components/schemas/VmVolumeExportFileType" + "contentLibraryImages": { + "$ref": "#/components/schemas/GetContentLibraryImagesRequestBody" + }, + "nvmfNamespaces": { + "$ref": "#/components/schemas/GetNvmfNamespacesRequestBody" + }, + "namespaceGroups": { + "$ref": "#/components/schemas/GetNamespaceGroupsRequestBody" + }, + "iscsiLuns": { + "$ref": "#/components/schemas/GetIscsiLunsRequestBody" + }, + "tasks": { + "$ref": "#/components/schemas/GetTasksRequestBody" + }, + "userAuditLogs": { + "$ref": "#/components/schemas/GetUserAuditLogsRequestBody" + }, + "systemAuditLogs": { + "$ref": "#/components/schemas/GetSystemAuditLogsRequestBody" + }, + "iscsiLunSnapshots": { + "$ref": "#/components/schemas/GetIscsiLunSnapshotsRequestBody" + }, + "iscsiConnections": { + "$ref": "#/components/schemas/GetIscsiConnectionsRequestBody" + }, + "consistencyGroups": { + "$ref": "#/components/schemas/GetConsistencyGroupsRequestBody" + }, + "users": { + "$ref": "#/components/schemas/GetUsersRequestBody" + }, + "vmEntityFilters": { + "$ref": "#/components/schemas/GetEntityFiltersRequestBody" + }, + "snapshotPlans": { + "$ref": "#/components/schemas/GetSnapshotPlansRequestBody" + }, + "globalAlertRules": { + "$ref": "#/components/schemas/GetGlobalAlertRulesRequestBody" + }, + "alerts": { + "$ref": "#/components/schemas/GetAlertsRequestBody" + }, + "vmPlacementGroups": { + "$ref": "#/components/schemas/GetVmPlacementGroupsRequestBody" + }, + "vmTemplates": { + "$ref": "#/components/schemas/GetVmTemplatesRequestBody" + }, + "elfImages": { + "$ref": "#/components/schemas/GetElfImagesRequestBody" + }, + "vmVolumes": { + "$ref": "#/components/schemas/GetVmVolumesRequestBody" + }, + "vlans": { + "$ref": "#/components/schemas/GetVlansRequestBody" + }, + "disks": { + "$ref": "#/components/schemas/GetDisksRequestBody" + }, + "vdses": { + "$ref": "#/components/schemas/GetVdsesRequestBody" + }, + "elfDataStores": { + "$ref": "#/components/schemas/GetElfDataStoresRequestBody", + "deprecated": true + }, + "vms": { + "$ref": "#/components/schemas/GetVmsRequestBody" + }, + "nfsExports": { + "$ref": "#/components/schemas/GetNfsExportsRequestBody" + }, + "iscsiTargets": { + "$ref": "#/components/schemas/GetIscsiTargetsRequestBody" + }, + "usbDevices": { + "$ref": "#/components/schemas/GetUsbDevicesRequestBody" + }, + "nics": { + "$ref": "#/components/schemas/GetNicsRequestBody" + }, + "clusters": { + "$ref": "#/components/schemas/GetClustersRequestBody" + }, + "datacenters": { + "$ref": "#/components/schemas/GetDatacentersRequestBody" + }, + "hosts": { + "$ref": "#/components/schemas/GetHostsRequestBody" } }, - "required": [ - "type" - ], "type": "object" }, - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ImportVmVolumeParams": { - "properties": { - "upload_task_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "upload_task_id", - "name", - "storage_policy", - "cluster_id" - ], - "type": "object" - }, - "VsphereEsxiAccount": { - "properties": { - "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "id": { - "type": "string" - }, - "ip": { - "type": "string" - }, - "is_valid": { - "type": "boolean" - }, - "local_id": { - "type": "string" - }, - "port": { - "type": "integer", - "format": "int32" - }, - "username": { - "type": "string" - } - }, - "required": [ - "host", - "id", - "ip", - "is_valid", - "local_id", - "port", - "username" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VsphereEsxiAccount-Array_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { + "columns": { "items": { - "$ref": "#/components/schemas/VsphereEsxiAccount" + "$ref": "#/components/schemas/ColumnConfig" }, "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "UpdateVsphereEsxiAccountParamsData": { - "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "password": { - "type": "string" }, - "username": { - "type": "string" - }, - "ip": { - "type": "string" - }, - "esxi_account_id": { + "name": { "type": "string" } }, "required": [ - "username", - "ip", - "esxi_account_id" - ], - "type": "object" - }, - "UpdateVsphereEsxiAccountParams": { - "properties": { - "data": { - "items": { - "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParamsData" - }, - "type": "array" - } - }, - "required": [ - "data" + "filter", + "columns", + "name" ], "type": "object" }, @@ -88686,47 +88739,6 @@ "type": "string", "nullable": true }, - "resource_version_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "resource_version_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, "restore_rd_iops_max": { "type": "integer", "format": "int64", @@ -90068,47 +90080,6 @@ "type": "string", "nullable": true }, - "resource_version_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "resource_version_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, "status": { "allOf": [ { @@ -90974,47 +90945,6 @@ "type": "array", "nullable": true }, - "resource_version_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "resource_version_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, "size": { "type": "integer", "format": "int64", @@ -91434,6 +91364,60 @@ "type": "array", "nullable": true }, + "backup_restore_point": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], + "nullable": true + }, + "duration": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "duration_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, "entityAsyncStatus": { "allOf": [ { @@ -91464,6 +91448,44 @@ "type": "array", "nullable": true }, + "executed_at": { + "type": "string", + "nullable": true + }, + "executed_at_gt": { + "type": "string", + "nullable": true + }, + "executed_at_gte": { + "type": "string", + "nullable": true + }, + "executed_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "executed_at_lt": { + "type": "string", + "nullable": true + }, + "executed_at_lte": { + "type": "string", + "nullable": true + }, + "executed_at_not": { + "type": "string", + "nullable": true + }, + "executed_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -91526,6 +91548,36 @@ "type": "string", "nullable": true }, + "mode": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + } + ], + "nullable": true + }, + "mode_in": { + "items": { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + }, + "type": "array", + "nullable": true + }, + "mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + } + ], + "nullable": true + }, + "mode_not_in": { + "items": { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + }, + "type": "array", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -91588,17 +91640,192 @@ "type": "string", "nullable": true }, - "resource_version_gt": { + "read_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "read_bytes_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "read_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "rebuild_name": { + "type": "string", + "nullable": true + }, + "rebuild_name_contains": { + "type": "string", + "nullable": true + }, + "rebuild_name_ends_with": { + "type": "string", + "nullable": true + }, + "rebuild_name_gt": { + "type": "string", + "nullable": true + }, + "rebuild_name_gte": { + "type": "string", + "nullable": true + }, + "rebuild_name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "rebuild_name_lt": { + "type": "string", + "nullable": true + }, + "rebuild_name_lte": { + "type": "string", + "nullable": true + }, + "rebuild_name_not": { + "type": "string", + "nullable": true + }, + "rebuild_name_not_contains": { + "type": "string", + "nullable": true + }, + "rebuild_name_not_ends_with": { + "type": "string", + "nullable": true + }, + "rebuild_name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "rebuild_name_not_starts_with": { + "type": "string", + "nullable": true + }, + "rebuild_name_starts_with": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_contains": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_ends_with": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_gt": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_gte": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "rebuild_target_cluster_lt": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_lte": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_not": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_not_contains": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_not_ends_with": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "rebuild_target_cluster_not_starts_with": { + "type": "string", + "nullable": true + }, + "rebuild_target_cluster_starts_with": { + "type": "string", + "nullable": true + }, + "retry_times": { "type": "integer", "format": "int32", "nullable": true }, - "resource_version_gte": { + "retry_times_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "retry_times_gte": { "type": "integer", "format": "int32", "nullable": true }, - "resource_version_in": { + "retry_times_in": { "items": { "type": "integer", "format": "int32" @@ -91606,33 +91833,136 @@ "type": "array", "nullable": true }, - "resource_version_lt": { + "retry_times_lt": { "type": "integer", "format": "int32", "nullable": true }, - "resource_version_lte": { + "retry_times_lte": { "type": "integer", "format": "int32", "nullable": true }, - "resource_version_not": { + "retry_times_not": { "type": "integer", "format": "int32", "nullable": true }, - "resource_version_not_in": { + "retry_times_not_in": { "items": { "type": "integer", "format": "int32" }, "type": "array", "nullable": true + }, + "startup_after_restore": { + "type": "boolean", + "nullable": true + }, + "startup_after_restore_not": { + "type": "boolean", + "nullable": true + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionStatus" + } + ], + "nullable": true + }, + "status_in": { + "items": { + "$ref": "#/components/schemas/BackupExecutionStatus" + }, + "type": "array", + "nullable": true + }, + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionStatus" + } + ], + "nullable": true + }, + "status_not_in": { + "items": { + "$ref": "#/components/schemas/BackupExecutionStatus" + }, + "type": "array", + "nullable": true + }, + "total_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_bytes_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true } }, "type": "object", "additionalProperties": false }, + "BackupRestoreExecutionMode": { + "enum": [ + "INPLACE", + "REBUILD" + ], + "type": "string" + }, + "BackupExecutionStatus": { + "enum": [ + "ABORTED", + "FAILED", + "INITIALIZING", + "PAUSED", + "PENDING", + "RUNNING", + "SUCCESS" + ], + "type": "string" + }, "BackupTargetExecutionWhereInput": { "properties": { "AND": { @@ -92142,47 +92472,6 @@ "type": "array", "nullable": true }, - "resource_version_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "resource_version_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "resource_version_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, "retry_times": { "type": "integer", "format": "int32", @@ -93028,18 +93317,6 @@ ], "type": "string" }, - "BackupExecutionStatus": { - "enum": [ - "ABORTED", - "FAILED", - "INITIALIZING", - "PAUSED", - "PENDING", - "RUNNING", - "SUCCESS" - ], - "type": "string" - }, "BackupRestorePointCreation": { "enum": [ "AUTO", @@ -93391,8 +93668,49 @@ ], "type": "object" }, + "NestedBackupRestorePoint": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedBackupRestoreExecutionNetworkMapping": { + "properties": { + "dst_vlan_id": { + "type": "string" + }, + "src_vlan_id": { + "type": "string" + } + }, + "required": [ + "dst_vlan_id", + "src_vlan_id" + ], + "type": "object", + "additionalProperties": false + }, "BackupRestoreExecution": { "properties": { + "backup_restore_point": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedBackupRestorePoint" + } + ], + "nullable": true + }, + "duration": { + "type": "integer", + "format": "int32", + "nullable": true + }, "entityAsyncStatus": { "allOf": [ { @@ -93401,16 +93719,62 @@ ], "nullable": true }, + "executed_at": { + "type": "string" + }, "id": { "type": "string" }, + "mode": { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + }, "name": { "type": "string" + }, + "read_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "rebuild_name": { + "type": "string", + "nullable": true + }, + "rebuild_network_mapping": { + "items": { + "$ref": "#/components/schemas/NestedBackupRestoreExecutionNetworkMapping" + }, + "type": "array", + "nullable": true + }, + "rebuild_target_cluster": { + "type": "string", + "nullable": true + }, + "retry_times": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "startup_after_restore": { + "type": "boolean" + }, + "status": { + "$ref": "#/components/schemas/BackupExecutionStatus" + }, + "total_bytes": { + "type": "integer", + "format": "int64", + "nullable": true } }, "required": [ + "executed_at", "id", - "name" + "mode", + "name", + "startup_after_restore", + "status" ], "type": "object", "additionalProperties": false @@ -97460,7 +97824,189 @@ "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanExecutionOrderByInput" + "$ref": "#/components/schemas/BackupPlanExecutionOrderByInput" + } + ], + "nullable": true + }, + "skip": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NestedAggregateBackupPlanExecution": { + "properties": { + "count": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "count" + ], + "type": "object", + "additionalProperties": false + }, + "BackupPlanExecutionConnection": { + "properties": { + "aggregate": { + "$ref": "#/components/schemas/NestedAggregateBackupPlanExecution" + } + }, + "required": [ + "aggregate" + ], + "type": "object", + "additionalProperties": false + }, + "GetBackupPlanExecutionsConnectionRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true + }, + "before": { + "type": "string", + "nullable": true + }, + "first": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionOrderByInput" + } + ], + "nullable": true + }, + "skip": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupPlanOrderByInput": { + "enum": [ + "compression_ASC", + "compression_DESC", + "compression_ratio_ASC", + "compression_ratio_DESC", + "createdAt_ASC", + "createdAt_DESC", + "description_ASC", + "description_DESC", + "enable_window_ASC", + "enable_window_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "full_interval_ASC", + "full_interval_DESC", + "full_period_ASC", + "full_period_DESC", + "full_time_point_ASC", + "full_time_point_DESC", + "id_ASC", + "id_DESC", + "incremental_interval_ASC", + "incremental_interval_DESC", + "incremental_period_ASC", + "incremental_period_DESC", + "incremental_time_points_ASC", + "incremental_time_points_DESC", + "keep_policy_ASC", + "keep_policy_DESC", + "keep_policy_value_ASC", + "keep_policy_value_DESC", + "last_execute_status_ASC", + "last_execute_status_DESC", + "last_execute_success_job_count_ASC", + "last_execute_success_job_count_DESC", + "last_execute_total_job_count_ASC", + "last_execute_total_job_count_DESC", + "last_executed_at_ASC", + "last_executed_at_DESC", + "last_manual_execute_status_ASC", + "last_manual_execute_status_DESC", + "last_manual_execute_success_job_count_ASC", + "last_manual_execute_success_job_count_DESC", + "last_manual_execute_total_job_count_ASC", + "last_manual_execute_total_job_count_DESC", + "last_manual_executed_at_ASC", + "last_manual_executed_at_DESC", + "name_ASC", + "name_DESC", + "next_execute_time_ASC", + "next_execute_time_DESC", + "physical_size_ASC", + "physical_size_DESC", + "snapshot_consistent_type_ASC", + "snapshot_consistent_type_DESC", + "status_ASC", + "status_DESC", + "valid_size_of_backup_object_ASC", + "valid_size_of_backup_object_DESC", + "window_end_ASC", + "window_end_DESC", + "window_start_ASC", + "window_start_DESC" + ], + "type": "string" + }, + "GetBackupPlansRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true + }, + "before": { + "type": "string", + "nullable": true + }, + "first": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanOrderByInput" } ], "nullable": true @@ -97473,7 +98019,7 @@ "where": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true @@ -97482,7 +98028,7 @@ "type": "object", "additionalProperties": false }, - "NestedAggregateBackupPlanExecution": { + "NestedAggregateBackupPlan": { "properties": { "count": { "type": "integer", @@ -97495,10 +98041,10 @@ "type": "object", "additionalProperties": false }, - "BackupPlanExecutionConnection": { + "BackupPlanConnection": { "properties": { "aggregate": { - "$ref": "#/components/schemas/NestedAggregateBackupPlanExecution" + "$ref": "#/components/schemas/NestedAggregateBackupPlan" } }, "required": [ @@ -97507,119 +98053,7 @@ "type": "object", "additionalProperties": false }, - "GetBackupPlanExecutionsConnectionRequestBody": { - "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionOrderByInput" - } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "BackupPlanOrderByInput": { - "enum": [ - "compression_ASC", - "compression_DESC", - "compression_ratio_ASC", - "compression_ratio_DESC", - "createdAt_ASC", - "createdAt_DESC", - "description_ASC", - "description_DESC", - "enable_window_ASC", - "enable_window_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "full_interval_ASC", - "full_interval_DESC", - "full_period_ASC", - "full_period_DESC", - "full_time_point_ASC", - "full_time_point_DESC", - "id_ASC", - "id_DESC", - "incremental_interval_ASC", - "incremental_interval_DESC", - "incremental_period_ASC", - "incremental_period_DESC", - "incremental_time_points_ASC", - "incremental_time_points_DESC", - "keep_policy_ASC", - "keep_policy_DESC", - "keep_policy_value_ASC", - "keep_policy_value_DESC", - "last_execute_status_ASC", - "last_execute_status_DESC", - "last_execute_success_job_count_ASC", - "last_execute_success_job_count_DESC", - "last_execute_total_job_count_ASC", - "last_execute_total_job_count_DESC", - "last_executed_at_ASC", - "last_executed_at_DESC", - "last_manual_execute_status_ASC", - "last_manual_execute_status_DESC", - "last_manual_execute_success_job_count_ASC", - "last_manual_execute_success_job_count_DESC", - "last_manual_execute_total_job_count_ASC", - "last_manual_execute_total_job_count_DESC", - "last_manual_executed_at_ASC", - "last_manual_executed_at_DESC", - "name_ASC", - "name_DESC", - "next_execute_time_ASC", - "next_execute_time_DESC", - "physical_size_ASC", - "physical_size_DESC", - "snapshot_consistent_type_ASC", - "snapshot_consistent_type_DESC", - "status_ASC", - "status_DESC", - "valid_size_of_backup_object_ASC", - "valid_size_of_backup_object_DESC", - "window_end_ASC", - "window_end_DESC", - "window_start_ASC", - "window_start_DESC" - ], - "type": "string" - }, - "GetBackupPlansRequestBody": { + "GetBackupPlansConnectionRequestBody": { "properties": { "after": { "type": "string", @@ -97666,14 +98100,34 @@ }, "BackupRestoreExecutionOrderByInput": { "enum": [ + "duration_ASC", + "duration_DESC", "entityAsyncStatus_ASC", "entityAsyncStatus_DESC", + "executed_at_ASC", + "executed_at_DESC", "id_ASC", "id_DESC", + "mode_ASC", + "mode_DESC", "name_ASC", "name_DESC", - "resource_version_ASC", - "resource_version_DESC" + "read_bytes_ASC", + "read_bytes_DESC", + "rebuild_name_ASC", + "rebuild_name_DESC", + "rebuild_network_mapping_ASC", + "rebuild_network_mapping_DESC", + "rebuild_target_cluster_ASC", + "rebuild_target_cluster_DESC", + "retry_times_ASC", + "retry_times_DESC", + "startup_after_restore_ASC", + "startup_after_restore_DESC", + "status_ASC", + "status_DESC", + "total_bytes_ASC", + "total_bytes_DESC" ], "type": "string" }, @@ -97969,8 +98423,6 @@ "parent_restore_point_DESC", "physical_size_ASC", "physical_size_DESC", - "resource_version_ASC", - "resource_version_DESC", "size_ASC", "size_DESC", "slice_ASC", @@ -98374,8 +98826,6 @@ "name_DESC", "network_status_ASC", "network_status_DESC", - "resource_version_ASC", - "resource_version_DESC", "restore_rd_iops_max_ASC", "restore_rd_iops_max_DESC", "restore_wr_iops_max_ASC", @@ -98512,18 +98962,6 @@ "type": "object", "additionalProperties": false }, - "NestedBackupRestorePoint": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, "BackupStoreRepository": { "properties": { "backup_plans": { @@ -98677,8 +99115,6 @@ "nfs_path_DESC", "nfs_server_ASC", "nfs_server_DESC", - "resource_version_ASC", - "resource_version_DESC", "status_ASC", "status_DESC", "total_capacity_ASC", @@ -98947,8 +99383,6 @@ "parent_backup_DESC", "read_bytes_ASC", "read_bytes_DESC", - "resource_version_ASC", - "resource_version_DESC", "retry_times_ASC", "retry_times_DESC", "status_ASC", @@ -116481,13 +116915,13 @@ "type": "apiKey", "name": "Authorization", "in": "header", - "description": "通过 post /v2/api/login 获取到 token" + "description": "" } } }, "info": { - "title": "CloudTower APIs", - "version": "4.4.0", + "title": "", + "version": "2.3.0", "description": "cloudtower operation API and SDK" }, "openapi": "3.0.0", @@ -125573,11 +126007,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -139439,122 +139872,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnapshotPlanDeletionParams" - } - } - } - } - } - }, - "/execute-snapshot-plan": { - "post": { - "operationId": "ExecuteSnapshotPlan", - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_SnapshotPlan_" - }, - "type": "array" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "400": { - "description": "Bad request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "500": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - } - }, - "tags": [ - "SnapshotPlan" - ], - "security": [ - { - "Authorization": [] - } - ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "$ref": "#/components/schemas/ContentLanguage" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/SnapshotPlanExecutionParams" + "$ref": "#/components/schemas/SnapshotPlanDeletionParams" } } } } } }, - "/suspend-snapshot-plan": { + "/execute-snapshot-plan": { "post": { - "operationId": "SuspendSnapshotPlan", + "operationId": "ExecuteSnapshotPlan", "responses": { "200": { "description": "", @@ -139651,16 +139978,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnapshotPlanSuspendedParams" + "$ref": "#/components/schemas/SnapshotPlanExecutionParams" } } } } } }, - "/resume-snapshot-plan": { + "/suspend-snapshot-plan": { "post": { - "operationId": "ResumeSnapshotPlan", + "operationId": "SuspendSnapshotPlan", "responses": { "200": { "description": "", @@ -139757,16 +140084,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnapshotPlanResumeParams" + "$ref": "#/components/schemas/SnapshotPlanSuspendedParams" } } } } } }, - "/create-snmp-transport": { + "/resume-snapshot-plan": { "post": { - "operationId": "CreateSnmpTransport", + "operationId": "ResumeSnapshotPlan", "responses": { "200": { "description": "", @@ -139774,7 +140101,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_SnmpTransport_" + "$ref": "#/components/schemas/WithTask_SnapshotPlan_" }, "type": "array" } @@ -139841,7 +140168,7 @@ } }, "tags": [ - "SnmpTransport" + "SnapshotPlan" ], "security": [ { @@ -139863,19 +140190,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/SnmpTransportCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/SnapshotPlanResumeParams" } } } } } }, - "/update-snmp-transport": { + "/create-snmp-transport": { "post": { - "operationId": "UpdateSnmpTransport", + "operationId": "CreateSnmpTransport", "responses": { "200": { "description": "", @@ -139972,16 +140296,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnmpTransportUpdationParams" + "items": { + "$ref": "#/components/schemas/SnmpTransportCreationParams" + }, + "type": "array" } } } } } }, - "/delete-snmp-transport": { + "/update-snmp-transport": { "post": { - "operationId": "DeleteSnmpTransport", + "operationId": "UpdateSnmpTransport", "responses": { "200": { "description": "", @@ -139989,7 +140316,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteSnmpTransport_" + "$ref": "#/components/schemas/WithTask_SnmpTransport_" }, "type": "array" } @@ -140078,16 +140405,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnmpTransportDeletionParams" + "$ref": "#/components/schemas/SnmpTransportUpdationParams" } } } } } }, - "/create-snmp-trap-receiver": { + "/delete-snmp-transport": { "post": { - "operationId": "CreateSnmpTrapReceiver", + "operationId": "DeleteSnmpTransport", "responses": { "200": { "description": "", @@ -140095,7 +140422,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_SnmpTrapReceiver_" + "$ref": "#/components/schemas/WithTask_DeleteSnmpTransport_" }, "type": "array" } @@ -140162,7 +140489,7 @@ } }, "tags": [ - "SnmpTrapReceiver" + "SnmpTransport" ], "security": [ { @@ -140184,19 +140511,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/SnmpTrapReceiverCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/SnmpTransportDeletionParams" } } } } } }, - "/update-snmp-trap-receiver": { + "/create-snmp-trap-receiver": { "post": { - "operationId": "UpdateSnmpTrapReceiver", + "operationId": "CreateSnmpTrapReceiver", "responses": { "200": { "description": "", @@ -140293,16 +140617,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnmpTrapReceiverUpdationParams" + "items": { + "$ref": "#/components/schemas/SnmpTrapReceiverCreationParams" + }, + "type": "array" } } } } } }, - "/delete-snmp-trap-receiver": { + "/update-snmp-trap-receiver": { "post": { - "operationId": "DeleteSnmpTrapReceiver", + "operationId": "UpdateSnmpTrapReceiver", "responses": { "200": { "description": "", @@ -140310,7 +140637,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteSnmpTrapReceiver_" + "$ref": "#/components/schemas/WithTask_SnmpTrapReceiver_" }, "type": "array" } @@ -140399,16 +140726,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/SnmpTrapReceiverDeletionParams" + "$ref": "#/components/schemas/SnmpTrapReceiverUpdationParams" } } } } } }, - "/upload-svt-image": { + "/delete-snmp-trap-receiver": { "post": { - "operationId": "UploadSvtImage", + "operationId": "DeleteSnmpTrapReceiver", "responses": { "200": { "description": "", @@ -140416,7 +140743,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/UploadTask" + "$ref": "#/components/schemas/WithTask_DeleteSnmpTrapReceiver_" }, "type": "array" } @@ -140483,7 +140810,7 @@ } }, "tags": [ - "SvtImage" + "SnmpTrapReceiver" ], "security": [ { @@ -140503,53 +140830,28 @@ "requestBody": { "required": true, "content": { - "multipart/form-data": { + "application/json": { "schema": { - "type": "object", - "properties": { - "file": { - "type": "string", - "format": "binary" - }, - "cluster_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "size": { - "type": "string" - }, - "size_unit": { - "type": "string" - }, - "version": { - "type": "string" - }, - "upload_task_id": { - "type": "string" - } - }, - "required": [ - "file" - ] + "$ref": "#/components/schemas/SnmpTrapReceiverDeletionParams" } } } } } }, - "/export-csv": { + "/upload-svt-image": { "post": { - "operationId": "ExportCSV", + "operationId": "UploadSvtImage", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "type": "string", - "format": "byte" + "items": { + "$ref": "#/components/schemas/UploadTask" + }, + "type": "array" } } }, @@ -140614,7 +140916,7 @@ } }, "tags": [ - "TableReporter" + "SvtImage" ], "security": [ { @@ -140634,9 +140936,36 @@ "requestBody": { "required": true, "content": { - "application/json": { + "multipart/form-data": { "schema": { - "$ref": "#/components/schemas/TableReporterParams" + "type": "object", + "properties": { + "file": { + "type": "string", + "format": "binary" + }, + "cluster_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "size": { + "type": "string" + }, + "size_unit": { + "type": "string" + }, + "version": { + "type": "string" + }, + "upload_task_id": { + "type": "string" + } + }, + "required": [ + "file" + ] } } } @@ -144787,16 +145116,125 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmVolumeSnapshotDeletionParams" + "$ref": "#/components/schemas/VmVolumeSnapshotDeletionParams" + } + } + } + } + } + }, + "/create-vm-volume": { + "post": { + "operationId": "CreateVmVolume", + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/WithTask_VmVolume_" + }, + "type": "array" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "400": { + "description": "Bad request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "404": { + "description": "Not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "500": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + } + }, + "tags": [ + "VmVolume" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/VmVolumeCreationParams" + }, + "type": "array" } } } } } }, - "/create-vm-volume": { + "/delete-vm-volume": { "post": { - "operationId": "CreateVmVolume", + "operationId": "DeleteVmVolumeFromVm", "responses": { "200": { "description": "", @@ -144804,7 +145242,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_DeleteVmVolume_" }, "type": "array" } @@ -144893,19 +145331,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmVolumeCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VmVolumeDeletionParams" } } } } } }, - "/delete-vm-volume": { + "/rebuild-vm-volume": { "post": { - "operationId": "DeleteVmVolumeFromVm", + "operationId": "RebuildVmVolume", "responses": { "200": { "description": "", @@ -144913,7 +145348,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmVolume_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -144927,6 +145362,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -145002,16 +145440,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmVolumeDeletionParams" + "items": { + "$ref": "#/components/schemas/VmVolumeRebuildParams" + }, + "type": "array" } } } } } }, - "/rebuild-vm-volume": { + "/rollback-vm-volume": { "post": { - "operationId": "RebuildVmVolume", + "operationId": "RollbackVmVolume", "responses": { "200": { "description": "", @@ -145112,7 +145553,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VmVolumeRebuildParams" + "$ref": "#/components/schemas/VmVolumeRollbackParams" }, "type": "array" } @@ -145121,9 +145562,9 @@ } } }, - "/rollback-vm-volume": { + "/clone-vm-volume": { "post": { - "operationId": "RollbackVmVolume", + "operationId": "CloneVmVolume", "responses": { "200": { "description": "", @@ -145145,9 +145586,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145224,7 +145662,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VmVolumeRollbackParams" + "$ref": "#/components/schemas/CloneVmVolumeParams" }, "type": "array" } @@ -145233,9 +145671,9 @@ } } }, - "/clone-vm-volume": { + "/update-vm-volume": { "post": { - "operationId": "CloneVmVolume", + "operationId": "UpdateVmVolume", "responses": { "200": { "description": "", @@ -145257,6 +145695,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -145332,19 +145773,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/CloneVmVolumeParams" - }, - "type": "array" + "$ref": "#/components/schemas/UpdateVmVolumeParams" } } } } } }, - "/update-vm-volume": { + "/export-vm-volume": { "post": { - "operationId": "UpdateVmVolume", + "operationId": "ExportVmVolume", "responses": { "200": { "description": "", @@ -145352,7 +145790,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VmExportFile_" }, "type": "array" } @@ -145366,9 +145804,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145444,16 +145879,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UpdateVmVolumeParams" + "$ref": "#/components/schemas/ExportVmVolumeParams" } } } } } }, - "/export-vm-volume": { + "/import-vm-volume": { "post": { - "operationId": "ExportVmVolume", + "operationId": "ImportVmVolume", "responses": { "200": { "description": "", @@ -145461,7 +145896,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmExportFile_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -145550,16 +145985,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ExportVmVolumeParams" + "items": { + "$ref": "#/components/schemas/ImportVmVolumeParams" + }, + "type": "array" } } } } } }, - "/import-vm-volume": { + "/update-vsphere-esxi-account": { "post": { - "operationId": "ImportVmVolume", + "operationId": "UpdateVsphereEsxiAccount", "responses": { "200": { "description": "", @@ -145567,7 +146005,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VsphereEsxiAccount-Array_" }, "type": "array" } @@ -145581,6 +146019,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -145634,7 +146075,7 @@ } }, "tags": [ - "VmVolume" + "VsphereEsxiAccount" ], "security": [ { @@ -145656,29 +146097,24 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/ImportVmVolumeParams" - }, - "type": "array" + "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParams" } } } } } }, - "/update-vsphere-esxi-account": { + "/export-csv": { "post": { - "operationId": "UpdateVsphereEsxiAccount", + "operationId": "ExportCSV", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_VsphereEsxiAccount-Array_" - }, - "type": "array" + "type": "string", + "format": "byte" } } }, @@ -145690,9 +146126,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145746,7 +146179,7 @@ } }, "tags": [ - "VsphereEsxiAccount" + "TableReporter" ], "security": [ { @@ -145768,7 +146201,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParams" + "$ref": "#/components/schemas/TableReporterParams" } } } @@ -149656,11 +150089,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149674,11 +150106,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149692,11 +150123,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -149763,11 +150193,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149781,11 +150210,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149799,11 +150227,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -149873,11 +150300,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149891,11 +150317,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149909,11 +150334,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -149980,11 +150404,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -149998,11 +150421,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150016,11 +150438,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150090,11 +150511,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150108,11 +150528,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150126,11 +150545,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150197,11 +150615,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150215,11 +150632,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150233,11 +150649,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150307,11 +150722,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150325,11 +150739,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150343,11 +150756,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150414,11 +150826,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150432,11 +150843,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150450,11 +150860,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150524,11 +150933,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150542,11 +150950,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150560,11 +150967,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150631,11 +151037,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150649,11 +151054,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150667,11 +151071,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150741,11 +151144,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150759,11 +151161,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150776,6 +151177,58 @@ } } }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + } + }, + "tags": [ + "BackupPlan" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/GetBackupPlansRequestBody" + } + } + } + } + } + }, + "/get-backup-plans-connection": { + "post": { + "operationId": "GetBackupPlansConnection", + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BackupPlanConnection" + } + } + }, "headers": { "x-tower-request-id": { "schema": { @@ -150784,6 +151237,57 @@ "required": true } } + }, + "400": { + "description": "Bad request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "404": { + "description": "Not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "500": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } } }, "tags": [ @@ -150809,7 +151313,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/GetBackupPlansRequestBody" + "$ref": "#/components/schemas/GetBackupPlansConnectionRequestBody" } } } @@ -150851,11 +151355,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150869,11 +151372,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150887,11 +151389,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -150958,11 +151459,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150976,11 +151476,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -150994,11 +151493,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151068,11 +151566,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151086,11 +151583,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151104,11 +151600,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151175,11 +151670,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151193,11 +151687,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151211,11 +151704,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151285,11 +151777,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151303,11 +151794,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151321,11 +151811,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151392,11 +151881,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151410,11 +151898,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151428,11 +151915,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151502,11 +151988,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151520,11 +152005,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151538,11 +152022,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151609,11 +152092,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151627,11 +152109,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151645,11 +152126,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151719,11 +152199,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151737,11 +152216,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151755,11 +152233,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151826,11 +152303,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151844,11 +152320,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151862,11 +152337,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -151936,11 +152410,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151954,11 +152427,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -151972,11 +152444,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152043,11 +152514,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152061,11 +152531,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152079,11 +152548,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152153,11 +152621,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152171,11 +152638,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152189,11 +152655,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152260,11 +152725,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152278,11 +152742,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152296,11 +152759,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152370,11 +152832,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152388,11 +152849,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152406,11 +152866,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152477,11 +152936,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152495,11 +152953,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152513,11 +152970,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152587,11 +153043,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152605,11 +153060,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152623,11 +153077,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152694,11 +153147,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152712,11 +153164,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152730,11 +153181,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152804,11 +153254,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152822,11 +153271,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152840,11 +153288,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -152911,11 +153358,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152929,11 +153375,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -152947,11 +153392,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153021,11 +153465,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153039,11 +153482,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153057,11 +153499,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153128,11 +153569,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153146,11 +153586,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153164,11 +153603,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153238,11 +153676,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153256,11 +153693,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153274,11 +153710,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153345,11 +153780,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153363,11 +153797,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153381,11 +153814,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153455,11 +153887,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153473,11 +153904,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153491,11 +153921,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153562,11 +153991,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153580,11 +154008,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153598,11 +154025,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153672,11 +154098,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153690,11 +154115,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153708,11 +154132,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153779,11 +154202,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153797,11 +154219,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153815,11 +154236,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153889,11 +154309,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153907,11 +154326,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -153925,11 +154343,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -153996,11 +154413,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154014,11 +154430,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154032,11 +154447,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154106,11 +154520,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154124,11 +154537,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154142,11 +154554,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154213,11 +154624,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154231,11 +154641,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154249,11 +154658,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154323,11 +154731,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154341,11 +154748,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154359,11 +154765,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154430,11 +154835,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154448,11 +154852,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154466,11 +154869,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154540,11 +154942,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154558,11 +154959,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154576,11 +154976,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154647,11 +155046,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154665,11 +155063,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154683,11 +155080,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154757,11 +155153,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154775,11 +155170,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154793,11 +155187,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154864,11 +155257,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154882,11 +155274,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154900,11 +155291,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -154974,11 +155364,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -154992,11 +155381,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155010,11 +155398,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155084,11 +155471,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155102,11 +155488,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155120,11 +155505,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155191,11 +155575,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155209,11 +155592,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155227,11 +155609,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155301,11 +155682,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155319,11 +155699,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155337,11 +155716,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155408,11 +155786,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155426,11 +155803,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155444,11 +155820,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155518,11 +155893,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155536,11 +155910,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155554,11 +155927,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155625,11 +155997,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155643,11 +156014,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155661,11 +156031,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155735,11 +156104,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155753,11 +156121,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155771,11 +156138,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155842,11 +156208,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155860,11 +156225,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155878,11 +156242,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -155952,11 +156315,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155970,11 +156332,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -155988,11 +156349,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156059,11 +156419,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156077,11 +156436,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156095,11 +156453,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156169,11 +156526,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156187,11 +156543,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156205,11 +156560,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156276,11 +156630,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156294,11 +156647,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156312,11 +156664,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156386,11 +156737,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156404,11 +156754,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156422,11 +156771,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156493,11 +156841,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156511,11 +156858,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156529,11 +156875,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156603,11 +156948,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156621,11 +156965,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156639,11 +156982,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156710,11 +157052,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156728,11 +157069,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156746,11 +157086,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156820,11 +157159,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156838,11 +157176,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156856,11 +157193,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -156927,11 +157263,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156945,11 +157280,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -156963,11 +157297,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157037,11 +157370,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157055,11 +157387,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157073,11 +157404,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157144,11 +157474,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157162,11 +157491,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157180,11 +157508,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157254,11 +157581,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157272,11 +157598,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157290,11 +157615,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157361,11 +157685,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157379,11 +157702,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157397,11 +157719,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157471,11 +157792,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157489,11 +157809,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157507,11 +157826,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157578,11 +157896,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157596,11 +157913,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157614,11 +157930,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157688,11 +158003,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157706,11 +158020,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157724,11 +158037,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157795,11 +158107,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157813,11 +158124,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157831,11 +158141,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -157905,11 +158214,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157923,11 +158231,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -157941,11 +158248,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158015,11 +158321,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158033,11 +158338,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158051,11 +158355,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158122,11 +158425,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158140,11 +158442,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158158,11 +158459,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158232,11 +158532,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158250,11 +158549,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158268,11 +158566,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158339,11 +158636,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158357,11 +158653,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158375,11 +158670,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158449,11 +158743,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158467,11 +158760,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158485,11 +158777,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158556,11 +158847,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158574,11 +158864,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158592,11 +158881,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158666,11 +158954,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158684,11 +158971,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158702,11 +158988,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158773,11 +159058,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158791,11 +159075,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158809,11 +159092,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158883,11 +159165,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158901,11 +159182,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -158919,11 +159199,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -158990,11 +159269,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159008,11 +159286,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159026,11 +159303,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159100,11 +159376,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159118,11 +159393,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159136,11 +159410,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159207,11 +159480,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159225,11 +159497,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159243,11 +159514,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159317,11 +159587,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159335,11 +159604,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159353,11 +159621,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159424,11 +159691,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159442,11 +159708,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159460,11 +159725,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159534,11 +159798,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159552,11 +159815,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159570,11 +159832,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159641,11 +159902,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159659,11 +159919,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159677,11 +159936,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159751,11 +160009,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159769,11 +160026,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159787,11 +160043,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159861,11 +160116,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159879,11 +160133,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159897,11 +160150,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -159968,11 +160220,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -159986,11 +160237,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160004,11 +160254,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160078,11 +160327,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160096,11 +160344,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160114,11 +160361,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160185,11 +160431,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160203,11 +160448,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160221,11 +160465,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160295,11 +160538,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160313,11 +160555,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160331,11 +160572,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160402,11 +160642,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160420,11 +160659,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160438,11 +160676,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160512,11 +160749,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160530,11 +160766,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160548,11 +160783,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160619,11 +160853,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160637,11 +160870,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160655,11 +160887,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160729,11 +160960,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160747,11 +160977,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160765,11 +160994,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160836,11 +161064,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160854,11 +161081,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160872,11 +161098,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -160946,11 +161171,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160964,11 +161188,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -160982,11 +161205,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161053,11 +161275,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161071,11 +161292,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161089,11 +161309,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161163,11 +161382,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161181,11 +161399,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161199,11 +161416,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161270,11 +161486,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161288,11 +161503,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161306,11 +161520,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161380,11 +161593,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161398,11 +161610,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161416,11 +161627,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161487,11 +161697,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161505,11 +161714,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161523,11 +161731,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161597,11 +161804,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161615,11 +161821,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161633,11 +161838,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161704,11 +161908,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161722,11 +161925,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161740,11 +161942,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161814,11 +162015,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161832,11 +162032,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161850,11 +162049,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -161921,11 +162119,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161939,11 +162136,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -161957,11 +162153,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162031,11 +162226,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162049,11 +162243,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162067,11 +162260,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162138,11 +162330,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162156,11 +162347,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162174,11 +162364,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162248,11 +162437,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162266,11 +162454,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162284,11 +162471,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162355,11 +162541,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162373,11 +162558,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162391,11 +162575,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162465,11 +162648,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162483,11 +162665,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162501,11 +162682,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162572,11 +162752,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162590,11 +162769,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162608,11 +162786,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162682,11 +162859,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162700,11 +162876,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162718,11 +162893,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162789,11 +162963,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162807,11 +162980,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162825,11 +162997,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -162899,11 +163070,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162917,11 +163087,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -162935,11 +163104,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163006,11 +163174,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163024,11 +163191,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163042,11 +163208,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163116,11 +163281,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163134,11 +163298,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163152,11 +163315,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163223,11 +163385,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163241,11 +163402,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163259,11 +163419,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163333,11 +163492,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163351,11 +163509,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163369,11 +163526,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163440,11 +163596,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163458,11 +163613,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163476,11 +163630,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163550,11 +163703,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163568,11 +163720,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163586,11 +163737,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163657,11 +163807,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163675,11 +163824,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163693,11 +163841,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163767,11 +163914,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163785,11 +163931,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163803,11 +163948,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163874,11 +164018,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163892,11 +164035,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -163910,11 +164052,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -163984,11 +164125,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164002,11 +164142,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164020,11 +164159,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164091,11 +164229,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164109,11 +164246,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164127,11 +164263,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164201,11 +164336,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164219,11 +164353,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164237,11 +164370,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164308,11 +164440,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164326,11 +164457,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164344,11 +164474,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164418,11 +164547,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164436,11 +164564,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164454,11 +164581,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164525,11 +164651,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164543,11 +164668,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164561,11 +164685,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164635,11 +164758,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164653,11 +164775,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164671,11 +164792,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164742,11 +164862,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164760,11 +164879,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164778,11 +164896,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164852,11 +164969,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164870,11 +164986,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164888,11 +165003,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -164959,11 +165073,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164977,11 +165090,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -164995,11 +165107,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165066,11 +165177,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165084,11 +165194,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165102,11 +165211,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165176,11 +165284,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165194,11 +165301,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165212,11 +165318,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165283,11 +165388,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165301,11 +165405,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165319,11 +165422,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165393,11 +165495,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165411,11 +165512,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165429,11 +165529,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165500,11 +165599,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165518,11 +165616,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165536,11 +165633,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165610,11 +165706,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165628,11 +165723,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165646,11 +165740,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165717,11 +165810,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165735,11 +165827,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165753,11 +165844,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165827,11 +165917,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165845,11 +165934,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165863,11 +165951,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -165934,11 +166021,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165952,11 +166038,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -165970,11 +166055,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166044,11 +166128,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166062,11 +166145,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166080,11 +166162,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166151,11 +166232,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166169,11 +166249,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166187,11 +166266,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166261,11 +166339,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166279,11 +166356,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166297,11 +166373,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166368,11 +166443,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166386,11 +166460,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166404,11 +166477,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166478,11 +166550,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166496,11 +166567,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166514,11 +166584,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166585,11 +166654,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166603,11 +166671,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166621,11 +166688,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166695,11 +166761,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166713,11 +166778,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166731,11 +166795,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166802,11 +166865,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166820,11 +166882,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166838,11 +166899,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -166912,11 +166972,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166930,11 +166989,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -166948,11 +167006,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167019,11 +167076,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167037,11 +167093,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167055,11 +167110,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167129,11 +167183,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167147,11 +167200,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167165,11 +167217,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167236,11 +167287,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167254,11 +167304,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167272,11 +167321,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167346,11 +167394,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167364,11 +167411,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167382,11 +167428,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167453,11 +167498,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167471,11 +167515,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167489,11 +167532,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167563,11 +167605,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167581,11 +167622,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167599,11 +167639,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167670,11 +167709,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167688,11 +167726,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167706,11 +167743,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167780,11 +167816,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167798,11 +167833,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167816,11 +167850,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167887,11 +167920,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167905,11 +167937,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -167923,11 +167954,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -167997,11 +168027,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168015,11 +168044,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168033,11 +168061,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168104,11 +168131,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168122,11 +168148,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168140,11 +168165,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168214,11 +168238,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168232,11 +168255,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168250,11 +168272,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168321,11 +168342,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168339,11 +168359,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168357,11 +168376,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168431,11 +168449,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168449,11 +168466,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168467,11 +168483,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168538,11 +168553,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168556,11 +168570,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168574,11 +168587,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168648,11 +168660,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168666,11 +168677,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168684,11 +168694,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168755,11 +168764,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168773,11 +168781,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168791,11 +168798,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168865,11 +168871,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168883,11 +168888,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168901,11 +168905,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -168972,11 +168975,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -168990,11 +168992,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169008,11 +169009,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169082,11 +169082,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169100,11 +169099,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169118,11 +169116,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169189,11 +169186,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169207,11 +169203,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169225,11 +169220,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169299,11 +169293,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169317,11 +169310,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169335,11 +169327,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169406,11 +169397,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169424,11 +169414,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169442,11 +169431,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169516,11 +169504,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169534,11 +169521,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169552,11 +169538,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169623,11 +169608,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169641,11 +169625,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169659,11 +169642,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169733,11 +169715,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169751,11 +169732,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169769,11 +169749,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169840,11 +169819,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169858,11 +169836,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169876,11 +169853,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -169950,11 +169926,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169968,11 +169943,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -169986,11 +169960,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170057,11 +170030,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170075,11 +170047,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170093,11 +170064,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170167,11 +170137,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170185,11 +170154,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170203,11 +170171,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170274,11 +170241,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170292,11 +170258,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170310,11 +170275,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170384,11 +170348,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170402,11 +170365,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170420,11 +170382,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170491,11 +170452,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170509,11 +170469,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170527,11 +170486,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170601,11 +170559,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170619,11 +170576,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170637,11 +170593,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170708,11 +170663,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170726,11 +170680,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170744,11 +170697,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170818,11 +170770,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170836,11 +170787,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170854,11 +170804,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -170925,11 +170874,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170943,11 +170891,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -170961,11 +170908,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171035,11 +170981,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171053,11 +170998,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171071,11 +171015,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171142,11 +171085,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171160,11 +171102,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171178,11 +171119,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171252,11 +171192,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171270,11 +171209,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171288,11 +171226,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171359,11 +171296,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171377,11 +171313,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171395,11 +171330,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171469,11 +171403,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171487,11 +171420,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171505,11 +171437,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171576,11 +171507,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171594,11 +171524,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171612,11 +171541,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171686,11 +171614,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171704,11 +171631,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171722,11 +171648,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171796,11 +171721,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171814,11 +171738,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171832,11 +171755,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -171903,11 +171825,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171921,11 +171842,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -171939,11 +171859,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -172013,11 +171932,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172031,11 +171949,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172049,11 +171966,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -172120,11 +172036,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172138,11 +172053,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172156,11 +172070,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -172230,11 +172143,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172248,11 +172160,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172266,11 +172177,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } @@ -172337,11 +172247,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172355,11 +172264,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } }, @@ -172373,11 +172281,10 @@ } }, "headers": { - "x-tower-request-id": { + "CommonHeader": { "schema": { - "type": "string" - }, - "required": true + "$ref": "#/components/schemas/CommonHeader" + } } } } diff --git a/cloudtower-api-doc/swagger/examples/swagger-examples.json b/cloudtower-api-doc/swagger/examples/swagger-examples.json index 22172a7..2c1aa8d 100644 --- a/cloudtower-api-doc/swagger/examples/swagger-examples.json +++ b/cloudtower-api-doc/swagger/examples/swagger-examples.json @@ -2984,22 +2984,6 @@ "go": "package main\r\n\r\nimport (\r\n \"bytes\"\r\n \"fmt\"\r\n \"io\"\r\n\r\n \"github.com/go-openapi/runtime\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/svt_image\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n svt_image_api := client.SvtImage\r\n params := svt_image.NewUploadSvtImageParams()\r\n params.File = runtime.NamedReader(\"file\",io.NopCloser(bytes.NewReader([]byte(\"file-string\"))))\r\n resp, err := svt_image_api.UploadSvtImage(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n}", "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.api.SvtImageApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\nimport java.nio.file.Files;\r\nimport java.nio.file.Path;\r\nimport java.util.ArrayList;\r\nimport java.util.List;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n SvtImageApi svtImageApi = new SvtImageApi(client);\r\n List resp = svtImageApi.uploadSvtImage(\r\n Files.readAllBytes(Path.of(\"file-string\")),\r\n \"cluster_id\",\r\n \"name\",\r\n \"size\",\r\n \"size_unit\",\r\n \"version\",\r\n \"upload_task_id\"\r\n );\r\n }\r\n}" }, - "/export-csv": { - "exampleValue": { - "filter": {}, - "columns": [ - { - "name": "name-string", - "path": "path-string" - } - ], - "name": "name-string" - }, - "curl": "curl -X POST \\\n\thttp://your_tower_url/v2/api/export-csv \\\n\t-H 'Authorization: YOUR_TOKEN' \\\n\t-H 'Content-Language: en-US' \\\n\t-H 'Content-Type: application/json' \\\n\t-d '{\"filter\":{},\"columns\":[{\"name\":\"name-string\",\"path\":\"path-string\"}],\"name\":\"name-string\"}'", - "python": "from cloudtower import ApiClient, Configuration, TableReporterApi\r\nfrom cloudtower.utils import login\r\n\r\ndef main():\r\n username = \"username\"\r\n password = \"password\"\r\n\r\n endpoint = \"http://tower.smartx.com/v2/api\"\r\n\r\n configuration = Configuration(host=endpoint)\r\n client = ApiClient(configuration=configuration)\r\n login(client,username,password)\r\n table_reporter_api = TableReporterApi(client)\r\n resp = table_reporter_api.export_csv({\"filter\":{},\"columns\":[{\"name\":\"name-string\",\"path\":\"path-string\"}],\"name\":\"name-string\"})\r\n\r\n", - "go": "package main\r\n\r\nimport (\r\n \"fmt\"\r\n\r\n \"github.com/openlyinc/pointy\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/table_reporter\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n table_reporter_api := client.TableReporter\r\n params := table_reporter.NewExportCsvParams()\r\n params.RequestBody = &models.TableReporterParams{\nFilter: &models.TableReporterParamsFilter{\n},\nColumns: []*models.ColumnConfig{\n{\nName: pointy.String(\"name-string\"),\nPath: pointy.String(\"path-string\"),\n},\n},\nName: pointy.String(\"name-string\"),\n}\r\n rawResp, err := table_reporter_api.ExportCsv(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n resp := rawResp.Payload\r\n}", - "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.api.TableReporterApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n TableReporterApi tableReporterApi = new TableReporterApi(client);\r\n TableReporterParams params = new TableReporterParams()\n.filter(new TableReporterParamsFilter())\n.addColumnsItem(new ColumnConfig()\n.name(\"name-string\")\n.path(\"path-string\"))\n.name(\"name-string\");\r\n String resp = tableReporterApi.exportCsv(params);\r\n }\r\n}" - }, "/cancel-upload-task": { "exampleValue": { "where": { @@ -3605,6 +3589,22 @@ "go": "package main\r\n\r\nimport (\r\n \"context\"\r\n \"fmt\"\r\n \"time\"\r\n\r\n \"github.com/openlyinc/pointy\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/vsphere_esxi_account\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/utils\"\r\n \"github.com/thoas/go-funk\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n vsphere_esxi_account_api := client.VsphereEsxiAccount\r\n params := vsphere_esxi_account.NewUpdateVsphereEsxiAccountParams()\r\n params.RequestBody = &models.UpdateVsphereEsxiAccountParams{\nData: []*models.UpdateVsphereEsxiAccountParamsData{\n{\nUsername: pointy.String(\"username-string\"),\nIP: pointy.String(\"ip-string\"),\nEsxiAccountID: pointy.String(\"ck74rk21wg5lz0786opdnzz5m\"),\n},\n},\n}\r\n rawResp, err := vsphere_esxi_account_api.UpdateVsphereEsxiAccount(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n resp := rawResp.Payload\r\n respTaskIds := funk.Filter(resp, func(withTaskObj *models.WithTaskVsphereEsxiAccountArray) bool {\r\n return withTaskObj.TaskID != nil\r\n }).([]*models.WithTaskVsphereEsxiAccountArray)\r\n if len(respTaskIds) == 0 {\r\n return\r\n }\r\n err = utils.WaitTasks(context.Background(), client, funk.Map(respTaskIds, func(withTaskObj *models.WithTaskVsphereEsxiAccountArray) string {\r\n\t\treturn *withTaskObj.TaskID\r\n\t}).([]string), 1*time.Second)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n}", "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.TaskUtil;\r\nimport com.smartx.tower.api.VsphereEsxiAccountApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\nimport java.util.List;\r\nimport java.util.Objects;\r\nimport java.util.stream.Collectors;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n VsphereEsxiAccountApi vsphereEsxiAccountApi = new VsphereEsxiAccountApi(client);\r\n UpdateVsphereEsxiAccountParams params = new UpdateVsphereEsxiAccountParams()\n.addDataItem(new UpdateVsphereEsxiAccountParamsData()\n.username(\"username-string\")\n.ip(\"ip-string\")\n.esxiAccountId(\"ck74rk21wg5lz0786opdnzz5m\"));\r\n List resp = vsphereEsxiAccountApi.updateVsphereEsxiAccount(params);\r\n List taskIds = resp.stream().map(withTaskObj -> withTaskObj.getTaskId()).filter(id -> Objects.nonNull(id)).collect(Collectors.toList());\r\n TaskUtil.WaitTasks(taskIds, client);\r\n }\r\n}" }, + "/export-csv": { + "exampleValue": { + "filter": {}, + "columns": [ + { + "name": "name-string", + "path": "path-string" + } + ], + "name": "name-string" + }, + "curl": "curl -X POST \\\n\thttp://your_tower_url/v2/api/export-csv \\\n\t-H 'Authorization: YOUR_TOKEN' \\\n\t-H 'Content-Language: en-US' \\\n\t-H 'Content-Type: application/json' \\\n\t-d '{\"filter\":{},\"columns\":[{\"name\":\"name-string\",\"path\":\"path-string\"}],\"name\":\"name-string\"}'", + "python": "from cloudtower import ApiClient, Configuration, TableReporterApi\r\nfrom cloudtower.utils import login\r\n\r\ndef main():\r\n username = \"username\"\r\n password = \"password\"\r\n\r\n endpoint = \"http://tower.smartx.com/v2/api\"\r\n\r\n configuration = Configuration(host=endpoint)\r\n client = ApiClient(configuration=configuration)\r\n login(client,username,password)\r\n table_reporter_api = TableReporterApi(client)\r\n resp = table_reporter_api.export_csv({\"filter\":{},\"columns\":[{\"name\":\"name-string\",\"path\":\"path-string\"}],\"name\":\"name-string\"})\r\n\r\n", + "go": "package main\r\n\r\nimport (\r\n \"fmt\"\r\n\r\n \"github.com/openlyinc/pointy\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/table_reporter\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n table_reporter_api := client.TableReporter\r\n params := table_reporter.NewExportCsvParams()\r\n params.RequestBody = &models.TableReporterParams{\nFilter: &models.TableReporterParamsFilter{\n},\nColumns: []*models.ColumnConfig{\n{\nName: pointy.String(\"name-string\"),\nPath: pointy.String(\"path-string\"),\n},\n},\nName: pointy.String(\"name-string\"),\n}\r\n rawResp, err := table_reporter_api.ExportCsv(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n resp := rawResp.Payload\r\n}", + "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.api.TableReporterApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n TableReporterApi tableReporterApi = new TableReporterApi(client);\r\n TableReporterParams params = new TableReporterParams()\n.filter(new TableReporterParamsFilter())\n.addColumnsItem(new ColumnConfig()\n.name(\"name-string\")\n.path(\"path-string\"))\n.name(\"name-string\");\r\n String resp = tableReporterApi.exportCsv(params);\r\n }\r\n}" + }, "/create-user-audit-log": { "exampleValue": [ { @@ -4210,6 +4210,17 @@ "go": "package main\r\n\r\nimport (\r\n \"fmt\"\r\n\r\n \"github.com/openlyinc/pointy\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/backup_plan\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n backup_plan_api := client.BackupPlan\r\n params := backup_plan.NewGetBackupPlansParams()\r\n params.RequestBody = &models.GetBackupPlansRequestBody{\nWhere: &models.BackupPlanWhereInput{\nID: pointy.String(\"BackupPlan-id\"),\n},\n}\r\n rawResp, err := backup_plan_api.GetBackupPlans(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n resp := rawResp.Payload\r\n}", "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.api.BackupPlanApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\nimport java.util.List;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n BackupPlanApi backupPlanApi = new BackupPlanApi(client);\r\n GetBackupPlansRequestBody params = new GetBackupPlansRequestBody()\n.where(new BackupPlanWhereInput()\n.id(\"BackupPlan-id\"));\r\n List resp = backupPlanApi.getBackupPlans(params);\r\n }\r\n}" }, + "/get-backup-plans-connection": { + "exampleValue": { + "where": { + "id": "BackupPlan-id" + } + }, + "curl": "curl -X POST \\\n\thttp://your_tower_url/v2/api/get-backup-plans-connection \\\n\t-H 'Authorization: YOUR_TOKEN' \\\n\t-H 'Content-Language: en-US' \\\n\t-H 'Content-Type: application/json' \\\n\t-d '{\"where\":{\"id\":\"BackupPlan-id\"}}'", + "python": "from cloudtower import ApiClient, Configuration, BackupPlanApi\r\nfrom cloudtower.utils import login\r\n\r\ndef main():\r\n username = \"username\"\r\n password = \"password\"\r\n\r\n endpoint = \"http://tower.smartx.com/v2/api\"\r\n\r\n configuration = Configuration(host=endpoint)\r\n client = ApiClient(configuration=configuration)\r\n login(client,username,password)\r\n backup_plan_api = BackupPlanApi(client)\r\n resp = backup_plan_api.get_backup_plans_connection({\"where\":{\"id\":\"BackupPlan-id\"}})\r\n\r\n", + "go": "package main\r\n\r\nimport (\r\n \"fmt\"\r\n\r\n \"github.com/openlyinc/pointy\"\r\n apiclient \"github.com/smartxworks/cloudtower-go-sdk/v2/client\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/client/backup_plan\"\r\n \"github.com/smartxworks/cloudtower-go-sdk/v2/models\"\r\n)\r\n\r\nfunc main() {\r\n client, err := apiclient.NewWithUserConfig(apiclient.ClientConfig{\r\n Host: \"tower.smartx.com\",\r\n BasePath: \"v2/api\",\r\n Schemes: []string{\"http\"},\r\n }, apiclient.UserConfig{\r\n Name: \"Name\",\r\n Password: \"Password\",\r\n Source: models.UserSourceLOCAL,\r\n })\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n backup_plan_api := client.BackupPlan\r\n params := backup_plan.NewGetBackupPlansConnectionParams()\r\n params.RequestBody = &models.GetBackupPlansConnectionRequestBody{\nWhere: &models.BackupPlanWhereInput{\nID: pointy.String(\"BackupPlan-id\"),\n},\n}\r\n rawResp, err := backup_plan_api.GetBackupPlansConnection(params)\r\n if err != nil {\r\n fmt.Println(err)\r\n return\r\n }\r\n resp := rawResp.Payload\r\n}", + "java": "package com.smartx.com;\r\n\r\nimport com.smartx.tower.ApiClient;\r\nimport com.smartx.tower.ApiException;\r\nimport com.smartx.tower.ClientUtil;\r\nimport com.smartx.tower.api.BackupPlanApi;\r\nimport com.smartx.tower.model.*;\r\nimport java.io.IOException;\r\n\r\npublic class App {\r\n public static void main(String[] args) throws ApiException, IOException {\r\n ApiClient client = new ApiClient();\r\n client.setBasePath(\"http://tower.smartx.com/v2/api\");\r\n ClientUtil.login(\"username\",\"root\", client);\r\n\r\n BackupPlanApi backupPlanApi = new BackupPlanApi(client);\r\n GetBackupPlansConnectionRequestBody params = new GetBackupPlansConnectionRequestBody()\n.where(new BackupPlanWhereInput()\n.id(\"BackupPlan-id\"));\r\n BackupPlanConnection resp = backupPlanApi.getBackupPlansConnection(params);\r\n }\r\n}" + }, "/get-backup-restore-executions": { "exampleValue": { "where": {