Skip to content

aws.panorama.describe_device

Example SQL Queries

SELECT * FROM
aws.panorama.describe_device
WHERE
"device_id" = 'VALUE';

Description

Returns information about a device.

Table Definition

Column NameColumn Data Type
device_id Required Input Column

The device's ID.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

alternate_softwares

Beta software releases available for the device.

STRUCT(
"version" VARCHAR
)[]
Show child fields
alternate_softwares[]
Show child fields
alternate_softwares[].version

The appliance software version.

arn

The device's ARN.

VARCHAR
brand

The device's maker.

VARCHAR
created_time

When the device was created.

TIMESTAMP_S
current_networking_status

The device's networking status.

STRUCT(
"ethernet0_status" STRUCT(
"connection_status" VARCHAR,
"hw_address" VARCHAR,
"ip_address" VARCHAR
),
"ethernet1_status" STRUCT(
"connection_status" VARCHAR,
"hw_address" VARCHAR,
"ip_address" VARCHAR
),
"last_updated_time" TIMESTAMP_S,
"ntp_status" STRUCT(
"connection_status" VARCHAR,
"ip_address" VARCHAR,
"ntp_server_name" VARCHAR
)
)
Show child fields
current_networking_status.ethernet0_status

The status of Ethernet port 0.

Show child fields
current_networking_status.ethernet0_status.connection_status

The device's connection status.

current_networking_status.ethernet0_status.hw_address

The device's physical address.

current_networking_status.ethernet0_status.ip_address

The device's IP address.

current_networking_status.ethernet1_status

The status of Ethernet port 1.

Show child fields
current_networking_status.ethernet1_status.connection_status

The device's connection status.

current_networking_status.ethernet1_status.hw_address

The device's physical address.

current_networking_status.ethernet1_status.ip_address

The device's IP address.

current_networking_status.last_updated_time

When the network status changed.

current_networking_status.ntp_status

Details about a network time protocol (NTP) server connection.

Show child fields
current_networking_status.ntp_status.connection_status

The connection's status.

current_networking_status.ntp_status.ip_address

The IP address of the server.

current_networking_status.ntp_status.ntp_server_name

The domain name of the server.

current_software

The device's current software version.

VARCHAR
description

The device's description.

VARCHAR
device_aggregated_status

A device's aggregated status. Including the device's connection status, provisioning status, and lease status.

VARCHAR
device_connection_status

The device's connection status.

VARCHAR
latest_alternate_software

The most recent beta software release.

VARCHAR
latest_device_job

A device's latest job. Includes the target image version, and the job status.

STRUCT(
"image_version" VARCHAR,
"job_type" VARCHAR,
"status" VARCHAR
)
Show child fields
latest_device_job.image_version

The target version of the device software.

latest_device_job.job_type

The job's type.

latest_device_job.status

Status of the latest device job.

latest_software

The latest software version available for the device.

VARCHAR
lease_expiration_time

The device's lease expiration time.

TIMESTAMP_S
name

The device's name.

VARCHAR
networking_configuration

The device's networking configuration.

STRUCT(
"ethernet0" STRUCT(
"connection_type" VARCHAR,
"static_ip_connection_info" STRUCT(
"default_gateway" VARCHAR,
"dns" VARCHAR[],
"ip_address" VARCHAR,
"mask" VARCHAR
)
),
"ethernet1" STRUCT(
"connection_type" VARCHAR,
"static_ip_connection_info" STRUCT(
"default_gateway" VARCHAR,
"dns" VARCHAR[],
"ip_address" VARCHAR,
"mask" VARCHAR
)
),
"ntp" STRUCT(
"ntp_servers" VARCHAR[]
)
)
Show child fields
networking_configuration.ethernet0

Settings for Ethernet port 0.

Show child fields
networking_configuration.ethernet0.connection_type

How the device gets an IP address.

networking_configuration.ethernet0.static_ip_connection_info

Network configuration for a static IP connection.

Show child fields
networking_configuration.ethernet0.static_ip_connection_info.default_gateway

The connection's default gateway.

networking_configuration.ethernet0.static_ip_connection_info.dns[]
networking_configuration.ethernet0.static_ip_connection_info.ip_address

The connection's IP address.

networking_configuration.ethernet0.static_ip_connection_info.mask

The connection's DNS mask.

networking_configuration.ethernet1

Settings for Ethernet port 1.

Show child fields
networking_configuration.ethernet1.connection_type

How the device gets an IP address.

networking_configuration.ethernet1.static_ip_connection_info

Network configuration for a static IP connection.

Show child fields
networking_configuration.ethernet1.static_ip_connection_info.default_gateway

The connection's default gateway.

networking_configuration.ethernet1.static_ip_connection_info.dns[]
networking_configuration.ethernet1.static_ip_connection_info.ip_address

The connection's IP address.

networking_configuration.ethernet1.static_ip_connection_info.mask

The connection's DNS mask.

networking_configuration.ntp

Network time protocol (NTP) server settings.

Show child fields
networking_configuration.ntp.ntp_servers[]
provisioning_status

The device's provisioning status.

VARCHAR
serial_number

The device's serial number.

VARCHAR
tags

The device's tags.

MAP(VARCHAR, VARCHAR)
type

The device's type.

VARCHAR