Update All Storage Policy Supported Entity Types

Update All Storage Policy Supported Entity Types

Updates the supported entity types for the specified provider VDC storage policy.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/storagePolicySupportedEntityTypes
COPY
Request Body
StoragePolicySupportedEntityTypeArray of type(s) application/json
Optional
[
    {
        "name": "urn:vcloud:type:vmware:vm"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns StoragePolicySupportedEntityTypes of type(s) application/json;version=37.0
This response body class contains all of the following: Page , InlineStoragePolicySupportedEntityTypes1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "urn:vcloud:type:vmware:vm"
        }
    ]
}