Dynamic Routing Gateways REST Endpoints
Networking/Dynamic Routing Gateways
The operations from the Networking/Dynamic Routing Gateways category.
- Change a DRG Compartment
- Method: postPath:
/20160918/drgs/{drg_id}/actions/changeCompartment
- Create a DRG
- Method: postPath:
/20160918/drgs
- Create a DRG Attachment
- Method: postPath:
/20160918/drgAttachments
- Delete a DRG
- Method: deletePath:
/20160918/drgs/{drg_id}
- Delete a DRG Attachment
- Method: deletePath:
/20160918/drgAttachments/{drg_attachment_id}
- Get a DRG
- Method: getPath:
/20160918/drgs/{drg_id}
- Get a DRG Attachment
- Method: getPath:
/20160918/drgAttachments/{drg_attachment_id}
- Get DRG Redundancy Status
- Method: getPath:
/20160918/drgs/{drg_id}/redundancyStatus
- List DRG Attachments
- Method: getPath:
/20160918/drgAttachments
- List DRGs
- Method: getPath:
/20160918/drgs
- Update a DRG
- Method: putPath:
/20160918/drgs/{drg_id}
- Update a DRG Attachment
- Method: putPath:
/20160918/drgAttachments/{drg_attachment_id}