Versions Compared

Key

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

...

Code Block
languagejs
themeEclipse
titleOOF/PCI Request Example
linenumberstrue
collapsetrue
{
  "requestInfo": {
    "transactionId": "xxx-xxx-xxxx",
    "requestId": "yyy-yyy-yyyy",
    "callbackUrl": "https://wiki.onap.org:5000/callbackUrl",
    "sourceId": "PCIHMS",
    "requestType": "create",
    "numSolutions": 1,
    "optimizers": ["pci"],
    "timeout": 600
  },
  "cellInfo": {
	"networkId": "NTWK005",
	"cellIdList": [ 
         {"cellId": "EXP001"},
         ]
}

Synchronous Response Example

...