POST /system/open-adr/credential
FROM API REVISION 6.0
This resource is used to set the credential parameter required for the connection.
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.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Credential
Property Name | Type | Description | Method |
---|---|---|---|
VenName | String | This is the the controller name used to authenticate on the server. | POST GET |
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/credential
{
"venName": "clientNameUseForAuthentication"
}
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/credential
<?xml version="1.0" encoding="utf-8"?>
<Credential>
<VenName>clientNameUseForAuthentication</VenName>
</Credential>