@openshift-migration-advisor/agent-sdk 0.12.0-d4bdc4301890 → 0.12.0-e6e9d25bdc36

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.
Files changed (110) hide show
  1. package/.openapi-generator/FILES +30 -0
  2. package/README.md +29 -2
  3. package/dist/apis/DefaultApi.d.ts +442 -0
  4. package/dist/apis/DefaultApi.js +484 -0
  5. package/dist/esm/apis/DefaultApi.d.ts +442 -0
  6. package/dist/esm/apis/DefaultApi.js +484 -0
  7. package/dist/esm/models/BenchmarkRun.d.ts +104 -0
  8. package/dist/esm/models/BenchmarkRun.js +85 -0
  9. package/dist/esm/models/DatastoreDetail.d.ts +90 -0
  10. package/dist/esm/models/DatastoreDetail.js +74 -0
  11. package/dist/esm/models/DatastorePair.d.ts +50 -0
  12. package/dist/esm/models/DatastorePair.js +53 -0
  13. package/dist/esm/models/EstimateRange.d.ts +44 -0
  14. package/dist/esm/models/EstimateRange.js +45 -0
  15. package/dist/esm/models/ForecastStats.d.ts +87 -0
  16. package/dist/esm/models/ForecastStats.js +64 -0
  17. package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
  18. package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
  19. package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
  20. package/dist/esm/models/ForecasterPairStatus.js +82 -0
  21. package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
  22. package/dist/esm/models/ForecasterStartRequest.js +53 -0
  23. package/dist/esm/models/ForecasterStatus.d.ts +47 -0
  24. package/dist/esm/models/ForecasterStatus.js +53 -0
  25. package/dist/esm/models/PairCapability.d.ts +60 -0
  26. package/dist/esm/models/PairCapability.js +64 -0
  27. package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
  28. package/dist/esm/models/PairCapabilityRequest.js +47 -0
  29. package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
  30. package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
  31. package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
  32. package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
  33. package/dist/esm/models/RightsizingClusterUtilization.d.ts +106 -0
  34. package/dist/esm/models/RightsizingClusterUtilization.js +91 -0
  35. package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
  36. package/dist/esm/models/StopForecasterPair202Response.js +49 -0
  37. package/dist/esm/models/VmUtilizationDetails.d.ts +18 -0
  38. package/dist/esm/models/VmUtilizationDetails.js +12 -0
  39. package/dist/esm/models/index.d.ts +15 -0
  40. package/dist/esm/models/index.js +15 -0
  41. package/dist/models/BenchmarkRun.d.ts +104 -0
  42. package/dist/models/BenchmarkRun.js +92 -0
  43. package/dist/models/DatastoreDetail.d.ts +90 -0
  44. package/dist/models/DatastoreDetail.js +82 -0
  45. package/dist/models/DatastorePair.d.ts +50 -0
  46. package/dist/models/DatastorePair.js +60 -0
  47. package/dist/models/EstimateRange.d.ts +44 -0
  48. package/dist/models/EstimateRange.js +52 -0
  49. package/dist/models/ForecastStats.d.ts +87 -0
  50. package/dist/models/ForecastStats.js +71 -0
  51. package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
  52. package/dist/models/ForecasterDatastoresRequest.js +49 -0
  53. package/dist/models/ForecasterPairStatus.d.ts +98 -0
  54. package/dist/models/ForecasterPairStatus.js +90 -0
  55. package/dist/models/ForecasterStartRequest.d.ts +58 -0
  56. package/dist/models/ForecasterStartRequest.js +60 -0
  57. package/dist/models/ForecasterStatus.d.ts +47 -0
  58. package/dist/models/ForecasterStatus.js +61 -0
  59. package/dist/models/PairCapability.d.ts +60 -0
  60. package/dist/models/PairCapability.js +72 -0
  61. package/dist/models/PairCapabilityRequest.d.ts +40 -0
  62. package/dist/models/PairCapabilityRequest.js +54 -0
  63. package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
  64. package/dist/models/PutForecasterCredentials403Response.js +50 -0
  65. package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
  66. package/dist/models/RightsizingClusterListResponse.js +55 -0
  67. package/dist/models/RightsizingClusterUtilization.d.ts +106 -0
  68. package/dist/models/RightsizingClusterUtilization.js +98 -0
  69. package/dist/models/StopForecasterPair202Response.d.ts +45 -0
  70. package/dist/models/StopForecasterPair202Response.js +57 -0
  71. package/dist/models/VmUtilizationDetails.d.ts +18 -0
  72. package/dist/models/VmUtilizationDetails.js +12 -0
  73. package/dist/models/index.d.ts +15 -0
  74. package/dist/models/index.js +15 -0
  75. package/docs/BenchmarkRun.md +58 -0
  76. package/docs/DatastoreDetail.md +50 -0
  77. package/docs/DatastorePair.md +40 -0
  78. package/docs/DefaultApi.md +875 -66
  79. package/docs/EstimateRange.md +39 -0
  80. package/docs/ForecastStats.md +52 -0
  81. package/docs/ForecasterDatastoresRequest.md +34 -0
  82. package/docs/ForecasterPairStatus.md +52 -0
  83. package/docs/ForecasterStartRequest.md +42 -0
  84. package/docs/ForecasterStatus.md +36 -0
  85. package/docs/PairCapability.md +40 -0
  86. package/docs/PairCapabilityRequest.md +36 -0
  87. package/docs/PutForecasterCredentials403Response.md +36 -0
  88. package/docs/RightsizingClusterListResponse.md +36 -0
  89. package/docs/RightsizingClusterUtilization.md +58 -0
  90. package/docs/StopForecasterPair202Response.md +36 -0
  91. package/docs/VmUtilizationDetails.md +6 -0
  92. package/package.json +1 -1
  93. package/src/apis/DefaultApi.ts +919 -17
  94. package/src/models/BenchmarkRun.ts +171 -0
  95. package/src/models/DatastoreDetail.ts +146 -0
  96. package/src/models/DatastorePair.ts +92 -0
  97. package/src/models/EstimateRange.ts +81 -0
  98. package/src/models/ForecastStats.ts +147 -0
  99. package/src/models/ForecasterDatastoresRequest.ts +73 -0
  100. package/src/models/ForecasterPairStatus.ts +158 -0
  101. package/src/models/ForecasterStartRequest.ts +113 -0
  102. package/src/models/ForecasterStatus.ts +93 -0
  103. package/src/models/PairCapability.ts +106 -0
  104. package/src/models/PairCapabilityRequest.ts +89 -0
  105. package/src/models/PutForecasterCredentials403Response.ts +73 -0
  106. package/src/models/RightsizingClusterListResponse.ts +83 -0
  107. package/src/models/RightsizingClusterUtilization.ts +176 -0
  108. package/src/models/StopForecasterPair202Response.ts +83 -0
  109. package/src/models/VmUtilizationDetails.ts +27 -0
  110. package/src/models/index.ts +15 -0
@@ -0,0 +1,39 @@
1
+
2
+ # EstimateRange
3
+
4
+ Time estimates for migrating 1TB of data
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `bestCase` | string
11
+ `expected` | string
12
+ `worstCase` | string
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { EstimateRange } from '@openshift-migration-advisor/agent-sdk'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "bestCase": null,
22
+ "expected": null,
23
+ "worstCase": null,
24
+ } satisfies EstimateRange
25
+
26
+ console.log(example)
27
+
28
+ // Convert the instance to a JSON string
29
+ const exampleJSON: string = JSON.stringify(example)
30
+ console.log(exampleJSON)
31
+
32
+ // Parse the JSON string back to an object
33
+ const exampleParsed = JSON.parse(exampleJSON) as EstimateRange
34
+ console.log(exampleParsed)
35
+ ```
36
+
37
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
38
+
39
+
@@ -0,0 +1,52 @@
1
+
2
+ # ForecastStats
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `pairName` | string
10
+ `sampleCount` | number
11
+ `meanMbps` | number
12
+ `medianMbps` | number
13
+ `minMbps` | number
14
+ `maxMbps` | number
15
+ `stddevMbps` | number
16
+ `ci95LowerMbps` | number
17
+ `ci95UpperMbps` | number
18
+ `estimatePer1TB` | [EstimateRange](EstimateRange.md)
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import type { ForecastStats } from '@openshift-migration-advisor/agent-sdk'
24
+
25
+ // TODO: Update the object below with actual values
26
+ const example = {
27
+ "pairName": null,
28
+ "sampleCount": null,
29
+ "meanMbps": null,
30
+ "medianMbps": null,
31
+ "minMbps": null,
32
+ "maxMbps": null,
33
+ "stddevMbps": null,
34
+ "ci95LowerMbps": null,
35
+ "ci95UpperMbps": null,
36
+ "estimatePer1TB": null,
37
+ } satisfies ForecastStats
38
+
39
+ console.log(example)
40
+
41
+ // Convert the instance to a JSON string
42
+ const exampleJSON: string = JSON.stringify(example)
43
+ console.log(exampleJSON)
44
+
45
+ // Parse the JSON string back to an object
46
+ const exampleParsed = JSON.parse(exampleJSON) as ForecastStats
47
+ console.log(exampleParsed)
48
+ ```
49
+
50
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
51
+
52
+
@@ -0,0 +1,34 @@
1
+
2
+ # ForecasterDatastoresRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `credentials` | [VcenterCredentials](VcenterCredentials.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ForecasterDatastoresRequest } from '@openshift-migration-advisor/agent-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "credentials": null,
19
+ } satisfies ForecasterDatastoresRequest
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as ForecasterDatastoresRequest
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,52 @@
1
+
2
+ # ForecasterPairStatus
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `pairName` | string
10
+ `sourceDatastore` | string
11
+ `targetDatastore` | string
12
+ `host` | string
13
+ `state` | string
14
+ `error` | string
15
+ `completedRuns` | number
16
+ `totalRuns` | number
17
+ `prepBytesTotal` | number
18
+ `prepBytesUploaded` | number
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import type { ForecasterPairStatus } from '@openshift-migration-advisor/agent-sdk'
24
+
25
+ // TODO: Update the object below with actual values
26
+ const example = {
27
+ "pairName": null,
28
+ "sourceDatastore": null,
29
+ "targetDatastore": null,
30
+ "host": null,
31
+ "state": null,
32
+ "error": null,
33
+ "completedRuns": null,
34
+ "totalRuns": null,
35
+ "prepBytesTotal": null,
36
+ "prepBytesUploaded": null,
37
+ } satisfies ForecasterPairStatus
38
+
39
+ console.log(example)
40
+
41
+ // Convert the instance to a JSON string
42
+ const exampleJSON: string = JSON.stringify(example)
43
+ console.log(exampleJSON)
44
+
45
+ // Parse the JSON string back to an object
46
+ const exampleParsed = JSON.parse(exampleJSON) as ForecasterPairStatus
47
+ console.log(exampleParsed)
48
+ ```
49
+
50
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
51
+
52
+
@@ -0,0 +1,42 @@
1
+
2
+ # ForecasterStartRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `credentials` | [VcenterCredentials](VcenterCredentials.md)
10
+ `pairs` | [Array<DatastorePair>](DatastorePair.md)
11
+ `diskSizeGb` | number
12
+ `iterations` | number
13
+ `concurrency` | number
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ForecasterStartRequest } from '@openshift-migration-advisor/agent-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "credentials": null,
23
+ "pairs": null,
24
+ "diskSizeGb": null,
25
+ "iterations": null,
26
+ "concurrency": null,
27
+ } satisfies ForecasterStartRequest
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ForecasterStartRequest
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,36 @@
1
+
2
+ # ForecasterStatus
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `state` | string
10
+ `pairs` | [Array<ForecasterPairStatus>](ForecasterPairStatus.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ForecasterStatus } from '@openshift-migration-advisor/agent-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "state": null,
20
+ "pairs": null,
21
+ } satisfies ForecasterStatus
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ForecasterStatus
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,40 @@
1
+
2
+ # PairCapability
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `pairName` | string
10
+ `sourceDatastore` | string
11
+ `targetDatastore` | string
12
+ `capabilities` | Array<string>
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { PairCapability } from '@openshift-migration-advisor/agent-sdk'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "pairName": null,
22
+ "sourceDatastore": null,
23
+ "targetDatastore": null,
24
+ "capabilities": null,
25
+ } satisfies PairCapability
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as PairCapability
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,36 @@
1
+
2
+ # PairCapabilityRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `credentials` | [VcenterCredentials](VcenterCredentials.md)
10
+ `pairs` | [Array<DatastorePair>](DatastorePair.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PairCapabilityRequest } from '@openshift-migration-advisor/agent-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "credentials": null,
20
+ "pairs": null,
21
+ } satisfies PairCapabilityRequest
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PairCapabilityRequest
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # PutForecasterCredentials403Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `error` | string
10
+ `missingPrivileges` | Array<string>
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { PutForecasterCredentials403Response } from '@openshift-migration-advisor/agent-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "error": insufficient vSphere privileges, missing: [Datastore.AllocateSpace VirtualMachine.Inventory.Create],
20
+ "missingPrivileges": ["Datastore.AllocateSpace","VirtualMachine.Inventory.Create"],
21
+ } satisfies PutForecasterCredentials403Response
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as PutForecasterCredentials403Response
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # RightsizingClusterListResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `reportId` | string
10
+ `clusters` | [Array<RightsizingClusterUtilization>](RightsizingClusterUtilization.md)
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { RightsizingClusterListResponse } from '@openshift-migration-advisor/agent-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "reportId": null,
20
+ "clusters": null,
21
+ } satisfies RightsizingClusterListResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as RightsizingClusterListResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,58 @@
1
+
2
+ # RightsizingClusterUtilization
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `clusterId` | string
10
+ `vmCount` | number
11
+ `cpuAvg` | number
12
+ `cpuP95` | number
13
+ `cpuMax` | number
14
+ `memAvg` | number
15
+ `memP95` | number
16
+ `memMax` | number
17
+ `disk` | number
18
+ `confidence` | number
19
+ `totalProvisionedCpus` | number
20
+ `totalProvisionedMemoryMb` | number
21
+ `totalProvisionedDiskKb` | number
22
+
23
+ ## Example
24
+
25
+ ```typescript
26
+ import type { RightsizingClusterUtilization } from '@openshift-migration-advisor/agent-sdk'
27
+
28
+ // TODO: Update the object below with actual values
29
+ const example = {
30
+ "clusterId": null,
31
+ "vmCount": null,
32
+ "cpuAvg": null,
33
+ "cpuP95": null,
34
+ "cpuMax": null,
35
+ "memAvg": null,
36
+ "memP95": null,
37
+ "memMax": null,
38
+ "disk": null,
39
+ "confidence": null,
40
+ "totalProvisionedCpus": null,
41
+ "totalProvisionedMemoryMb": null,
42
+ "totalProvisionedDiskKb": null,
43
+ } satisfies RightsizingClusterUtilization
44
+
45
+ console.log(example)
46
+
47
+ // Convert the instance to a JSON string
48
+ const exampleJSON: string = JSON.stringify(example)
49
+ console.log(exampleJSON)
50
+
51
+ // Parse the JSON string back to an object
52
+ const exampleParsed = JSON.parse(exampleJSON) as RightsizingClusterUtilization
53
+ console.log(exampleParsed)
54
+ ```
55
+
56
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
57
+
58
+
@@ -0,0 +1,36 @@
1
+
2
+ # StopForecasterPair202Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `pairName` | string
10
+ `state` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { StopForecasterPair202Response } from '@openshift-migration-advisor/agent-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "pairName": null,
20
+ "state": null,
21
+ } satisfies StopForecasterPair202Response
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as StopForecasterPair202Response
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -8,6 +8,9 @@ Name | Type
8
8
  ------------ | -------------
9
9
  `moid` | string
10
10
  `vmName` | string
11
+ `provisionedCpus` | number
12
+ `provisionedMemoryMb` | number
13
+ `provisionedDiskKb` | number
11
14
  `cpuAvg` | number
12
15
  `cpuP95` | number
13
16
  `cpuMax` | number
@@ -28,6 +31,9 @@ import type { VmUtilizationDetails } from '@openshift-migration-advisor/agent-sd
28
31
  const example = {
29
32
  "moid": null,
30
33
  "vmName": null,
34
+ "provisionedCpus": null,
35
+ "provisionedMemoryMb": null,
36
+ "provisionedDiskKb": null,
31
37
  "cpuAvg": null,
32
38
  "cpuP95": null,
33
39
  "cpuMax": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openshift-migration-advisor/agent-sdk",
3
- "version": "0.12.0-d4bdc4301890",
3
+ "version": "0.12.0-e6e9d25bdc36",
4
4
  "description": "OpenAPI client for @openshift-migration-advisor/agent-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {