Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 3.21 KB

EdgeGatewayPrefixListApi.md

File metadata and controls

93 lines (59 loc) · 3.21 KB

\EdgeGatewayPrefixListApi

All URIs are relative to https://localhost/cloudapi

Method HTTP request Description
DeletePrefixList Delete /1.0.0/edgeGateways/{gatewayId}/routing/bgp/prefixLists/{listId} Deletes a specific Prefix list for a given edge gateway.
GetPrefixList Get /1.0.0/edgeGateways/{gatewayId}/routing/bgp/prefixLists/{listId} Retrieves a specific Prefix list for a given edge gateway.
UpdatePrefixList Put /1.0.0/edgeGateways/{gatewayId}/routing/bgp/prefixLists/{listId} Updates a specific Prefix list for a given edge gateway.

DeletePrefixList

DeletePrefixList(ctx, gatewayId, listId) Deletes a specific Prefix list for a given edge gateway.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
gatewayId string
listId string

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetPrefixList

EdgePrefixList GetPrefixList(ctx, gatewayId, listId) Retrieves a specific Prefix list for a given edge gateway.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
gatewayId string
listId string

Return type

EdgePrefixList

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdatePrefixList

UpdatePrefixList(ctx, prefixList, gatewayId, listId) Updates a specific Prefix list for a given edge gateway.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
prefixList EdgePrefixList
gatewayId string
listId string

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]