Gateway App Instance REST Endpoints
Gateway App Instance
The Gateway App Instance service enables you to view, create, and update Gateway App Instances.
- Create a Gateway App Instance
- Method: postPath:
/primeapi/restapi/pims/appInstances - Delete a Gateway App Instance
- Method: deletePath:
/primeapi/restapi/pims/appInstances/{id} - Test a Gateway Deployment Connection
- Method: postPath:
/primeapi/restapi/pims/appInstances/testConnection - Update a Gateway App Instance
- Method: putPath:
/primeapi/restapi/pims/appInstances/{id} - View a Gateway App Instance
- Method: getPath:
/primeapi/restapi/pims/appInstances/{id} - View All Gateway App Instances
- Method: getPath:
/primeapi/restapi/pims/appInstances/list?appId={appId} - View All Gateway Deployments
- Method: getPath:
/primeapi/restapi/pims/appInstances/deployments