Versions Compared

Key

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

The following SDC supports two sets of REST API calls are available for the Portal subsystem:

  • GET Available Applications List
  • ADD/Modify/Remove User to/from the Application Administrator Role
  • Add/Modify/Remove USER to/from the Application USER Roles
  • GET Application List where user currently have Administrator Roles
  • GET Application User Roles List

External:

this API's are provided to applications external to SDC who want retrieve/add/modify/delete items in the SDC catalog.
the REST API uses basic authentication to validate that the rest calls are from authorized users.

SDC external API AID:

View file
nameSDC_Catalog_External_API_AID_v1.1.0.docx
height400


SDC external API Swagger


SDC access swagger on the server:




Internal:
SDC provides a large set of internal REST API's, this API's are used by the SDC UI.
internal API calls are authenticated by the user header provided in the rest call.
each user in the system has a role, based on this role the API will check if the operation is permitted or not and what data needs to be returned.


internal API AID: TBD


internal API Swagger: TBDFor more information, see the Portal API specification.