Documentation

HttpServersApi

HttpServersApi 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
createNetworkWebhooksHttpServer()  : object
Operation createNetworkWebhooksHttpServer
createNetworkWebhooksHttpServerAsync()  : PromiseInterface
Operation createNetworkWebhooksHttpServerAsync
createNetworkWebhooksHttpServerAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkWebhooksHttpServerAsyncWithHttpInfo
createNetworkWebhooksHttpServerWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkWebhooksHttpServerWithHttpInfo
deleteNetworkWebhooksHttpServer()  : void
Operation deleteNetworkWebhooksHttpServer
deleteNetworkWebhooksHttpServerAsync()  : PromiseInterface
Operation deleteNetworkWebhooksHttpServerAsync
deleteNetworkWebhooksHttpServerAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkWebhooksHttpServerAsyncWithHttpInfo
deleteNetworkWebhooksHttpServerWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkWebhooksHttpServerWithHttpInfo
getConfig()  : Configuration
getNetworkWebhooksHttpServer()  : object
Operation getNetworkWebhooksHttpServer
getNetworkWebhooksHttpServerAsync()  : PromiseInterface
Operation getNetworkWebhooksHttpServerAsync
getNetworkWebhooksHttpServerAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWebhooksHttpServerAsyncWithHttpInfo
getNetworkWebhooksHttpServers()  : object
Operation getNetworkWebhooksHttpServers
getNetworkWebhooksHttpServersAsync()  : PromiseInterface
Operation getNetworkWebhooksHttpServersAsync
getNetworkWebhooksHttpServersAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWebhooksHttpServersAsyncWithHttpInfo
getNetworkWebhooksHttpServersWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWebhooksHttpServersWithHttpInfo
getNetworkWebhooksHttpServerWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWebhooksHttpServerWithHttpInfo
updateNetworkWebhooksHttpServer()  : object
Operation updateNetworkWebhooksHttpServer
updateNetworkWebhooksHttpServerAsync()  : PromiseInterface
Operation updateNetworkWebhooksHttpServerAsync
updateNetworkWebhooksHttpServerAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkWebhooksHttpServerAsyncWithHttpInfo
updateNetworkWebhooksHttpServerWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkWebhooksHttpServerWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkWebhooksHttpServerRequest()  : Request
Create request for operation 'createNetworkWebhooksHttpServer'
deleteNetworkWebhooksHttpServerRequest()  : Request
Create request for operation 'deleteNetworkWebhooksHttpServer'
getNetworkWebhooksHttpServerRequest()  : Request
Create request for operation 'getNetworkWebhooksHttpServer'
getNetworkWebhooksHttpServersRequest()  : Request
Create request for operation 'getNetworkWebhooksHttpServers'
updateNetworkWebhooksHttpServerRequest()  : Request
Create request for operation 'updateNetworkWebhooksHttpServer'

Properties

Methods

createNetworkWebhooksHttpServer()

Operation createNetworkWebhooksHttpServer

public createNetworkWebhooksHttpServer(string $network_id, CreateNetworkWebhooksHttpServer $create_network_webhooks_http_server) : object

Add an HTTP server to a network

Parameters
$network_id : string

network_id (required)

$create_network_webhooks_http_server : CreateNetworkWebhooksHttpServer

create_network_webhooks_http_server (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkWebhooksHttpServerAsync()

Operation createNetworkWebhooksHttpServerAsync

public createNetworkWebhooksHttpServerAsync(string $network_id, CreateNetworkWebhooksHttpServer $create_network_webhooks_http_server) : PromiseInterface

Add an HTTP server to a network

Parameters
$network_id : string

(required)

$create_network_webhooks_http_server : CreateNetworkWebhooksHttpServer

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkWebhooksHttpServerAsyncWithHttpInfo()

Operation createNetworkWebhooksHttpServerAsyncWithHttpInfo

public createNetworkWebhooksHttpServerAsyncWithHttpInfo(string $network_id, CreateNetworkWebhooksHttpServer $create_network_webhooks_http_server) : PromiseInterface

Add an HTTP server to a network

Parameters
$network_id : string

(required)

$create_network_webhooks_http_server : CreateNetworkWebhooksHttpServer

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkWebhooksHttpServerWithHttpInfo()

Operation createNetworkWebhooksHttpServerWithHttpInfo

public createNetworkWebhooksHttpServerWithHttpInfo(string $network_id, CreateNetworkWebhooksHttpServer $create_network_webhooks_http_server) : array<string|int, mixed>

Add an HTTP server to a network

Parameters
$network_id : string

(required)

$create_network_webhooks_http_server : CreateNetworkWebhooksHttpServer

(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)

deleteNetworkWebhooksHttpServer()

Operation deleteNetworkWebhooksHttpServer

public deleteNetworkWebhooksHttpServer(string $network_id, string $http_server_id) : void

Delete an HTTP server from a network

Parameters
$network_id : string

network_id (required)

$http_server_id : string

http_server_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkWebhooksHttpServerAsync()

Operation deleteNetworkWebhooksHttpServerAsync

public deleteNetworkWebhooksHttpServerAsync(string $network_id, string $http_server_id) : PromiseInterface

Delete an HTTP server from a network

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkWebhooksHttpServerAsyncWithHttpInfo()

Operation deleteNetworkWebhooksHttpServerAsyncWithHttpInfo

public deleteNetworkWebhooksHttpServerAsyncWithHttpInfo(string $network_id, string $http_server_id) : PromiseInterface

Delete an HTTP server from a network

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkWebhooksHttpServerWithHttpInfo()

Operation deleteNetworkWebhooksHttpServerWithHttpInfo

public deleteNetworkWebhooksHttpServerWithHttpInfo(string $network_id, string $http_server_id) : array<string|int, mixed>

Delete an HTTP server from a network

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
ApiException

on non-2xx response

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

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

getNetworkWebhooksHttpServer()

Operation getNetworkWebhooksHttpServer

public getNetworkWebhooksHttpServer(string $network_id, string $http_server_id) : object

Return an HTTP server for a network

Parameters
$network_id : string

network_id (required)

$http_server_id : string

http_server_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWebhooksHttpServerAsync()

Operation getNetworkWebhooksHttpServerAsync

public getNetworkWebhooksHttpServerAsync(string $network_id, string $http_server_id) : PromiseInterface

Return an HTTP server for a network

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWebhooksHttpServerAsyncWithHttpInfo()

Operation getNetworkWebhooksHttpServerAsyncWithHttpInfo

public getNetworkWebhooksHttpServerAsyncWithHttpInfo(string $network_id, string $http_server_id) : PromiseInterface

Return an HTTP server for a network

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWebhooksHttpServers()

Operation getNetworkWebhooksHttpServers

public getNetworkWebhooksHttpServers(string $network_id) : object

List the HTTP servers for a network

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWebhooksHttpServersAsync()

Operation getNetworkWebhooksHttpServersAsync

public getNetworkWebhooksHttpServersAsync(string $network_id) : PromiseInterface

List the HTTP servers for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWebhooksHttpServersAsyncWithHttpInfo()

Operation getNetworkWebhooksHttpServersAsyncWithHttpInfo

public getNetworkWebhooksHttpServersAsyncWithHttpInfo(string $network_id) : PromiseInterface

List the HTTP servers for a network

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWebhooksHttpServersWithHttpInfo()

Operation getNetworkWebhooksHttpServersWithHttpInfo

public getNetworkWebhooksHttpServersWithHttpInfo(string $network_id) : array<string|int, mixed>

List the HTTP servers for a network

Parameters
$network_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)

getNetworkWebhooksHttpServerWithHttpInfo()

Operation getNetworkWebhooksHttpServerWithHttpInfo

public getNetworkWebhooksHttpServerWithHttpInfo(string $network_id, string $http_server_id) : array<string|int, mixed>

Return an HTTP server for a network

Parameters
$network_id : string

(required)

$http_server_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)

updateNetworkWebhooksHttpServer()

Operation updateNetworkWebhooksHttpServer

public updateNetworkWebhooksHttpServer(string $network_id, string $http_server_id[, UpdateNetworkWebhooksHttpServer $update_network_webhooks_http_server = null ]) : object

Update an HTTP server

Parameters
$network_id : string

network_id (required)

$http_server_id : string

http_server_id (required)

$update_network_webhooks_http_server : UpdateNetworkWebhooksHttpServer = null

update_network_webhooks_http_server (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkWebhooksHttpServerAsync()

Operation updateNetworkWebhooksHttpServerAsync

public updateNetworkWebhooksHttpServerAsync(string $network_id, string $http_server_id[, UpdateNetworkWebhooksHttpServer $update_network_webhooks_http_server = null ]) : PromiseInterface

Update an HTTP server

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

$update_network_webhooks_http_server : UpdateNetworkWebhooksHttpServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWebhooksHttpServerAsyncWithHttpInfo()

Operation updateNetworkWebhooksHttpServerAsyncWithHttpInfo

public updateNetworkWebhooksHttpServerAsyncWithHttpInfo(string $network_id, string $http_server_id[, UpdateNetworkWebhooksHttpServer $update_network_webhooks_http_server = null ]) : PromiseInterface

Update an HTTP server

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

$update_network_webhooks_http_server : UpdateNetworkWebhooksHttpServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWebhooksHttpServerWithHttpInfo()

Operation updateNetworkWebhooksHttpServerWithHttpInfo

public updateNetworkWebhooksHttpServerWithHttpInfo(string $network_id, string $http_server_id[, UpdateNetworkWebhooksHttpServer $update_network_webhooks_http_server = null ]) : array<string|int, mixed>

Update an HTTP server

Parameters
$network_id : string

(required)

$http_server_id : string

(required)

$update_network_webhooks_http_server : UpdateNetworkWebhooksHttpServer = null

(optional)

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

createNetworkWebhooksHttpServerRequest()

Create request for operation 'createNetworkWebhooksHttpServer'

protected createNetworkWebhooksHttpServerRequest(string $network_id, CreateNetworkWebhooksHttpServer $create_network_webhooks_http_server) : Request
Parameters
$network_id : string

(required)

$create_network_webhooks_http_server : CreateNetworkWebhooksHttpServer

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkWebhooksHttpServerRequest()

Create request for operation 'deleteNetworkWebhooksHttpServer'

protected deleteNetworkWebhooksHttpServerRequest(string $network_id, string $http_server_id) : Request
Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWebhooksHttpServerRequest()

Create request for operation 'getNetworkWebhooksHttpServer'

protected getNetworkWebhooksHttpServerRequest(string $network_id, string $http_server_id) : Request
Parameters
$network_id : string

(required)

$http_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkWebhooksHttpServersRequest()

Create request for operation 'getNetworkWebhooksHttpServers'

protected getNetworkWebhooksHttpServersRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkWebhooksHttpServerRequest()

Create request for operation 'updateNetworkWebhooksHttpServer'

protected updateNetworkWebhooksHttpServerRequest(string $network_id, string $http_server_id[, UpdateNetworkWebhooksHttpServer $update_network_webhooks_http_server = null ]) : Request
Parameters
$network_id : string

(required)

$http_server_id : string

(required)

$update_network_webhooks_http_server : UpdateNetworkWebhooksHttpServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results