GET /system/open-adr/server/certificates
FROM API REVISION 6.0
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
The $expand system query option specifies the related resources to be included in line with retrieved resources.
The value passed in the parameter can be:
The $expand system query option can be used with the $levels query option, to expand recursively.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: Certificates
Property Name | Type | Description | Method |
---|---|---|---|
Certificates | Array<Certificate> | This will list the Certificate mode available. Public or Private . |
GET |
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/server/certificates
[
{
"href": "/api/rest/v1/system/open-adr/server/certificates/public",
"name": "public"
},
{
"href": "/api/rest/v1/system/open-adr/server/certificates/private",
"name": "private"
}
]
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/server/certificates
<?xml version="1.0" encoding="utf-8"?>
<Certificates>
<Certificate>
<Href>
/api/rest/v1/system/open-adr/server/certificates/public
</Href>
<Name>public</Name>
</Certificate>
<Certificate>
<Href>
/api/rest/v1/system/open-adr/server/certificates/private
</Href>
<Name>private</Name>
</Certificate>
</Certificates>