External Systems¶
This is an external system to the Data Center. This could be a customer of the owner of the data center getting access to the data through the API Gateways, Data Exchange, Notification Gateway or any other service in the Connection Services. There are several different reasons that an external system connects to the Data Center. But mostly for data from the data center. Compliance, Auditability, Control, and Security are key aspects of allowing external systems to connect to the Data Center.
Use Cases¶
Activities¶
- Register External System
- Notify of Change
- Register API Gateway
- Access API Gateway
- Access Data Exchange
Workflow¶
User Interface¶
TBD
Command Line Interface¶
Register External System¶
This registers an external system with the specific type of registration (notify,exchange,api). If the type is not specified api is assumed. For data exchange and api types a URI end point is returned.
# adc external register --url <url> --type <type>
Deregister External System¶
This deregisters an external system with the specific type of registration (notify,exchange,api) from the Automotive Data Center. If the type is not specified api is assumed.
# adc external deregister --url <url> --type <type>