InsightApi
InsightApi Class Doc Comment
Tags
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
- getNetworkInsightApplicationHealthByTime() : object
- Operation getNetworkInsightApplicationHealthByTime
- getNetworkInsightApplicationHealthByTimeAsync() : PromiseInterface
- Operation getNetworkInsightApplicationHealthByTimeAsync
- getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo() : PromiseInterface
- Operation getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo
- getNetworkInsightApplicationHealthByTimeWithHttpInfo() : array<string|int, mixed>
- Operation getNetworkInsightApplicationHealthByTimeWithHttpInfo
- getOrganizationInsightApplications() : object
- Operation getOrganizationInsightApplications
- getOrganizationInsightApplicationsAsync() : PromiseInterface
- Operation getOrganizationInsightApplicationsAsync
- getOrganizationInsightApplicationsAsyncWithHttpInfo() : PromiseInterface
- Operation getOrganizationInsightApplicationsAsyncWithHttpInfo
- getOrganizationInsightApplicationsWithHttpInfo() : array<string|int, mixed>
- Operation getOrganizationInsightApplicationsWithHttpInfo
- 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'
- getNetworkInsightApplicationHealthByTimeRequest() : Request
- Create request for operation 'getNetworkInsightApplicationHealthByTime'
- getOrganizationInsightApplicationsRequest() : Request
- Create request for operation 'getOrganizationInsightApplications'
- getOrganizationInsightMonitoredMediaServerRequest() : Request
- Create request for operation 'getOrganizationInsightMonitoredMediaServer'
- getOrganizationInsightMonitoredMediaServersRequest() : Request
- Create request for operation 'getOrganizationInsightMonitoredMediaServers'
- updateOrganizationInsightMonitoredMediaServerRequest() : Request
- Create request for operation 'updateOrganizationInsightMonitoredMediaServer'
Properties
$client
protected
ClientInterface
$client
$config
protected
Configuration
$config
$headerSelector
protected
HeaderSelector
$headerSelector
Methods
__construct()
public
__construct([ClientInterface $client = null ][, Configuration $config = null ][, HeaderSelector $selector = null ]) : mixed
Parameters
- $client : ClientInterface = null
- $config : Configuration = null
- $selector : HeaderSelector = null
Return values
mixed —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
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
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
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
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
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
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
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
Return values
array<string|int, mixed> —of null, HTTP status code, HTTP response headers (array of strings)
getConfig()
public
getConfig() : Configuration
Return values
Configuration —getNetworkInsightApplicationHealthByTime()
Operation getNetworkInsightApplicationHealthByTime
public
getNetworkInsightApplicationHealthByTime(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : object
Get application health by time
Parameters
- $network_id : string
-
network_id (required)
- $application_id : string
-
application_id (required)
- $t0 : string = null
-
The beginning of the timespan for the data. The maximum lookback period is 7 days from today. (optional)
- $t1 : string = null
-
The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
- $timespan : float = null
-
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours. (optional)
- $resolution : int = null
-
The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)
Tags
Return values
object —getNetworkInsightApplicationHealthByTimeAsync()
Operation getNetworkInsightApplicationHealthByTimeAsync
public
getNetworkInsightApplicationHealthByTimeAsync(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : PromiseInterface
Get application health by time
Parameters
- $network_id : string
-
(required)
- $application_id : string
-
(required)
- $t0 : string = null
-
The beginning of the timespan for the data. The maximum lookback period is 7 days from today. (optional)
- $t1 : string = null
-
The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
- $timespan : float = null
-
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours. (optional)
- $resolution : int = null
-
The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)
Tags
Return values
PromiseInterface —getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo()
Operation getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo
public
getNetworkInsightApplicationHealthByTimeAsyncWithHttpInfo(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : PromiseInterface
Get application health by time
Parameters
- $network_id : string
-
(required)
- $application_id : string
-
(required)
- $t0 : string = null
-
The beginning of the timespan for the data. The maximum lookback period is 7 days from today. (optional)
- $t1 : string = null
-
The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
- $timespan : float = null
-
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours. (optional)
- $resolution : int = null
-
The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)
Tags
Return values
PromiseInterface —getNetworkInsightApplicationHealthByTimeWithHttpInfo()
Operation getNetworkInsightApplicationHealthByTimeWithHttpInfo
public
getNetworkInsightApplicationHealthByTimeWithHttpInfo(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : array<string|int, mixed>
Get application health by time
Parameters
- $network_id : string
-
(required)
- $application_id : string
-
(required)
- $t0 : string = null
-
The beginning of the timespan for the data. The maximum lookback period is 7 days from today. (optional)
- $t1 : string = null
-
The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
- $timespan : float = null
-
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours. (optional)
- $resolution : int = null
-
The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)
Tags
Return values
array<string|int, mixed> —of object, HTTP status code, HTTP response headers (array of strings)
getOrganizationInsightApplications()
Operation getOrganizationInsightApplications
public
getOrganizationInsightApplications(string $organization_id) : object
List all Insight tracked applications
Parameters
- $organization_id : string
-
organization_id (required)
Tags
Return values
object —getOrganizationInsightApplicationsAsync()
Operation getOrganizationInsightApplicationsAsync
public
getOrganizationInsightApplicationsAsync(string $organization_id) : PromiseInterface
List all Insight tracked applications
Parameters
- $organization_id : string
-
(required)
Tags
Return values
PromiseInterface —getOrganizationInsightApplicationsAsyncWithHttpInfo()
Operation getOrganizationInsightApplicationsAsyncWithHttpInfo
public
getOrganizationInsightApplicationsAsyncWithHttpInfo(string $organization_id) : PromiseInterface
List all Insight tracked applications
Parameters
- $organization_id : string
-
(required)
Tags
Return values
PromiseInterface —getOrganizationInsightApplicationsWithHttpInfo()
Operation getOrganizationInsightApplicationsWithHttpInfo
public
getOrganizationInsightApplicationsWithHttpInfo(string $organization_id) : array<string|int, mixed>
List all Insight tracked applications
Parameters
- $organization_id : string
-
(required)
Tags
Return values
array<string|int, mixed> —of object, 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Return values
Request —getNetworkInsightApplicationHealthByTimeRequest()
Create request for operation 'getNetworkInsightApplicationHealthByTime'
protected
getNetworkInsightApplicationHealthByTimeRequest(string $network_id, string $application_id[, string $t0 = null ][, string $t1 = null ][, float $timespan = null ][, int $resolution = null ]) : Request
Parameters
- $network_id : string
-
(required)
- $application_id : string
-
(required)
- $t0 : string = null
-
The beginning of the timespan for the data. The maximum lookback period is 7 days from today. (optional)
- $t1 : string = null
-
The end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
- $timespan : float = null
-
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours. (optional)
- $resolution : int = null
-
The time resolution in seconds for returned data. The valid resolutions are: 60, 300, 3600, 86400. The default is 300. (optional)
Tags
Return values
Request —getOrganizationInsightApplicationsRequest()
Create request for operation 'getOrganizationInsightApplications'
protected
getOrganizationInsightApplicationsRequest(string $organization_id) : Request
Parameters
- $organization_id : string
-
(required)
Tags
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
Return values
Request —getOrganizationInsightMonitoredMediaServersRequest()
Create request for operation 'getOrganizationInsightMonitoredMediaServers'
protected
getOrganizationInsightMonitoredMediaServersRequest(string $organization_id) : Request
Parameters
- $organization_id : string
-
(required)
Tags
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)