You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resources | node | addressContext | zone | ipPeer | pathCheck | localAdminState

localAdminState

Changes the Local Admin state of the peer manually

Input Params

NameMandatoryDefaultDescription
stateM Identifies the local 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/localAdminState --data '
<localAdminState>
     <state>{state}</state>
</localAdminState>
'

  • No labels