You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*RegionsApi* | [**get_region**](docs/RegionsApi.md#get_region) | **GET** /regions/{region_name} | Gets a specific Region.
279
279
*RegionsApi* | [**get_region_by_id**](docs/RegionsApi.md#get_region_by_id) | **GET** /resources/regions/{region_id} | Gets a specific Region.
280
280
*RegionsApi* | [**list_regions**](docs/RegionsApi.md#list_regions) | **GET** /regions | Gets a list of all Regions.
281
+
*RegionsApi* | [**query_regions**](docs/RegionsApi.md#query_regions) | **GET** /resources/regions | Get all Regions in the org. Provide a filter to search for specific Regions.
281
282
*RegionsApi* | [**update_region**](docs/RegionsApi.md#update_region) | **PATCH** /regions/{region_name} | Updates a Region.
282
283
*RoleAssignmentsApi* | [**create_role_assignment**](docs/RoleAssignmentsApi.md#create_role_assignment) | **POST** /roles/{role_name}/role-assignments | Creates a Role Assignment.
283
284
*RoleAssignmentsApi* | [**delete_role_assignment**](docs/RoleAssignmentsApi.md#delete_role_assignment) | **DELETE** /roles/{role_name}/role-assignments/{role_assignment_name} | Delete a Role Assignment.
*SnapshotsApi* | [**get_snapshot**](docs/SnapshotsApi.md#get_snapshot) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name} | Gets a specific Snapshot.
294
295
*SnapshotsApi* | [**get_snapshot_by_id**](docs/SnapshotsApi.md#get_snapshot_by_id) | **GET** /resources/snapshots/{snapshot_id} | Gets a specific Snapshot.
295
296
*SnapshotsApi* | [**list_snapshots**](docs/SnapshotsApi.md#list_snapshots) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots | Gets a list of Snapshots.
296
-
*SnapshotsApi* | [**query_snapshots**](docs/SnapshotsApi.md#query_snapshots) | **GET** /resources/snapshots | (Opt-in) Get all Snapshots in the org. Provide a filter to search for specific snapshots.
297
+
*SnapshotsApi* | [**query_snapshots**](docs/SnapshotsApi.md#query_snapshots) | **GET** /resources/snapshots | Get all Snapshots in the org. Provide a filter to search for specific snapshots.
*TenantSpacesApi* | [**get_tenant_space_performance**](docs/TenantSpacesApi.md#get_tenant_space_performance) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/performance | Gets performance metrics of a specific Tenant Space.
321
322
*TenantSpacesApi* | [**get_tenant_space_space**](docs/TenantSpacesApi.md#get_tenant_space_space) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/space | Gets space metrics of a specific Tenant Space.
322
323
*TenantSpacesApi* | [**list_tenant_spaces**](docs/TenantSpacesApi.md#list_tenant_spaces) | **GET** /tenants/{tenant_name}/tenant-spaces | Gets a list of all Tenant Spaces.
323
-
*TenantSpacesApi* | [**query_tenant_spaces**](docs/TenantSpacesApi.md#query_tenant_spaces) | **GET** /resources/tenant-spaces | (Opt-in) Get all Tenant Spaces in the org. Provide a filter to search for specific Tenant Spaces
324
+
*TenantSpacesApi* | [**query_tenant_spaces**](docs/TenantSpacesApi.md#query_tenant_spaces) | **GET** /resources/tenant-spaces | Get all Tenant Spaces in the org. Provide a filter to search for specific Tenant Spaces
*TenantsApi* | [**get_tenant_performance**](docs/TenantsApi.md#get_tenant_performance) | **GET** /tenants/{tenant_name}/performance | Gets performance metrics of a specific Tenant.
330
331
*TenantsApi* | [**get_tenants_space**](docs/TenantsApi.md#get_tenants_space) | **GET** /tenants/{tenant_name}/space | Gets space metrics of a specific Tenant.
331
332
*TenantsApi* | [**list_tenants**](docs/TenantsApi.md#list_tenants) | **GET** /tenants | Gets a list of all Tenants.
333
+
*TenantsApi* | [**query_tenants**](docs/TenantsApi.md#query_tenants) | **GET** /resources/tenants | Get all Tenants in the org. Provide a filter to search for specific Tenants.
332
334
*TenantsApi* | [**update_tenant**](docs/TenantsApi.md#update_tenant) | **PATCH** /tenants/{tenant_name} | Updates a Tenant.
333
-
*VolumeSnapshotsApi* | [**query_volume_snapshots**](docs/VolumeSnapshotsApi.md#query_volume_snapshots) | **GET** /resources/volume-snapshots | (Opt-in) Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots.
335
+
*VolumeSnapshotsApi* | [**query_volume_snapshots**](docs/VolumeSnapshotsApi.md#query_volume_snapshots) | **GET** /resources/volume-snapshots | Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots.
334
336
*VolumeSnapshotsApi* | [**get_volume_snapshot**](docs/VolumeSnapshotsApi.md#get_volume_snapshot) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots/{volume_snapshot_name} | Gets a specific Volume Snapshot.
335
337
*VolumeSnapshotsApi* | [**get_volume_snapshot_by_id**](docs/VolumeSnapshotsApi.md#get_volume_snapshot_by_id) | **GET** /resources/volume-snapshots/{volume_snapshot_id} | Gets a specific Volume Snapshot.
336
338
*VolumeSnapshotsApi* | [**list_volume_snapshots**](docs/VolumeSnapshotsApi.md#list_volume_snapshots) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots | Gets a list of all Volume snapshots in a Snapshot.
*VolumesApi* | [**get_volume_performance**](docs/VolumesApi.md#get_volume_performance) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes/{volume_name}/performance | (Provider) Gets performance metrics of a specific Volume.
342
344
*VolumesApi* | [**get_volume_space**](docs/VolumesApi.md#get_volume_space) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes/{volume_name}/space | (Provider) Gets space metrics of a specific Volume.
343
345
*VolumesApi* | [**list_volumes**](docs/VolumesApi.md#list_volumes) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes | Gets a list of all Volumes.
344
-
*VolumesApi* | [**query_volumes**](docs/VolumesApi.md#query_volumes) | **GET** /resources/volumes | (Opt-in) Get all Volumes in the org. Provide a filter to search for specific volumes.
346
+
*VolumesApi* | [**query_volumes**](docs/VolumesApi.md#query_volumes) | **GET** /resources/volumes | Get all Volumes in the org. Provide a filter to search for specific volumes.
345
347
*VolumesApi* | [**update_volume**](docs/VolumesApi.md#update_volume) | **PATCH** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes/{volume_name} | Updates a Volume -- renaming, and resizing it; changing its Storage Class; changing its Placement Group; adding or removing host connections.
346
348
*WorkloadPlannerApi* | [**create_placement_recommendation**](docs/WorkloadPlannerApi.md#create_placement_recommendation) | **POST** /workload-planner/placement-recommendations | (Provider) Generates a report on the candidate arrays a given placement group can be placed/migrated to
347
349
*WorkloadPlannerApi* | [**get_placement_recommendation**](docs/WorkloadPlannerApi.md#get_placement_recommendation) | **GET** /workload-planner/placement-recommendations/{placement_recommendation_name} | Gets a specific placement recommendation report
**iqn** | **str** | The iSCSI qualified name (IQN) associated with the host |
6
+
**iqn** | **str** | The iSCSI qualified name (IQN) associated with the host | [optional]
7
7
**personality** | **str** | The Personality of the Host machine, supported personality: windows, linux, esxi, oracle-vm-server. coming personality: aix, hitachi-vsp, hpux, solaris, vms |
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments