@openshift-migration-advisor/agent-sdk 0.0.0-62ab9022d189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +91 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +170 -0
- package/dist/apis/DefaultApi.d.ts +761 -0
- package/dist/apis/DefaultApi.js +878 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/esm/apis/DefaultApi.d.ts +761 -0
- package/dist/esm/apis/DefaultApi.js +874 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/AgentModeRequest.d.ts +40 -0
- package/dist/esm/models/AgentModeRequest.js +50 -0
- package/dist/esm/models/AgentStatus.d.ts +60 -0
- package/dist/esm/models/AgentStatus.js +63 -0
- package/dist/esm/models/CollectorStartRequest.d.ts +44 -0
- package/dist/esm/models/CollectorStartRequest.js +51 -0
- package/dist/esm/models/CollectorStatus.d.ts +51 -0
- package/dist/esm/models/CollectorStatus.js +57 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +50 -0
- package/dist/esm/models/CreateGroupRequest.js +51 -0
- package/dist/esm/models/Datastore.d.ts +80 -0
- package/dist/esm/models/Datastore.js +73 -0
- package/dist/esm/models/DiskSizeTierSummary.d.ts +38 -0
- package/dist/esm/models/DiskSizeTierSummary.js +47 -0
- package/dist/esm/models/DiskTypeSummary.d.ts +38 -0
- package/dist/esm/models/DiskTypeSummary.js +47 -0
- package/dist/esm/models/GetInventory200Response.d.ts +23 -0
- package/dist/esm/models/GetInventory200Response.js +51 -0
- package/dist/esm/models/Group.d.ts +68 -0
- package/dist/esm/models/Group.js +59 -0
- package/dist/esm/models/GroupListResponse.d.ts +51 -0
- package/dist/esm/models/GroupListResponse.js +56 -0
- package/dist/esm/models/GroupResponse.d.ts +58 -0
- package/dist/esm/models/GroupResponse.js +61 -0
- package/dist/esm/models/GuestNetwork.d.ts +56 -0
- package/dist/esm/models/GuestNetwork.js +49 -0
- package/dist/esm/models/Histogram.d.ts +44 -0
- package/dist/esm/models/Histogram.js +51 -0
- package/dist/esm/models/Host.d.ts +62 -0
- package/dist/esm/models/Host.js +55 -0
- package/dist/esm/models/Infra.d.ts +106 -0
- package/dist/esm/models/Infra.js +74 -0
- package/dist/esm/models/InspectorStartRequest.d.ts +39 -0
- package/dist/esm/models/InspectorStartRequest.js +48 -0
- package/dist/esm/models/InspectorStatus.d.ts +51 -0
- package/dist/esm/models/InspectorStatus.js +57 -0
- package/dist/esm/models/Inventory.d.ts +47 -0
- package/dist/esm/models/Inventory.js +51 -0
- package/dist/esm/models/InventoryData.d.ts +47 -0
- package/dist/esm/models/InventoryData.js +52 -0
- package/dist/esm/models/MigrationIssue.d.ts +50 -0
- package/dist/esm/models/MigrationIssue.js +53 -0
- package/dist/esm/models/Network.d.ts +66 -0
- package/dist/esm/models/Network.js +62 -0
- package/dist/esm/models/OsInfo.d.ts +44 -0
- package/dist/esm/models/OsInfo.js +49 -0
- package/dist/esm/models/UpdateGroupRequest.d.ts +50 -0
- package/dist/esm/models/UpdateGroupRequest.js +47 -0
- package/dist/esm/models/UpdateInventory.d.ts +39 -0
- package/dist/esm/models/UpdateInventory.js +48 -0
- package/dist/esm/models/VCenter.d.ts +32 -0
- package/dist/esm/models/VCenter.js +43 -0
- package/dist/esm/models/VMDevice.d.ts +32 -0
- package/dist/esm/models/VMDevice.js +41 -0
- package/dist/esm/models/VMDisk.d.ts +68 -0
- package/dist/esm/models/VMDisk.js +53 -0
- package/dist/esm/models/VMIssue.d.ts +56 -0
- package/dist/esm/models/VMIssue.js +62 -0
- package/dist/esm/models/VMNIC.d.ts +44 -0
- package/dist/esm/models/VMNIC.js +45 -0
- package/dist/esm/models/VMResourceBreakdown.d.ts +58 -0
- package/dist/esm/models/VMResourceBreakdown.js +58 -0
- package/dist/esm/models/VMs.d.ts +170 -0
- package/dist/esm/models/VMs.js +103 -0
- package/dist/esm/models/VcenterCredentials.d.ts +44 -0
- package/dist/esm/models/VcenterCredentials.js +51 -0
- package/dist/esm/models/VddkPost200Response.d.ts +38 -0
- package/dist/esm/models/VddkPost200Response.js +47 -0
- package/dist/esm/models/VersionInfo.d.ts +44 -0
- package/dist/esm/models/VersionInfo.js +51 -0
- package/dist/esm/models/VirtualMachine.d.ts +99 -0
- package/dist/esm/models/VirtualMachine.js +82 -0
- package/dist/esm/models/VirtualMachineDetail.d.ts +218 -0
- package/dist/esm/models/VirtualMachineDetail.js +125 -0
- package/dist/esm/models/VirtualMachineListResponse.d.ts +51 -0
- package/dist/esm/models/VirtualMachineListResponse.js +56 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +56 -0
- package/dist/esm/models/VmInspectionStatus.js +58 -0
- package/dist/esm/models/index.d.ts +39 -0
- package/dist/esm/models/index.js +41 -0
- package/dist/esm/runtime.d.ts +184 -0
- package/dist/esm/runtime.js +349 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/AgentModeRequest.d.ts +40 -0
- package/dist/models/AgentModeRequest.js +58 -0
- package/dist/models/AgentStatus.d.ts +60 -0
- package/dist/models/AgentStatus.js +71 -0
- package/dist/models/CollectorStartRequest.d.ts +44 -0
- package/dist/models/CollectorStartRequest.js +58 -0
- package/dist/models/CollectorStatus.d.ts +51 -0
- package/dist/models/CollectorStatus.js +65 -0
- package/dist/models/CreateGroupRequest.d.ts +50 -0
- package/dist/models/CreateGroupRequest.js +58 -0
- package/dist/models/Datastore.d.ts +80 -0
- package/dist/models/Datastore.js +80 -0
- package/dist/models/DiskSizeTierSummary.d.ts +38 -0
- package/dist/models/DiskSizeTierSummary.js +54 -0
- package/dist/models/DiskTypeSummary.d.ts +38 -0
- package/dist/models/DiskTypeSummary.js +54 -0
- package/dist/models/GetInventory200Response.d.ts +23 -0
- package/dist/models/GetInventory200Response.js +57 -0
- package/dist/models/Group.d.ts +68 -0
- package/dist/models/Group.js +66 -0
- package/dist/models/GroupListResponse.d.ts +51 -0
- package/dist/models/GroupListResponse.js +63 -0
- package/dist/models/GroupResponse.d.ts +58 -0
- package/dist/models/GroupResponse.js +68 -0
- package/dist/models/GuestNetwork.d.ts +56 -0
- package/dist/models/GuestNetwork.js +56 -0
- package/dist/models/Histogram.d.ts +44 -0
- package/dist/models/Histogram.js +58 -0
- package/dist/models/Host.d.ts +62 -0
- package/dist/models/Host.js +62 -0
- package/dist/models/Infra.d.ts +106 -0
- package/dist/models/Infra.js +81 -0
- package/dist/models/InspectorStartRequest.d.ts +39 -0
- package/dist/models/InspectorStartRequest.js +55 -0
- package/dist/models/InspectorStatus.d.ts +51 -0
- package/dist/models/InspectorStatus.js +65 -0
- package/dist/models/Inventory.d.ts +47 -0
- package/dist/models/Inventory.js +58 -0
- package/dist/models/InventoryData.d.ts +47 -0
- package/dist/models/InventoryData.js +59 -0
- package/dist/models/MigrationIssue.d.ts +50 -0
- package/dist/models/MigrationIssue.js +60 -0
- package/dist/models/Network.d.ts +66 -0
- package/dist/models/Network.js +70 -0
- package/dist/models/OsInfo.d.ts +44 -0
- package/dist/models/OsInfo.js +56 -0
- package/dist/models/UpdateGroupRequest.d.ts +50 -0
- package/dist/models/UpdateGroupRequest.js +54 -0
- package/dist/models/UpdateInventory.d.ts +39 -0
- package/dist/models/UpdateInventory.js +55 -0
- package/dist/models/VCenter.d.ts +32 -0
- package/dist/models/VCenter.js +50 -0
- package/dist/models/VMDevice.d.ts +32 -0
- package/dist/models/VMDevice.js +48 -0
- package/dist/models/VMDisk.d.ts +68 -0
- package/dist/models/VMDisk.js +60 -0
- package/dist/models/VMIssue.d.ts +56 -0
- package/dist/models/VMIssue.js +70 -0
- package/dist/models/VMNIC.d.ts +44 -0
- package/dist/models/VMNIC.js +52 -0
- package/dist/models/VMResourceBreakdown.d.ts +58 -0
- package/dist/models/VMResourceBreakdown.js +65 -0
- package/dist/models/VMs.d.ts +170 -0
- package/dist/models/VMs.js +110 -0
- package/dist/models/VcenterCredentials.d.ts +44 -0
- package/dist/models/VcenterCredentials.js +58 -0
- package/dist/models/VddkPost200Response.d.ts +38 -0
- package/dist/models/VddkPost200Response.js +54 -0
- package/dist/models/VersionInfo.d.ts +44 -0
- package/dist/models/VersionInfo.js +58 -0
- package/dist/models/VirtualMachine.d.ts +99 -0
- package/dist/models/VirtualMachine.js +89 -0
- package/dist/models/VirtualMachineDetail.d.ts +218 -0
- package/dist/models/VirtualMachineDetail.js +132 -0
- package/dist/models/VirtualMachineListResponse.d.ts +51 -0
- package/dist/models/VirtualMachineListResponse.js +63 -0
- package/dist/models/VmInspectionStatus.d.ts +56 -0
- package/dist/models/VmInspectionStatus.js +66 -0
- package/dist/models/index.d.ts +39 -0
- package/dist/models/index.js +57 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +365 -0
- package/docs/AgentModeRequest.md +34 -0
- package/docs/AgentStatus.md +38 -0
- package/docs/CollectorStartRequest.md +38 -0
- package/docs/CollectorStatus.md +36 -0
- package/docs/CreateGroupRequest.md +40 -0
- package/docs/Datastore.md +50 -0
- package/docs/DefaultApi.md +1419 -0
- package/docs/DiskSizeTierSummary.md +36 -0
- package/docs/DiskTypeSummary.md +36 -0
- package/docs/GetInventory200Response.md +42 -0
- package/docs/Group.md +46 -0
- package/docs/GroupListResponse.md +40 -0
- package/docs/GroupResponse.md +42 -0
- package/docs/GuestNetwork.md +42 -0
- package/docs/Histogram.md +38 -0
- package/docs/Host.md +44 -0
- package/docs/Infra.md +56 -0
- package/docs/InspectorStartRequest.md +36 -0
- package/docs/InspectorStatus.md +36 -0
- package/docs/Inventory.md +38 -0
- package/docs/InventoryData.md +38 -0
- package/docs/MigrationIssue.md +40 -0
- package/docs/Network.md +42 -0
- package/docs/OsInfo.md +38 -0
- package/docs/UpdateGroupRequest.md +40 -0
- package/docs/UpdateInventory.md +36 -0
- package/docs/VCenter.md +34 -0
- package/docs/VMDevice.md +34 -0
- package/docs/VMDisk.md +46 -0
- package/docs/VMIssue.md +38 -0
- package/docs/VMNIC.md +38 -0
- package/docs/VMResourceBreakdown.md +42 -0
- package/docs/VMs.md +72 -0
- package/docs/VcenterCredentials.md +38 -0
- package/docs/VddkPost200Response.md +36 -0
- package/docs/VersionInfo.md +38 -0
- package/docs/VirtualMachine.md +56 -0
- package/docs/VirtualMachineDetail.md +94 -0
- package/docs/VirtualMachineListResponse.md +40 -0
- package/docs/VmInspectionStatus.md +38 -0
- package/package.json +22 -0
- package/src/apis/DefaultApi.ts +1607 -0
- package/src/apis/index.ts +3 -0
- package/src/index.ts +5 -0
- package/src/models/AgentModeRequest.ts +77 -0
- package/src/models/AgentStatus.ts +103 -0
- package/src/models/CollectorStartRequest.ts +84 -0
- package/src/models/CollectorStatus.ts +90 -0
- package/src/models/CreateGroupRequest.ts +91 -0
- package/src/models/Datastore.ts +137 -0
- package/src/models/DiskSizeTierSummary.ts +75 -0
- package/src/models/DiskTypeSummary.ts +75 -0
- package/src/models/GetInventory200Response.ts +76 -0
- package/src/models/Group.ts +116 -0
- package/src/models/GroupListResponse.ts +101 -0
- package/src/models/GroupResponse.ts +117 -0
- package/src/models/GuestNetwork.ts +97 -0
- package/src/models/Histogram.ts +84 -0
- package/src/models/Host.ts +107 -0
- package/src/models/Infra.ts +182 -0
- package/src/models/InspectorStartRequest.ts +83 -0
- package/src/models/InspectorStatus.ts +90 -0
- package/src/models/Inventory.ts +91 -0
- package/src/models/InventoryData.ts +105 -0
- package/src/models/MigrationIssue.ts +92 -0
- package/src/models/Network.ts +112 -0
- package/src/models/OsInfo.ts +83 -0
- package/src/models/UpdateGroupRequest.ts +89 -0
- package/src/models/UpdateInventory.ts +83 -0
- package/src/models/VCenter.ts +66 -0
- package/src/models/VMDevice.ts +65 -0
- package/src/models/VMDisk.ts +113 -0
- package/src/models/VMIssue.ts +99 -0
- package/src/models/VMNIC.ts +81 -0
- package/src/models/VMResourceBreakdown.ts +110 -0
- package/src/models/VMs.ts +263 -0
- package/src/models/VcenterCredentials.ts +84 -0
- package/src/models/VddkPost200Response.ts +75 -0
- package/src/models/VersionInfo.ts +84 -0
- package/src/models/VirtualMachine.ts +170 -0
- package/src/models/VirtualMachineDetail.ts +357 -0
- package/src/models/VirtualMachineListResponse.ts +101 -0
- package/src/models/VmInspectionStatus.ts +97 -0
- package/src/models/index.ts +41 -0
- package/src/runtime.ts +450 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1,761 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime.js';
|
|
13
|
+
import type { AgentModeRequest, AgentStatus, CollectorStartRequest, CollectorStatus, CreateGroupRequest, GetInventory200Response, Group, GroupListResponse, GroupResponse, InspectorStartRequest, InspectorStatus, UpdateGroupRequest, VddkPost200Response, VersionInfo, VirtualMachineDetail, VirtualMachineListResponse, VmInspectionStatus } from '../models/index.js';
|
|
14
|
+
export interface AddVMsToInspectionRequest {
|
|
15
|
+
requestBody: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
export interface CreateGroupOperationRequest {
|
|
18
|
+
createGroupRequest: CreateGroupRequest;
|
|
19
|
+
}
|
|
20
|
+
export interface DeleteGroupRequest {
|
|
21
|
+
id: string;
|
|
22
|
+
}
|
|
23
|
+
export interface GetGroupRequest {
|
|
24
|
+
id: string;
|
|
25
|
+
sort?: Array<string>;
|
|
26
|
+
page?: number;
|
|
27
|
+
pageSize?: number;
|
|
28
|
+
}
|
|
29
|
+
export interface GetInventoryRequest {
|
|
30
|
+
withAgentId?: boolean;
|
|
31
|
+
groupId?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface GetVMRequest {
|
|
34
|
+
id: string;
|
|
35
|
+
}
|
|
36
|
+
export interface GetVMInspectionStatusRequest {
|
|
37
|
+
id: string;
|
|
38
|
+
}
|
|
39
|
+
export interface GetVMsRequest {
|
|
40
|
+
byExpression?: string;
|
|
41
|
+
sort?: Array<string>;
|
|
42
|
+
page?: number;
|
|
43
|
+
pageSize?: number;
|
|
44
|
+
}
|
|
45
|
+
export interface ListGroupsRequest {
|
|
46
|
+
byName?: string;
|
|
47
|
+
page?: number;
|
|
48
|
+
pageSize?: number;
|
|
49
|
+
}
|
|
50
|
+
export interface RemoveVMFromInspectionRequest {
|
|
51
|
+
id: string;
|
|
52
|
+
}
|
|
53
|
+
export interface SetAgentModeRequest {
|
|
54
|
+
agentModeRequest: AgentModeRequest;
|
|
55
|
+
}
|
|
56
|
+
export interface StartCollectorRequest {
|
|
57
|
+
collectorStartRequest: CollectorStartRequest;
|
|
58
|
+
}
|
|
59
|
+
export interface StartInspectionRequest {
|
|
60
|
+
inspectorStartRequest: InspectorStartRequest;
|
|
61
|
+
}
|
|
62
|
+
export interface UpdateGroupOperationRequest {
|
|
63
|
+
id: string;
|
|
64
|
+
updateGroupRequest: UpdateGroupRequest;
|
|
65
|
+
}
|
|
66
|
+
export interface VddkPostRequest {
|
|
67
|
+
file: Blob;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* DefaultApi - interface
|
|
71
|
+
*
|
|
72
|
+
* @export
|
|
73
|
+
* @interface DefaultApiInterface
|
|
74
|
+
*/
|
|
75
|
+
export interface DefaultApiInterface {
|
|
76
|
+
/**
|
|
77
|
+
* Creates request options for addVMsToInspection without sending the request
|
|
78
|
+
* @param {Array<string>} requestBody
|
|
79
|
+
* @throws {RequiredError}
|
|
80
|
+
* @memberof DefaultApiInterface
|
|
81
|
+
*/
|
|
82
|
+
addVMsToInspectionRequestOpts(requestParameters: AddVMsToInspectionRequest): Promise<runtime.RequestOpts>;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @summary Add more VMs to inspection queue
|
|
86
|
+
* @param {Array<string>} requestBody
|
|
87
|
+
* @param {*} [options] Override http request option.
|
|
88
|
+
* @throws {RequiredError}
|
|
89
|
+
* @memberof DefaultApiInterface
|
|
90
|
+
*/
|
|
91
|
+
addVMsToInspectionRaw(requestParameters: AddVMsToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
92
|
+
/**
|
|
93
|
+
* Add more VMs to inspection queue
|
|
94
|
+
*/
|
|
95
|
+
addVMsToInspection(requestParameters: AddVMsToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
96
|
+
/**
|
|
97
|
+
* Creates request options for createGroup without sending the request
|
|
98
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
99
|
+
* @throws {RequiredError}
|
|
100
|
+
* @memberof DefaultApiInterface
|
|
101
|
+
*/
|
|
102
|
+
createGroupRequestOpts(requestParameters: CreateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @summary Create a new group
|
|
106
|
+
* @param {CreateGroupRequest} createGroupRequest
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
* @memberof DefaultApiInterface
|
|
110
|
+
*/
|
|
111
|
+
createGroupRaw(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
112
|
+
/**
|
|
113
|
+
* Create a new group
|
|
114
|
+
*/
|
|
115
|
+
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
116
|
+
/**
|
|
117
|
+
* Creates request options for deleteGroup without sending the request
|
|
118
|
+
* @param {string} id Group ID
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
* @memberof DefaultApiInterface
|
|
121
|
+
*/
|
|
122
|
+
deleteGroupRequestOpts(requestParameters: DeleteGroupRequest): Promise<runtime.RequestOpts>;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @summary Delete group
|
|
126
|
+
* @param {string} id Group ID
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
* @memberof DefaultApiInterface
|
|
130
|
+
*/
|
|
131
|
+
deleteGroupRaw(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
132
|
+
/**
|
|
133
|
+
* Delete group
|
|
134
|
+
*/
|
|
135
|
+
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
136
|
+
/**
|
|
137
|
+
* Creates request options for getAgentStatus without sending the request
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof DefaultApiInterface
|
|
140
|
+
*/
|
|
141
|
+
getAgentStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @summary Get agent status
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
* @memberof DefaultApiInterface
|
|
148
|
+
*/
|
|
149
|
+
getAgentStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgentStatus>>;
|
|
150
|
+
/**
|
|
151
|
+
* Get agent status
|
|
152
|
+
*/
|
|
153
|
+
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
154
|
+
/**
|
|
155
|
+
* Creates request options for getCollectorStatus without sending the request
|
|
156
|
+
* @throws {RequiredError}
|
|
157
|
+
* @memberof DefaultApiInterface
|
|
158
|
+
*/
|
|
159
|
+
getCollectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
160
|
+
/**
|
|
161
|
+
*
|
|
162
|
+
* @summary Get collector status
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
* @memberof DefaultApiInterface
|
|
166
|
+
*/
|
|
167
|
+
getCollectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectorStatus>>;
|
|
168
|
+
/**
|
|
169
|
+
* Get collector status
|
|
170
|
+
*/
|
|
171
|
+
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
172
|
+
/**
|
|
173
|
+
* Creates request options for getGroup without sending the request
|
|
174
|
+
* @param {string} id Group ID
|
|
175
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
176
|
+
* @param {number} [page] Page number for pagination
|
|
177
|
+
* @param {number} [pageSize] Number of items per page
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
* @memberof DefaultApiInterface
|
|
180
|
+
*/
|
|
181
|
+
getGroupRequestOpts(requestParameters: GetGroupRequest): Promise<runtime.RequestOpts>;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @summary Get group by ID with its VMs
|
|
185
|
+
* @param {string} id Group ID
|
|
186
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
187
|
+
* @param {number} [page] Page number for pagination
|
|
188
|
+
* @param {number} [pageSize] Number of items per page
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
* @memberof DefaultApiInterface
|
|
192
|
+
*/
|
|
193
|
+
getGroupRaw(requestParameters: GetGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupResponse>>;
|
|
194
|
+
/**
|
|
195
|
+
* Get group by ID with its VMs
|
|
196
|
+
*/
|
|
197
|
+
getGroup(requestParameters: GetGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* Creates request options for getInspectorStatus without sending the request
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
* @memberof DefaultApiInterface
|
|
202
|
+
*/
|
|
203
|
+
getInspectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
204
|
+
/**
|
|
205
|
+
*
|
|
206
|
+
* @summary Get inspector status
|
|
207
|
+
* @param {*} [options] Override http request option.
|
|
208
|
+
* @throws {RequiredError}
|
|
209
|
+
* @memberof DefaultApiInterface
|
|
210
|
+
*/
|
|
211
|
+
getInspectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
212
|
+
/**
|
|
213
|
+
* Get inspector status
|
|
214
|
+
*/
|
|
215
|
+
getInspectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
216
|
+
/**
|
|
217
|
+
* Creates request options for getInventory without sending the request
|
|
218
|
+
* @param {boolean} [withAgentId] If true, include the agentId in the response (Compatible with manual inventory upload).
|
|
219
|
+
* @param {string} [groupId] Filter inventory to VMs matching this group\'s filter expression
|
|
220
|
+
* @throws {RequiredError}
|
|
221
|
+
* @memberof DefaultApiInterface
|
|
222
|
+
*/
|
|
223
|
+
getInventoryRequestOpts(requestParameters: GetInventoryRequest): Promise<runtime.RequestOpts>;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @summary Get collected inventory
|
|
227
|
+
* @param {boolean} [withAgentId] If true, include the agentId in the response (Compatible with manual inventory upload).
|
|
228
|
+
* @param {string} [groupId] Filter inventory to VMs matching this group\'s filter expression
|
|
229
|
+
* @param {*} [options] Override http request option.
|
|
230
|
+
* @throws {RequiredError}
|
|
231
|
+
* @memberof DefaultApiInterface
|
|
232
|
+
*/
|
|
233
|
+
getInventoryRaw(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetInventory200Response>>;
|
|
234
|
+
/**
|
|
235
|
+
* Get collected inventory
|
|
236
|
+
*/
|
|
237
|
+
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
238
|
+
/**
|
|
239
|
+
* Creates request options for getVM without sending the request
|
|
240
|
+
* @param {string} id VirtualMachine id
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
* @memberof DefaultApiInterface
|
|
243
|
+
*/
|
|
244
|
+
getVMRequestOpts(requestParameters: GetVMRequest): Promise<runtime.RequestOpts>;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @summary Get details about a vm
|
|
248
|
+
* @param {string} id VirtualMachine id
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
* @memberof DefaultApiInterface
|
|
252
|
+
*/
|
|
253
|
+
getVMRaw(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VirtualMachineDetail>>;
|
|
254
|
+
/**
|
|
255
|
+
* Get details about a vm
|
|
256
|
+
*/
|
|
257
|
+
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
258
|
+
/**
|
|
259
|
+
* Creates request options for getVMInspectionStatus without sending the request
|
|
260
|
+
* @param {string} id VirtualMachine ID
|
|
261
|
+
* @throws {RequiredError}
|
|
262
|
+
* @memberof DefaultApiInterface
|
|
263
|
+
*/
|
|
264
|
+
getVMInspectionStatusRequestOpts(requestParameters: GetVMInspectionStatusRequest): Promise<runtime.RequestOpts>;
|
|
265
|
+
/**
|
|
266
|
+
*
|
|
267
|
+
* @summary Get inspection status for a specific VirtualMachine
|
|
268
|
+
* @param {string} id VirtualMachine ID
|
|
269
|
+
* @param {*} [options] Override http request option.
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
* @memberof DefaultApiInterface
|
|
272
|
+
*/
|
|
273
|
+
getVMInspectionStatusRaw(requestParameters: GetVMInspectionStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
274
|
+
/**
|
|
275
|
+
* Get inspection status for a specific VirtualMachine
|
|
276
|
+
*/
|
|
277
|
+
getVMInspectionStatus(requestParameters: GetVMInspectionStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
278
|
+
/**
|
|
279
|
+
* Creates request options for getVMs without sending the request
|
|
280
|
+
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
281
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
282
|
+
* @param {number} [page] Page number for pagination
|
|
283
|
+
* @param {number} [pageSize] Number of items per page
|
|
284
|
+
* @throws {RequiredError}
|
|
285
|
+
* @memberof DefaultApiInterface
|
|
286
|
+
*/
|
|
287
|
+
getVMsRequestOpts(requestParameters: GetVMsRequest): Promise<runtime.RequestOpts>;
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @summary Get list of VMs with filtering and pagination
|
|
291
|
+
* @param {string} [byExpression] Filter by expression (matches VMs with the provided expression)
|
|
292
|
+
* @param {Array<string>} [sort] Sort fields with direction (e.g., \"name:asc\" or \"cluster:desc,name:asc\"). Valid fields are name, vCenterState, cluster, diskSize, memory, issues.
|
|
293
|
+
* @param {number} [page] Page number for pagination
|
|
294
|
+
* @param {number} [pageSize] Number of items per page
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
* @memberof DefaultApiInterface
|
|
298
|
+
*/
|
|
299
|
+
getVMsRaw(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VirtualMachineListResponse>>;
|
|
300
|
+
/**
|
|
301
|
+
* Get list of VMs with filtering and pagination
|
|
302
|
+
*/
|
|
303
|
+
getVMs(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
304
|
+
/**
|
|
305
|
+
* Creates request options for getVersion without sending the request
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
* @memberof DefaultApiInterface
|
|
308
|
+
*/
|
|
309
|
+
getVersionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
310
|
+
/**
|
|
311
|
+
*
|
|
312
|
+
* @summary Get agent version information
|
|
313
|
+
* @param {*} [options] Override http request option.
|
|
314
|
+
* @throws {RequiredError}
|
|
315
|
+
* @memberof DefaultApiInterface
|
|
316
|
+
*/
|
|
317
|
+
getVersionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VersionInfo>>;
|
|
318
|
+
/**
|
|
319
|
+
* Get agent version information
|
|
320
|
+
*/
|
|
321
|
+
getVersion(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VersionInfo>;
|
|
322
|
+
/**
|
|
323
|
+
* Creates request options for listGroups without sending the request
|
|
324
|
+
* @param {string} [byName] Filter groups by name (case-insensitive substring match)
|
|
325
|
+
* @param {number} [page] Page number (1-indexed)
|
|
326
|
+
* @param {number} [pageSize] Number of groups per page
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof DefaultApiInterface
|
|
329
|
+
*/
|
|
330
|
+
listGroupsRequestOpts(requestParameters: ListGroupsRequest): Promise<runtime.RequestOpts>;
|
|
331
|
+
/**
|
|
332
|
+
*
|
|
333
|
+
* @summary List all groups
|
|
334
|
+
* @param {string} [byName] Filter groups by name (case-insensitive substring match)
|
|
335
|
+
* @param {number} [page] Page number (1-indexed)
|
|
336
|
+
* @param {number} [pageSize] Number of groups per page
|
|
337
|
+
* @param {*} [options] Override http request option.
|
|
338
|
+
* @throws {RequiredError}
|
|
339
|
+
* @memberof DefaultApiInterface
|
|
340
|
+
*/
|
|
341
|
+
listGroupsRaw(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupListResponse>>;
|
|
342
|
+
/**
|
|
343
|
+
* List all groups
|
|
344
|
+
*/
|
|
345
|
+
listGroups(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
346
|
+
/**
|
|
347
|
+
* Creates request options for removeVMFromInspection without sending the request
|
|
348
|
+
* @param {string} id
|
|
349
|
+
* @throws {RequiredError}
|
|
350
|
+
* @memberof DefaultApiInterface
|
|
351
|
+
*/
|
|
352
|
+
removeVMFromInspectionRequestOpts(requestParameters: RemoveVMFromInspectionRequest): Promise<runtime.RequestOpts>;
|
|
353
|
+
/**
|
|
354
|
+
*
|
|
355
|
+
* @summary Remove VirtualMachine from inspection queue
|
|
356
|
+
* @param {string} id
|
|
357
|
+
* @param {*} [options] Override http request option.
|
|
358
|
+
* @throws {RequiredError}
|
|
359
|
+
* @memberof DefaultApiInterface
|
|
360
|
+
*/
|
|
361
|
+
removeVMFromInspectionRaw(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
362
|
+
/**
|
|
363
|
+
* Remove VirtualMachine from inspection queue
|
|
364
|
+
*/
|
|
365
|
+
removeVMFromInspection(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
366
|
+
/**
|
|
367
|
+
* Creates request options for setAgentMode without sending the request
|
|
368
|
+
* @param {AgentModeRequest} agentModeRequest
|
|
369
|
+
* @throws {RequiredError}
|
|
370
|
+
* @memberof DefaultApiInterface
|
|
371
|
+
*/
|
|
372
|
+
setAgentModeRequestOpts(requestParameters: SetAgentModeRequest): Promise<runtime.RequestOpts>;
|
|
373
|
+
/**
|
|
374
|
+
*
|
|
375
|
+
* @summary Change agent mode
|
|
376
|
+
* @param {AgentModeRequest} agentModeRequest
|
|
377
|
+
* @param {*} [options] Override http request option.
|
|
378
|
+
* @throws {RequiredError}
|
|
379
|
+
* @memberof DefaultApiInterface
|
|
380
|
+
*/
|
|
381
|
+
setAgentModeRaw(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgentStatus>>;
|
|
382
|
+
/**
|
|
383
|
+
* Change agent mode
|
|
384
|
+
*/
|
|
385
|
+
setAgentMode(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
386
|
+
/**
|
|
387
|
+
* Creates request options for startCollector without sending the request
|
|
388
|
+
* @param {CollectorStartRequest} collectorStartRequest
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
* @memberof DefaultApiInterface
|
|
391
|
+
*/
|
|
392
|
+
startCollectorRequestOpts(requestParameters: StartCollectorRequest): Promise<runtime.RequestOpts>;
|
|
393
|
+
/**
|
|
394
|
+
*
|
|
395
|
+
* @summary Start inventory collection
|
|
396
|
+
* @param {CollectorStartRequest} collectorStartRequest
|
|
397
|
+
* @param {*} [options] Override http request option.
|
|
398
|
+
* @throws {RequiredError}
|
|
399
|
+
* @memberof DefaultApiInterface
|
|
400
|
+
*/
|
|
401
|
+
startCollectorRaw(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectorStatus>>;
|
|
402
|
+
/**
|
|
403
|
+
* Start inventory collection
|
|
404
|
+
*/
|
|
405
|
+
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
406
|
+
/**
|
|
407
|
+
* Creates request options for startInspection without sending the request
|
|
408
|
+
* @param {InspectorStartRequest} inspectorStartRequest
|
|
409
|
+
* @throws {RequiredError}
|
|
410
|
+
* @memberof DefaultApiInterface
|
|
411
|
+
*/
|
|
412
|
+
startInspectionRequestOpts(requestParameters: StartInspectionRequest): Promise<runtime.RequestOpts>;
|
|
413
|
+
/**
|
|
414
|
+
*
|
|
415
|
+
* @summary Start inspection for VMs
|
|
416
|
+
* @param {InspectorStartRequest} inspectorStartRequest
|
|
417
|
+
* @param {*} [options] Override http request option.
|
|
418
|
+
* @throws {RequiredError}
|
|
419
|
+
* @memberof DefaultApiInterface
|
|
420
|
+
*/
|
|
421
|
+
startInspectionRaw(requestParameters: StartInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
422
|
+
/**
|
|
423
|
+
* Start inspection for VMs
|
|
424
|
+
*/
|
|
425
|
+
startInspection(requestParameters: StartInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
426
|
+
/**
|
|
427
|
+
* Creates request options for stopCollector without sending the request
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
* @memberof DefaultApiInterface
|
|
430
|
+
*/
|
|
431
|
+
stopCollectorRequestOpts(): Promise<runtime.RequestOpts>;
|
|
432
|
+
/**
|
|
433
|
+
*
|
|
434
|
+
* @summary Stop collection
|
|
435
|
+
* @param {*} [options] Override http request option.
|
|
436
|
+
* @throws {RequiredError}
|
|
437
|
+
* @memberof DefaultApiInterface
|
|
438
|
+
*/
|
|
439
|
+
stopCollectorRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
440
|
+
/**
|
|
441
|
+
* Stop collection
|
|
442
|
+
*/
|
|
443
|
+
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
444
|
+
/**
|
|
445
|
+
* Creates request options for stopInspection without sending the request
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
* @memberof DefaultApiInterface
|
|
448
|
+
*/
|
|
449
|
+
stopInspectionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
450
|
+
/**
|
|
451
|
+
*
|
|
452
|
+
* @summary Stop inspector entirely
|
|
453
|
+
* @param {*} [options] Override http request option.
|
|
454
|
+
* @throws {RequiredError}
|
|
455
|
+
* @memberof DefaultApiInterface
|
|
456
|
+
*/
|
|
457
|
+
stopInspectionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
458
|
+
/**
|
|
459
|
+
* Stop inspector entirely
|
|
460
|
+
*/
|
|
461
|
+
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
462
|
+
/**
|
|
463
|
+
* Creates request options for updateGroup without sending the request
|
|
464
|
+
* @param {string} id Group ID
|
|
465
|
+
* @param {UpdateGroupRequest} updateGroupRequest
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
* @memberof DefaultApiInterface
|
|
468
|
+
*/
|
|
469
|
+
updateGroupRequestOpts(requestParameters: UpdateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
470
|
+
/**
|
|
471
|
+
*
|
|
472
|
+
* @summary Update group
|
|
473
|
+
* @param {string} id Group ID
|
|
474
|
+
* @param {UpdateGroupRequest} updateGroupRequest
|
|
475
|
+
* @param {*} [options] Override http request option.
|
|
476
|
+
* @throws {RequiredError}
|
|
477
|
+
* @memberof DefaultApiInterface
|
|
478
|
+
*/
|
|
479
|
+
updateGroupRaw(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
480
|
+
/**
|
|
481
|
+
* Update group
|
|
482
|
+
*/
|
|
483
|
+
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
484
|
+
/**
|
|
485
|
+
* Creates request options for vddkPost without sending the request
|
|
486
|
+
* @param {Blob} file VDDK tarball
|
|
487
|
+
* @throws {RequiredError}
|
|
488
|
+
* @memberof DefaultApiInterface
|
|
489
|
+
*/
|
|
490
|
+
vddkPostRequestOpts(requestParameters: VddkPostRequest): Promise<runtime.RequestOpts>;
|
|
491
|
+
/**
|
|
492
|
+
*
|
|
493
|
+
* @summary Upload VDDK tarball
|
|
494
|
+
* @param {Blob} file VDDK tarball
|
|
495
|
+
* @param {*} [options] Override http request option.
|
|
496
|
+
* @throws {RequiredError}
|
|
497
|
+
* @memberof DefaultApiInterface
|
|
498
|
+
*/
|
|
499
|
+
vddkPostRaw(requestParameters: VddkPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkPost200Response>>;
|
|
500
|
+
/**
|
|
501
|
+
* Upload VDDK tarball
|
|
502
|
+
*/
|
|
503
|
+
vddkPost(requestParameters: VddkPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkPost200Response>;
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
*
|
|
507
|
+
*/
|
|
508
|
+
export declare class DefaultApi extends runtime.BaseAPI implements DefaultApiInterface {
|
|
509
|
+
/**
|
|
510
|
+
* Creates request options for addVMsToInspection without sending the request
|
|
511
|
+
*/
|
|
512
|
+
addVMsToInspectionRequestOpts(requestParameters: AddVMsToInspectionRequest): Promise<runtime.RequestOpts>;
|
|
513
|
+
/**
|
|
514
|
+
* Add more VMs to inspection queue
|
|
515
|
+
*/
|
|
516
|
+
addVMsToInspectionRaw(requestParameters: AddVMsToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
517
|
+
/**
|
|
518
|
+
* Add more VMs to inspection queue
|
|
519
|
+
*/
|
|
520
|
+
addVMsToInspection(requestParameters: AddVMsToInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
521
|
+
/**
|
|
522
|
+
* Creates request options for createGroup without sending the request
|
|
523
|
+
*/
|
|
524
|
+
createGroupRequestOpts(requestParameters: CreateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
525
|
+
/**
|
|
526
|
+
* Create a new group
|
|
527
|
+
*/
|
|
528
|
+
createGroupRaw(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
529
|
+
/**
|
|
530
|
+
* Create a new group
|
|
531
|
+
*/
|
|
532
|
+
createGroup(requestParameters: CreateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
533
|
+
/**
|
|
534
|
+
* Creates request options for deleteGroup without sending the request
|
|
535
|
+
*/
|
|
536
|
+
deleteGroupRequestOpts(requestParameters: DeleteGroupRequest): Promise<runtime.RequestOpts>;
|
|
537
|
+
/**
|
|
538
|
+
* Delete group
|
|
539
|
+
*/
|
|
540
|
+
deleteGroupRaw(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
541
|
+
/**
|
|
542
|
+
* Delete group
|
|
543
|
+
*/
|
|
544
|
+
deleteGroup(requestParameters: DeleteGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
545
|
+
/**
|
|
546
|
+
* Creates request options for getAgentStatus without sending the request
|
|
547
|
+
*/
|
|
548
|
+
getAgentStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
549
|
+
/**
|
|
550
|
+
* Get agent status
|
|
551
|
+
*/
|
|
552
|
+
getAgentStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgentStatus>>;
|
|
553
|
+
/**
|
|
554
|
+
* Get agent status
|
|
555
|
+
*/
|
|
556
|
+
getAgentStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
557
|
+
/**
|
|
558
|
+
* Creates request options for getCollectorStatus without sending the request
|
|
559
|
+
*/
|
|
560
|
+
getCollectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
561
|
+
/**
|
|
562
|
+
* Get collector status
|
|
563
|
+
*/
|
|
564
|
+
getCollectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectorStatus>>;
|
|
565
|
+
/**
|
|
566
|
+
* Get collector status
|
|
567
|
+
*/
|
|
568
|
+
getCollectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
569
|
+
/**
|
|
570
|
+
* Creates request options for getGroup without sending the request
|
|
571
|
+
*/
|
|
572
|
+
getGroupRequestOpts(requestParameters: GetGroupRequest): Promise<runtime.RequestOpts>;
|
|
573
|
+
/**
|
|
574
|
+
* Get group by ID with its VMs
|
|
575
|
+
*/
|
|
576
|
+
getGroupRaw(requestParameters: GetGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupResponse>>;
|
|
577
|
+
/**
|
|
578
|
+
* Get group by ID with its VMs
|
|
579
|
+
*/
|
|
580
|
+
getGroup(requestParameters: GetGroupRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupResponse>;
|
|
581
|
+
/**
|
|
582
|
+
* Creates request options for getInspectorStatus without sending the request
|
|
583
|
+
*/
|
|
584
|
+
getInspectorStatusRequestOpts(): Promise<runtime.RequestOpts>;
|
|
585
|
+
/**
|
|
586
|
+
* Get inspector status
|
|
587
|
+
*/
|
|
588
|
+
getInspectorStatusRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
589
|
+
/**
|
|
590
|
+
* Get inspector status
|
|
591
|
+
*/
|
|
592
|
+
getInspectorStatus(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
593
|
+
/**
|
|
594
|
+
* Creates request options for getInventory without sending the request
|
|
595
|
+
*/
|
|
596
|
+
getInventoryRequestOpts(requestParameters: GetInventoryRequest): Promise<runtime.RequestOpts>;
|
|
597
|
+
/**
|
|
598
|
+
* Get collected inventory
|
|
599
|
+
*/
|
|
600
|
+
getInventoryRaw(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetInventory200Response>>;
|
|
601
|
+
/**
|
|
602
|
+
* Get collected inventory
|
|
603
|
+
*/
|
|
604
|
+
getInventory(requestParameters?: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetInventory200Response>;
|
|
605
|
+
/**
|
|
606
|
+
* Creates request options for getVM without sending the request
|
|
607
|
+
*/
|
|
608
|
+
getVMRequestOpts(requestParameters: GetVMRequest): Promise<runtime.RequestOpts>;
|
|
609
|
+
/**
|
|
610
|
+
* Get details about a vm
|
|
611
|
+
*/
|
|
612
|
+
getVMRaw(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VirtualMachineDetail>>;
|
|
613
|
+
/**
|
|
614
|
+
* Get details about a vm
|
|
615
|
+
*/
|
|
616
|
+
getVM(requestParameters: GetVMRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineDetail>;
|
|
617
|
+
/**
|
|
618
|
+
* Creates request options for getVMInspectionStatus without sending the request
|
|
619
|
+
*/
|
|
620
|
+
getVMInspectionStatusRequestOpts(requestParameters: GetVMInspectionStatusRequest): Promise<runtime.RequestOpts>;
|
|
621
|
+
/**
|
|
622
|
+
* Get inspection status for a specific VirtualMachine
|
|
623
|
+
*/
|
|
624
|
+
getVMInspectionStatusRaw(requestParameters: GetVMInspectionStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
625
|
+
/**
|
|
626
|
+
* Get inspection status for a specific VirtualMachine
|
|
627
|
+
*/
|
|
628
|
+
getVMInspectionStatus(requestParameters: GetVMInspectionStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
629
|
+
/**
|
|
630
|
+
* Creates request options for getVMs without sending the request
|
|
631
|
+
*/
|
|
632
|
+
getVMsRequestOpts(requestParameters: GetVMsRequest): Promise<runtime.RequestOpts>;
|
|
633
|
+
/**
|
|
634
|
+
* Get list of VMs with filtering and pagination
|
|
635
|
+
*/
|
|
636
|
+
getVMsRaw(requestParameters: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VirtualMachineListResponse>>;
|
|
637
|
+
/**
|
|
638
|
+
* Get list of VMs with filtering and pagination
|
|
639
|
+
*/
|
|
640
|
+
getVMs(requestParameters?: GetVMsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VirtualMachineListResponse>;
|
|
641
|
+
/**
|
|
642
|
+
* Creates request options for getVersion without sending the request
|
|
643
|
+
*/
|
|
644
|
+
getVersionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
645
|
+
/**
|
|
646
|
+
* Get agent version information
|
|
647
|
+
*/
|
|
648
|
+
getVersionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VersionInfo>>;
|
|
649
|
+
/**
|
|
650
|
+
* Get agent version information
|
|
651
|
+
*/
|
|
652
|
+
getVersion(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VersionInfo>;
|
|
653
|
+
/**
|
|
654
|
+
* Creates request options for listGroups without sending the request
|
|
655
|
+
*/
|
|
656
|
+
listGroupsRequestOpts(requestParameters: ListGroupsRequest): Promise<runtime.RequestOpts>;
|
|
657
|
+
/**
|
|
658
|
+
* List all groups
|
|
659
|
+
*/
|
|
660
|
+
listGroupsRaw(requestParameters: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupListResponse>>;
|
|
661
|
+
/**
|
|
662
|
+
* List all groups
|
|
663
|
+
*/
|
|
664
|
+
listGroups(requestParameters?: ListGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupListResponse>;
|
|
665
|
+
/**
|
|
666
|
+
* Creates request options for removeVMFromInspection without sending the request
|
|
667
|
+
*/
|
|
668
|
+
removeVMFromInspectionRequestOpts(requestParameters: RemoveVMFromInspectionRequest): Promise<runtime.RequestOpts>;
|
|
669
|
+
/**
|
|
670
|
+
* Remove VirtualMachine from inspection queue
|
|
671
|
+
*/
|
|
672
|
+
removeVMFromInspectionRaw(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VmInspectionStatus>>;
|
|
673
|
+
/**
|
|
674
|
+
* Remove VirtualMachine from inspection queue
|
|
675
|
+
*/
|
|
676
|
+
removeVMFromInspection(requestParameters: RemoveVMFromInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VmInspectionStatus>;
|
|
677
|
+
/**
|
|
678
|
+
* Creates request options for setAgentMode without sending the request
|
|
679
|
+
*/
|
|
680
|
+
setAgentModeRequestOpts(requestParameters: SetAgentModeRequest): Promise<runtime.RequestOpts>;
|
|
681
|
+
/**
|
|
682
|
+
* Change agent mode
|
|
683
|
+
*/
|
|
684
|
+
setAgentModeRaw(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgentStatus>>;
|
|
685
|
+
/**
|
|
686
|
+
* Change agent mode
|
|
687
|
+
*/
|
|
688
|
+
setAgentMode(requestParameters: SetAgentModeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgentStatus>;
|
|
689
|
+
/**
|
|
690
|
+
* Creates request options for startCollector without sending the request
|
|
691
|
+
*/
|
|
692
|
+
startCollectorRequestOpts(requestParameters: StartCollectorRequest): Promise<runtime.RequestOpts>;
|
|
693
|
+
/**
|
|
694
|
+
* Start inventory collection
|
|
695
|
+
*/
|
|
696
|
+
startCollectorRaw(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CollectorStatus>>;
|
|
697
|
+
/**
|
|
698
|
+
* Start inventory collection
|
|
699
|
+
*/
|
|
700
|
+
startCollector(requestParameters: StartCollectorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CollectorStatus>;
|
|
701
|
+
/**
|
|
702
|
+
* Creates request options for startInspection without sending the request
|
|
703
|
+
*/
|
|
704
|
+
startInspectionRequestOpts(requestParameters: StartInspectionRequest): Promise<runtime.RequestOpts>;
|
|
705
|
+
/**
|
|
706
|
+
* Start inspection for VMs
|
|
707
|
+
*/
|
|
708
|
+
startInspectionRaw(requestParameters: StartInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
709
|
+
/**
|
|
710
|
+
* Start inspection for VMs
|
|
711
|
+
*/
|
|
712
|
+
startInspection(requestParameters: StartInspectionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
713
|
+
/**
|
|
714
|
+
* Creates request options for stopCollector without sending the request
|
|
715
|
+
*/
|
|
716
|
+
stopCollectorRequestOpts(): Promise<runtime.RequestOpts>;
|
|
717
|
+
/**
|
|
718
|
+
* Stop collection
|
|
719
|
+
*/
|
|
720
|
+
stopCollectorRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
721
|
+
/**
|
|
722
|
+
* Stop collection
|
|
723
|
+
*/
|
|
724
|
+
stopCollector(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
725
|
+
/**
|
|
726
|
+
* Creates request options for stopInspection without sending the request
|
|
727
|
+
*/
|
|
728
|
+
stopInspectionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
729
|
+
/**
|
|
730
|
+
* Stop inspector entirely
|
|
731
|
+
*/
|
|
732
|
+
stopInspectionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InspectorStatus>>;
|
|
733
|
+
/**
|
|
734
|
+
* Stop inspector entirely
|
|
735
|
+
*/
|
|
736
|
+
stopInspection(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InspectorStatus>;
|
|
737
|
+
/**
|
|
738
|
+
* Creates request options for updateGroup without sending the request
|
|
739
|
+
*/
|
|
740
|
+
updateGroupRequestOpts(requestParameters: UpdateGroupOperationRequest): Promise<runtime.RequestOpts>;
|
|
741
|
+
/**
|
|
742
|
+
* Update group
|
|
743
|
+
*/
|
|
744
|
+
updateGroupRaw(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
745
|
+
/**
|
|
746
|
+
* Update group
|
|
747
|
+
*/
|
|
748
|
+
updateGroup(requestParameters: UpdateGroupOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
749
|
+
/**
|
|
750
|
+
* Creates request options for vddkPost without sending the request
|
|
751
|
+
*/
|
|
752
|
+
vddkPostRequestOpts(requestParameters: VddkPostRequest): Promise<runtime.RequestOpts>;
|
|
753
|
+
/**
|
|
754
|
+
* Upload VDDK tarball
|
|
755
|
+
*/
|
|
756
|
+
vddkPostRaw(requestParameters: VddkPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VddkPost200Response>>;
|
|
757
|
+
/**
|
|
758
|
+
* Upload VDDK tarball
|
|
759
|
+
*/
|
|
760
|
+
vddkPost(requestParameters: VddkPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VddkPost200Response>;
|
|
761
|
+
}
|