Resources | node | profiles | signaling | sipAdaptorProfile | cmds | addGapInRuleList

addGapInRuleList

add gap in rule list.

Input Params

NameMandatoryDefaultDescription
indexM RuleIndex position after which gap should be created.
gapM It represents how many positions, the rules after the index should be moved.

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListGen2Profiles:profiles/signaling/sonusNodeListGen2SipAdaptor:sipAdaptorProfile={name}/cmds/addGapInRuleList --data '
<addGapInRuleList>
     <index>{index}</index>
     <gap>{gap}</gap>
</addGapInRuleList>
'

  • No labels