The Exchange Set Service will allow distributors to request custom exchange sets, built to the S-63 specification for delivery of ENC data to vessels.
An exchange set is defined in the IC-ENC Glossary as:
An exchange set is a grouping of data sets in a logical, consistent and self-contained collection to support the interchange of geospatial data and meta data.
Read more in the full IHO S-63 Specification.
An exchange set can be loaded into an ECDIS (Electronic Chart Display and Information System) on a vessel for navigation planning.
Rather than reading the OpenAPI specification in raw form, copy the API specification YAML file into an online Swagger editor for a rendered view.
Note that this section is draft, based on what we are doing for the File Share Service (FSS)
To generate an authorization token in Postman follow these steps:
Ask Calypso (or service Owner) to give you Roles for the ESS App Registration:
ESS-API-DEV
ESS-API-QA
ESS-API-LIVE
Select Oauth 2.0
in the authorization tab.
Grant Type - Implicit
Auth URL - https://login.microsoftonline.com/9134ca48-663d-4a05-968a-31a42f0aed3e/oauth2/v2.0/authorize
Client ID:
Environment | Client ID |
---|---|
DEV | 80a6c68b-59aa-49a4-939a-7968ff79d676 |
QA | 644e4406-4e92-4e5d-bdc5-3b233884f900 |
LIVE | fd4cb7ab-ed8f-4398-bafa-4f83284febbe |
- QA ### TBC ###
- LIVE ### TBC ###
Scope:
Environment | Scope |
---|---|
DEV | 80a6c68b-59aa-49a4-939a-7968ff79d676/.default |
QA | 644e4406-4e92-4e5d-bdc5-3b233884f900/.default |
LIVE | fd4cb7ab-ed8f-4398-bafa-4f83284febbe/.default |
- QA ### TBC ###/.default
- LIVE ### TBC ###/.default
NOTE: The browser used to authenticate needs to allow popups!
Paste the token into the Access Token
field at the top of the Postman OAuth2 section.