Skip to content

Commit

Permalink
update desktop release link
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Oct 17, 2024
1 parent 267ff56 commit 59107c6
Show file tree
Hide file tree
Showing 12 changed files with 8,220 additions and 10,728 deletions.
3 changes: 1 addition & 2 deletions cloudtower-api-doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ const config = {
label: "下载",
position: "right",
items: [
{ label: "桌面端", href: "https://github.com/smartxworks/cloudtower-api-doc-tauri/releases/tag/app-v2.13.0"}
]
{ label: "桌面端", href: "https://github.com/smartxworks/cloudtower-api-doc-tauri/releases/tag/app-v2.18.0"} ]
},
{
type: "localeDropdown",
Expand Down
151 changes: 151 additions & 0 deletions cloudtower-api-doc/swagger/locales/en/3.4.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,157 @@
"subnet_mask": "",
"vlan": "",
"vm": ""
},
"ContentLibraryImageWhereInput": {
"AND": "All conditions must return true.",
"NOT": "All conditions must return false.",
"OR": "One or more conditions must return true.",
"clusters_every": "",
"clusters_none": "",
"clusters_some": "",
"createdAt": "",
"createdAt_gt": "",
"createdAt_gte": "",
"createdAt_in": "",
"createdAt_lt": "",
"createdAt_lte": "",
"createdAt_not": "",
"createdAt_not_in": "",
"description": "",
"description_contains": "",
"description_ends_with": "",
"description_gt": "",
"description_gte": "",
"description_in": "",
"description_lt": "",
"description_lte": "",
"description_not": "",
"description_not_contains": "",
"description_not_ends_with": "",
"description_not_in": "",
"description_not_starts_with": "",
"description_starts_with": "",
"elf_images_every": "",
"elf_images_none": "",
"elf_images_some": "",
"entityAsyncStatus": "",
"entityAsyncStatus_in": "",
"entityAsyncStatus_not": "",
"entityAsyncStatus_not_in": "",
"id": "",
"id_contains": "",
"id_ends_with": "",
"id_gt": "",
"id_gte": "",
"id_in": "",
"id_lt": "",
"id_lte": "",
"id_not": "",
"id_not_contains": "",
"id_not_ends_with": "",
"id_not_in": "",
"id_not_starts_with": "",
"id_starts_with": "",
"labels_every": "",
"labels_none": "",
"labels_some": "",
"name": "",
"name_contains": "",
"name_ends_with": "",
"name_gt": "",
"name_gte": "",
"name_in": "",
"name_lt": "",
"name_lte": "",
"name_not": "",
"name_not_contains": "",
"name_not_ends_with": "",
"name_not_in": "",
"name_not_starts_with": "",
"name_starts_with": "",
"path": "",
"path_contains": "",
"path_ends_with": "",
"path_gt": "",
"path_gte": "",
"path_in": "",
"path_lt": "",
"path_lte": "",
"path_not": "",
"path_not_contains": "",
"path_not_ends_with": "",
"path_not_in": "",
"path_not_starts_with": "",
"path_starts_with": "",
"size": "",
"size_gt": "",
"size_gte": "",
"size_in": "",
"size_lt": "",
"size_lte": "",
"size_not": "",
"size_not_in": "",
"vm_disks_every": "",
"vm_disks_none": "",
"vm_disks_some": "",
"vm_snapshots_every": "",
"vm_snapshots_none": "",
"vm_snapshots_some": "",
"vm_templates_every": "",
"vm_templates_none": "",
"vm_templates_some": ""
},
"ContentLibraryImage": {
"clusters": "",
"createdAt": "",
"description": "",
"elf_image_uuids": "",
"elf_images": "",
"entityAsyncStatus": "",
"id": "",
"labels": "",
"name": "",
"path": "",
"size": "",
"vm_disks": "",
"vm_snapshots": "",
"vm_templates": ""
},
"VmNicParams": {
"qos": "",
"subnet_mask": "",
"gateway": "",
"ip_address": "",
"nic_id": "",
"connect_vlan_id": "",
"mirror": "",
"model": "",
"enabled": "",
"mac_address": "",
"local_id": ""
},
"VmUpdateNicParams": {
"data.subnet_mask": "",
"data.gateway": "",
"data.ip_address": "",
"data.nic_id": "",
"data.connect_vlan_id": "",
"data.mirror": "",
"data.model": "",
"data.enabled": "",
"data.mac_address": "",
"data.nic_index": "",
"data": "",
"where": ""
},
"NestedTemplateNic": {
"enabled": "",
"index": "",
"ip_address": "",
"mac_address": "",
"mirror": "",
"model": "",
"vlan": ""
}
},
"tags": [
Expand Down
13 changes: 12 additions & 1 deletion cloudtower-api-doc/swagger/locales/en/4.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -11756,6 +11756,18 @@
"type_not_in": "",
"vm": "",
"vm_volume": ""
},
"ShutdownVmID": {
"vm_uuid": ""
},
"EnterMaintenanceModeResult": {
"shutdownVms": "",
"done": ""
},
"ExitMaintenanceModeResult": {
"offlineMigrateVms": "",
"liveMigrateVms": "",
"shutDownVms": ""
}
},
"tags": [
Expand Down Expand Up @@ -11822,6 +11834,5 @@
"summary": "Update Task",
"description": "Open only to system users"
}

}
}
Loading

0 comments on commit 59107c6

Please sign in to comment.