Manage Certificates

Manage Certificates

Certificate Management Input

Request
URI
POST
https://{api_host}/hybridity/api//ztp/domains/{domainName}/security/manage
COPY
Path Parameters
string
domainName
Required

Domain Name


Request Body
manageCertificatesRequest of type(s) application/json
Required
{
    "appliances": [
        {
            "name": "string"
        }
    ],
    "csrDetails": {
        "country": "country",
        "emailAddress": "emailAddress",
        "keySize": 6,
        "organization": "organization",
        "locality": "locality",
        "organizationUnit": "organizationUnit",
        "state": "state",
        "algorithm": "RSA"
    },
    "caName": "string",
    "days": 0
}
appliances
Required

appliances

csrDetails
Required

csrDetails

string
caName
Optional

caName

integer
days
Required

days

Authentication
This operation uses the following authentication methods.
Responses
200

Request successfully submitted.

Returns response of type(s) application/json
{
    "warnings": [
        {
            "message": "message"
        },
        {
            "message": "message"
        }
    ],
    "errors": [
        {
            "code": "code",
            "message": "message"
        },
        {
            "code": "code",
            "message": "message"
        }
    ]
}
array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors


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.


400

Bad Request

Returns response of type(s) application/json
{
    "warnings": [
        {
            "message": "message"
        },
        {
            "message": "message"
        }
    ],
    "errors": [
        {
            "code": "code",
            "message": "message"
        },
        {
            "code": "code",
            "message": "message"
        }
    ]
}
array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns response of type(s) application/json
{
    "warnings": [
        {
            "message": "message"
        },
        {
            "message": "message"
        }
    ],
    "errors": [
        {
            "code": "code",
            "message": "message"
        },
        {
            "code": "code",
            "message": "message"
        }
    ]
}
array of warning
warnings
Optional

warnings

array of error
errors
Optional

errors