You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Resources |
system |
jsrcServer |
remoteServer
remoteServer Specifies the JSRC remote server configuration. |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| srcName | M | string | |
JSRC server identifier
|
| state | O | enumeration | disabled |
Admin state of the JSRC server
|
| srcServerAddress | M | ip-address | |
The IPv4 or IPv6 ipaddress of the JSRC server as an IPv4 address in dot notation, or an IPv6 address in hex-colon notation.
|
| srcUsername | M | string | |
the username for the SOAP gateway
|
| srcPassword | M | string | |
the password for the SOAP gateway
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/jsrcServer/remoteServer/{srcName} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/jsrcServer --data ' <remoteServer> <srcName>{srcName}</srcName> <srcServerAddress>{srcServerAddress}</srcServerAddress> <srcUsername>{srcUsername}</srcUsername> <srcPassword>{srcPassword}</srcPassword> </remoteServer> ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/jsrcServer/remoteServer/{srcName} |