Pending Device List REST Service
Use Pending Device List REST Service to obtain a list of all the pending devices.
- Operation
GET
- URL
- For all devices:
By default, Guardium Key Lifecycle Manager server listens to the secure port 9443 (HTTPS) for communication. During IBM Security Guardium Key Lifecycle Manager installation, you can modify this default port.
Request
Request Parameters
Parameter | Description |
---|---|
host | Specify the IP address or host name of the IBM Security Guardium Key Lifecycle Manager server. |
port | Specify the port number on which the IBM Security Guardium Key Lifecycle Manager server listens for requests. |
deviceGroupName | Optional. Specify a device group. You can specify one of the following values:
|
Request Headers
Header name | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
Authorization | SKLMAuth userAuthId=<authIdValue> |
Accept-Language | Any valid locale that is supported by IBM Security Guardium Key Lifecycle Manager. For example, en or de. |
Response
Response Headers
Header name | Value and description |
---|---|
Status Code |
|
Content-Type | application/json |
Content-Language | Locale for the response message. |
Success response body
JSON object with the following specification:
JSON property name | Description |
---|---|
Description | Describes the type of device or its purpose. |
Serial Number | Returns the serial number as an ASCII string. |
Device UUID | Returns the unique ID of the device. |
Device group | Returns the device group type. |
Pending Date | Returns the date from when the devices are pending. |
Device Text | Returns the unique text that describes a DS5000 storage server. The text ranges up to 96 bytes, but it must be greater than 0. |
World wide name | Returns the device name, which is a nonsecure address, which is used in combination with other device information, such as a serial number. You can use this name to define devices and device paths. |
Sym alias | Returns an alias to identify an existing key group for an LTO tape drive. The attribute is also used for the DS5000 storage server to change or associate a new device key container. |
Key alias 1 | Returns the default key alias for a certificate that is used by a 3592 tape drive or a DS8000Turbo drive. For other device groups, returns NULL. |
Key alias 2 | Returns the key alias for a certificate that is used by a 3592 tape drive or a DS8000Turbo drive. For other device groups, returns NULL. |
Error Response Body
JSON object with the following specification.
JSON property name | Description |
---|---|
code | Returns the application error code. |
message | Returns a message that describes the error. |
Example
- Service request to obtain a list of all the pending devices
GET https://localhost:port/SKLM/rest/v1/pendingDevices Content-Type: application/json Accept: application/json Authorization: SKLMAuth userAuthId=139aeh34567m