App Config REST Endpoints

Apps/App Config
Use this endpoint to obtain a list of attributes for providing the attributes that various actors can update in an OPC App. This endpoint is a singleton resource in the "global schema".

Added In Release: 18.2.6
Get an App Config
Method: get
Path: /admin/v1/AppConfig/{id}
HTTP Options
Method: options
Path: /admin/v1/AppConfig
Replace an App Config
Method: put
Path: /admin/v1/AppConfig/{id}
Search App Configs Using POST
Method: post
Path: /admin/v1/AppConfig/.search
Search for App Configs
Method: get
Path: /admin/v1/AppConfig
Update an App Config
Method: patch
Path: /admin/v1/AppConfig/{id}