Gateways REST Endpoints
Gateways
View details about and manage gateways.
- Change a gateway's name
- Method: putPath:
/apiplatform/management/v1/gateways/{gwId}/identity - Create a gateway
- Method: postPath:
/apiplatform/management/v1/gateways - Delete a gateway
- Method: deletePath:
/apiplatform/management/v1/gateways/{gwId} - Generate Gateway Node Install Properties template
- Method: getPath:
/apiplatform/management/v1/gateways/{gwId}/nodes/form - Get gateway details
- Method: getPath:
/apiplatform/management/v1/gateways/{gwId} - Get gateways
- Method: getPath:
/apiplatform/management/v1/gateways - Update a gateway
- Method: putPath:
/apiplatform/management/v1/gateways/{gwId}