Search a key
This key management operation allows searching the repository for a key based on the key 'descr' field.
Last updated
This key management operation allows searching the repository for a key based on the key 'descr' field.
Last updated
Allowed
keymgmt:search
If the configuration option allow_keysearch is true search is possible without the Authorization
header under the condition of having minimum first 6 bytes of descr
field.
POST
https://my.ence.do/api/keymgmt/search
Search the keys stored in the repository by pattern.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
This operation returns the same data as "List the keys". Check for details here.
Event | Result | Source |
---|---|---|
Authorization
String
Bearer JWT_TOKEN
Content-Type*
String
application/json
descr*
String
Pattern to search for.
offset
Number
Skip offset
entries.
limit
Number
Limit number of return entries, default is 15 if skipped.
LOG_TYPE_FAILED_SCOPE_CHECK
LOG_RESULT_FAILED
403