App Instances REST Endpoints

App Instances
Creates an AppInstance business object.
Method: post
Path: /gatewayapi/restapi/v1/appInstances
Deletes an AppInstance business object identified by its ID.
Method: delete
Path: /gatewayapi/restapi/v1/appInstances/delete/{id}
Deletes an AppInstance business object identified by its ID.
Method: delete
Path: /gatewayapi/restapi/v1/appInstances/{id}
Returns all AppInstance business objects.
Method: get
Path: /gatewayapi/restapi/v1/appInstances/list
Returns all deployment business objects.
Method: get
Path: /gatewayapi/restapi/v1/appInstances/deployments
Returns an AppInstance business object for the specified AppInstance ID.
Method: get
Path: /gatewayapi/restapi/v1/appInstances/{id}
Test deployment connection.
Method: post
Path: /gatewayapi/restapi/v1/appInstances/testConnection
Updates the AppInstance identified by the AppInstance ID.
Method: put
Path: /gatewayapi/restapi/v1/appInstances/{id}