Get Signing Authority
Get Certificate Signing Authorities of type
Request
URI
GET
https://{api_host}/hybridity/api//ztp/security/signingAuthorities/{name}
COPY
Path Parameters
string
name
Required
name of signing authority
Responses
200
Ok
Returns signingAuthority of type(s) application/json
{
"validForDays": 0,
"name": "name",
"type": "type",
"csrDetails": {
"country": "country",
"emailAddress": "emailAddress",
"keySize": 6,
"organization": "organization",
"locality": "locality",
"organizationUnit": "organizationUnit",
"state": "state",
"algorithm": "RSA"
}
}
string
name
Required
name
integer
validForDays
Required
validForDays
301
API endpoint has permanently moved.
Returns redirectResponse of type(s) application/json
{
"redirectURL": "string"
}
string
redirectURL
Optional
redirectURL
Response Headers
string
Location
URI where the client will find the new endpoint.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure