REST API  14
REST API for Luna Network HSMs
Client

Client

Object
    htlRequired: Object
        type:  boolean
        description:  htlRequired indicates whether a client is configured to
                      use the host trust link service.  FALSE means that the
                      client is not configured for HTL.  TRUE means that the
                      client must authenticate with the HTL service.

    clientID: Object
        type:  string
        description:  clientID is a unique internal reference for the client.  
                      
    links: Object
        type:  string
        description:  links is the URL to the list of partitions assigned
                      to the client.

                    see GET /api/lunasa/ntls/clients/{clientid}/partitions

    hostname: Object
        type:  string
        description:  hostname is the client computer registered with the
                      appliance.
    ip: Object
        type:  string
        description:  IP address registered with the appliance.