Configure Vcf Certificate Authorities

Configure Vcf Certificate Authorities
Update / save the certificate authority configuration

This API will be invoked by UI to update /save the CA configurations

Request
URI
PUT
https://{api_host}/suite-api/api/fleet-management/certificate-management/certificate-authorities
COPY
Request Body

The certificate query param

VcfConfigureCASpec of type(s) application/json
Required
"No Custom Example is Available"
object
certificateAuthoritiesSpec
Optional

Represents Certificate Authority

string
certificateAuthorityType
Optional

Represents Certificate Authority Type

Possible values are : MICROSOFT, OPENSSL,
object
vcfComponentSpec
Optional

Represents VCF Component selection

Authentication
This operation uses the following authentication methods.
Responses
200

Update / save the CA configurations

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/suite-api/api/fleet-management/certificate-management/certificate-authorities