Get the public key used to verify the signed content.
GET/v1/edge-mgmt/edgehosts/current/actions/content/signing-public-key
Get the base64 encoded key used to verify the signed content.
Responses
- 200
- 404
- 500
- default
(empty)
- application/json
- Schema
- Example (from schema)
Schema
creationTimestampdate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
descriptionstring
keystring
{
"creationTimestamp": "2024-07-10T22:28:52.828Z",
"description": "string",
"key": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
generic error response
- application/json
- Schema
Schema
string
Loading...