Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.97 KB

File metadata and controls

68 lines (53 loc) · 1.97 KB
page_title subcategory description
netskope_npa_local_brokers_list Data Source - terraform-provider-netskope
NPALocalBrokersList DataSource

netskope_npa_local_brokers_list (Data Source)

NPALocalBrokersList DataSource

Example Usage

data "netskope_npa_local_brokers_list" "my_npalocalbrokerslist" {
  fields = "...my_fields..."
}

Schema

Optional

  • fields (String) Return values only from specified fields

Read-Only

Nested Schema for data

Read-Only:

  • access_via_public_ip (String) Controls access to LBR via public IP
  • assessment (Attributes) Assessment status of the local broker (see below for nested schema)
  • city_name (String)
  • common_name (String)
  • country_code (String)
  • country_name (String)
  • created_at (String) Timestamp when the local broker was created
  • custom_private_ip (String)
  • custom_public_ip (String)
  • discovered_private_ip (String)
  • discovered_public_ip (String)
  • dns_host (String) DNS hostname for the local broker
  • gslb_uuid (String) GSLB UUID for the local broker
  • host_port (Number) Host port for the local broker
  • latitude (Number)
  • local_broker_id (Number)
  • local_broker_name (String)
  • location_id (String)
  • longitude (Number)
  • pop_name (String) Point of presence name
  • reachable_by_client (Boolean) Whether the local broker is reachable by clients
  • region_name (String)
  • registered (Boolean)
  • registered_at (String) Timestamp when the local broker was registered
  • updated_at (String) Timestamp when the local broker was last updated

Nested Schema for data.assessment

Read-Only:

  • status (String) Connection status (e.g., disconnected, connected)