Use the supportAccessCredentials data type to retrieve Support access credentials for an HCP system.
Note: A 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 name | Data type | Description |
|---|---|---|
| applyTimeStamp | Integer | Time that the exclusive Hitachi Vantara Support Access Credentials key was applied to the HCP system |
| createTimeStamp | String | Time that the exclusive Hitachi Vantara Support Access Credentials key was created |
| type | String | Valid values:
|
| defaultKeyType | String | Default key type that shipped with the HCP system |
| serialNumberFromPackage | Integer | Serial number of the installed Hitachi Vantara Support Access Credentials key |
Here is an XML example of the supportAccessCredentials data type returned for system-specific exclusive 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>