Documentation

AlertTypesApi

AlertTypesApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getOrganizationWebhooksAlertTypes()  : object
Operation getOrganizationWebhooksAlertTypes
getOrganizationWebhooksAlertTypesAsync()  : PromiseInterface
Operation getOrganizationWebhooksAlertTypesAsync
getOrganizationWebhooksAlertTypesAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationWebhooksAlertTypesAsyncWithHttpInfo
getOrganizationWebhooksAlertTypesWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationWebhooksAlertTypesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getOrganizationWebhooksAlertTypesRequest()  : Request
Create request for operation 'getOrganizationWebhooksAlertTypes'

Properties

Methods

getOrganizationWebhooksAlertTypes()

Operation getOrganizationWebhooksAlertTypes

public getOrganizationWebhooksAlertTypes(string $organization_id) : object

Return a list of alert types to be used with managing webhook alerts

Parameters
$organization_id : string

organization_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationWebhooksAlertTypesAsync()

Operation getOrganizationWebhooksAlertTypesAsync

public getOrganizationWebhooksAlertTypesAsync(string $organization_id) : PromiseInterface

Return a list of alert types to be used with managing webhook alerts

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationWebhooksAlertTypesAsyncWithHttpInfo()

Operation getOrganizationWebhooksAlertTypesAsyncWithHttpInfo

public getOrganizationWebhooksAlertTypesAsyncWithHttpInfo(string $organization_id) : PromiseInterface

Return a list of alert types to be used with managing webhook alerts

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationWebhooksAlertTypesWithHttpInfo()

Operation getOrganizationWebhooksAlertTypesWithHttpInfo

public getOrganizationWebhooksAlertTypesWithHttpInfo(string $organization_id) : array<string|int, mixed>

Return a list of alert types to be used with managing webhook alerts

Parameters
$organization_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getOrganizationWebhooksAlertTypesRequest()

Create request for operation 'getOrganizationWebhooksAlertTypes'

protected getOrganizationWebhooksAlertTypesRequest(string $organization_id) : Request
Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results