Versions Compared

Key

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

...

CM Change Request

NameParentTypeExampleOptional/CompulsoryNotes
1Authorization: BearerheaderString
Required

required for tracking/ (future) authentication and to identify the source of the request

2payloadTypebodyString CM_WriteRequired'CM_Write' currently, the only support value
3

decisionType

bodyStringAllowRequired'Allow' currently, the only supported value
4

payload

bodyObject Array
Required
5

cmHandleId

payloeadpayloadStringF811AF64F5146DFC545EC60B73DE948EOptionalCan be sent while cmHandle is used instead of alternateId
6

resourceIdentifer

payloadStringericsson-enm-gnbdu:GNBDUFunction=1RequiredRemainder of FDN ?
7

targetFdn

payloadStringMEContext=RadioNode-0001,ManagedElement=RadioNode-0001RequiredFDN to 'CM-Handle' ?!
78

resourceIdentifercmChangeRequest

payloadStringericsson-enm-gnbdu:GNBDUFunction=1Object
RequiredRemainder of FDN ?8

cmChangeRequest

payloadObjectRequiredCM Change Request


Code Block
languagexml
titleSample Body
linenumberstrue
collapsetrue
 {
       "payloadType": "CM_Write",
       "decisionType": "Allow",
       "payload": {
           "cmHandleId": "F811AF64F5146DFC545EC60B73DE948E",
           "resourceIdentifier": "ericsson-enm-gnbdu:GNBDUFunction=1",
           "targetFdn": "MEContext=RadioNode-K6_0001,ManagedElement=RadioNode-K6_0001",
           "cmChangeRequest": {
               "NRCELLDU": [
                   {
                       "id": "NRCellDU-id",
                       "attributes": {
                           "administrativeState": "UNLOCKED"
                       }
                   }
               ]
           }
       }
   }


Output Parameters


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

...