Documentation

MonitoredMediaServersApi

MonitoredMediaServersApi 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
createOrganizationInsightMonitoredMediaServer()  : object
Operation createOrganizationInsightMonitoredMediaServer
createOrganizationInsightMonitoredMediaServerAsync()  : PromiseInterface
Operation createOrganizationInsightMonitoredMediaServerAsync
createOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()  : PromiseInterface
Operation createOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo
createOrganizationInsightMonitoredMediaServerWithHttpInfo()  : array<string|int, mixed>
Operation createOrganizationInsightMonitoredMediaServerWithHttpInfo
deleteOrganizationInsightMonitoredMediaServer()  : void
Operation deleteOrganizationInsightMonitoredMediaServer
deleteOrganizationInsightMonitoredMediaServerAsync()  : PromiseInterface
Operation deleteOrganizationInsightMonitoredMediaServerAsync
deleteOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()  : PromiseInterface
Operation deleteOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo
deleteOrganizationInsightMonitoredMediaServerWithHttpInfo()  : array<string|int, mixed>
Operation deleteOrganizationInsightMonitoredMediaServerWithHttpInfo
getConfig()  : Configuration
getOrganizationInsightMonitoredMediaServer()  : object
Operation getOrganizationInsightMonitoredMediaServer
getOrganizationInsightMonitoredMediaServerAsync()  : PromiseInterface
Operation getOrganizationInsightMonitoredMediaServerAsync
getOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo
getOrganizationInsightMonitoredMediaServers()  : object
Operation getOrganizationInsightMonitoredMediaServers
getOrganizationInsightMonitoredMediaServersAsync()  : PromiseInterface
Operation getOrganizationInsightMonitoredMediaServersAsync
getOrganizationInsightMonitoredMediaServersAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationInsightMonitoredMediaServersAsyncWithHttpInfo
getOrganizationInsightMonitoredMediaServersWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationInsightMonitoredMediaServersWithHttpInfo
getOrganizationInsightMonitoredMediaServerWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationInsightMonitoredMediaServerWithHttpInfo
updateOrganizationInsightMonitoredMediaServer()  : object
Operation updateOrganizationInsightMonitoredMediaServer
updateOrganizationInsightMonitoredMediaServerAsync()  : PromiseInterface
Operation updateOrganizationInsightMonitoredMediaServerAsync
updateOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()  : PromiseInterface
Operation updateOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo
updateOrganizationInsightMonitoredMediaServerWithHttpInfo()  : array<string|int, mixed>
Operation updateOrganizationInsightMonitoredMediaServerWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createOrganizationInsightMonitoredMediaServerRequest()  : Request
Create request for operation 'createOrganizationInsightMonitoredMediaServer'
deleteOrganizationInsightMonitoredMediaServerRequest()  : Request
Create request for operation 'deleteOrganizationInsightMonitoredMediaServer'
getOrganizationInsightMonitoredMediaServerRequest()  : Request
Create request for operation 'getOrganizationInsightMonitoredMediaServer'
getOrganizationInsightMonitoredMediaServersRequest()  : Request
Create request for operation 'getOrganizationInsightMonitoredMediaServers'
updateOrganizationInsightMonitoredMediaServerRequest()  : Request
Create request for operation 'updateOrganizationInsightMonitoredMediaServer'

Properties

Methods

createOrganizationInsightMonitoredMediaServer()

Operation createOrganizationInsightMonitoredMediaServer

public createOrganizationInsightMonitoredMediaServer(string $organization_id, CreateOrganizationInsightMonitoredMediaServer $create_organization_insight_monitored_media_server) : object

Add a media server to be monitored for this organization

Parameters
$organization_id : string

organization_id (required)

$create_organization_insight_monitored_media_server : CreateOrganizationInsightMonitoredMediaServer

create_organization_insight_monitored_media_server (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createOrganizationInsightMonitoredMediaServerAsync()

Operation createOrganizationInsightMonitoredMediaServerAsync

public createOrganizationInsightMonitoredMediaServerAsync(string $organization_id, CreateOrganizationInsightMonitoredMediaServer $create_organization_insight_monitored_media_server) : PromiseInterface

Add a media server to be monitored for this organization

Parameters
$organization_id : string

(required)

$create_organization_insight_monitored_media_server : CreateOrganizationInsightMonitoredMediaServer

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()

Operation createOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo

public createOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo(string $organization_id, CreateOrganizationInsightMonitoredMediaServer $create_organization_insight_monitored_media_server) : PromiseInterface

Add a media server to be monitored for this organization

Parameters
$organization_id : string

(required)

$create_organization_insight_monitored_media_server : CreateOrganizationInsightMonitoredMediaServer

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createOrganizationInsightMonitoredMediaServerWithHttpInfo()

Operation createOrganizationInsightMonitoredMediaServerWithHttpInfo

public createOrganizationInsightMonitoredMediaServerWithHttpInfo(string $organization_id, CreateOrganizationInsightMonitoredMediaServer $create_organization_insight_monitored_media_server) : array<string|int, mixed>

Add a media server to be monitored for this organization

Parameters
$organization_id : string

(required)

$create_organization_insight_monitored_media_server : CreateOrganizationInsightMonitoredMediaServer

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

deleteOrganizationInsightMonitoredMediaServer()

Operation deleteOrganizationInsightMonitoredMediaServer

public deleteOrganizationInsightMonitoredMediaServer(string $organization_id, string $monitored_media_server_id) : void

Delete a monitored media server from this organization

Parameters
$organization_id : string

organization_id (required)

$monitored_media_server_id : string

monitored_media_server_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteOrganizationInsightMonitoredMediaServerAsync()

Operation deleteOrganizationInsightMonitoredMediaServerAsync

public deleteOrganizationInsightMonitoredMediaServerAsync(string $organization_id, string $monitored_media_server_id) : PromiseInterface

Delete a monitored media server from this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()

Operation deleteOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo

public deleteOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo(string $organization_id, string $monitored_media_server_id) : PromiseInterface

Delete a monitored media server from this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteOrganizationInsightMonitoredMediaServerWithHttpInfo()

Operation deleteOrganizationInsightMonitoredMediaServerWithHttpInfo

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

Delete a monitored media server from this organization

Parameters
$organization_id : string

(required)

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

getOrganizationInsightMonitoredMediaServer()

Operation getOrganizationInsightMonitoredMediaServer

public getOrganizationInsightMonitoredMediaServer(string $organization_id, string $monitored_media_server_id) : object

Return a monitored media server for this organization

Parameters
$organization_id : string

organization_id (required)

$monitored_media_server_id : string

monitored_media_server_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationInsightMonitoredMediaServerAsync()

Operation getOrganizationInsightMonitoredMediaServerAsync

public getOrganizationInsightMonitoredMediaServerAsync(string $organization_id, string $monitored_media_server_id) : PromiseInterface

Return a monitored media server for this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()

Operation getOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo

public getOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo(string $organization_id, string $monitored_media_server_id) : PromiseInterface

Return a monitored media server for this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationInsightMonitoredMediaServers()

Operation getOrganizationInsightMonitoredMediaServers

public getOrganizationInsightMonitoredMediaServers(string $organization_id) : object

List the monitored media servers for this organization

Parameters
$organization_id : string

organization_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationInsightMonitoredMediaServersAsync()

Operation getOrganizationInsightMonitoredMediaServersAsync

public getOrganizationInsightMonitoredMediaServersAsync(string $organization_id) : PromiseInterface

List the monitored media servers for this organization

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationInsightMonitoredMediaServersAsyncWithHttpInfo()

Operation getOrganizationInsightMonitoredMediaServersAsyncWithHttpInfo

public getOrganizationInsightMonitoredMediaServersAsyncWithHttpInfo(string $organization_id) : PromiseInterface

List the monitored media servers for this organization

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationInsightMonitoredMediaServersWithHttpInfo()

Operation getOrganizationInsightMonitoredMediaServersWithHttpInfo

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

List the monitored media servers for this organization

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)

getOrganizationInsightMonitoredMediaServerWithHttpInfo()

Operation getOrganizationInsightMonitoredMediaServerWithHttpInfo

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

Return a monitored media server for this organization

Parameters
$organization_id : string

(required)

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

updateOrganizationInsightMonitoredMediaServer()

Operation updateOrganizationInsightMonitoredMediaServer

public updateOrganizationInsightMonitoredMediaServer(string $organization_id, string $monitored_media_server_id[, UpdateOrganizationInsightMonitoredMediaServer $update_organization_insight_monitored_media_server = null ]) : object

Update a monitored media server for this organization

Parameters
$organization_id : string

organization_id (required)

$monitored_media_server_id : string

monitored_media_server_id (required)

$update_organization_insight_monitored_media_server : UpdateOrganizationInsightMonitoredMediaServer = null

update_organization_insight_monitored_media_server (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateOrganizationInsightMonitoredMediaServerAsync()

Operation updateOrganizationInsightMonitoredMediaServerAsync

public updateOrganizationInsightMonitoredMediaServerAsync(string $organization_id, string $monitored_media_server_id[, UpdateOrganizationInsightMonitoredMediaServer $update_organization_insight_monitored_media_server = null ]) : PromiseInterface

Update a monitored media server for this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

$update_organization_insight_monitored_media_server : UpdateOrganizationInsightMonitoredMediaServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo()

Operation updateOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo

public updateOrganizationInsightMonitoredMediaServerAsyncWithHttpInfo(string $organization_id, string $monitored_media_server_id[, UpdateOrganizationInsightMonitoredMediaServer $update_organization_insight_monitored_media_server = null ]) : PromiseInterface

Update a monitored media server for this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

$update_organization_insight_monitored_media_server : UpdateOrganizationInsightMonitoredMediaServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateOrganizationInsightMonitoredMediaServerWithHttpInfo()

Operation updateOrganizationInsightMonitoredMediaServerWithHttpInfo

public updateOrganizationInsightMonitoredMediaServerWithHttpInfo(string $organization_id, string $monitored_media_server_id[, UpdateOrganizationInsightMonitoredMediaServer $update_organization_insight_monitored_media_server = null ]) : array<string|int, mixed>

Update a monitored media server for this organization

Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

$update_organization_insight_monitored_media_server : UpdateOrganizationInsightMonitoredMediaServer = 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

createOrganizationInsightMonitoredMediaServerRequest()

Create request for operation 'createOrganizationInsightMonitoredMediaServer'

protected createOrganizationInsightMonitoredMediaServerRequest(string $organization_id, CreateOrganizationInsightMonitoredMediaServer $create_organization_insight_monitored_media_server) : Request
Parameters
$organization_id : string

(required)

$create_organization_insight_monitored_media_server : CreateOrganizationInsightMonitoredMediaServer

(required)

Tags
throws
InvalidArgumentException
Return values
Request

deleteOrganizationInsightMonitoredMediaServerRequest()

Create request for operation 'deleteOrganizationInsightMonitoredMediaServer'

protected deleteOrganizationInsightMonitoredMediaServerRequest(string $organization_id, string $monitored_media_server_id) : Request
Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getOrganizationInsightMonitoredMediaServerRequest()

Create request for operation 'getOrganizationInsightMonitoredMediaServer'

protected getOrganizationInsightMonitoredMediaServerRequest(string $organization_id, string $monitored_media_server_id) : Request
Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getOrganizationInsightMonitoredMediaServersRequest()

Create request for operation 'getOrganizationInsightMonitoredMediaServers'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateOrganizationInsightMonitoredMediaServerRequest()

Create request for operation 'updateOrganizationInsightMonitoredMediaServer'

protected updateOrganizationInsightMonitoredMediaServerRequest(string $organization_id, string $monitored_media_server_id[, UpdateOrganizationInsightMonitoredMediaServer $update_organization_insight_monitored_media_server = null ]) : Request
Parameters
$organization_id : string

(required)

$monitored_media_server_id : string

(required)

$update_organization_insight_monitored_media_server : UpdateOrganizationInsightMonitoredMediaServer = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results