github.com/spinnaker/spin@v1.30.0/gateapi/docs/EcsServerGroupEventsControllerApi.md (about)

     1  # \EcsServerGroupEventsControllerApi
     2  
     3  All URIs are relative to *https://localhost*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**GetEventsUsingGET**](EcsServerGroupEventsControllerApi.md#GetEventsUsingGET) | **Get** /applications/{application}/serverGroups/{account}/{serverGroupName}/events | Retrieves a list of events for a server group
     8  
     9  
    10  # **GetEventsUsingGET**
    11  > []interface{} GetEventsUsingGET(ctx, account, application, provider, region, serverGroupName)
    12  Retrieves a list of events for a server group
    13  
    14  ### Required Parameters
    15  
    16  Name | Type | Description  | Notes
    17  ------------- | ------------- | ------------- | -------------
    18   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    19    **account** | **string**| account | 
    20    **application** | **string**| application | 
    21    **provider** | **string**| provider | 
    22    **region** | **string**| region | 
    23    **serverGroupName** | **string**| serverGroupName | 
    24  
    25  ### Return type
    26  
    27  [**[]interface{}**](interface{}.md)
    28  
    29  ### Authorization
    30  
    31  No authorization required
    32  
    33  ### HTTP request headers
    34  
    35   - **Content-Type**: Not defined
    36   - **Accept**: */*
    37  
    38  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
    39