Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.46 KB

SubnetControllerApi.md

File metadata and controls

44 lines (28 loc) · 1.46 KB

\SubnetControllerApi

All URIs are relative to https://localhost

Method HTTP request Description
AllByCloudProviderUsingGET1 Get /subnets/{cloudProvider} Retrieve a list of subnets for a given cloud provider

AllByCloudProviderUsingGET1

[]interface{} AllByCloudProviderUsingGET1(ctx, cloudProvider, optional) Retrieve a list of subnets for a given cloud provider

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
cloudProvider string cloudProvider
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
cloudProvider string cloudProvider
xRateLimitApp string X-RateLimit-App

Return type

[]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: /

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