Skip to content

cv_zscaler_endpoints

Note

Always use the FQCN (Fully Qualified Collection Name) arista.avd.cv_zscaler_endpoints when using this plugin.

PREVIEW - Fetch Zscaler endpoints used for CV Pathfinder internet-exit integration.

Synopsis

Use this to autofill the zscaler_endpoints data model.

The arguments are optional. If not set the same vars must be set.

Requirements

The below requirements are needed on the host that executes this module.

  • md_toc

Parameters

Argument Type Required Default Value Restrictions Description
cv_server str True None CV server.
cv_token str True None CV token.
cv_verify_certs bool optional True Verify SSL certificates.
serial_number str True None Device serial number.
inventory_hostname str True None Device inventory hostname.

Examples

---
zscaler_endpoints: "{{ lookup('arista.avd.cv_zscaler_endpoints') }}"

Return Values

Name Type Description
_value dict Dict according to the zscaler_endpoints data model.

Authors

  • Arista Ansible Team (@aristanetworks)