Versions Compared

Key

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

...

#Sub interfaceMethodScenarioHTTP Response CodeBody
1Data
  • GET - /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-operational
  • NetworkCmProxyApi.getResourceDataOperationalForCmHandle()

Specified: 200, 400, 401, 403, 404

Implemented: 200, 500


2DataGET - /v1/ch/{cm-handle}/data/ds/ncmp-datastore:passthrough-running

Specified: 200, 400, 401, 403, 404

Implemented: 200, 500


3




4




5Model






36Inventory

POST /v1/ch

NetworkCmProxyInventoryApi.updateDmiPluginRegistration()

Register, update or remove cm handles

Specified: 201, 400, 401, 403

Implemented: 201, 500


Invalid requests should return 4xx with an explanation message instead of 500 without information (ex: Invalid combination of plugin service names, URI is not absolute, ...)


...