v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1339132165.3 KB
projects

List remote source's inventory of storage resources. The remote source is another cloud vendor (e.g. AWS, Azure). The inventory describes the list of existing storage resources in that source. Note that this operation lists the resources on the remote source, as opposed to listing the MigratingVms resources in the vmmigration service.

get/v1/{+source}:fetchStorageInventory

Path parameters

sourcestring required

Required. The name of the Source.

Query parameters

forceRefreshboolean

Optional. If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.

pageSizeinteger

Optional. The maximum number of VMs to return. The service may return fewer than this value.

pageTokenstring

Optional. A page token, received from a previous FetchStorageInventory call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FetchStorageInventory must match the call that provided the page token.

type'STORAGE_TYPE_UNSPECIFIED' | 'DISKS' | 'SNAPSHOTS'

Required. The type of the storage inventory to fetch.

Response

Successful response