Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleSample Body
linenumberstrue
collapsetrue
 {
       "payloadType": "CM_Write",
       "decisionType": "Allow",
       "payload": [{
     {
      "cmHandleId": "F811AF64F5146DFC545EC60B73DE948E",
           "resourceIdentifier": "some-resource-id",
           "targetFdn": "MEContext=RadioNode-K6_0001,ManagedElement=RadioNode-K6_0001",
           "cmChangeRequest": {
               "Cell": [
                   {
                       "id": "Cell-id",
                       "attributes": {
                           "administrativeState": "UNLOCKED"
                       }
                   }
               ]
       }
    }
       }]
   }


Output Parameters


NameParentTypeExampleOptional/CompulsoryNotes
1decisionIdbodyString
RequiredUUID
2decisionbodyStringDenyRequiredcurrently only 'Allow' and 'Deny' are supported
(case sensitive ?!)
3messagebodyString 
Optional

...