Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.74 KB

NetworkControllerApi.md

File metadata and controls

78 lines (49 loc) · 2.74 KB

\NetworkControllerApi

All URIs are relative to https://localhost

Method HTTP request Description
AllByCloudProviderUsingGET Get /networks/{cloudProvider} Retrieve a list of networks for a given cloud provider
AllUsingGET2 Get /networks Retrieve a list of networks, grouped by cloud provider

AllByCloudProviderUsingGET

[]interface{} AllByCloudProviderUsingGET(ctx, cloudProvider, optional) Retrieve a list of networks 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
optional *NetworkControllerApiAllByCloudProviderUsingGETOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a NetworkControllerApiAllByCloudProviderUsingGETOpts struct

Name Type Description Notes

xRateLimitApp | optional.String| X-RateLimit-App |

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]

AllUsingGET2

map[string]interface{} AllUsingGET2(ctx, optional) Retrieve a list of networks, grouped by cloud provider

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
optional *NetworkControllerApiAllUsingGET2Opts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a NetworkControllerApiAllUsingGET2Opts struct

Name Type Description Notes
xRateLimitApp optional.String X-RateLimit-App

Return type

map[string]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]