|
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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/jsrcServer/remoteServer/{srcName} |