Differences in REST Response - JSON Format
This chapter identifies interface changes for the REST APIs and SOAP APIs.
Use the table below to check the differences in the REST API JSON responses between the SDM 9.0.0 and 9.0.1 and later Releases.
Table 12-1 Differences in REST Response - JSON Format
Serial Number | REST APIs | REST Endpoints | SDM 9.0.0 | SDM 9.0.1 and Later Releases | Remarks |
---|---|---|---|---|---|
1 | Assign a Device to Element Manager for FCAPS | /rest/v1.3/configuration/devices | NA | "type": "restManagedDevice", | 9.0.0 does not have "type" tag |
2 | Get Device Configuration Management Summary | /rest/v1.3/configuration/devices/ID1 | NA | type: "restManagedDevice" | 9.0.0 does not have "type" tag |
3 | Load a Configuration for a Targeted Device | /rest/v1.3/configuration/devices/ID1/loadConfig | NA | type: "restManagedDevice" | 9.0.0 does not have "type" tag |
4 | Get all or subset of route entries from a particular routeset | /routeSets/1/entries | "routeSetEntry" | "routeSetEntries" | This API response has been updated. SDM Release 9.0.0 has "routeSetEntry", while SDM Release 9.0.3.0.1 and later releases have "routeSetEntries" |
5 | Get all Route Entries from a Specific Range Type Route Set by Range | /routeSets/1/routeEntries/11/12 | NA | "routeSetEntries" | This API has been introduced in SDM Release 9.0.3.0.1. |
6 | Get all Route Entries from a Specific Route. Set by publD | /routeSets/2/routeEntries/?publd=12 | NA | "routeSetEntries" | This API has been introduced in SDM Release 9.0.3.0.1. |
7 | Get all Route Entries in a Route Set Without Filter Criteria | /routeSets/3/routes | NA | "routeSetEntries" | This API has been introduced in SDM Release 9.0.3.0.1. |