Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.1 KB

SubnetControllerApi.md

File metadata and controls

35 lines (21 loc) · 1.1 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) Retrieve a list of subnets for a given cloud provider

Required Parameters

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

Return type

[]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: /

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