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

     1  # \SearchControllerApi
     2  
     3  All URIs are relative to *https://localhost*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**SearchUsingGET**](SearchControllerApi.md#SearchUsingGET) | **Get** /search | Search infrastructure
     8  
     9  
    10  # **SearchUsingGET**
    11  > []interface{} SearchUsingGET(ctx, type_, optional)
    12  Search infrastructure
    13  
    14  ### Required Parameters
    15  
    16  Name | Type | Description  | Notes
    17  ------------- | ------------- | ------------- | -------------
    18   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    19    **type_** | **string**| type | 
    20   **optional** | ***SearchControllerApiSearchUsingGETOpts** | optional parameters | nil if no parameters
    21  
    22  ### Optional Parameters
    23  Optional parameters are passed through a pointer to a SearchControllerApiSearchUsingGETOpts struct
    24  
    25  Name | Type | Description  | Notes
    26  ------------- | ------------- | ------------- | -------------
    27  
    28   **xRateLimitApp** | **optional.String**| X-RateLimit-App | 
    29   **allowShortQuery** | **optional.Bool**| allowShortQuery | [default to false]
    30   **page** | **optional.Int32**| page | [default to 1]
    31   **pageSize** | **optional.Int32**| pageSize | [default to 10000]
    32   **platform** | **optional.String**| platform | 
    33   **q** | **optional.String**| q | 
    34  
    35  ### Return type
    36  
    37  [**[]interface{}**](interface{}.md)
    38  
    39  ### Authorization
    40  
    41  No authorization required
    42  
    43  ### HTTP request headers
    44  
    45   - **Content-Type**: Not defined
    46   - **Accept**: */*
    47  
    48  [[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)
    49