Get Vc Storage Policy Capabilities

Get Vc Storage Policy Capabilities

Retrieves the current capabilities configured on a specific Virtual Center storage policy. These cannot be edited.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/storageProfiles/{moref}/capabilities
COPY
Path Parameters
string
vcUrn
Required

vcUrn

string
moref
Required

moref

string
vcUrn
Required

vcUrn

string
moref
Required

moref


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Capabilities of type(s) application/json;version=36.3
This response body class contains all of the following: Page , InlineCapabilities1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "string",
            "description": "string",
            "value": {},
            "type": "string",
            "category": "string"
        }
    ]
}