Certificates
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/CertificatesModify 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] · enumOptionalPossible values:
Certificate Usage Certificate Usage
enabledboolean | nullableOptional
Enable or disable the specified Certificate in a site.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/Certificates/{id}No content
Last updated
Was this helpful?