tklmPendingMachineDeviceReject
Use the tklmPendingMachineDeviceReject command to reject a pending relationship of a device and machine from a list of pending requests. Rejection also deletes the pending relationship of the device to a machine identifier in the IBM Security Key Lifecycle Manager database.
Note: The IBM Security Key Lifecycle Manager command-line
interface commands will be deprecated in the later versions of IBM Security Key Lifecycle Manager. Use the
REST interfaces instead.
Purpose
Use this command to reject a pending relationship of a device and machine from a list of pending requests. Rejection also deletes the pending relationship of the device to a machine identifier in the IBM Security Key Lifecycle Manager database.Permissions
Your role must have a permission to the create action and a permission to the DS5000 裝置群組
Syntax
tklmPendingMachineDeviceReject -deviceUUID deviceuuid -machineUUID machineidentityuuidParameters
- -deviceUUID
- Required. Specify a value for a unique universal identifier for the device, such as DEVICE-7d588437-e725-48bf-a836-00a47df64e78. Use the tklmDeviceList command to locate the device uuid.
- -machineUUID
- Required. Specify a value for a unique universal identifier for the machine, such as MACHINE-bf57ca0d-1299-4bc7-9c9c-2fa29a99c7c9. Use the tklmMachineIdentityList command to locate the machine uuid.
Example
This Jython-formatted command rejects the pending relationship of a device to a machine ID from the pending list and also deletes the pending relationship in the IBM Security Key Lifecycle Manager database.
print AdminTask.tklmPendingMachineDeviceReject
('[-deviceUUID DEVICE-7d588437-e725-48bf-a836-00a47df64e78
-machineUUID MACHINE-bf57ca0d-1299-4bc7-9c9c-2fa29a99c7c9]')