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: post
Path: /primeapi/restapi/pims/appInstances
Delete a Gateway App Instance
Method: delete
Path: /primeapi/restapi/pims/appInstances/{id}
Test a Gateway Deployment Connection
Method: post
Path: /primeapi/restapi/pims/appInstances/testConnection
Update a Gateway App Instance
Method: put
Path: /primeapi/restapi/pims/appInstances/{id}
View a Gateway App Instance
Method: get
Path: /primeapi/restapi/pims/appInstances/{id}
View All Gateway App Instances
Method: get
Path: /primeapi/restapi/pims/appInstances/list?appId={appId}
View All Gateway Deployments
Method: get
Path: /primeapi/restapi/pims/appInstances/deployments