Org Vdcs Resources Summary

Org Vdcs Resources Summary

The resources that will be consumed after failover on an OrgVDC.

Request
URI
GET
https://{api_host}//org-vdcs/virtual-hardware-summary
COPY
Query Parameters
string of array
sourceSites
Optional

Optional list of source sites with which to filter by. If omitted, assumes all source sites.

sourceSites example
site1,site2
Header Parameters
string
operationID
Optional

Operation ID for correlating logs across multiple services


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "cpus": 4,
        "id": "2bfb7696-3aa1-49d3-bb40-d9e97df1baba",
        "memoryMB": 1024,
        "org": "s1Org",
        "orgVdcName": "vdc_s1Org",
        "storageMB": 4086
    }
]

401

The returned error codes include (but are not limited to): NotAuthenticated

Returns ApiError of type(s) application/vnd.vmware.h4-v4.5+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.


500

The returned error codes include (but are not limited to): GeneralServerFailure

Returns ApiError of type(s) application/vnd.vmware.h4-v4.5+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.