Versions Compared

Key

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

...

Code Block
titleAPPC Provider - vFW PacketGenerator PGStreams ModifyConfig
collapsetrue
{
"input": {
    "common-request-header": {
        "service-request-id": "1"
    },
    "config-payload": {
        "config-url": "5f517fd4-bf3d-43bc-8147-1b61776d7ded",
        "config-json": "{\"pg-streams\":{\"pg-stream\": [{ \"id\": \"fw_udp1\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp2\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp3\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp4\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp5\", \"is-enabled\": \"true\" }]}}"
    }
}
}
Code Block
titleLCM Provider - config-modify
collapsetrue
{
"input": {
	"common-header": {
		"timestamp": "2017-10-25T11:10:04.244Z",
		"api-ver": "2.00",
		"originator-id": "664be3d2-6c12-4f4b-a3e7-c349acced200",
		"request-id": "664be3d2-6c12-4f4b-a3e7-c349acced200",
		"sub-request-id": "1",
		"flags": {
			"force": "TRUE",
			"ttl": 60000
		}
	},
	"action": "ConfigModify",
	"action-identifiers": {
		"vnf-id": "<VNF_ID>"
	},
	"payload": "{ \"config-url\":\"5f517fd4-bf3d-43bc-8147-1b61776d7ded\",\"config-json\": \"{\"pg-streams\":{\"pg-stream\": [{ \"id\":\"fw_udp1\", \"is-enabled\": \"true\" }, {\"id\": \"fw_udp2\", \"is-enabled\":\"true\" }, { \"id\": \"fw_udp3\",\"is-enabled\": \"true\" },{ \"id\":\"fw_udp4\", \"is-enabled\": \"true\" }, {\"id\": \"fw_udp5\", \"is-enabled\":\"true\" }]}}"
	}
}
Code Block
titleCongiScaleOut via APPC API Doc Explorer
collapsetrue
{
    "input": {
        "common-header": {
            "timestamp": "2018-05-16T17:03:30.44Z",
            "api-ver": "2.00",
            "originator-id": "SDNGP",
            "request-id": "ScaleOut_RB3_16th May_TC3",
            "sub-request-id": "ScaleOut_RB3_16th May_TC3",
            "flags": {
                "force": "TRUE",
                "ttl": 12000
            }
        },
        "action": "ConfigScaleOut",
        "action-identifiers": {
            "vnf-id": "APPC-test-vLB"
        },
        "payload": "{\"request-parameters\":{\"vnf-host-ip-address\":\"10.12.6.195\",\"vf-module-id\": \"zdfw1lb01lb01\",\"controller-template-id\": \"vLB\"},\"configuration-parameters\":{\"ip-addr\":\"192.168.10.212\", \"oam-ip-addr\":\"10.0.150.4\",\"enabled\":\"true\"}}"
    }
}

...