App Instances REST Endpoints
App Instances
- Creates an AppInstance business object.
- Method: postPath:
/gatewayapi/restapi/v1/appInstances - Deletes an AppInstance business object identified by its ID.
- Method: deletePath:
/gatewayapi/restapi/v1/appInstances/delete/{id} - Deletes an AppInstance business object identified by its ID.
- Method: deletePath:
/gatewayapi/restapi/v1/appInstances/{id} - Returns all AppInstance business objects.
- Method: getPath:
/gatewayapi/restapi/v1/appInstances/list - Returns all deployment business objects.
- Method: getPath:
/gatewayapi/restapi/v1/appInstances/deployments - Returns an AppInstance business object for the specified AppInstance ID.
- Method: getPath:
/gatewayapi/restapi/v1/appInstances/{id} - Test deployment connection.
- Method: postPath:
/gatewayapi/restapi/v1/appInstances/testConnection - Updates the AppInstance identified by the AppInstance ID.
- Method: putPath:
/gatewayapi/restapi/v1/appInstances/{id}