Support access credentials data type

Use the supportAccessCredentials data type to retrieve Support access credentials for an HCP system.

NoteA system-level user account with the monitor, administrator, security, or service role is required to retrieve Hitachi Vantara Support access credentials for an HCP system.

supportAccessCredentials data type properties

The following table describes the properties included in the supportAccessCredentials data type.

Property nameData typeDescription
applyTimeStampIntegerTime that the exclusive Hitachi Vantara Support Access Credentials key was applied to the HCP system
createTimeStampStringTime that the exclusive Hitachi Vantara Support Access Credentials key was created
typeStringValid values:
  • Default
  • Exclusive
defaultKeyTypeStringDefault key type that shipped with the HCP system
serialNumberFromPackageIntegerSerial number of the installed Hitachi Vantara Support Access Credentials key

Here is an XML example of the supportAccessCredentials data type returned for system-specific exlusive Hitachi Vantara Support access credentials:

<supportAccessCredentials>
     <applyTimeStamp>1599143327</applyTimeStamp>
     <createTimeStamp>1597699675</createTimeStamp>
     <type>Exclusive</type>
     <defaultKeyType>Arizona</defaultKeyType>
     <serialNumberFromPackage>425999</serialNumberFromPackage>
</supportAccessCredentials>

Here is an XML example of the supportAccessCredentials data type returned for default Hitachi Vantara Support access credentials:

<supportAccessCredentials>
     <type>Default</type>
     <defaultKeyType>Arizona</defaultKeyType>
</supportAccessCredentials>