A.6 Customization of OpenAPI JSON

This section details the customization of openAPI JSON file.

The ocsepp_configuration_openapi_25.2.200.json openAPI file provides options to configure a server for SEPP configuration, status and state data APIs..

  1. Open the ocsepp_configuration_openapi_25.2.200.json file.
  2. Edit the servers section as per the deployment. Server details can be configured as follow:
    
    "servers": [
        {
          "url": http://xxx.x.x.x:xxxx/,  - Indicates the CNC Console host and port details
          "description": "<cncc service host details>:<cncc service port details>. 
        },
      ],
    

Note:

Apart from URL, no other content should be edited or updated in the openAPI file.