panorama_provision_device: Creates a device and returns a configuration archive

View source: R/panorama_operations.R

panorama_provision_deviceR Documentation

Creates a device and returns a configuration archive

Description

Creates a device and returns a configuration archive. The configuration archive is a ZIP file that contains a provisioning certificate that is valid for 5 minutes. Name the configuration archive certificates-omni_device-name.zip and transfer it to the device within 5 minutes. Use the included USB storage device and connect it to the USB 3.0 port next to the HDMI output.

See https://www.paws-r-sdk.com/docs/panorama_provision_device/ for full documentation.

Usage

panorama_provision_device(
  Description = NULL,
  Name,
  NetworkingConfiguration = NULL,
  Tags = NULL
)

Arguments

Description

A description for the device.

Name

[required] A name for the device.

NetworkingConfiguration

A networking configuration for the device.

Tags

Tags for the device.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.