Gateways REST Endpoints

Gateways
View details about and manage gateways.
Change a gateway's name
Method: put
Path: /apiplatform/management/v1/gateways/{gwId}/identity
Create a gateway
Method: post
Path: /apiplatform/management/v1/gateways
Delete a gateway
Method: delete
Path: /apiplatform/management/v1/gateways/{gwId}
Generate Gateway Node Install Properties template
Method: get
Path: /apiplatform/management/v1/gateways/{gwId}/nodes/form
Get gateway details
Method: get
Path: /apiplatform/management/v1/gateways/{gwId}
Get gateways
Method: get
Path: /apiplatform/management/v1/gateways
Update a gateway
Method: put
Path: /apiplatform/management/v1/gateways/{gwId}