Certificates

List

get

Retrieve a list of all the RAS Certificates.

Query parameters
SiteIdinteger · int32Optional

Site ID of which the Certificates will be retrieved (optional)

NamestringOptional

Filter the result by certificate name (optional)

Responses
200

Success

application/json; api-version=1.0
get
/api/Certificates

Get

get

Retrieve a specific RAS Certificate.

Path parameters
idinteger · int32Required

ID of the Certificate to be retrieved

Responses
200

Success

application/json; api-version=1.0
get
/api/Certificates/{id}

Update

put

Modify the properties of a RAS Certificate.

Path parameters
idinteger · int32Required

ID of the Certificate to be updated

Body

Update a certificate

namestring | nullableOptional

The new name of the target Certificate.

descriptionstring | nullableOptional

A user-defined Certificate description.

usagestring[Flag] · enumOptional

Certificate Usage Certificate Usage

Possible values:
enabledboolean | nullableOptional

Enable or disable the specified Certificate in a site.

Responses
put
/api/Certificates/{id}

No content

Delete

delete

Delete a RAS Certificate.

Path parameters
idinteger · int32Required

ID of the Certificate to be deleted

Responses
delete
/api/Certificates/{id}

No content

Last updated

Was this helpful?