Hi Team,
Could use some expertise in how to use REST API to update an existing service. Thanks, JA
I assumed that I could update a running service by using PATCH vs. POST. However I get the following error:
<errors xmlns="http://tail-f.com/ns/tailf-rest-error">
<error>
<error-tag>malformed-message</error-tag>
<error-urlpath>/api/running/services</error-urlpath>
<error-message>missing element: services in /ncs:services</error-message>
</error>
</errors>
I am sending the below XML config (I just provided a snippet as it is long) to the following URL:
http://10.84.46.61:8080/api/running/services
<vpc-mme-sae-gw xmlns="http://com/example/vpcmmesaegw">
<deployment-name>vpc_di_MME</deployment-name>
<esc-device>ESC0</esc-device>
<tenant>mano</tenant>
<num-of-cards>4</num-of-cards>
<servicenet-vlsm>24</servicenet-vlsm>
<service-gw-type>MME</service-gw-type>
<vnfr>
…………..