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 |
[]interface{} AllByCloudProviderUsingGET(ctx, cloudProvider, optional) Retrieve a list of networks for a given cloud provider
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 are passed through a pointer to a NetworkControllerApiAllByCloudProviderUsingGETOpts struct
Name | Type | Description | Notes |
---|
xRateLimitApp | optional.String| X-RateLimit-App |
No authorization required
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
map[string]interface{} AllUsingGET2(ctx, optional) Retrieve a list of networks, grouped by cloud provider
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 are passed through a pointer to a NetworkControllerApiAllUsingGET2Opts struct
Name | Type | Description | Notes |
---|---|---|---|
xRateLimitApp | optional.String | X-RateLimit-App |
No authorization required
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]