REST API  15
REST API for Luna Network HSMs
All Files Pages
GET /acl

GET /acl

Download a backup of the Rest API Access Control List.

Parameters

None

Responses

200

A binary stream that represents the Access Control List. This is in comma-separated values format (.csv).

JSON Schema:

        <binary stream>

400

Failure.

Example Request

    GET
    https://1.2.3.4:8443/acl
{
}

Example Response

None