Get a list of VM provisioning policies

get/private-cloud-business/v1beta1/vm-provisioning-policies

Returns a list of VM provisioning policies according to the given query parameters for paging, filtering, and sorting.

Securitybearer
Request
query Parameters
offset
integer

The number of items to omit from the beginning of the result set. Use offset in conjunction with limit for pagination. For example, "offset=30&limit=10" indicates the fourth page of 10 items.

Example: offset=30
limit
integer <int32> [ 1 .. 1000 ]
Default: 20

The maximum number of items to include in the response. Use offset in conjunction with limit for pagination. For example, "offset=30&limit=10" indicates the fourth page of 10 items.

Example: limit=10
filter
string

An expression to filter the results. Filtering is supported with following attributes:

  • name
  • id
  • timestamp
  • clusterid
  • deduplication
  • allFlash
  • encryption.cipher
  • associatedvmid
  • associatedvmname
Example: filter=name eq 'vmpp'
sort
string

A comma separated list of properties to sort by, followed by a direction indicator ("asc" or "desc").

Example: sort=name asc
select
string

A list of properties to include in the response.

Example: select=id,name
Responses
200

List of VM Provisioning Policies

400

Bad Request.

401

Unauthorized request

403

Forbidden

500

Internal Server Error

503

Service Unavailable

Request samples
Response samples
application/json
{
  • "count": 0,
  • "items": [
    ],
  • "offset": 0,
  • "total": 0
}