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/2.0.0/storagePolicySupportedEntityTypes
COPY
Request Body

The updated list of supported entity types.

StoragePolicySupportedEntityTypes of type(s) application/json
Optional
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "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=39.1
"StoragePolicySupportedEntityTypes Object"

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/2.0.0/storagePolicySupportedEntityTypes