Upload Trusted Certs

Upload Trusted Certs

Use this endpoint to upload custom certs to be trusted
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/appliance/provider/add-trusted-certificates
COPY
Request Body
File of type(s) multipart/form-data
Optional
{
    "certificate": "string"
}
string
certificate
Required

certificate

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns MultiNodeProviderOperationsResponseDto of type(s) application/vnd.vmware.dms-v1+json
{
    "successfulNodes": [
        "string"
    ],
    "failedNodes": [
        "string"
    ]
}
array of string
successfulNodes
Optional

successfulNodes

array of string
failedNodes
Optional

failedNodes