HPE 3PAR StoreServ Storage
1826653 Members
2203 Online
109695 Solutions
New Discussion

Re: HPE 3PAR Web Services API 1.6.2 not giving expect output.

 
DrPeugas
Established Member

HPE 3PAR Web Services API 1.6.2 not giving expect output.

We have a script sent to us by a software backup vendor.
We are Running this script against a HPE 3PAR 8200 with firmware version 3.3.1.410 (MU2)+P32,P40,P45,P51,P52,P60,P76,P78,P90,P96,P103 and HPE 3PAR Web Services API 1.6.2.

The web services are enabled.

The expected output its supposed to be something like this:

                        "name":  "VKlim_Upgrade.r",
                        "deduplicationState":  2,
                        "compressionState":  2,
                        "provisioningType":  2,
                        "copyType":  1,
                        "baseId":  43791,
                        "readOnly":  false,
                        "state":  1,
                        "failedStates":  [

                                         ],
                        "degradedStates":  [

                                           ],
                        "additionalStates":  [

                                             ],
                        "adminSpace":  {
                                           "reservedMiB":  384,
                                           "rawReservedMiB":  1152,
                                           "usedMiB":  4,
                                           "freeMiB":  380
                                       },
                        "snapshotSpace":  {
                                              "reservedMiB":  1024,
                                              "rawReservedMiB":  1229,
                                              "usedMiB":  3,
                                              "freeMiB":  1021
                                          },
                        "userSpace":  {
                                          "reservedMiB":  1024,
                                          "rawReservedMiB":  1229,
                                          "usedMiB":  66,
                                          "freeMiB":  958
                                      },
                        "totalReservedMiB":  2048,
                        "totalUsedMiB":  69,
                        "sizeMiB":  3072,
                        "hostWriteMiB":  66,
                        "rwChildId":  43804,
                        "wwn":  "60002AC0000000000400828400005A37",
                        "creationTimeSec":  1709666205,
                        "creationTime8601":  "2024-03-05T20:16:45+01:00",
                        "ssSpcAllocWarningPct":  0,
                        "ssSpcAllocLimitPct":  0,
                        "usrSpcAllocWarningPct":  0,
                        "usrSpcAllocLimitPct":  0,
                        "policies":  {
                                         "staleSS":  true,
                                         "oneHost":  false,
                                         "zeroDetect":  true,
                                         "system":  false,
                                         "caching":  true,
                                         "fsvc":  false,
                                         "hostDIF":  3
                                     },
                        "userCPG":  "CPG_14_SSD",
                        "snapCPG":  "CPG_14_SSD",
                        "uuid":  "27662964-6f01-4163-8be3-0a261d5d77af",
                        "udid":  43791,
                        "capacityEfficiency":  {
                                                   "compaction":  89.14
                                               },
                        "rcopyStatus":  2,
                        "rcopyGroup":  "VKlim_RCG_Upgrade.r23095",
                        "links":  [
                                      {
                                          "href":  "https://172.24.131.79:8080/api/v1/volumes/VKlim_Upgrade.r",
                                          "rel":  "self"
                                      },
                                      {
                                          "href":  "https://172.24.131.79:8080/api/v1/volumespacedistribution/VKlim_Upgrade.r",
                                          "rel":  "volumeSpaceDistribution"
                                      }
                                  ]
                    },
But, on our 3PAR we are not getting the rcopyStatus and rcopyGroup info.

 },
                        "rcopyStatus":  2,
                        "rcopyGroup":  "VKlim_RCG_Upgrade.r23095",
                        "links":  [

These specific lines are not showing on our output. Everthing else is there, but not these 2 lines that we need for the backup software to run.

Does anyone have any idea? 

Thank you.

 

 

1 REPLY 1
ehubbard
HPE Pro

Re: HPE 3PAR Web Services API 1.6.2 not giving expect output.

To help, people might need the a copy of the request body that was sent to Web Services API.

I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo