Egress endpoint REST URLs
- Last UpdatedFeb 09, 2024
- 1 minute read
|
Relative URL |
HTTP verb |
Action |
|---|---|---|
|
api/v1/configuration/omfegress/ DataEndpoints |
GET |
Gets all configured egress endpoints. |
|
api/v1/configuration/omfegress/ DataEndpoints |
DELETE |
Deletes all configured egress endpoints. |
|
api/v1/configuration/omfegress/ DataEndpoints |
POST |
Adds an array of egress endpoints or a single endpoint. Fails if any endpoint already exists. |
|
api/v1/configuration/omfegress/ DataEndpoints |
PUT |
Replaces all egress endpoints. |
|
api/v1/configuration/omfegress/ DataEndpoints |
PATCH |
Allows partial updating of configured endpoints. Note: The request must be an array containing one or more endpoints. Each endpoint in the array must include its Id. |
|
api/v1/configuration/omfegress/ DataEndpoints/<Id> |
GET |
Gets configured endpoint by Id. |
|
api/v1/configuration/omfegress/ DataEndpoints/<Id> |
DELETE |
Deletes configured endpoint by Id. |
|
api/v1/configuration/omfegress/ DataEndpoints/<Id> |
PUT |
Updates or creates a new endpoint with the specified Id. |
|
api/v1/configuration/omfegress/ DataEndpoints/<Id> |
PATCH |
Allows partial updating of configured endpoint by Id. |