Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | node | addressContext | zone | ipPeer | pathCheck | remoteAdminState

remoteAdminState

Changes the Remote Admin state of the peer manually

Input Params

NameMandatoryDefaultDescription
stateM Identifies the remote admin state of the peer.

Output Params

NameDescription
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/node/{nodeName}/addressContext/{name}/zone/{name}/ipPeer/{name}/pathCheck/_operations/remoteAdminState --data '
<remoteAdminState>
     <state>{state}</state>
</remoteAdminState>
'