Skip to main content
GET
Get a Network ACL Key

Authorizations

Authorization
string
header
required

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

Path Parameters

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

ID of the Network ACL Key to retrieve.

Response

The Network ACL key was successfully retrieved.

id
string
required

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

name
string
required

User supplied label for the key.

Maximum string length: 255
alg
enum<string>
required

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

Available options:
hmac-sha256
fingerprint
string
required

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

Maximum string length: 1024
created_at
string
required

Time when the key was created.

updated_at
string
required

Time when the key was last updated.