1. Packages
  2. Cisco Meraki
  3. API Docs
  4. organizations
  5. getInsightMonitoredMediaServers
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.organizations.getInsightMonitoredMediaServers

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    Using getInsightMonitoredMediaServers

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInsightMonitoredMediaServers(args: GetInsightMonitoredMediaServersArgs, opts?: InvokeOptions): Promise<GetInsightMonitoredMediaServersResult>
    function getInsightMonitoredMediaServersOutput(args: GetInsightMonitoredMediaServersOutputArgs, opts?: InvokeOptions): Output<GetInsightMonitoredMediaServersResult>
    def get_insight_monitored_media_servers(monitored_media_server_id: Optional[str] = None,
                                            organization_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetInsightMonitoredMediaServersResult
    def get_insight_monitored_media_servers_output(monitored_media_server_id: Optional[pulumi.Input[str]] = None,
                                            organization_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetInsightMonitoredMediaServersResult]
    func LookupInsightMonitoredMediaServers(ctx *Context, args *LookupInsightMonitoredMediaServersArgs, opts ...InvokeOption) (*LookupInsightMonitoredMediaServersResult, error)
    func LookupInsightMonitoredMediaServersOutput(ctx *Context, args *LookupInsightMonitoredMediaServersOutputArgs, opts ...InvokeOption) LookupInsightMonitoredMediaServersResultOutput

    > Note: This function is named LookupInsightMonitoredMediaServers in the Go SDK.

    public static class GetInsightMonitoredMediaServers 
    {
        public static Task<GetInsightMonitoredMediaServersResult> InvokeAsync(GetInsightMonitoredMediaServersArgs args, InvokeOptions? opts = null)
        public static Output<GetInsightMonitoredMediaServersResult> Invoke(GetInsightMonitoredMediaServersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInsightMonitoredMediaServersResult> getInsightMonitoredMediaServers(GetInsightMonitoredMediaServersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:organizations/getInsightMonitoredMediaServers:getInsightMonitoredMediaServers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MonitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    OrganizationId string
    organizationId path parameter. Organization ID
    MonitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    OrganizationId string
    organizationId path parameter. Organization ID
    monitoredMediaServerId String
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId String
    organizationId path parameter. Organization ID
    monitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId string
    organizationId path parameter. Organization ID
    monitored_media_server_id str
    monitoredMediaServerId path parameter. Monitored media server ID
    organization_id str
    organizationId path parameter. Organization ID
    monitoredMediaServerId String
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId String
    organizationId path parameter. Organization ID

    getInsightMonitoredMediaServers Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetInsightMonitoredMediaServersItem
    Items List<GetInsightMonitoredMediaServersItem>
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    MonitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    OrganizationId string
    organizationId path parameter. Organization ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetInsightMonitoredMediaServersItem
    Items []GetInsightMonitoredMediaServersItem
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    MonitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    OrganizationId string
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetInsightMonitoredMediaServersItem
    items List<GetInsightMonitoredMediaServersItem>
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    monitoredMediaServerId String
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId String
    organizationId path parameter. Organization ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetInsightMonitoredMediaServersItem
    items GetInsightMonitoredMediaServersItem[]
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    monitoredMediaServerId string
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId string
    organizationId path parameter. Organization ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetInsightMonitoredMediaServersItem
    items Sequence[GetInsightMonitoredMediaServersItem]
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    monitored_media_server_id str
    monitoredMediaServerId path parameter. Monitored media server ID
    organization_id str
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    items List<Property Map>
    Array of ResponseInsightGetOrganizationInsightMonitoredMediaServers
    monitoredMediaServerId String
    monitoredMediaServerId path parameter. Monitored media server ID
    organizationId String
    organizationId path parameter. Organization ID

    Supporting Types

    GetInsightMonitoredMediaServersItem

    Address string
    The IP address (IPv4 only) or hostname of the media server to monitor
    BestEffortMonitoringEnabled bool
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    Id string
    Monitored media server id
    Name string
    The name of the VoIP provider
    Address string
    The IP address (IPv4 only) or hostname of the media server to monitor
    BestEffortMonitoringEnabled bool
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    Id string
    Monitored media server id
    Name string
    The name of the VoIP provider
    address String
    The IP address (IPv4 only) or hostname of the media server to monitor
    bestEffortMonitoringEnabled Boolean
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    id String
    Monitored media server id
    name String
    The name of the VoIP provider
    address string
    The IP address (IPv4 only) or hostname of the media server to monitor
    bestEffortMonitoringEnabled boolean
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    id string
    Monitored media server id
    name string
    The name of the VoIP provider
    address str
    The IP address (IPv4 only) or hostname of the media server to monitor
    best_effort_monitoring_enabled bool
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    id str
    Monitored media server id
    name str
    The name of the VoIP provider
    address String
    The IP address (IPv4 only) or hostname of the media server to monitor
    bestEffortMonitoringEnabled Boolean
    Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead
    id String
    Monitored media server id
    name String
    The name of the VoIP provider

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi