![]() |
REST API
17
REST API for Luna Network HSMs
|
This resource shows the client's distinguished name filter.
Users with the following role privileges can perform this command:
The identifier of the client of interest.
Use: Required
JSON Schema:
Object type: string minLength: 1 maxLength: 128 pattern: ^(?!server$)[a-zA-Z0-9_.:-]*$
Distinguished Name filter of a client.
JSON Schema: Distinguished Name
Returned when the input data does not conform to the required validation schema.
The client does not exist.
Failed to show distinguished name filter.
GET https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient/dn
{
"dn":"C=CA/ST=Ontario/L=Ottawa/O=My company/DC=thales/DC=com"
}