ZMS (Microsegmentation)¶
This package covers the ZMS (Zscaler Microsegmentation) API interface for managing microsegmentation resources via GraphQL.
ZMS provides comprehensive microsegmentation capabilities including:
Agents - Agent management, connection status, and version statistics
Agent Groups - Agent group management with TOTP support
Nonces - Provisioning key management
Resources - Resource visibility and protection status
Resource Groups - Managed and unmanaged resource group management
Policy Rules - Microsegmentation policy rule management
App Zones - Application zone management
App Catalog - Application catalog entries
Tags - Tag namespace, key, and value management
Note
ZMS requires OneAPI authentication (OAuth2.0 via Zidentity). Legacy authentication is not supported.
Copyright (c) 2023, Zscaler Inc.
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- class ZMSService¶
Bases:
objectZMS (Zscaler Microsegmentation) Service client, exposing various ZMS GraphQL APIs.
- property agent_groups¶
The interface object for the ZMS Agent Groups API.
- property agents¶
The interface object for the ZMS Agents API.
- property app_catalog¶
The interface object for the ZMS App Catalog API.
- property app_zones¶
The interface object for the ZMS App Zones API.
- property nonces¶
The interface object for the ZMS Nonces (Provisioning Keys) API.
- property policy_rules¶
The interface object for the ZMS Policy Rules API.
- property resource_groups¶
The interface object for the ZMS Resource Groups API.
- property resources¶
The interface object for the ZMS Resources API.
- property tags¶
The interface object for the ZMS Tags API.