Syntax to Retrieve a List of Configurations
GET /health/config/configurations retrieves a list of health test configurations.
Input
Use the supported input parameters to control the command output.
Parameter | Description |
---|---|
URL | https://$vRA:8090/health/config/configurations |
$vRA |
Specifies the appliance name and fully qualified domain name, or IP address of the vRealize Automation server. |
$healthtoken | Specifies a valid authentication token for the health services API. |
Note: The request does not use
the API endpoint so
healthbroker-proxy-service/api
is not used.
Output
The command output contains property names and values based on the command input parameters.
Parameter | Description |
---|---|
Content | Specifies an array of data rows, each of
which represents one of the objects returned in a pageable list. Each object
can contain the following information:
|
curl Command to Retrieve List of Configurations
The following example command
retrieves a list of all configurations.
curl -X --insecure -H "x-xenon-auth-token: $healthtoken" https://$vRA:8090/health/config/configurations
The response lists all configurations.
{ "documentLinks": [ "/health/config/configurations/12858d4c34f278755680551b52340" ], "documentCount": 1, "queryTimeMicros": 3000, "documentVersion": 0, "documentUpdateTimeMicros": 0, "documentExpirationTimeMicros": 0, "documentOwner": "213feac8-675e-49da-b882-0fca7149962a" }