HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 41 JSON Object Members for a Volume Tune Operation (continued)
DescriptionIgnored ValuesAPI TypeJSON TypeMember
(Since WSAPI 1.3.1
with HP 3PAR OS
3.1.3 MU1)
Enumeration for the tuneOperationEnum JSON object is shown in Table 42 (page 65).
Table 42 tuneOperationEnum Enumeration for Tuning a Volume
DescriptionValueSymbol
Change the user CPG of the volume.1USR_CPG
(Since WSAPI 1.3.1 with HP 3PAR OS 3.1.3 MU1)
Change the snap CPG of the volume.2SNP_CPG
(Since WSAPI 1.3.1 with HP 3PAR OS 3.1.3 MU1)
Enumeration for the conversionOperationEnum JSON object is shown in Table 43 (page 65).
Table 43 conversionOperationEnum Enumeration for Tuning a Volume
DescriptionValueSymbol
Convert the volume to a TPVV.1TPVV
(Since WSAPI 1.3.1 with HP 3PAR OS 3.1.3 MU1)
Convert the volume to an FPVV.2FPVV
(Since WSAPI 1.3.1 with HP 3PAR OS 3.1.3 MU1)
Virtual Volume Tuning Success
Upon a successful request to tune a volume, the HTTP status code 200 OK is returned. The message
body shows the task ID of the tunevv task. For example:
{
taskid: 1234
links: [ 1 ]
- 0: {
href:https://<server_name>:<http{s}port>/api/v1/volumes/<vvcopy_name>
rel: self,
}
}
If keepVV was specified in the request, the HTTP status code 200 OK is returned. The message
body shows the task ID of the tunevv task and the URI of the newly created volume. For example:
{
taskid: 1234
links: [ 2 ]
- 0: {
href: "https://<server_name>:<http{s}port>/api/v1/volumes/<vv_tuned>"
rel: self
}
- 1: {
href: "https://<server_name>:<http{s}port>/api/v1/volumes/keepvv"
rel: OriginalLDsVV
}
}
Tuning a Virtual Volume 65