4.4.9 AddEndpoint Method
This Method is used to add an endpoint mapping rule to a Role.
The Client shall use an encrypted channel and shall provide user credentials with administrator rights like SecurityAdmin Role when invoking this Method on the Server.
Signature
AddEndpoint (
[in] EndpointType Endpoint
);
| Argument | Description |
| Endpoint | The Endpoint to add. |
Method Result Codes
| ResultCode | Description |
| Bad_InvalidArgument | The EndpointUrl is not valid. |
| Bad_RequestNotAllowed | The mapping cannot be added to the Role because of Server imposed restrictions. |
| Bad_AlreadyExists | The Endpoint with the passed settings is already assigned to the Role. |
| Bad_UserAccessDenied | The session user is not allowed to configure the object. |
| Bad_ResourceUnavailable | The Server does not have enough resources to add the endpoint. |
The AddEndpoint Method representation in the AddressSpace is formally defined in Table 18.
| Attribute | Value | ||||
| BrowseName | AddEndpoint | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | 0:InputArguments | 0:Argument[] | 0:PropertyType | M |
| ConformanceUnits | |||||
|---|---|---|---|---|---|
| Security Role Server Restrict Endpoints |