[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Get Query Result

Description

This endpoint will not produce results. It is a placeholder to enforce code generation of Page.

Request

Request

URL

URL


get
https://{api_host}/cloudapi/query/page
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns Page of type(s) application/json;version=37.2

The request is successful

{
	"associations": [
		{
			"associationId": "string",
			"entityId": "string"
		}
	],
	"page": 0,
	"pageCount": 0,
	"pageSize": 0,
	"resultTotal": 0
}
array of Association
associations Optional

Association info for each result.


integer
page Optional

The page that was fetched, 1-indexed.


integer
pageCount Optional

How many pages there are in total.


integer
pageSize Optional

Result count for page that was fetched.


integer
resultTotal Optional

How many results there are in total (i.e., considering all pages).

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/query/page


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Codegen Placeholder Operations
Feedback

Was this page helpful?