Skip to content

PreflightCheckName

Part of Diagnostics & preflight in the Python API reference.

Related guidance: getting-started/preflight, how-to/troubleshooting.

Runnable examples: preflight.py.

from picogrid_ecn_client import PreflightCheckName

Identify the operation evaluated by a preflight check.

class PreflightCheckName(Enum): ...

Source · models/common.py

NameValue
CONFIGURATION‘configuration’
DNS‘dns’
TCP‘tcp’
TLS‘tls’
AUTHENTICATION‘authentication’
MQTT‘mqtt’
SUBSCRIPTION‘subscription’
PUBLISH_AUTHORIZATION‘publish_authorization’

Version 0.2.0 · branch main