![]() The name of the Path Check Path. | |
Exists on Condition | /system/sbcPersonality/role !='mrfp' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | name | M | string | The name of this Pathcheck Path. | |
![]() | sourceIpAddress | O | ip-address | Source IP address of the ping path. | |
![]() | targetIpAddress | M | ip-address | Target IP address of the ping path. | |
![]() | reportSignalIpAddress | M | ip-address | Reported Signalling IP address of the ping path. | |
![]() | reportSignalIpPort | M | int32 | Reported Signalling Port of the ping path. | |
![]() | pathCheckProfile | M | reference | Path Check profile name used when pinging this peer | |
![]() | addressContext | M | reference | Address Context where the corressponding Interface Group is present | |
![]() | zone | M | reference | Zone name used when pinging this peer | |
![]() | ipInterfaceGroup | M | reference | IP Interface Group where the corressponding IP Interface is present. | |
![]() | ipInterface | M | reference | IP interface from which ping should be generated. | |
![]() | state | O | enumeration | disabled | Defines if active pinging is enabled or disabled |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/pathCheckPath/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/pathCheckPath/{name} |