Skip to main content
GET
Get a Network ACL Key

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string<network-acl-key-id>
requis

ID of the Network ACL Key to retrieve.

Réponse

The Network ACL key was successfully retrieved.

id
string
requis

Generated identifier for the key. Used to reference the key from a Network ACL and to identify it in Tenant Logs.

name
string
requis

User supplied label for the key.

Maximum string length: 255
alg
enum<string>
requis

Signing algorithm used to verify the signature. Currently only HMAC-SHA256 is supported.

Options disponibles:
hmac-sha256
fingerprint
string
requis

Fingerprint of the key material, determined by the algorithm specified. Currently only HMAC-SHA256 is supported.

Maximum string length: 1024
created_at
string
requis

Time when the key was created.

updated_at
string
requis

Time when the key was last updated.