OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Api.Account
API calls for all endpoints tagged Account
.
Link to this section Summary
Functions
Get Account Info Used to search and retrieve account information in OpsGenie
Link to this section Functions
Link to this function
get_info(connection, opts \\ [])
get_info(Tesla.Env.client(), keyword()) :: {:ok, OpsGenieRESTAPI.Model.GetAccountInfoResponse.t()} | {:error, Tesla.Env.t()}
Get Account Info Used to search and retrieve account information in OpsGenie
Parameters
- connection (OpsGenieRESTAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
{:ok, %OpsGenieRESTAPI.Model.GetAccountInfoResponse{}} on success {:error, info} on failure