Description | An entry for each device credential export action that
is being executed or was executed recently. The management
application triggers the export by creating an entry in this
table. This can be done in the following 2 methods
1. CREATE-AND-GO method
Management application sets clmgmtDevCredExportActionStatus
to createAndGo(4) and all other required objects to valid
values in a single SNMP SET request. If all the values
are valid, the device creates the entry and executes the
action. If the SET request fails, the entry will not be
created.
2. CREATE-AND-WAIT method
Management application sets clmgmtDevCredExportActionStatus to
createAndWait(5) to create an entry. Management application
can set all other required objects to valid
values in more than one SNMP SET request. If SET request
for any of the objects fails, management application can set
just only that object. Once all the required objects
are set to valid values, management application triggers action
execution by setting clmgmtDevCredExportActionStatus to
active(1).
To stop the action from being executed, the management application
can delete the entry by setting clmgmtDevCredExportActionStatus
to destroy(6) when clmgmtDevCredCommandState is pending(2).
The status of action execution can be known by querying
clmgmtDevCredCommandState. If the action is still in
pending(2) or inProgress(3), the management application need to
check back again after few seconds. Once the action completes
and if status of the action is failed(6), the reason for
failure can be retrieved from clmgmtDevCredCommandFailCause.
Entry can be deleted except when clmgmtLicenseAction is set
to inProgress(3). All entries in this table are volatile
and are cleared on agent reset. |