Differences in REST Request - XML Format
Use the table below to check the differences in the REST API XML Request between SDM 8.2.5 release and 8.2.5.0.1 release.
Here is the list of REST APIs and REST endpoints from SDM 8.2.5 and SDM 8.2.5.0.1
releases as examples.
Table 12-2 Differences in REST Request - XML Format
Serial Number | REST APIs | URL Examples | SDM 8.2.5 | SDM 8.2.5.0.1 | Remarks |
---|---|---|---|---|---|
1 | Add a configuration element | /rest/v1.3/configuration/deviceConfigs/ID1/configElements/add | "<configElement> <attributes> <attribute> <childrenElements> <childrenElement> <attributes> <attribute>" | "<configElement> <attributes> <childrenElements> <attributes>" | "8.2.5 has <attribute> inside of <attributes>. 8.2.5 P1 has only <attributes>. Similarly for childrenElements tag as well." |
2 | Delete a Configuration Element | /rest/v1.3/configuration/deviceConfigs/ID1/configElements/delete | "<configElement> <attributes> <attribute> <childrenElements> <childrenElement> <attributes> <attribute>" | "<configElement> <attributes> <childrenElements> <attributes>" | "8.2.5 has <attribute> inside of <attributes>. 8.2.5 P1 has only <attributes>. Similarly for childrenElements tag as well." |
3 | Get a Configuration Element Instance | /rest/v1.3/configuration/deviceConfigs/ID1/configElements/retrieve | "<configElement> <attributes> <attribute> <childrenElements> <childrenElement> <attributes> <attribute>" | "<configElement> <attributes> <childrenElements> <attributes>" | "8.2.5 has <attribute> inside of <attributes>. 8.2.5 P1 has only <attributes>. Similarly for childrenElements tag as well." |
4 | Update a Configuration Element | /rest/v1.3/configuration/deviceConfigs/ID3/configElements/update | "<configElement> <attributes> <attribute> <childrenElements> <childrenElement> <attributes> <attribute>" | "<configElement> <attributes> <childrenElements> <attributes>" | "8.2.5 has <attribute> inside of <attributes>. 8.2.5 P1 has only <attributes>. Similarly for childrenElements tag as well." |
5 | Add an NF | /rest/v1.1/inventory/nfMgmt/nfs | " </nfType> <parameters> <parameter>" | " </nfType> <parameters>" | 8.2.5 has extra tag <parameters> while 8.2.5 P1 does not. |
6 | Update NF Information | /rest/v1.1/inventory/nfMgmt/nfs/ID7/groups/ID7 | " <parameters> <parameter>" | <parameters> | 8.2.5 has <parameters> and <parameter>, 8.2.5 P1 has <parameters> |