Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Secret ID
"bfc7824b-31b6-4a28-a0c4-7df137139215"
Response
OK
Secret uuid
"bfc7824b-31b6-4a28-a0c4-7df137139215"
Secret name
"AES key"
Secret type, base64 encoded. symmetric - Used for storing byte arrays such as keys suitable for symmetric encryption; public - Used for storing the public key of an asymmetric keypair; private - Used for storing the private key of an asymmetric keypair; passphrase - Used for storing plain text passphrases; certificate - Used for storing cryptographic certificates such as X.509 certificates; opaque - Used for backwards compatibility with previous versions of the API
certificate
, opaque
, passphrase
, private
, public
, symmetric
Status
"ACTIVE"
Metadata provided by a user or system for informational purposes. Defaults to None
"aes"
Metadata provided by a user or system for informational purposes. Value must be greater than zero. Defaults to None
256
Describes the content-types that can be used to retrieve the payload. The content-type used with symmetric secrets is application/octet-stream
{ "default": "application/octet-stream" }
Datetime when the secret was created. The format is 2020-01-01T12:00:00+00:00
"2023-03-23T20:00:00+00:00"
Datetime when the secret will expire. The format is 2020-01-01T12:00:00+00:00. Defaults to None
"2023-06-23T20:00:00+00:00"
Metadata provided by a user or system for informational purposes. Defaults to None
"cbc"