List KMIP Objects
Request
Method |
URI |
---|---|
GET |
For example, the following call retrieves all details for the first 100 objects in the list starting at the top: |
Privileges Required
SEC_ADMIN.
Parameters
None.
Response
Name |
Type |
Example |
---|---|---|
lastref |
integer |
0 The index of the newest KMIP object in the list. This value matches the specified |
objcount |
integer |
20
The total number of objects in the list. This value matches the specified |
total_objects |
integer |
100 The total number of objects stored in the KMIP server. |
return |
list |
{ IDENT: [], UUID: “1a680bd5-db9b-11e8-b14e-00505685f1d7”, DESC: null, ATTRS: { State: ‘PreActive’, ObjectType: “PrivateKey”, LastChangeDate: "2018-10-29T16:53:04+00:00”, InitialDate: "2018-10-29T16:53:04+00:00”} },..] The example above shows the results for one of the KMIP objects in the list if the |
Errors
Reason |
Example |
---|---|
KMIP Server is disabled |
KMIP server not enabled. |