Base properties
Base properties are defined at the top level of theItential Platform service instance configuration for the adapter — they are not nested inside other objects. These properties control how the adapter communicates with the external system.
Properties
Examples
Simple scenario
The adapter communicates with mysystem.abc.com over HTTPS on port 3443. All requests start with /api/rest and use API version v2.3. Entity caching is disabled. Metrics are saved. The adapter runs in production mode.
Complex scenario
The adapter communicates with mysystem.abc.com over HTTPS on the default port 443. There is no shared base path or version. URL encoding is disabled for path variables but enabled for query variables. Metrics are not saved. The adapter supports multiple paths per call using choosepath.
The entity path in action.json is defined as an object: