PbmUpdateRequestType

PbmUpdateRequestType
PbmUpdateRequestType

The parameters of PbmUpdate.

This structure may be used only with operations rendered under /pbm.

JSON Example
{
    "profileId": {
        "_typeName": "string",
        "uniqueId": "string"
    },
    "updateSpec": {
        "_typeName": "string",
        "name": "string",
        "description": "string",
        "constraints": {
            "_typeName": "string"
        }
    }
}
profileId
Required

Profile unique identifier.

This structure may be used only with operations rendered under /pbm.

updateSpec
Required

The PbmCapabilityProfileUpdateSpec data object contains data that you use to update a storage profile.

This structure may be used only with operations rendered under /pbm.