Adam Goldsmith
98daa460a6
Actual generator command: ```bash java -jar openapi-generator-cli-5.4.0.jar generate -g python-legacy \ --library asyncio \ --package-name openapi_client_udm \ --additional-properties=packageVersion=1.0.2 \ -i udm_openapi.json \ -o ./python ```
261 KiB
261 KiB
openapi-client-udm
Schema definition for the objects in the Univention Directory Manager REST interface.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.2
- Package version: 1.0.2
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import openapi_client_udm
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import openapi_client_udm
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import openapi_client_udm
from openapi_client_udm.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://ucs.sawtooth.claremontmakerspace.org/univention/udm
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client_udm.Configuration(
host = "https://ucs.sawtooth.claremontmakerspace.org/univention/udm"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure HTTP basic authorization: basic
configuration = openapi_client_udm.Configuration(
username = 'YOUR_USERNAME',
password = 'YOUR_PASSWORD'
)
# Enter a context with an instance of the API client
with openapi_client_udm.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = openapi_client_udm.AppcenterAppApi(api_client)
dn = 'dn_example' # str | The (urlencoded) LDAP Distinguished Name (DN).
user_agent = '' # str | The user agent. (optional)
accept_language = '' # str | The accepted response languages. (optional)
if_none_match = '' # str | Use request from cache by using the Etag entity tag if it matches. (optional)
if_modified_since = '' # str | Use request from cache by using the Last-Modified date if it matches. (optional)
x_request_id = '' # str | A request-ID used for logging and tracing. (optional)
try:
# Get a representation of the App Metadata object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object.
api_response = api_instance.udm_appcenter_app_object(dn, user_agent=user_agent, accept_language=accept_language, if_none_match=if_none_match, if_modified_since=if_modified_since, x_request_id=x_request_id)
pprint(api_response)
except ApiException as e:
print("Exception when calling AppcenterAppApi->udm_appcenter_app_object: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://ucs.sawtooth.claremontmakerspace.org/univention/udm
Class | Method | HTTP request | Description |
---|---|---|---|
AppcenterAppApi | udm_appcenter_app_object | GET /appcenter/app/{dn} | Get a representation of the App Metadata object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
AppcenterAppApi | udm_appcenter_app_object_create | POST /appcenter/app/ | Create a new App Metadata object |
AppcenterAppApi | udm_appcenter_app_object_modify | PUT /appcenter/app/{dn} | Modify or move an App Metadata object |
AppcenterAppApi | udm_appcenter_app_object_remove | DELETE /appcenter/app/{dn} | Remove a App Metadata object |
AppcenterAppApi | udm_appcenter_app_object_search | GET /appcenter/app/ | Search for App Metadata objects |
AppcenterAppApi | udm_appcenter_app_object_template | GET /appcenter/app/add | Get a template for creating an App Metadata object (contains all properties and their default values) |
AppcenterAppApi | udm_appcenter_app_object_update | PATCH /appcenter/app/{dn} | Modify an App Metadata object (moving is currently not possible) |
ComputersComputerApi | udm_computers_computer_object | GET /computers/computer/{dn} | Get a representation of the Computer object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersComputerApi | udm_computers_computer_object_search | GET /computers/computer/ | Search for Computers objects |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object | GET /computers/domaincontroller_backup/{dn} | Get a representation of the Backup Directory Node object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_create | POST /computers/domaincontroller_backup/ | Create a new Backup Directory Node object |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_modify | PUT /computers/domaincontroller_backup/{dn} | Modify or move an Backup Directory Node object |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_remove | DELETE /computers/domaincontroller_backup/{dn} | Remove a Backup Directory Nodes object |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_search | GET /computers/domaincontroller_backup/ | Search for Backup Directory Nodes objects |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_template | GET /computers/domaincontroller_backup/add | Get a template for creating an Backup Directory Node object (contains all properties and their default values) |
ComputersDomaincontrollerBackupApi | udm_computers_domaincontroller_backup_object_update | PATCH /computers/domaincontroller_backup/{dn} | Modify an Backup Directory Node object (moving is currently not possible) |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object | GET /computers/domaincontroller_master/{dn} | Get a representation of the Primary Directory Node object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_create | POST /computers/domaincontroller_master/ | Create a new Primary Directory Node object |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_modify | PUT /computers/domaincontroller_master/{dn} | Modify or move an Primary Directory Node object |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_remove | DELETE /computers/domaincontroller_master/{dn} | Remove a Primary Directory Nodes object |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_search | GET /computers/domaincontroller_master/ | Search for Primary Directory Nodes objects |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_template | GET /computers/domaincontroller_master/add | Get a template for creating an Primary Directory Node object (contains all properties and their default values) |
ComputersDomaincontrollerMasterApi | udm_computers_domaincontroller_master_object_update | PATCH /computers/domaincontroller_master/{dn} | Modify an Primary Directory Node object (moving is currently not possible) |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object | GET /computers/domaincontroller_slave/{dn} | Get a representation of the Replica Directory Node object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_create | POST /computers/domaincontroller_slave/ | Create a new Replica Directory Node object |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_modify | PUT /computers/domaincontroller_slave/{dn} | Modify or move an Replica Directory Node object |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_remove | DELETE /computers/domaincontroller_slave/{dn} | Remove a Replica Directory Nodes object |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_search | GET /computers/domaincontroller_slave/ | Search for Replica Directory Nodes objects |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_template | GET /computers/domaincontroller_slave/add | Get a template for creating an Replica Directory Node object (contains all properties and their default values) |
ComputersDomaincontrollerSlaveApi | udm_computers_domaincontroller_slave_object_update | PATCH /computers/domaincontroller_slave/{dn} | Modify an Replica Directory Node object (moving is currently not possible) |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object | GET /computers/ipmanagedclient/{dn} | Get a representation of the IP client object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_create | POST /computers/ipmanagedclient/ | Create a new IP client object |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_modify | PUT /computers/ipmanagedclient/{dn} | Modify or move an IP client object |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_remove | DELETE /computers/ipmanagedclient/{dn} | Remove a IP clients object |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_search | GET /computers/ipmanagedclient/ | Search for IP clients objects |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_template | GET /computers/ipmanagedclient/add | Get a template for creating an IP client object (contains all properties and their default values) |
ComputersIpmanagedclientApi | udm_computers_ipmanagedclient_object_update | PATCH /computers/ipmanagedclient/{dn} | Modify an IP client object (moving is currently not possible) |
ComputersLinuxApi | udm_computers_linux_object | GET /computers/linux/{dn} | Get a representation of the Linux Computer object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersLinuxApi | udm_computers_linux_object_create | POST /computers/linux/ | Create a new Linux Computer object |
ComputersLinuxApi | udm_computers_linux_object_modify | PUT /computers/linux/{dn} | Modify or move an Linux Computer object |
ComputersLinuxApi | udm_computers_linux_object_remove | DELETE /computers/linux/{dn} | Remove a Linux Computers object |
ComputersLinuxApi | udm_computers_linux_object_search | GET /computers/linux/ | Search for Linux Computers objects |
ComputersLinuxApi | udm_computers_linux_object_template | GET /computers/linux/add | Get a template for creating an Linux Computer object (contains all properties and their default values) |
ComputersLinuxApi | udm_computers_linux_object_update | PATCH /computers/linux/{dn} | Modify an Linux Computer object (moving is currently not possible) |
ComputersMacosApi | udm_computers_macos_object | GET /computers/macos/{dn} | Get a representation of the macOS Client object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersMacosApi | udm_computers_macos_object_create | POST /computers/macos/ | Create a new macOS Client object |
ComputersMacosApi | udm_computers_macos_object_modify | PUT /computers/macos/{dn} | Modify or move an macOS Client object |
ComputersMacosApi | udm_computers_macos_object_remove | DELETE /computers/macos/{dn} | Remove a macOS Clients object |
ComputersMacosApi | udm_computers_macos_object_search | GET /computers/macos/ | Search for macOS Clients objects |
ComputersMacosApi | udm_computers_macos_object_template | GET /computers/macos/add | Get a template for creating an macOS Client object (contains all properties and their default values) |
ComputersMacosApi | udm_computers_macos_object_update | PATCH /computers/macos/{dn} | Modify an macOS Client object (moving is currently not possible) |
ComputersMemberserverApi | udm_computers_memberserver_object | GET /computers/memberserver/{dn} | Get a representation of the Managed Node object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersMemberserverApi | udm_computers_memberserver_object_create | POST /computers/memberserver/ | Create a new Managed Node object |
ComputersMemberserverApi | udm_computers_memberserver_object_modify | PUT /computers/memberserver/{dn} | Modify or move an Managed Node object |
ComputersMemberserverApi | udm_computers_memberserver_object_remove | DELETE /computers/memberserver/{dn} | Remove a Managed Nodes object |
ComputersMemberserverApi | udm_computers_memberserver_object_search | GET /computers/memberserver/ | Search for Managed Nodes objects |
ComputersMemberserverApi | udm_computers_memberserver_object_template | GET /computers/memberserver/add | Get a template for creating an Managed Node object (contains all properties and their default values) |
ComputersMemberserverApi | udm_computers_memberserver_object_update | PATCH /computers/memberserver/{dn} | Modify an Managed Node object (moving is currently not possible) |
ComputersTrustaccountApi | udm_computers_trustaccount_object | GET /computers/trustaccount/{dn} | Get a representation of the Domain trust account object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersTrustaccountApi | udm_computers_trustaccount_object_create | POST /computers/trustaccount/ | Create a new Domain trust account object |
ComputersTrustaccountApi | udm_computers_trustaccount_object_modify | PUT /computers/trustaccount/{dn} | Modify or move an Domain trust account object |
ComputersTrustaccountApi | udm_computers_trustaccount_object_remove | DELETE /computers/trustaccount/{dn} | Remove a Domain trust accounts object |
ComputersTrustaccountApi | udm_computers_trustaccount_object_search | GET /computers/trustaccount/ | Search for Domain trust accounts objects |
ComputersTrustaccountApi | udm_computers_trustaccount_object_template | GET /computers/trustaccount/add | Get a template for creating an Domain trust account object (contains all properties and their default values) |
ComputersTrustaccountApi | udm_computers_trustaccount_object_update | PATCH /computers/trustaccount/{dn} | Modify an Domain trust account object (moving is currently not possible) |
ComputersUbuntuApi | udm_computers_ubuntu_object | GET /computers/ubuntu/{dn} | Get a representation of the Ubuntu Computer object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersUbuntuApi | udm_computers_ubuntu_object_create | POST /computers/ubuntu/ | Create a new Ubuntu Computer object |
ComputersUbuntuApi | udm_computers_ubuntu_object_modify | PUT /computers/ubuntu/{dn} | Modify or move an Ubuntu Computer object |
ComputersUbuntuApi | udm_computers_ubuntu_object_remove | DELETE /computers/ubuntu/{dn} | Remove a Ubuntu Computers object |
ComputersUbuntuApi | udm_computers_ubuntu_object_search | GET /computers/ubuntu/ | Search for Ubuntu Computers objects |
ComputersUbuntuApi | udm_computers_ubuntu_object_template | GET /computers/ubuntu/add | Get a template for creating an Ubuntu Computer object (contains all properties and their default values) |
ComputersUbuntuApi | udm_computers_ubuntu_object_update | PATCH /computers/ubuntu/{dn} | Modify an Ubuntu Computer object (moving is currently not possible) |
ComputersWindowsApi | udm_computers_windows_object | GET /computers/windows/{dn} | Get a representation of the Windows Workstation/Server object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersWindowsApi | udm_computers_windows_object_create | POST /computers/windows/ | Create a new Windows Workstation/Server object |
ComputersWindowsApi | udm_computers_windows_object_modify | PUT /computers/windows/{dn} | Modify or move an Windows Workstation/Server object |
ComputersWindowsApi | udm_computers_windows_object_remove | DELETE /computers/windows/{dn} | Remove a Windows Workstations/Servers object |
ComputersWindowsApi | udm_computers_windows_object_search | GET /computers/windows/ | Search for Windows Workstations/Servers objects |
ComputersWindowsApi | udm_computers_windows_object_template | GET /computers/windows/add | Get a template for creating an Windows Workstation/Server object (contains all properties and their default values) |
ComputersWindowsApi | udm_computers_windows_object_update | PATCH /computers/windows/{dn} | Modify an Windows Workstation/Server object (moving is currently not possible) |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object | GET /computers/windows_domaincontroller/{dn} | Get a representation of the Windows Domaincontroller object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_create | POST /computers/windows_domaincontroller/ | Create a new Windows Domaincontroller object |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_modify | PUT /computers/windows_domaincontroller/{dn} | Modify or move an Windows Domaincontroller object |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_remove | DELETE /computers/windows_domaincontroller/{dn} | Remove a Windows Domaincontrollers object |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_search | GET /computers/windows_domaincontroller/ | Search for Windows Domaincontrollers objects |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_template | GET /computers/windows_domaincontroller/add | Get a template for creating an Windows Domaincontroller object (contains all properties and their default values) |
ComputersWindowsDomaincontrollerApi | udm_computers_windows_domaincontroller_object_update | PATCH /computers/windows_domaincontroller/{dn} | Modify an Windows Domaincontroller object (moving is currently not possible) |
ContainerCnApi | udm_container_cn_object | GET /container/cn/{dn} | Get a representation of the Container object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ContainerCnApi | udm_container_cn_object_create | POST /container/cn/ | Create a new Container object |
ContainerCnApi | udm_container_cn_object_modify | PUT /container/cn/{dn} | Modify or move an Container object |
ContainerCnApi | udm_container_cn_object_remove | DELETE /container/cn/{dn} | Remove a Containers object |
ContainerCnApi | udm_container_cn_object_search | GET /container/cn/ | Search for Containers objects |
ContainerCnApi | udm_container_cn_object_template | GET /container/cn/add | Get a template for creating an Container object (contains all properties and their default values) |
ContainerCnApi | udm_container_cn_object_update | PATCH /container/cn/{dn} | Modify an Container object (moving is currently not possible) |
ContainerDcApi | udm_container_dc_object | GET /container/dc/{dn} | Get a representation of the Domain Container object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ContainerDcApi | udm_container_dc_object_modify | PUT /container/dc/{dn} | Modify or move an Domain Container object |
ContainerDcApi | udm_container_dc_object_search | GET /container/dc/ | Search for Domain Containers objects |
ContainerDcApi | udm_container_dc_object_update | PATCH /container/dc/{dn} | Modify an Domain Container object (moving is currently not possible) |
ContainerMsgpoApi | udm_container_msgpo_object | GET /container/msgpo/{dn} | Get a representation of the Container: MS Group Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ContainerMsgpoApi | udm_container_msgpo_object_create | POST /container/msgpo/ | Create a new Container: MS Group Policy object |
ContainerMsgpoApi | udm_container_msgpo_object_modify | PUT /container/msgpo/{dn} | Modify or move an Container: MS Group Policy object |
ContainerMsgpoApi | udm_container_msgpo_object_remove | DELETE /container/msgpo/{dn} | Remove a Container: MS Group Policy object |
ContainerMsgpoApi | udm_container_msgpo_object_search | GET /container/msgpo/ | Search for Container: MS Group Policy objects |
ContainerMsgpoApi | udm_container_msgpo_object_template | GET /container/msgpo/add | Get a template for creating an Container: MS Group Policy object (contains all properties and their default values) |
ContainerMsgpoApi | udm_container_msgpo_object_update | PATCH /container/msgpo/{dn} | Modify an Container: MS Group Policy object (moving is currently not possible) |
ContainerOuApi | udm_container_ou_object | GET /container/ou/{dn} | Get a representation of the Organisational Unit object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
ContainerOuApi | udm_container_ou_object_create | POST /container/ou/ | Create a new Organisational Unit object |
ContainerOuApi | udm_container_ou_object_modify | PUT /container/ou/{dn} | Modify or move an Organisational Unit object |
ContainerOuApi | udm_container_ou_object_remove | DELETE /container/ou/{dn} | Remove a Organisational Units object |
ContainerOuApi | udm_container_ou_object_search | GET /container/ou/ | Search for Organisational Units objects |
ContainerOuApi | udm_container_ou_object_template | GET /container/ou/add | Get a template for creating an Organisational Unit object (contains all properties and their default values) |
ContainerOuApi | udm_container_ou_object_update | PATCH /container/ou/{dn} | Modify an Organisational Unit object (moving is currently not possible) |
DhcpDhcpApi | udm_dhcp_dhcp_object | GET /dhcp/dhcp/{dn} | Get a representation of the DHCP service object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpDhcpApi | udm_dhcp_dhcp_object_search | GET /dhcp/dhcp/ | Search for DHCP services objects |
DhcpHostApi | udm_dhcp_host_object | GET /dhcp/host/{dn} | Get a representation of the DHCP host object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpHostApi | udm_dhcp_host_object_create | POST /dhcp/host/ | Create a new DHCP host object |
DhcpHostApi | udm_dhcp_host_object_modify | PUT /dhcp/host/{dn} | Modify or move an DHCP host object |
DhcpHostApi | udm_dhcp_host_object_remove | DELETE /dhcp/host/{dn} | Remove a DHCP hosts object |
DhcpHostApi | udm_dhcp_host_object_search | GET /dhcp/host/ | Search for DHCP hosts objects |
DhcpHostApi | udm_dhcp_host_object_template | GET /dhcp/host/add | Get a template for creating an DHCP host object (contains all properties and their default values) |
DhcpHostApi | udm_dhcp_host_object_update | PATCH /dhcp/host/{dn} | Modify an DHCP host object (moving is currently not possible) |
DhcpPoolApi | udm_dhcp_pool_object | GET /dhcp/pool/{dn} | Get a representation of the DHCP pool object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpPoolApi | udm_dhcp_pool_object_create | POST /dhcp/pool/ | Create a new DHCP pool object |
DhcpPoolApi | udm_dhcp_pool_object_modify | PUT /dhcp/pool/{dn} | Modify or move an DHCP pool object |
DhcpPoolApi | udm_dhcp_pool_object_remove | DELETE /dhcp/pool/{dn} | Remove a DHCP pools object |
DhcpPoolApi | udm_dhcp_pool_object_search | GET /dhcp/pool/ | Search for DHCP pools objects |
DhcpPoolApi | udm_dhcp_pool_object_template | GET /dhcp/pool/add | Get a template for creating an DHCP pool object (contains all properties and their default values) |
DhcpPoolApi | udm_dhcp_pool_object_update | PATCH /dhcp/pool/{dn} | Modify an DHCP pool object (moving is currently not possible) |
DhcpServerApi | udm_dhcp_server_object | GET /dhcp/server/{dn} | Get a representation of the DHCP server object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpServerApi | udm_dhcp_server_object_create | POST /dhcp/server/ | Create a new DHCP server object |
DhcpServerApi | udm_dhcp_server_object_modify | PUT /dhcp/server/{dn} | Modify or move an DHCP server object |
DhcpServerApi | udm_dhcp_server_object_remove | DELETE /dhcp/server/{dn} | Remove a DHCP servers object |
DhcpServerApi | udm_dhcp_server_object_search | GET /dhcp/server/ | Search for DHCP servers objects |
DhcpServerApi | udm_dhcp_server_object_template | GET /dhcp/server/add | Get a template for creating an DHCP server object (contains all properties and their default values) |
DhcpServerApi | udm_dhcp_server_object_update | PATCH /dhcp/server/{dn} | Modify an DHCP server object (moving is currently not possible) |
DhcpServiceApi | udm_dhcp_service_object | GET /dhcp/service/{dn} | Get a representation of the DHCP service object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpServiceApi | udm_dhcp_service_object_create | POST /dhcp/service/ | Create a new DHCP service object |
DhcpServiceApi | udm_dhcp_service_object_modify | PUT /dhcp/service/{dn} | Modify or move an DHCP service object |
DhcpServiceApi | udm_dhcp_service_object_remove | DELETE /dhcp/service/{dn} | Remove a DHCP services object |
DhcpServiceApi | udm_dhcp_service_object_search | GET /dhcp/service/ | Search for DHCP services objects |
DhcpServiceApi | udm_dhcp_service_object_template | GET /dhcp/service/add | Get a template for creating an DHCP service object (contains all properties and their default values) |
DhcpServiceApi | udm_dhcp_service_object_update | PATCH /dhcp/service/{dn} | Modify an DHCP service object (moving is currently not possible) |
DhcpSharedApi | udm_dhcp_shared_object | GET /dhcp/shared/{dn} | Get a representation of the Shared network object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpSharedApi | udm_dhcp_shared_object_create | POST /dhcp/shared/ | Create a new Shared network object |
DhcpSharedApi | udm_dhcp_shared_object_modify | PUT /dhcp/shared/{dn} | Modify or move an Shared network object |
DhcpSharedApi | udm_dhcp_shared_object_remove | DELETE /dhcp/shared/{dn} | Remove a Shared network object |
DhcpSharedApi | udm_dhcp_shared_object_search | GET /dhcp/shared/ | Search for Shared network objects |
DhcpSharedApi | udm_dhcp_shared_object_template | GET /dhcp/shared/add | Get a template for creating an Shared network object (contains all properties and their default values) |
DhcpSharedApi | udm_dhcp_shared_object_update | PATCH /dhcp/shared/{dn} | Modify an Shared network object (moving is currently not possible) |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object | GET /dhcp/sharedsubnet/{dn} | Get a representation of the Shared DHCP subnet object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_create | POST /dhcp/sharedsubnet/ | Create a new Shared DHCP subnet object |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_modify | PUT /dhcp/sharedsubnet/{dn} | Modify or move an Shared DHCP subnet object |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_remove | DELETE /dhcp/sharedsubnet/{dn} | Remove a Shared DHCP subnets object |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_search | GET /dhcp/sharedsubnet/ | Search for Shared DHCP subnets objects |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_template | GET /dhcp/sharedsubnet/add | Get a template for creating an Shared DHCP subnet object (contains all properties and their default values) |
DhcpSharedsubnetApi | udm_dhcp_sharedsubnet_object_update | PATCH /dhcp/sharedsubnet/{dn} | Modify an Shared DHCP subnet object (moving is currently not possible) |
DhcpSubnetApi | udm_dhcp_subnet_object | GET /dhcp/subnet/{dn} | Get a representation of the DHCP subnet object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DhcpSubnetApi | udm_dhcp_subnet_object_create | POST /dhcp/subnet/ | Create a new DHCP subnet object |
DhcpSubnetApi | udm_dhcp_subnet_object_modify | PUT /dhcp/subnet/{dn} | Modify or move an DHCP subnet object |
DhcpSubnetApi | udm_dhcp_subnet_object_remove | DELETE /dhcp/subnet/{dn} | Remove a DHCP subnets object |
DhcpSubnetApi | udm_dhcp_subnet_object_search | GET /dhcp/subnet/ | Search for DHCP subnets objects |
DhcpSubnetApi | udm_dhcp_subnet_object_template | GET /dhcp/subnet/add | Get a template for creating an DHCP subnet object (contains all properties and their default values) |
DhcpSubnetApi | udm_dhcp_subnet_object_update | PATCH /dhcp/subnet/{dn} | Modify an DHCP subnet object (moving is currently not possible) |
DnsAliasApi | udm_dns_alias_object | GET /dns/alias/{dn} | Get a representation of the Alias record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsAliasApi | udm_dns_alias_object_create | POST /dns/alias/ | Create a new Alias record object |
DnsAliasApi | udm_dns_alias_object_modify | PUT /dns/alias/{dn} | Modify or move an Alias record object |
DnsAliasApi | udm_dns_alias_object_remove | DELETE /dns/alias/{dn} | Remove a Alias records object |
DnsAliasApi | udm_dns_alias_object_search | GET /dns/alias/ | Search for Alias records objects |
DnsAliasApi | udm_dns_alias_object_template | GET /dns/alias/add | Get a template for creating an Alias record object (contains all properties and their default values) |
DnsAliasApi | udm_dns_alias_object_update | PATCH /dns/alias/{dn} | Modify an Alias record object (moving is currently not possible) |
DnsDnsApi | udm_dns_dns_object | GET /dns/dns/{dn} | Get a representation of the DNS zone object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsDnsApi | udm_dns_dns_object_search | GET /dns/dns/ | Search for DNS zones objects |
DnsForwardZoneApi | udm_dns_forward_zone_object | GET /dns/forward_zone/{dn} | Get a representation of the Forward lookup zone object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsForwardZoneApi | udm_dns_forward_zone_object_create | POST /dns/forward_zone/ | Create a new Forward lookup zone object |
DnsForwardZoneApi | udm_dns_forward_zone_object_modify | PUT /dns/forward_zone/{dn} | Modify or move an Forward lookup zone object |
DnsForwardZoneApi | udm_dns_forward_zone_object_remove | DELETE /dns/forward_zone/{dn} | Remove a Forward lookup zones object |
DnsForwardZoneApi | udm_dns_forward_zone_object_search | GET /dns/forward_zone/ | Search for Forward lookup zones objects |
DnsForwardZoneApi | udm_dns_forward_zone_object_template | GET /dns/forward_zone/add | Get a template for creating an Forward lookup zone object (contains all properties and their default values) |
DnsForwardZoneApi | udm_dns_forward_zone_object_update | PATCH /dns/forward_zone/{dn} | Modify an Forward lookup zone object (moving is currently not possible) |
DnsHostRecordApi | udm_dns_host_record_object | GET /dns/host_record/{dn} | Get a representation of the Host record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsHostRecordApi | udm_dns_host_record_object_create | POST /dns/host_record/ | Create a new Host record object |
DnsHostRecordApi | udm_dns_host_record_object_modify | PUT /dns/host_record/{dn} | Modify or move an Host record object |
DnsHostRecordApi | udm_dns_host_record_object_remove | DELETE /dns/host_record/{dn} | Remove a Host records object |
DnsHostRecordApi | udm_dns_host_record_object_search | GET /dns/host_record/ | Search for Host records objects |
DnsHostRecordApi | udm_dns_host_record_object_template | GET /dns/host_record/add | Get a template for creating an Host record object (contains all properties and their default values) |
DnsHostRecordApi | udm_dns_host_record_object_update | PATCH /dns/host_record/{dn} | Modify an Host record object (moving is currently not possible) |
DnsNsRecordApi | udm_dns_ns_record_object | GET /dns/ns_record/{dn} | Get a representation of the Nameserver record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsNsRecordApi | udm_dns_ns_record_object_create | POST /dns/ns_record/ | Create a new Nameserver record object |
DnsNsRecordApi | udm_dns_ns_record_object_modify | PUT /dns/ns_record/{dn} | Modify or move an Nameserver record object |
DnsNsRecordApi | udm_dns_ns_record_object_remove | DELETE /dns/ns_record/{dn} | Remove a Nameserver records object |
DnsNsRecordApi | udm_dns_ns_record_object_search | GET /dns/ns_record/ | Search for Nameserver records objects |
DnsNsRecordApi | udm_dns_ns_record_object_template | GET /dns/ns_record/add | Get a template for creating an Nameserver record object (contains all properties and their default values) |
DnsNsRecordApi | udm_dns_ns_record_object_update | PATCH /dns/ns_record/{dn} | Modify an Nameserver record object (moving is currently not possible) |
DnsPtrRecordApi | udm_dns_ptr_record_object | GET /dns/ptr_record/{dn} | Get a representation of the Pointer record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsPtrRecordApi | udm_dns_ptr_record_object_create | POST /dns/ptr_record/ | Create a new Pointer record object |
DnsPtrRecordApi | udm_dns_ptr_record_object_modify | PUT /dns/ptr_record/{dn} | Modify or move an Pointer record object |
DnsPtrRecordApi | udm_dns_ptr_record_object_remove | DELETE /dns/ptr_record/{dn} | Remove a Pointer records object |
DnsPtrRecordApi | udm_dns_ptr_record_object_search | GET /dns/ptr_record/ | Search for Pointer records objects |
DnsPtrRecordApi | udm_dns_ptr_record_object_template | GET /dns/ptr_record/add | Get a template for creating an Pointer record object (contains all properties and their default values) |
DnsPtrRecordApi | udm_dns_ptr_record_object_update | PATCH /dns/ptr_record/{dn} | Modify an Pointer record object (moving is currently not possible) |
DnsReverseZoneApi | udm_dns_reverse_zone_object | GET /dns/reverse_zone/{dn} | Get a representation of the Reverse lookup zone object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsReverseZoneApi | udm_dns_reverse_zone_object_create | POST /dns/reverse_zone/ | Create a new Reverse lookup zone object |
DnsReverseZoneApi | udm_dns_reverse_zone_object_modify | PUT /dns/reverse_zone/{dn} | Modify or move an Reverse lookup zone object |
DnsReverseZoneApi | udm_dns_reverse_zone_object_remove | DELETE /dns/reverse_zone/{dn} | Remove a Reverse lookup zones object |
DnsReverseZoneApi | udm_dns_reverse_zone_object_search | GET /dns/reverse_zone/ | Search for Reverse lookup zones objects |
DnsReverseZoneApi | udm_dns_reverse_zone_object_template | GET /dns/reverse_zone/add | Get a template for creating an Reverse lookup zone object (contains all properties and their default values) |
DnsReverseZoneApi | udm_dns_reverse_zone_object_update | PATCH /dns/reverse_zone/{dn} | Modify an Reverse lookup zone object (moving is currently not possible) |
DnsSrvRecordApi | udm_dns_srv_record_object | GET /dns/srv_record/{dn} | Get a representation of the Service record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsSrvRecordApi | udm_dns_srv_record_object_create | POST /dns/srv_record/ | Create a new Service record object |
DnsSrvRecordApi | udm_dns_srv_record_object_modify | PUT /dns/srv_record/{dn} | Modify or move an Service record object |
DnsSrvRecordApi | udm_dns_srv_record_object_remove | DELETE /dns/srv_record/{dn} | Remove a Service records object |
DnsSrvRecordApi | udm_dns_srv_record_object_search | GET /dns/srv_record/ | Search for Service records objects |
DnsSrvRecordApi | udm_dns_srv_record_object_template | GET /dns/srv_record/add | Get a template for creating an Service record object (contains all properties and their default values) |
DnsSrvRecordApi | udm_dns_srv_record_object_update | PATCH /dns/srv_record/{dn} | Modify an Service record object (moving is currently not possible) |
DnsTxtRecordApi | udm_dns_txt_record_object | GET /dns/txt_record/{dn} | Get a representation of the TXT record object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
DnsTxtRecordApi | udm_dns_txt_record_object_create | POST /dns/txt_record/ | Create a new TXT record object |
DnsTxtRecordApi | udm_dns_txt_record_object_modify | PUT /dns/txt_record/{dn} | Modify or move an TXT record object |
DnsTxtRecordApi | udm_dns_txt_record_object_remove | DELETE /dns/txt_record/{dn} | Remove a TXT record object |
DnsTxtRecordApi | udm_dns_txt_record_object_search | GET /dns/txt_record/ | Search for TXT record objects |
DnsTxtRecordApi | udm_dns_txt_record_object_template | GET /dns/txt_record/add | Get a template for creating an TXT record object (contains all properties and their default values) |
DnsTxtRecordApi | udm_dns_txt_record_object_update | PATCH /dns/txt_record/{dn} | Modify an TXT record object (moving is currently not possible) |
GroupsGroupApi | udm_groups_group_object | GET /groups/group/{dn} | Get a representation of the Group object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
GroupsGroupApi | udm_groups_group_object_create | POST /groups/group/ | Create a new Group object |
GroupsGroupApi | udm_groups_group_object_modify | PUT /groups/group/{dn} | Modify or move an Group object |
GroupsGroupApi | udm_groups_group_object_remove | DELETE /groups/group/{dn} | Remove a Groups object |
GroupsGroupApi | udm_groups_group_object_search | GET /groups/group/ | Search for Groups objects |
GroupsGroupApi | udm_groups_group_object_template | GET /groups/group/add | Get a template for creating an Group object (contains all properties and their default values) |
GroupsGroupApi | udm_groups_group_object_update | PATCH /groups/group/{dn} | Modify an Group object (moving is currently not possible) |
KerberosKdcentryApi | udm_kerberos_kdcentry_object | GET /kerberos/kdcentry/{dn} | Get a representation of the KDC Entry object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_create | POST /kerberos/kdcentry/ | Create a new KDC Entry object |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_modify | PUT /kerberos/kdcentry/{dn} | Modify or move an KDC Entry object |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_remove | DELETE /kerberos/kdcentry/{dn} | Remove a KDC Entries object |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_search | GET /kerberos/kdcentry/ | Search for KDC Entries objects |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_template | GET /kerberos/kdcentry/add | Get a template for creating an KDC Entry object (contains all properties and their default values) |
KerberosKdcentryApi | udm_kerberos_kdcentry_object_update | PATCH /kerberos/kdcentry/{dn} | Modify an KDC Entry object (moving is currently not possible) |
MailDomainApi | udm_mail_domain_object | GET /mail/domain/{dn} | Get a representation of the Mail domain object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MailDomainApi | udm_mail_domain_object_create | POST /mail/domain/ | Create a new Mail domain object |
MailDomainApi | udm_mail_domain_object_modify | PUT /mail/domain/{dn} | Modify or move an Mail domain object |
MailDomainApi | udm_mail_domain_object_remove | DELETE /mail/domain/{dn} | Remove a Mail domains object |
MailDomainApi | udm_mail_domain_object_search | GET /mail/domain/ | Search for Mail domains objects |
MailDomainApi | udm_mail_domain_object_template | GET /mail/domain/add | Get a template for creating an Mail domain object (contains all properties and their default values) |
MailDomainApi | udm_mail_domain_object_update | PATCH /mail/domain/{dn} | Modify an Mail domain object (moving is currently not possible) |
MailFolderApi | udm_mail_folder_object | GET /mail/folder/{dn} | Get a representation of the IMAP mail folder object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MailFolderApi | udm_mail_folder_object_create | POST /mail/folder/ | Create a new IMAP mail folder object |
MailFolderApi | udm_mail_folder_object_modify | PUT /mail/folder/{dn} | Modify or move an IMAP mail folder object |
MailFolderApi | udm_mail_folder_object_remove | DELETE /mail/folder/{dn} | Remove a IMAP mail folders object |
MailFolderApi | udm_mail_folder_object_search | GET /mail/folder/ | Search for IMAP mail folders objects |
MailFolderApi | udm_mail_folder_object_template | GET /mail/folder/add | Get a template for creating an IMAP mail folder object (contains all properties and their default values) |
MailFolderApi | udm_mail_folder_object_update | PATCH /mail/folder/{dn} | Modify an IMAP mail folder object (moving is currently not possible) |
MailListsApi | udm_mail_lists_object | GET /mail/lists/{dn} | Get a representation of the Mailing list object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MailListsApi | udm_mail_lists_object_create | POST /mail/lists/ | Create a new Mailing list object |
MailListsApi | udm_mail_lists_object_modify | PUT /mail/lists/{dn} | Modify or move an Mailing list object |
MailListsApi | udm_mail_lists_object_remove | DELETE /mail/lists/{dn} | Remove a Mailing lists object |
MailListsApi | udm_mail_lists_object_search | GET /mail/lists/ | Search for Mailing lists objects |
MailListsApi | udm_mail_lists_object_template | GET /mail/lists/add | Get a template for creating an Mailing list object (contains all properties and their default values) |
MailListsApi | udm_mail_lists_object_update | PATCH /mail/lists/{dn} | Modify an Mailing list object (moving is currently not possible) |
MailMailApi | udm_mail_mail_object | GET /mail/mail/{dn} | Get a representation of the Mail object object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MailMailApi | udm_mail_mail_object_search | GET /mail/mail/ | Search for Mail objects objects |
MonitoringAlertApi | udm_monitoring_alert_object | GET /monitoring/alert/{dn} | Get a representation of the Alert object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MonitoringAlertApi | udm_monitoring_alert_object_create | POST /monitoring/alert/ | Create a new Alert object |
MonitoringAlertApi | udm_monitoring_alert_object_modify | PUT /monitoring/alert/{dn} | Modify or move an Alert object |
MonitoringAlertApi | udm_monitoring_alert_object_remove | DELETE /monitoring/alert/{dn} | Remove a Alerts object |
MonitoringAlertApi | udm_monitoring_alert_object_search | GET /monitoring/alert/ | Search for Alerts objects |
MonitoringAlertApi | udm_monitoring_alert_object_template | GET /monitoring/alert/add | Get a template for creating an Alert object (contains all properties and their default values) |
MonitoringAlertApi | udm_monitoring_alert_object_update | PATCH /monitoring/alert/{dn} | Modify an Alert object (moving is currently not possible) |
MsDomainpolicyApi | udm_ms_domainpolicy_object | GET /ms/domainpolicy/{dn} | Get a representation of the MS Domain Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsDomainpolicyApi | udm_ms_domainpolicy_object_create | POST /ms/domainpolicy/ | Create a new MS Domain Policy object |
MsDomainpolicyApi | udm_ms_domainpolicy_object_modify | PUT /ms/domainpolicy/{dn} | Modify or move an MS Domain Policy object |
MsDomainpolicyApi | udm_ms_domainpolicy_object_remove | DELETE /ms/domainpolicy/{dn} | Remove a MS Domain Policy object |
MsDomainpolicyApi | udm_ms_domainpolicy_object_search | GET /ms/domainpolicy/ | Search for MS Domain Policy objects |
MsDomainpolicyApi | udm_ms_domainpolicy_object_template | GET /ms/domainpolicy/add | Get a template for creating an MS Domain Policy object (contains all properties and their default values) |
MsDomainpolicyApi | udm_ms_domainpolicy_object_update | PATCH /ms/domainpolicy/{dn} | Modify an MS Domain Policy object (moving is currently not possible) |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object | GET /ms/gpipsec-filter/{dn} | Get a representation of the MS IPsec policy: filter object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_create | POST /ms/gpipsec-filter/ | Create a new MS IPsec policy: filter object |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_modify | PUT /ms/gpipsec-filter/{dn} | Modify or move an MS IPsec policy: filter object |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_remove | DELETE /ms/gpipsec-filter/{dn} | Remove a MS IPsec policy: filter object |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_search | GET /ms/gpipsec-filter/ | Search for MS IPsec policy: filter objects |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_template | GET /ms/gpipsec-filter/add | Get a template for creating an MS IPsec policy: filter object (contains all properties and their default values) |
MsGpipsecFilterApi | udm_ms_gpipsec_filter_object_update | PATCH /ms/gpipsec-filter/{dn} | Modify an MS IPsec policy: filter object (moving is currently not possible) |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object | GET /ms/gpipsec-isakmp-policy/{dn} | Get a representation of the MS IPsec policy: ISAKMP Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_create | POST /ms/gpipsec-isakmp-policy/ | Create a new MS IPsec policy: ISAKMP Policy object |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_modify | PUT /ms/gpipsec-isakmp-policy/{dn} | Modify or move an MS IPsec policy: ISAKMP Policy object |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_remove | DELETE /ms/gpipsec-isakmp-policy/{dn} | Remove a MS IPsec policy: ISAKMP Policy object |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_search | GET /ms/gpipsec-isakmp-policy/ | Search for MS IPsec policy: ISAKMP Policy objects |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_template | GET /ms/gpipsec-isakmp-policy/add | Get a template for creating an MS IPsec policy: ISAKMP Policy object (contains all properties and their default values) |
MsGpipsecIsakmpPolicyApi | udm_ms_gpipsec_isakmp_policy_object_update | PATCH /ms/gpipsec-isakmp-policy/{dn} | Modify an MS IPsec policy: ISAKMP Policy object (moving is currently not possible) |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object | GET /ms/gpipsec-negotiation-policy/{dn} | Get a representation of the MS IPsec policy: Negotiation Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_create | POST /ms/gpipsec-negotiation-policy/ | Create a new MS IPsec policy: Negotiation Policy object |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_modify | PUT /ms/gpipsec-negotiation-policy/{dn} | Modify or move an MS IPsec policy: Negotiation Policy object |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_remove | DELETE /ms/gpipsec-negotiation-policy/{dn} | Remove a MS IPsec policy: Negotiation Policy object |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_search | GET /ms/gpipsec-negotiation-policy/ | Search for MS IPsec policy: Negotiation Policy objects |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_template | GET /ms/gpipsec-negotiation-policy/add | Get a template for creating an MS IPsec policy: Negotiation Policy object (contains all properties and their default values) |
MsGpipsecNegotiationPolicyApi | udm_ms_gpipsec_negotiation_policy_object_update | PATCH /ms/gpipsec-negotiation-policy/{dn} | Modify an MS IPsec policy: Negotiation Policy object (moving is currently not possible) |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object | GET /ms/gpipsec-nfa/{dn} | Get a representation of the MS IPsec policy: NFA object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_create | POST /ms/gpipsec-nfa/ | Create a new MS IPsec policy: NFA object |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_modify | PUT /ms/gpipsec-nfa/{dn} | Modify or move an MS IPsec policy: NFA object |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_remove | DELETE /ms/gpipsec-nfa/{dn} | Remove a MS IPsec policy: NFA object |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_search | GET /ms/gpipsec-nfa/ | Search for MS IPsec policy: NFA objects |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_template | GET /ms/gpipsec-nfa/add | Get a template for creating an MS IPsec policy: NFA object (contains all properties and their default values) |
MsGpipsecNfaApi | udm_ms_gpipsec_nfa_object_update | PATCH /ms/gpipsec-nfa/{dn} | Modify an MS IPsec policy: NFA object (moving is currently not possible) |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object | GET /ms/gpipsec-policy/{dn} | Get a representation of the MS IPsec policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_create | POST /ms/gpipsec-policy/ | Create a new MS IPsec policy object |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_modify | PUT /ms/gpipsec-policy/{dn} | Modify or move an MS IPsec policy object |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_remove | DELETE /ms/gpipsec-policy/{dn} | Remove a MS IPsec policy object |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_search | GET /ms/gpipsec-policy/ | Search for MS IPsec policy objects |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_template | GET /ms/gpipsec-policy/add | Get a template for creating an MS IPsec policy object (contains all properties and their default values) |
MsGpipsecPolicyApi | udm_ms_gpipsec_policy_object_update | PATCH /ms/gpipsec-policy/{dn} | Modify an MS IPsec policy object (moving is currently not possible) |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object | GET /ms/gpsi-category-registration/{dn} | Get a representation of the MS Software Installation Group Policy: Category Registration object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_create | POST /ms/gpsi-category-registration/ | Create a new MS Software Installation Group Policy: Category Registration object |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_modify | PUT /ms/gpsi-category-registration/{dn} | Modify or move an MS Software Installation Group Policy: Category Registration object |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_remove | DELETE /ms/gpsi-category-registration/{dn} | Remove a MS Software Installation Group Policy: Category Registration object |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_search | GET /ms/gpsi-category-registration/ | Search for MS Software Installation Group Policy: Category Registration objects |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_template | GET /ms/gpsi-category-registration/add | Get a template for creating an MS Software Installation Group Policy: Category Registration object (contains all properties and their default values) |
MsGpsiCategoryRegistrationApi | udm_ms_gpsi_category_registration_object_update | PATCH /ms/gpsi-category-registration/{dn} | Modify an MS Software Installation Group Policy: Category Registration object (moving is currently not possible) |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object | GET /ms/gpsi-class-store/{dn} | Get a representation of the Software Installation Group Policy: Class Store object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_create | POST /ms/gpsi-class-store/ | Create a new Software Installation Group Policy: Class Store object |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_modify | PUT /ms/gpsi-class-store/{dn} | Modify or move an Software Installation Group Policy: Class Store object |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_remove | DELETE /ms/gpsi-class-store/{dn} | Remove a Software Installation Group Policy: Class Store object |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_search | GET /ms/gpsi-class-store/ | Search for Software Installation Group Policy: Class Store objects |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_template | GET /ms/gpsi-class-store/add | Get a template for creating an Software Installation Group Policy: Class Store object (contains all properties and their default values) |
MsGpsiClassStoreApi | udm_ms_gpsi_class_store_object_update | PATCH /ms/gpsi-class-store/{dn} | Modify an Software Installation Group Policy: Class Store object (moving is currently not possible) |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object | GET /ms/gpsi-package-registration/{dn} | Get a representation of the Software Installation Group Policy: Package Registration object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_create | POST /ms/gpsi-package-registration/ | Create a new Software Installation Group Policy: Package Registration object |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_modify | PUT /ms/gpsi-package-registration/{dn} | Modify or move an Software Installation Group Policy: Package Registration object |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_remove | DELETE /ms/gpsi-package-registration/{dn} | Remove a Software Installation Group Policy: Package Registration object |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_search | GET /ms/gpsi-package-registration/ | Search for Software Installation Group Policy: Package Registration objects |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_template | GET /ms/gpsi-package-registration/add | Get a template for creating an Software Installation Group Policy: Package Registration object (contains all properties and their default values) |
MsGpsiPackageRegistrationApi | udm_ms_gpsi_package_registration_object_update | PATCH /ms/gpsi-package-registration/{dn} | Modify an Software Installation Group Policy: Package Registration object (moving is currently not possible) |
MsGpwlWiredApi | udm_ms_gpwl_wired_object | GET /ms/gpwl-wired/{dn} | Get a representation of the MS wired Group Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_create | POST /ms/gpwl-wired/ | Create a new MS wired Group Policy object |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_modify | PUT /ms/gpwl-wired/{dn} | Modify or move an MS wired Group Policy object |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_remove | DELETE /ms/gpwl-wired/{dn} | Remove a MS wired Group Policy object |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_search | GET /ms/gpwl-wired/ | Search for MS wired Group Policy objects |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_template | GET /ms/gpwl-wired/add | Get a template for creating an MS wired Group Policy object (contains all properties and their default values) |
MsGpwlWiredApi | udm_ms_gpwl_wired_object_update | PATCH /ms/gpwl-wired/{dn} | Modify an MS wired Group Policy object (moving is currently not possible) |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object | GET /ms/gpwl-wireless/{dn} | Get a representation of the MS wireless Group Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_create | POST /ms/gpwl-wireless/ | Create a new MS wireless Group Policy object |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_modify | PUT /ms/gpwl-wireless/{dn} | Modify or move an MS wireless Group Policy object |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_remove | DELETE /ms/gpwl-wireless/{dn} | Remove a MS wireless Group Policy object |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_search | GET /ms/gpwl-wireless/ | Search for MS wireless Group Policy objects |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_template | GET /ms/gpwl-wireless/add | Get a template for creating an MS wireless Group Policy object (contains all properties and their default values) |
MsGpwlWirelessApi | udm_ms_gpwl_wireless_object_update | PATCH /ms/gpwl-wireless/{dn} | Modify an MS wireless Group Policy object (moving is currently not possible) |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object | GET /ms/gpwl-wireless-blob/{dn} | Get a representation of the MS wireless Group Policy blob object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_create | POST /ms/gpwl-wireless-blob/ | Create a new MS wireless Group Policy blob object |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_modify | PUT /ms/gpwl-wireless-blob/{dn} | Modify or move an MS wireless Group Policy blob object |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_remove | DELETE /ms/gpwl-wireless-blob/{dn} | Remove a MS wireless Group Policy blob object |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_search | GET /ms/gpwl-wireless-blob/ | Search for MS wireless Group Policy blob objects |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_template | GET /ms/gpwl-wireless-blob/add | Get a template for creating an MS wireless Group Policy blob object (contains all properties and their default values) |
MsGpwlWirelessBlobApi | udm_ms_gpwl_wireless_blob_object_update | PATCH /ms/gpwl-wireless-blob/{dn} | Modify an MS wireless Group Policy blob object (moving is currently not possible) |
NagiosNagiosApi | udm_nagios_nagios_object | GET /nagios/nagios/{dn} | Get a representation of the Nagios object object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
NagiosNagiosApi | udm_nagios_nagios_object_search | GET /nagios/nagios/ | Search for Nagios objects objects |
NagiosServiceApi | udm_nagios_service_object | GET /nagios/service/{dn} | Get a representation of the Nagios service object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
NagiosServiceApi | udm_nagios_service_object_create | POST /nagios/service/ | Create a new Nagios service object |
NagiosServiceApi | udm_nagios_service_object_modify | PUT /nagios/service/{dn} | Modify or move an Nagios service object |
NagiosServiceApi | udm_nagios_service_object_remove | DELETE /nagios/service/{dn} | Remove a Nagios services object |
NagiosServiceApi | udm_nagios_service_object_search | GET /nagios/service/ | Search for Nagios services objects |
NagiosServiceApi | udm_nagios_service_object_template | GET /nagios/service/add | Get a template for creating an Nagios service object (contains all properties and their default values) |
NagiosServiceApi | udm_nagios_service_object_update | PATCH /nagios/service/{dn} | Modify an Nagios service object (moving is currently not possible) |
NagiosTimeperiodApi | udm_nagios_timeperiod_object | GET /nagios/timeperiod/{dn} | Get a representation of the Nagios time period object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_create | POST /nagios/timeperiod/ | Create a new Nagios time period object |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_modify | PUT /nagios/timeperiod/{dn} | Modify or move an Nagios time period object |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_remove | DELETE /nagios/timeperiod/{dn} | Remove a Nagios time periods object |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_search | GET /nagios/timeperiod/ | Search for Nagios time periods objects |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_template | GET /nagios/timeperiod/add | Get a template for creating an Nagios time period object (contains all properties and their default values) |
NagiosTimeperiodApi | udm_nagios_timeperiod_object_update | PATCH /nagios/timeperiod/{dn} | Modify an Nagios time period object (moving is currently not possible) |
NetworksNetworkApi | udm_networks_network_object | GET /networks/network/{dn} | Get a representation of the Network object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
NetworksNetworkApi | udm_networks_network_object_create | POST /networks/network/ | Create a new Network object |
NetworksNetworkApi | udm_networks_network_object_modify | PUT /networks/network/{dn} | Modify or move an Network object |
NetworksNetworkApi | udm_networks_network_object_remove | DELETE /networks/network/{dn} | Remove a Networks object |
NetworksNetworkApi | udm_networks_network_object_search | GET /networks/network/ | Search for Networks objects |
NetworksNetworkApi | udm_networks_network_object_template | GET /networks/network/add | Get a template for creating an Network object (contains all properties and their default values) |
NetworksNetworkApi | udm_networks_network_object_update | PATCH /networks/network/{dn} | Modify an Network object (moving is currently not possible) |
PoliciesAdminContainerApi | udm_policies_admin_container_object | GET /policies/admin_container/{dn} | Get a representation of the Univention Directory Manager container settings policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesAdminContainerApi | udm_policies_admin_container_object_create | POST /policies/admin_container/ | Create a new Univention Directory Manager container settings policy object |
PoliciesAdminContainerApi | udm_policies_admin_container_object_modify | PUT /policies/admin_container/{dn} | Modify or move an Univention Directory Manager container settings policy object |
PoliciesAdminContainerApi | udm_policies_admin_container_object_remove | DELETE /policies/admin_container/{dn} | Remove a Univention Directory Manager container settings policies object |
PoliciesAdminContainerApi | udm_policies_admin_container_object_search | GET /policies/admin_container/ | Search for Univention Directory Manager container settings policies objects |
PoliciesAdminContainerApi | udm_policies_admin_container_object_template | GET /policies/admin_container/add | Get a template for creating an Univention Directory Manager container settings policy object (contains all properties and their default values) |
PoliciesAdminContainerApi | udm_policies_admin_container_object_update | PATCH /policies/admin_container/{dn} | Modify an Univention Directory Manager container settings policy object (moving is currently not possible) |
PoliciesDesktopApi | udm_policies_desktop_object | GET /policies/desktop/{dn} | Get a representation of the Desktop policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDesktopApi | udm_policies_desktop_object_create | POST /policies/desktop/ | Create a new Desktop policy object |
PoliciesDesktopApi | udm_policies_desktop_object_modify | PUT /policies/desktop/{dn} | Modify or move an Desktop policy object |
PoliciesDesktopApi | udm_policies_desktop_object_remove | DELETE /policies/desktop/{dn} | Remove a Desktop policies object |
PoliciesDesktopApi | udm_policies_desktop_object_search | GET /policies/desktop/ | Search for Desktop policies objects |
PoliciesDesktopApi | udm_policies_desktop_object_template | GET /policies/desktop/add | Get a template for creating an Desktop policy object (contains all properties and their default values) |
PoliciesDesktopApi | udm_policies_desktop_object_update | PATCH /policies/desktop/{dn} | Modify an Desktop policy object (moving is currently not possible) |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object | GET /policies/dhcp_boot/{dn} | Get a representation of the DHCP Boot policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_create | POST /policies/dhcp_boot/ | Create a new DHCP Boot policy object |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_modify | PUT /policies/dhcp_boot/{dn} | Modify or move an DHCP Boot policy object |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_remove | DELETE /policies/dhcp_boot/{dn} | Remove a DHCP Boot policies object |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_search | GET /policies/dhcp_boot/ | Search for DHCP Boot policies objects |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_template | GET /policies/dhcp_boot/add | Get a template for creating an DHCP Boot policy object (contains all properties and their default values) |
PoliciesDhcpBootApi | udm_policies_dhcp_boot_object_update | PATCH /policies/dhcp_boot/{dn} | Modify an DHCP Boot policy object (moving is currently not possible) |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object | GET /policies/dhcp_dns/{dn} | Get a representation of the DHCP DNS policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_create | POST /policies/dhcp_dns/ | Create a new DHCP DNS policy object |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_modify | PUT /policies/dhcp_dns/{dn} | Modify or move an DHCP DNS policy object |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_remove | DELETE /policies/dhcp_dns/{dn} | Remove a DHCP DNS policies object |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_search | GET /policies/dhcp_dns/ | Search for DHCP DNS policies objects |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_template | GET /policies/dhcp_dns/add | Get a template for creating an DHCP DNS policy object (contains all properties and their default values) |
PoliciesDhcpDnsApi | udm_policies_dhcp_dns_object_update | PATCH /policies/dhcp_dns/{dn} | Modify an DHCP DNS policy object (moving is currently not possible) |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object | GET /policies/dhcp_dnsupdate/{dn} | Get a representation of the DHCP Dynamic DNS policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_create | POST /policies/dhcp_dnsupdate/ | Create a new DHCP Dynamic DNS policy object |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_modify | PUT /policies/dhcp_dnsupdate/{dn} | Modify or move an DHCP Dynamic DNS policy object |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_remove | DELETE /policies/dhcp_dnsupdate/{dn} | Remove a DHCP Dynamic DNS policies object |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_search | GET /policies/dhcp_dnsupdate/ | Search for DHCP Dynamic DNS policies objects |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_template | GET /policies/dhcp_dnsupdate/add | Get a template for creating an DHCP Dynamic DNS policy object (contains all properties and their default values) |
PoliciesDhcpDnsupdateApi | udm_policies_dhcp_dnsupdate_object_update | PATCH /policies/dhcp_dnsupdate/{dn} | Modify an DHCP Dynamic DNS policy object (moving is currently not possible) |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object | GET /policies/dhcp_leasetime/{dn} | Get a representation of the DHCP lease time policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_create | POST /policies/dhcp_leasetime/ | Create a new DHCP lease time policy object |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_modify | PUT /policies/dhcp_leasetime/{dn} | Modify or move an DHCP lease time policy object |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_remove | DELETE /policies/dhcp_leasetime/{dn} | Remove a DHCP lease time policies object |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_search | GET /policies/dhcp_leasetime/ | Search for DHCP lease time policies objects |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_template | GET /policies/dhcp_leasetime/add | Get a template for creating an DHCP lease time policy object (contains all properties and their default values) |
PoliciesDhcpLeasetimeApi | udm_policies_dhcp_leasetime_object_update | PATCH /policies/dhcp_leasetime/{dn} | Modify an DHCP lease time policy object (moving is currently not possible) |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object | GET /policies/dhcp_netbios/{dn} | Get a representation of the DHCP NetBIOS policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_create | POST /policies/dhcp_netbios/ | Create a new DHCP NetBIOS policy object |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_modify | PUT /policies/dhcp_netbios/{dn} | Modify or move an DHCP NetBIOS policy object |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_remove | DELETE /policies/dhcp_netbios/{dn} | Remove a DHCP NetBIOS policies object |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_search | GET /policies/dhcp_netbios/ | Search for DHCP NetBIOS policies objects |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_template | GET /policies/dhcp_netbios/add | Get a template for creating an DHCP NetBIOS policy object (contains all properties and their default values) |
PoliciesDhcpNetbiosApi | udm_policies_dhcp_netbios_object_update | PATCH /policies/dhcp_netbios/{dn} | Modify an DHCP NetBIOS policy object (moving is currently not possible) |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object | GET /policies/dhcp_routing/{dn} | Get a representation of the DHCP routing policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_create | POST /policies/dhcp_routing/ | Create a new DHCP routing policy object |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_modify | PUT /policies/dhcp_routing/{dn} | Modify or move an DHCP routing policy object |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_remove | DELETE /policies/dhcp_routing/{dn} | Remove a DHCP routing policies object |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_search | GET /policies/dhcp_routing/ | Search for DHCP routing policies objects |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_template | GET /policies/dhcp_routing/add | Get a template for creating an DHCP routing policy object (contains all properties and their default values) |
PoliciesDhcpRoutingApi | udm_policies_dhcp_routing_object_update | PATCH /policies/dhcp_routing/{dn} | Modify an DHCP routing policy object (moving is currently not possible) |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object | GET /policies/dhcp_scope/{dn} | Get a representation of the DHCP Allow/Deny policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_create | POST /policies/dhcp_scope/ | Create a new DHCP Allow/Deny policy object |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_modify | PUT /policies/dhcp_scope/{dn} | Modify or move an DHCP Allow/Deny policy object |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_remove | DELETE /policies/dhcp_scope/{dn} | Remove a DHCP Allow/Deny policies object |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_search | GET /policies/dhcp_scope/ | Search for DHCP Allow/Deny policies objects |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_template | GET /policies/dhcp_scope/add | Get a template for creating an DHCP Allow/Deny policy object (contains all properties and their default values) |
PoliciesDhcpScopeApi | udm_policies_dhcp_scope_object_update | PATCH /policies/dhcp_scope/{dn} | Modify an DHCP Allow/Deny policy object (moving is currently not possible) |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object | GET /policies/dhcp_statements/{dn} | Get a representation of the DHCP statements policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_create | POST /policies/dhcp_statements/ | Create a new DHCP statements policy object |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_modify | PUT /policies/dhcp_statements/{dn} | Modify or move an DHCP statements policy object |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_remove | DELETE /policies/dhcp_statements/{dn} | Remove a DHCP statements policies object |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_search | GET /policies/dhcp_statements/ | Search for DHCP statements policies objects |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_template | GET /policies/dhcp_statements/add | Get a template for creating an DHCP statements policy object (contains all properties and their default values) |
PoliciesDhcpStatementsApi | udm_policies_dhcp_statements_object_update | PATCH /policies/dhcp_statements/{dn} | Modify an DHCP statements policy object (moving is currently not possible) |
PoliciesLdapserverApi | udm_policies_ldapserver_object | GET /policies/ldapserver/{dn} | Get a representation of the LDAP server policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesLdapserverApi | udm_policies_ldapserver_object_create | POST /policies/ldapserver/ | Create a new LDAP server policy object |
PoliciesLdapserverApi | udm_policies_ldapserver_object_modify | PUT /policies/ldapserver/{dn} | Modify or move an LDAP server policy object |
PoliciesLdapserverApi | udm_policies_ldapserver_object_remove | DELETE /policies/ldapserver/{dn} | Remove a LDAP server policies object |
PoliciesLdapserverApi | udm_policies_ldapserver_object_search | GET /policies/ldapserver/ | Search for LDAP server policies objects |
PoliciesLdapserverApi | udm_policies_ldapserver_object_template | GET /policies/ldapserver/add | Get a template for creating an LDAP server policy object (contains all properties and their default values) |
PoliciesLdapserverApi | udm_policies_ldapserver_object_update | PATCH /policies/ldapserver/{dn} | Modify an LDAP server policy object (moving is currently not possible) |
PoliciesMaintenanceApi | udm_policies_maintenance_object | GET /policies/maintenance/{dn} | Get a representation of the Maintenance policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesMaintenanceApi | udm_policies_maintenance_object_create | POST /policies/maintenance/ | Create a new Maintenance policy object |
PoliciesMaintenanceApi | udm_policies_maintenance_object_modify | PUT /policies/maintenance/{dn} | Modify or move an Maintenance policy object |
PoliciesMaintenanceApi | udm_policies_maintenance_object_remove | DELETE /policies/maintenance/{dn} | Remove a Maintenance policies object |
PoliciesMaintenanceApi | udm_policies_maintenance_object_search | GET /policies/maintenance/ | Search for Maintenance policies objects |
PoliciesMaintenanceApi | udm_policies_maintenance_object_template | GET /policies/maintenance/add | Get a template for creating an Maintenance policy object (contains all properties and their default values) |
PoliciesMaintenanceApi | udm_policies_maintenance_object_update | PATCH /policies/maintenance/{dn} | Modify an Maintenance policy object (moving is currently not possible) |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object | GET /policies/masterpackages/{dn} | Get a representation of the Primary/Backup Node packages policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_create | POST /policies/masterpackages/ | Create a new Primary/Backup Node packages policy object |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_modify | PUT /policies/masterpackages/{dn} | Modify or move an Primary/Backup Node packages policy object |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_remove | DELETE /policies/masterpackages/{dn} | Remove a Primary/Backup Node packages policies object |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_search | GET /policies/masterpackages/ | Search for Primary/Backup Node packages policies objects |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_template | GET /policies/masterpackages/add | Get a template for creating an Primary/Backup Node packages policy object (contains all properties and their default values) |
PoliciesMasterpackagesApi | udm_policies_masterpackages_object_update | PATCH /policies/masterpackages/{dn} | Modify an Primary/Backup Node packages policy object (moving is currently not possible) |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object | GET /policies/memberpackages/{dn} | Get a representation of the Managed Node packages policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_create | POST /policies/memberpackages/ | Create a new Managed Node packages policy object |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_modify | PUT /policies/memberpackages/{dn} | Modify or move an Managed Node packages policy object |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_remove | DELETE /policies/memberpackages/{dn} | Remove a Managed Node packages policies object |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_search | GET /policies/memberpackages/ | Search for Managed Node packages policies objects |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_template | GET /policies/memberpackages/add | Get a template for creating an Managed Node packages policy object (contains all properties and their default values) |
PoliciesMemberpackagesApi | udm_policies_memberpackages_object_update | PATCH /policies/memberpackages/{dn} | Modify an Managed Node packages policy object (moving is currently not possible) |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object | GET /policies/nfsmounts/{dn} | Get a representation of the NFS mounts policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_create | POST /policies/nfsmounts/ | Create a new NFS mounts policy object |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_modify | PUT /policies/nfsmounts/{dn} | Modify or move an NFS mounts policy object |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_remove | DELETE /policies/nfsmounts/{dn} | Remove a NFS mounts policies object |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_search | GET /policies/nfsmounts/ | Search for NFS mounts policies objects |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_template | GET /policies/nfsmounts/add | Get a template for creating an NFS mounts policy object (contains all properties and their default values) |
PoliciesNfsmountsApi | udm_policies_nfsmounts_object_update | PATCH /policies/nfsmounts/{dn} | Modify an NFS mounts policy object (moving is currently not possible) |
PoliciesPolicyApi | udm_policies_policy_object | GET /policies/policy/{dn} | Get a representation of the Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesPolicyApi | udm_policies_policy_object_search | GET /policies/policy/ | Search for Policies objects |
PoliciesPrintserverApi | udm_policies_printserver_object | GET /policies/printserver/{dn} | Get a representation of the Print server policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesPrintserverApi | udm_policies_printserver_object_create | POST /policies/printserver/ | Create a new Print server policy object |
PoliciesPrintserverApi | udm_policies_printserver_object_modify | PUT /policies/printserver/{dn} | Modify or move an Print server policy object |
PoliciesPrintserverApi | udm_policies_printserver_object_remove | DELETE /policies/printserver/{dn} | Remove a Print server policies object |
PoliciesPrintserverApi | udm_policies_printserver_object_search | GET /policies/printserver/ | Search for Print server policies objects |
PoliciesPrintserverApi | udm_policies_printserver_object_template | GET /policies/printserver/add | Get a template for creating an Print server policy object (contains all properties and their default values) |
PoliciesPrintserverApi | udm_policies_printserver_object_update | PATCH /policies/printserver/{dn} | Modify an Print server policy object (moving is currently not possible) |
PoliciesPwhistoryApi | udm_policies_pwhistory_object | GET /policies/pwhistory/{dn} | Get a representation of the Passwords policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_create | POST /policies/pwhistory/ | Create a new Passwords policy object |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_modify | PUT /policies/pwhistory/{dn} | Modify or move an Passwords policy object |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_remove | DELETE /policies/pwhistory/{dn} | Remove a Passwords policies object |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_search | GET /policies/pwhistory/ | Search for Passwords policies objects |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_template | GET /policies/pwhistory/add | Get a template for creating an Passwords policy object (contains all properties and their default values) |
PoliciesPwhistoryApi | udm_policies_pwhistory_object_update | PATCH /policies/pwhistory/{dn} | Modify an Passwords policy object (moving is currently not possible) |
PoliciesRegistryApi | udm_policies_registry_object | GET /policies/registry/{dn} | Get a representation of the Univention Configuration Registry policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesRegistryApi | udm_policies_registry_object_create | POST /policies/registry/ | Create a new Univention Configuration Registry policy object |
PoliciesRegistryApi | udm_policies_registry_object_modify | PUT /policies/registry/{dn} | Modify or move an Univention Configuration Registry policy object |
PoliciesRegistryApi | udm_policies_registry_object_remove | DELETE /policies/registry/{dn} | Remove a Univention Configuration Registry policies object |
PoliciesRegistryApi | udm_policies_registry_object_search | GET /policies/registry/ | Search for Univention Configuration Registry policies objects |
PoliciesRegistryApi | udm_policies_registry_object_template | GET /policies/registry/add | Get a template for creating an Univention Configuration Registry policy object (contains all properties and their default values) |
PoliciesRegistryApi | udm_policies_registry_object_update | PATCH /policies/registry/{dn} | Modify an Univention Configuration Registry policy object (moving is currently not possible) |
PoliciesReleaseApi | udm_policies_release_object | GET /policies/release/{dn} | Get a representation of the Automatic updates policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesReleaseApi | udm_policies_release_object_create | POST /policies/release/ | Create a new Automatic updates policy object |
PoliciesReleaseApi | udm_policies_release_object_modify | PUT /policies/release/{dn} | Modify or move an Automatic updates policy object |
PoliciesReleaseApi | udm_policies_release_object_remove | DELETE /policies/release/{dn} | Remove a Automatic updates policies object |
PoliciesReleaseApi | udm_policies_release_object_search | GET /policies/release/ | Search for Automatic updates policies objects |
PoliciesReleaseApi | udm_policies_release_object_template | GET /policies/release/add | Get a template for creating an Automatic updates policy object (contains all properties and their default values) |
PoliciesReleaseApi | udm_policies_release_object_update | PATCH /policies/release/{dn} | Modify an Automatic updates policy object (moving is currently not possible) |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object | GET /policies/repositoryserver/{dn} | Get a representation of the Repository server policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_create | POST /policies/repositoryserver/ | Create a new Repository server policy object |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_modify | PUT /policies/repositoryserver/{dn} | Modify or move an Repository server policy object |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_remove | DELETE /policies/repositoryserver/{dn} | Remove a Repository server policies object |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_search | GET /policies/repositoryserver/ | Search for Repository server policies objects |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_template | GET /policies/repositoryserver/add | Get a template for creating an Repository server policy object (contains all properties and their default values) |
PoliciesRepositoryserverApi | udm_policies_repositoryserver_object_update | PATCH /policies/repositoryserver/{dn} | Modify an Repository server policy object (moving is currently not possible) |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object | GET /policies/repositorysync/{dn} | Get a representation of the Repository synchronisation policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_create | POST /policies/repositorysync/ | Create a new Repository synchronisation policy object |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_modify | PUT /policies/repositorysync/{dn} | Modify or move an Repository synchronisation policy object |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_remove | DELETE /policies/repositorysync/{dn} | Remove a Repository synchronisation policies object |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_search | GET /policies/repositorysync/ | Search for Repository synchronisation policies objects |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_template | GET /policies/repositorysync/add | Get a template for creating an Repository synchronisation policy object (contains all properties and their default values) |
PoliciesRepositorysyncApi | udm_policies_repositorysync_object_update | PATCH /policies/repositorysync/{dn} | Modify an Repository synchronisation policy object (moving is currently not possible) |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object | GET /policies/share_userquota/{dn} | Get a representation of the User quota policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_create | POST /policies/share_userquota/ | Create a new User quota policy object |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_modify | PUT /policies/share_userquota/{dn} | Modify or move an User quota policy object |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_remove | DELETE /policies/share_userquota/{dn} | Remove a User quota policies object |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_search | GET /policies/share_userquota/ | Search for User quota policies objects |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_template | GET /policies/share_userquota/add | Get a template for creating an User quota policy object (contains all properties and their default values) |
PoliciesShareUserquotaApi | udm_policies_share_userquota_object_update | PATCH /policies/share_userquota/{dn} | Modify an User quota policy object (moving is currently not possible) |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object | GET /policies/slavepackages/{dn} | Get a representation of the Replica Node packages policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_create | POST /policies/slavepackages/ | Create a new Replica Node packages policy object |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_modify | PUT /policies/slavepackages/{dn} | Modify or move an Replica Node packages policy object |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_remove | DELETE /policies/slavepackages/{dn} | Remove a Replica Node packages policies object |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_search | GET /policies/slavepackages/ | Search for Replica Node packages policies objects |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_template | GET /policies/slavepackages/add | Get a template for creating an Replica Node packages policy object (contains all properties and their default values) |
PoliciesSlavepackagesApi | udm_policies_slavepackages_object_update | PATCH /policies/slavepackages/{dn} | Modify an Replica Node packages policy object (moving is currently not possible) |
PoliciesUmcApi | udm_policies_umc_object | GET /policies/umc/{dn} | Get a representation of the UMC policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PoliciesUmcApi | udm_policies_umc_object_create | POST /policies/umc/ | Create a new UMC policy object |
PoliciesUmcApi | udm_policies_umc_object_modify | PUT /policies/umc/{dn} | Modify or move an UMC policy object |
PoliciesUmcApi | udm_policies_umc_object_remove | DELETE /policies/umc/{dn} | Remove a UMC policies object |
PoliciesUmcApi | udm_policies_umc_object_search | GET /policies/umc/ | Search for UMC policies objects |
PoliciesUmcApi | udm_policies_umc_object_template | GET /policies/umc/add | Get a template for creating an UMC policy object (contains all properties and their default values) |
PoliciesUmcApi | udm_policies_umc_object_update | PATCH /policies/umc/{dn} | Modify an UMC policy object (moving is currently not possible) |
PortalsAllApi | udm_portals_all_object | GET /portals/all/{dn} | Get a representation of the Portal: Settings object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsAllApi | udm_portals_all_object_search | GET /portals/all/ | Search for Portal: Settings objects |
PortalsAnnouncementApi | udm_portals_announcement_object | GET /portals/announcement/{dn} | Get a representation of the Portal announcement object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsAnnouncementApi | udm_portals_announcement_object_create | POST /portals/announcement/ | Create a new Portal announcement object |
PortalsAnnouncementApi | udm_portals_announcement_object_modify | PUT /portals/announcement/{dn} | Modify or move an Portal announcement object |
PortalsAnnouncementApi | udm_portals_announcement_object_remove | DELETE /portals/announcement/{dn} | Remove a Portal announcements object |
PortalsAnnouncementApi | udm_portals_announcement_object_search | GET /portals/announcement/ | Search for Portal announcements objects |
PortalsAnnouncementApi | udm_portals_announcement_object_template | GET /portals/announcement/add | Get a template for creating an Portal announcement object (contains all properties and their default values) |
PortalsAnnouncementApi | udm_portals_announcement_object_update | PATCH /portals/announcement/{dn} | Modify an Portal announcement object (moving is currently not possible) |
PortalsCategoryApi | udm_portals_category_object | GET /portals/category/{dn} | Get a representation of the Portal category object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsCategoryApi | udm_portals_category_object_create | POST /portals/category/ | Create a new Portal category object |
PortalsCategoryApi | udm_portals_category_object_modify | PUT /portals/category/{dn} | Modify or move an Portal category object |
PortalsCategoryApi | udm_portals_category_object_remove | DELETE /portals/category/{dn} | Remove a Portal categories object |
PortalsCategoryApi | udm_portals_category_object_search | GET /portals/category/ | Search for Portal categories objects |
PortalsCategoryApi | udm_portals_category_object_template | GET /portals/category/add | Get a template for creating an Portal category object (contains all properties and their default values) |
PortalsCategoryApi | udm_portals_category_object_update | PATCH /portals/category/{dn} | Modify an Portal category object (moving is currently not possible) |
PortalsEntryApi | udm_portals_entry_object | GET /portals/entry/{dn} | Get a representation of the Portal entry object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsEntryApi | udm_portals_entry_object_create | POST /portals/entry/ | Create a new Portal entry object |
PortalsEntryApi | udm_portals_entry_object_modify | PUT /portals/entry/{dn} | Modify or move an Portal entry object |
PortalsEntryApi | udm_portals_entry_object_remove | DELETE /portals/entry/{dn} | Remove a Portal entries object |
PortalsEntryApi | udm_portals_entry_object_search | GET /portals/entry/ | Search for Portal entries objects |
PortalsEntryApi | udm_portals_entry_object_template | GET /portals/entry/add | Get a template for creating an Portal entry object (contains all properties and their default values) |
PortalsEntryApi | udm_portals_entry_object_update | PATCH /portals/entry/{dn} | Modify an Portal entry object (moving is currently not possible) |
PortalsFolderApi | udm_portals_folder_object | GET /portals/folder/{dn} | Get a representation of the Portal folder object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsFolderApi | udm_portals_folder_object_create | POST /portals/folder/ | Create a new Portal folder object |
PortalsFolderApi | udm_portals_folder_object_modify | PUT /portals/folder/{dn} | Modify or move an Portal folder object |
PortalsFolderApi | udm_portals_folder_object_remove | DELETE /portals/folder/{dn} | Remove a Portal folders object |
PortalsFolderApi | udm_portals_folder_object_search | GET /portals/folder/ | Search for Portal folders objects |
PortalsFolderApi | udm_portals_folder_object_template | GET /portals/folder/add | Get a template for creating an Portal folder object (contains all properties and their default values) |
PortalsFolderApi | udm_portals_folder_object_update | PATCH /portals/folder/{dn} | Modify an Portal folder object (moving is currently not possible) |
PortalsPortalApi | udm_portals_portal_object | GET /portals/portal/{dn} | Get a representation of the Portal object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
PortalsPortalApi | udm_portals_portal_object_create | POST /portals/portal/ | Create a new Portal object |
PortalsPortalApi | udm_portals_portal_object_modify | PUT /portals/portal/{dn} | Modify or move an Portal object |
PortalsPortalApi | udm_portals_portal_object_remove | DELETE /portals/portal/{dn} | Remove a Portals object |
PortalsPortalApi | udm_portals_portal_object_search | GET /portals/portal/ | Search for Portals objects |
PortalsPortalApi | udm_portals_portal_object_template | GET /portals/portal/add | Get a template for creating an Portal object (contains all properties and their default values) |
PortalsPortalApi | udm_portals_portal_object_update | PATCH /portals/portal/{dn} | Modify an Portal object (moving is currently not possible) |
SamlIdpconfigApi | udm_saml_idpconfig_object | GET /saml/idpconfig/{dn} | Get a representation of the SAML IdP configuration object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SamlIdpconfigApi | udm_saml_idpconfig_object_create | POST /saml/idpconfig/ | Create a new SAML IdP configuration object |
SamlIdpconfigApi | udm_saml_idpconfig_object_modify | PUT /saml/idpconfig/{dn} | Modify or move an SAML IdP configuration object |
SamlIdpconfigApi | udm_saml_idpconfig_object_remove | DELETE /saml/idpconfig/{dn} | Remove a SAML IdP configurations object |
SamlIdpconfigApi | udm_saml_idpconfig_object_search | GET /saml/idpconfig/ | Search for SAML IdP configurations objects |
SamlIdpconfigApi | udm_saml_idpconfig_object_template | GET /saml/idpconfig/add | Get a template for creating an SAML IdP configuration object (contains all properties and their default values) |
SamlIdpconfigApi | udm_saml_idpconfig_object_update | PATCH /saml/idpconfig/{dn} | Modify an SAML IdP configuration object (moving is currently not possible) |
SamlServiceproviderApi | udm_saml_serviceprovider_object | GET /saml/serviceprovider/{dn} | Get a representation of the SAML service provider object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SamlServiceproviderApi | udm_saml_serviceprovider_object_create | POST /saml/serviceprovider/ | Create a new SAML service provider object |
SamlServiceproviderApi | udm_saml_serviceprovider_object_modify | PUT /saml/serviceprovider/{dn} | Modify or move an SAML service provider object |
SamlServiceproviderApi | udm_saml_serviceprovider_object_remove | DELETE /saml/serviceprovider/{dn} | Remove a SAML service providers object |
SamlServiceproviderApi | udm_saml_serviceprovider_object_search | GET /saml/serviceprovider/ | Search for SAML service providers objects |
SamlServiceproviderApi | udm_saml_serviceprovider_object_template | GET /saml/serviceprovider/add | Get a template for creating an SAML service provider object (contains all properties and their default values) |
SamlServiceproviderApi | udm_saml_serviceprovider_object_update | PATCH /saml/serviceprovider/{dn} | Modify an SAML service provider object (moving is currently not possible) |
SettingsCnApi | udm_settings_cn_object | GET /settings/cn/{dn} | Get a representation of the Univention Setting object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsCnApi | udm_settings_cn_object_search | GET /settings/cn/ | Search for Univention Settings objects |
SettingsDataApi | udm_settings_data_object | GET /settings/data/{dn} | Get a representation of the Data object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsDataApi | udm_settings_data_object_create | POST /settings/data/ | Create a new Data object |
SettingsDataApi | udm_settings_data_object_modify | PUT /settings/data/{dn} | Modify or move an Data object |
SettingsDataApi | udm_settings_data_object_remove | DELETE /settings/data/{dn} | Remove a Data object |
SettingsDataApi | udm_settings_data_object_search | GET /settings/data/ | Search for Data objects |
SettingsDataApi | udm_settings_data_object_template | GET /settings/data/add | Get a template for creating an Data object (contains all properties and their default values) |
SettingsDataApi | udm_settings_data_object_update | PATCH /settings/data/{dn} | Modify an Data object (moving is currently not possible) |
SettingsDefaultApi | udm_settings_default_object | GET /settings/default/{dn} | Get a representation of the Default preference object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsDefaultApi | udm_settings_default_object_modify | PUT /settings/default/{dn} | Modify or move an Default preference object |
SettingsDefaultApi | udm_settings_default_object_search | GET /settings/default/ | Search for Default preferences objects |
SettingsDefaultApi | udm_settings_default_object_update | PATCH /settings/default/{dn} | Modify an Default preference object (moving is currently not possible) |
SettingsDirectoryApi | udm_settings_directory_object | GET /settings/directory/{dn} | Get a representation of the Default container object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsDirectoryApi | udm_settings_directory_object_modify | PUT /settings/directory/{dn} | Modify or move an Default container object |
SettingsDirectoryApi | udm_settings_directory_object_search | GET /settings/directory/ | Search for Default containers objects |
SettingsDirectoryApi | udm_settings_directory_object_update | PATCH /settings/directory/{dn} | Modify an Default container object (moving is currently not possible) |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object | GET /settings/extended_attribute/{dn} | Get a representation of the Extended attribute object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_create | POST /settings/extended_attribute/ | Create a new Extended attribute object |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_modify | PUT /settings/extended_attribute/{dn} | Modify or move an Extended attribute object |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_remove | DELETE /settings/extended_attribute/{dn} | Remove a Extended attributes object |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_search | GET /settings/extended_attribute/ | Search for Extended attributes objects |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_template | GET /settings/extended_attribute/add | Get a template for creating an Extended attribute object (contains all properties and their default values) |
SettingsExtendedAttributeApi | udm_settings_extended_attribute_object_update | PATCH /settings/extended_attribute/{dn} | Modify an Extended attribute object (moving is currently not possible) |
SettingsExtendedOptionsApi | udm_settings_extended_options_object | GET /settings/extended_options/{dn} | Get a representation of the Extended option object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_create | POST /settings/extended_options/ | Create a new Extended option object |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_modify | PUT /settings/extended_options/{dn} | Modify or move an Extended option object |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_remove | DELETE /settings/extended_options/{dn} | Remove a Extended options object |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_search | GET /settings/extended_options/ | Search for Extended options objects |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_template | GET /settings/extended_options/add | Get a template for creating an Extended option object (contains all properties and their default values) |
SettingsExtendedOptionsApi | udm_settings_extended_options_object_update | PATCH /settings/extended_options/{dn} | Modify an Extended option object (moving is currently not possible) |
SettingsLdapaclApi | udm_settings_ldapacl_object | GET /settings/ldapacl/{dn} | Get a representation of the LDAP ACL Extension object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsLdapaclApi | udm_settings_ldapacl_object_create | POST /settings/ldapacl/ | Create a new LDAP ACL Extension object |
SettingsLdapaclApi | udm_settings_ldapacl_object_modify | PUT /settings/ldapacl/{dn} | Modify or move an LDAP ACL Extension object |
SettingsLdapaclApi | udm_settings_ldapacl_object_remove | DELETE /settings/ldapacl/{dn} | Remove a LDAP ACL Extensions object |
SettingsLdapaclApi | udm_settings_ldapacl_object_search | GET /settings/ldapacl/ | Search for LDAP ACL Extensions objects |
SettingsLdapaclApi | udm_settings_ldapacl_object_template | GET /settings/ldapacl/add | Get a template for creating an LDAP ACL Extension object (contains all properties and their default values) |
SettingsLdapaclApi | udm_settings_ldapacl_object_update | PATCH /settings/ldapacl/{dn} | Modify an LDAP ACL Extension object (moving is currently not possible) |
SettingsLdapschemaApi | udm_settings_ldapschema_object | GET /settings/ldapschema/{dn} | Get a representation of the LDAP Schema Extension object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsLdapschemaApi | udm_settings_ldapschema_object_create | POST /settings/ldapschema/ | Create a new LDAP Schema Extension object |
SettingsLdapschemaApi | udm_settings_ldapschema_object_modify | PUT /settings/ldapschema/{dn} | Modify or move an LDAP Schema Extension object |
SettingsLdapschemaApi | udm_settings_ldapschema_object_remove | DELETE /settings/ldapschema/{dn} | Remove a LDAP Schema Extensions object |
SettingsLdapschemaApi | udm_settings_ldapschema_object_search | GET /settings/ldapschema/ | Search for LDAP Schema Extensions objects |
SettingsLdapschemaApi | udm_settings_ldapschema_object_template | GET /settings/ldapschema/add | Get a template for creating an LDAP Schema Extension object (contains all properties and their default values) |
SettingsLdapschemaApi | udm_settings_ldapschema_object_update | PATCH /settings/ldapschema/{dn} | Modify an LDAP Schema Extension object (moving is currently not possible) |
SettingsLicenseApi | udm_settings_license_object | GET /settings/license/{dn} | Get a representation of the License object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsLicenseApi | udm_settings_license_object_remove | DELETE /settings/license/{dn} | Remove a Licenses object |
SettingsLicenseApi | udm_settings_license_object_search | GET /settings/license/ | Search for Licenses objects |
SettingsLockApi | udm_settings_lock_object | GET /settings/lock/{dn} | Get a representation of the Lock object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsLockApi | udm_settings_lock_object_modify | PUT /settings/lock/{dn} | Modify or move an Lock object |
SettingsLockApi | udm_settings_lock_object_remove | DELETE /settings/lock/{dn} | Remove a Locks object |
SettingsLockApi | udm_settings_lock_object_search | GET /settings/lock/ | Search for Locks objects |
SettingsLockApi | udm_settings_lock_object_update | PATCH /settings/lock/{dn} | Modify an Lock object (moving is currently not possible) |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object | GET /settings/msprintconnectionpolicy/{dn} | Get a representation of the Settings: MS Print Connection Policy object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_create | POST /settings/msprintconnectionpolicy/ | Create a new Settings: MS Print Connection Policy object |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_modify | PUT /settings/msprintconnectionpolicy/{dn} | Modify or move an Settings: MS Print Connection Policy object |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_remove | DELETE /settings/msprintconnectionpolicy/{dn} | Remove a Settings: MS Print Connection Policy object |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_search | GET /settings/msprintconnectionpolicy/ | Search for Settings: MS Print Connection Policy objects |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_template | GET /settings/msprintconnectionpolicy/add | Get a template for creating an Settings: MS Print Connection Policy object (contains all properties and their default values) |
SettingsMsprintconnectionpolicyApi | udm_settings_msprintconnectionpolicy_object_update | PATCH /settings/msprintconnectionpolicy/{dn} | Modify an Settings: MS Print Connection Policy object (moving is currently not possible) |
SettingsMswmifilterApi | udm_settings_mswmifilter_object | GET /settings/mswmifilter/{dn} | Get a representation of the Settings: MS WMI Filter object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_create | POST /settings/mswmifilter/ | Create a new Settings: MS WMI Filter object |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_modify | PUT /settings/mswmifilter/{dn} | Modify or move an Settings: MS WMI Filter object |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_remove | DELETE /settings/mswmifilter/{dn} | Remove a Settings: MS WMI Filter object |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_search | GET /settings/mswmifilter/ | Search for Settings: MS WMI Filter objects |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_template | GET /settings/mswmifilter/add | Get a template for creating an Settings: MS WMI Filter object (contains all properties and their default values) |
SettingsMswmifilterApi | udm_settings_mswmifilter_object_update | PATCH /settings/mswmifilter/{dn} | Modify an Settings: MS WMI Filter object (moving is currently not possible) |
SettingsPackagesApi | udm_settings_packages_object | GET /settings/packages/{dn} | Get a representation of the Package List object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPackagesApi | udm_settings_packages_object_create | POST /settings/packages/ | Create a new Package List object |
SettingsPackagesApi | udm_settings_packages_object_modify | PUT /settings/packages/{dn} | Modify or move an Package List object |
SettingsPackagesApi | udm_settings_packages_object_remove | DELETE /settings/packages/{dn} | Remove a Package Lists object |
SettingsPackagesApi | udm_settings_packages_object_search | GET /settings/packages/ | Search for Package Lists objects |
SettingsPackagesApi | udm_settings_packages_object_template | GET /settings/packages/add | Get a template for creating an Package List object (contains all properties and their default values) |
SettingsPackagesApi | udm_settings_packages_object_update | PATCH /settings/packages/{dn} | Modify an Package List object (moving is currently not possible) |
SettingsPortalApi | udm_settings_portal_object | GET /settings/portal/{dn} | Get a representation of the Deprecated Portal object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPortalApi | udm_settings_portal_object_create | POST /settings/portal/ | Create a new Deprecated Portal object |
SettingsPortalApi | udm_settings_portal_object_modify | PUT /settings/portal/{dn} | Modify or move an Deprecated Portal object |
SettingsPortalApi | udm_settings_portal_object_remove | DELETE /settings/portal/{dn} | Remove a Deprecated Portals object |
SettingsPortalApi | udm_settings_portal_object_search | GET /settings/portal/ | Search for Deprecated Portals objects |
SettingsPortalApi | udm_settings_portal_object_template | GET /settings/portal/add | Get a template for creating an Deprecated Portal object (contains all properties and their default values) |
SettingsPortalApi | udm_settings_portal_object_update | PATCH /settings/portal/{dn} | Modify an Deprecated Portal object (moving is currently not possible) |
SettingsPortalAllApi | udm_settings_portal_all_object | GET /settings/portal_all/{dn} | Get a representation of the Deprecated Portal: Settings object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPortalAllApi | udm_settings_portal_all_object_search | GET /settings/portal_all/ | Search for Deprecated Portal: Settings objects |
SettingsPortalCategoryApi | udm_settings_portal_category_object | GET /settings/portal_category/{dn} | Get a representation of the Deprecated Portal category object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPortalCategoryApi | udm_settings_portal_category_object_create | POST /settings/portal_category/ | Create a new Deprecated Portal category object |
SettingsPortalCategoryApi | udm_settings_portal_category_object_modify | PUT /settings/portal_category/{dn} | Modify or move an Deprecated Portal category object |
SettingsPortalCategoryApi | udm_settings_portal_category_object_remove | DELETE /settings/portal_category/{dn} | Remove a Deprecated Portal categories object |
SettingsPortalCategoryApi | udm_settings_portal_category_object_search | GET /settings/portal_category/ | Search for Deprecated Portal categories objects |
SettingsPortalCategoryApi | udm_settings_portal_category_object_template | GET /settings/portal_category/add | Get a template for creating an Deprecated Portal category object (contains all properties and their default values) |
SettingsPortalCategoryApi | udm_settings_portal_category_object_update | PATCH /settings/portal_category/{dn} | Modify an Deprecated Portal category object (moving is currently not possible) |
SettingsPortalEntryApi | udm_settings_portal_entry_object | GET /settings/portal_entry/{dn} | Get a representation of the Deprecated Portal entry object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPortalEntryApi | udm_settings_portal_entry_object_create | POST /settings/portal_entry/ | Create a new Deprecated Portal entry object |
SettingsPortalEntryApi | udm_settings_portal_entry_object_modify | PUT /settings/portal_entry/{dn} | Modify or move an Deprecated Portal entry object |
SettingsPortalEntryApi | udm_settings_portal_entry_object_remove | DELETE /settings/portal_entry/{dn} | Remove a Deprecated Portal entries object |
SettingsPortalEntryApi | udm_settings_portal_entry_object_search | GET /settings/portal_entry/ | Search for Deprecated Portal entries objects |
SettingsPortalEntryApi | udm_settings_portal_entry_object_template | GET /settings/portal_entry/add | Get a template for creating an Deprecated Portal entry object (contains all properties and their default values) |
SettingsPortalEntryApi | udm_settings_portal_entry_object_update | PATCH /settings/portal_entry/{dn} | Modify an Deprecated Portal entry object (moving is currently not possible) |
SettingsPrintermodelApi | udm_settings_printermodel_object | GET /settings/printermodel/{dn} | Get a representation of the Printer Driver List object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPrintermodelApi | udm_settings_printermodel_object_create | POST /settings/printermodel/ | Create a new Printer Driver List object |
SettingsPrintermodelApi | udm_settings_printermodel_object_modify | PUT /settings/printermodel/{dn} | Modify or move an Printer Driver List object |
SettingsPrintermodelApi | udm_settings_printermodel_object_remove | DELETE /settings/printermodel/{dn} | Remove a Printer Driver Lists object |
SettingsPrintermodelApi | udm_settings_printermodel_object_search | GET /settings/printermodel/ | Search for Printer Driver Lists objects |
SettingsPrintermodelApi | udm_settings_printermodel_object_template | GET /settings/printermodel/add | Get a template for creating an Printer Driver List object (contains all properties and their default values) |
SettingsPrintermodelApi | udm_settings_printermodel_object_update | PATCH /settings/printermodel/{dn} | Modify an Printer Driver List object (moving is currently not possible) |
SettingsPrinteruriApi | udm_settings_printeruri_object | GET /settings/printeruri/{dn} | Get a representation of the Printer URI List object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsPrinteruriApi | udm_settings_printeruri_object_create | POST /settings/printeruri/ | Create a new Printer URI List object |
SettingsPrinteruriApi | udm_settings_printeruri_object_modify | PUT /settings/printeruri/{dn} | Modify or move an Printer URI List object |
SettingsPrinteruriApi | udm_settings_printeruri_object_remove | DELETE /settings/printeruri/{dn} | Remove a Printer URI Lists object |
SettingsPrinteruriApi | udm_settings_printeruri_object_search | GET /settings/printeruri/ | Search for Printer URI Lists objects |
SettingsPrinteruriApi | udm_settings_printeruri_object_template | GET /settings/printeruri/add | Get a template for creating an Printer URI List object (contains all properties and their default values) |
SettingsPrinteruriApi | udm_settings_printeruri_object_update | PATCH /settings/printeruri/{dn} | Modify an Printer URI List object (moving is currently not possible) |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object | GET /settings/prohibited_username/{dn} | Get a representation of the Prohibited user name object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_create | POST /settings/prohibited_username/ | Create a new Prohibited user name object |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_modify | PUT /settings/prohibited_username/{dn} | Modify or move an Prohibited user name object |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_remove | DELETE /settings/prohibited_username/{dn} | Remove a Prohibited user names object |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_search | GET /settings/prohibited_username/ | Search for Prohibited user names objects |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_template | GET /settings/prohibited_username/add | Get a template for creating an Prohibited user name object (contains all properties and their default values) |
SettingsProhibitedUsernameApi | udm_settings_prohibited_username_object_update | PATCH /settings/prohibited_username/{dn} | Modify an Prohibited user name object (moving is currently not possible) |
SettingsSambaconfigApi | udm_settings_sambaconfig_object | GET /settings/sambaconfig/{dn} | Get a representation of the Samba Configuration object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsSambaconfigApi | udm_settings_sambaconfig_object_modify | PUT /settings/sambaconfig/{dn} | Modify or move an Samba Configuration object |
SettingsSambaconfigApi | udm_settings_sambaconfig_object_remove | DELETE /settings/sambaconfig/{dn} | Remove a Samba Configuration settings object |
SettingsSambaconfigApi | udm_settings_sambaconfig_object_search | GET /settings/sambaconfig/ | Search for Samba Configuration settings objects |
SettingsSambaconfigApi | udm_settings_sambaconfig_object_update | PATCH /settings/sambaconfig/{dn} | Modify an Samba Configuration object (moving is currently not possible) |
SettingsSambadomainApi | udm_settings_sambadomain_object | GET /settings/sambadomain/{dn} | Get a representation of the Samba Domain object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsSambadomainApi | udm_settings_sambadomain_object_create | POST /settings/sambadomain/ | Create a new Samba Domain object |
SettingsSambadomainApi | udm_settings_sambadomain_object_modify | PUT /settings/sambadomain/{dn} | Modify or move an Samba Domain object |
SettingsSambadomainApi | udm_settings_sambadomain_object_remove | DELETE /settings/sambadomain/{dn} | Remove a Samba Domains object |
SettingsSambadomainApi | udm_settings_sambadomain_object_search | GET /settings/sambadomain/ | Search for Samba Domains objects |
SettingsSambadomainApi | udm_settings_sambadomain_object_template | GET /settings/sambadomain/add | Get a template for creating an Samba Domain object (contains all properties and their default values) |
SettingsSambadomainApi | udm_settings_sambadomain_object_update | PATCH /settings/sambadomain/{dn} | Modify an Samba Domain object (moving is currently not possible) |
SettingsServiceApi | udm_settings_service_object | GET /settings/service/{dn} | Get a representation of the Service object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsServiceApi | udm_settings_service_object_create | POST /settings/service/ | Create a new Service object |
SettingsServiceApi | udm_settings_service_object_modify | PUT /settings/service/{dn} | Modify or move an Service object |
SettingsServiceApi | udm_settings_service_object_remove | DELETE /settings/service/{dn} | Remove a Services object |
SettingsServiceApi | udm_settings_service_object_search | GET /settings/service/ | Search for Services objects |
SettingsServiceApi | udm_settings_service_object_template | GET /settings/service/add | Get a template for creating an Service object (contains all properties and their default values) |
SettingsServiceApi | udm_settings_service_object_update | PATCH /settings/service/{dn} | Modify an Service object (moving is currently not possible) |
SettingsSettingsApi | udm_settings_settings_object | GET /settings/settings/{dn} | Get a representation of the Preference object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsSettingsApi | udm_settings_settings_object_search | GET /settings/settings/ | Search for Preferences objects |
SettingsSyntaxApi | udm_settings_syntax_object | GET /settings/syntax/{dn} | Get a representation of the Syntax Definition object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsSyntaxApi | udm_settings_syntax_object_create | POST /settings/syntax/ | Create a new Syntax Definition object |
SettingsSyntaxApi | udm_settings_syntax_object_modify | PUT /settings/syntax/{dn} | Modify or move an Syntax Definition object |
SettingsSyntaxApi | udm_settings_syntax_object_remove | DELETE /settings/syntax/{dn} | Remove a Syntax Definitions object |
SettingsSyntaxApi | udm_settings_syntax_object_search | GET /settings/syntax/ | Search for Syntax Definitions objects |
SettingsSyntaxApi | udm_settings_syntax_object_template | GET /settings/syntax/add | Get a template for creating an Syntax Definition object (contains all properties and their default values) |
SettingsSyntaxApi | udm_settings_syntax_object_update | PATCH /settings/syntax/{dn} | Modify an Syntax Definition object (moving is currently not possible) |
SettingsUdmHookApi | udm_settings_udm_hook_object | GET /settings/udm_hook/{dn} | Get a representation of the UDM Hook object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsUdmHookApi | udm_settings_udm_hook_object_create | POST /settings/udm_hook/ | Create a new UDM Hook object |
SettingsUdmHookApi | udm_settings_udm_hook_object_modify | PUT /settings/udm_hook/{dn} | Modify or move an UDM Hook object |
SettingsUdmHookApi | udm_settings_udm_hook_object_remove | DELETE /settings/udm_hook/{dn} | Remove a UDM Hooks object |
SettingsUdmHookApi | udm_settings_udm_hook_object_search | GET /settings/udm_hook/ | Search for UDM Hooks objects |
SettingsUdmHookApi | udm_settings_udm_hook_object_template | GET /settings/udm_hook/add | Get a template for creating an UDM Hook object (contains all properties and their default values) |
SettingsUdmHookApi | udm_settings_udm_hook_object_update | PATCH /settings/udm_hook/{dn} | Modify an UDM Hook object (moving is currently not possible) |
SettingsUdmModuleApi | udm_settings_udm_module_object | GET /settings/udm_module/{dn} | Get a representation of the UDM Module object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsUdmModuleApi | udm_settings_udm_module_object_create | POST /settings/udm_module/ | Create a new UDM Module object |
SettingsUdmModuleApi | udm_settings_udm_module_object_modify | PUT /settings/udm_module/{dn} | Modify or move an UDM Module object |
SettingsUdmModuleApi | udm_settings_udm_module_object_remove | DELETE /settings/udm_module/{dn} | Remove a UDM Modules object |
SettingsUdmModuleApi | udm_settings_udm_module_object_search | GET /settings/udm_module/ | Search for UDM Modules objects |
SettingsUdmModuleApi | udm_settings_udm_module_object_template | GET /settings/udm_module/add | Get a template for creating an UDM Module object (contains all properties and their default values) |
SettingsUdmModuleApi | udm_settings_udm_module_object_update | PATCH /settings/udm_module/{dn} | Modify an UDM Module object (moving is currently not possible) |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object | GET /settings/udm_syntax/{dn} | Get a representation of the UDM Syntax object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_create | POST /settings/udm_syntax/ | Create a new UDM Syntax object |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_modify | PUT /settings/udm_syntax/{dn} | Modify or move an UDM Syntax object |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_remove | DELETE /settings/udm_syntax/{dn} | Remove a UDM Syntaxes object |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_search | GET /settings/udm_syntax/ | Search for UDM Syntaxes objects |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_template | GET /settings/udm_syntax/add | Get a template for creating an UDM Syntax object (contains all properties and their default values) |
SettingsUdmSyntaxApi | udm_settings_udm_syntax_object_update | PATCH /settings/udm_syntax/{dn} | Modify an UDM Syntax object (moving is currently not possible) |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object | GET /settings/umc_operationset/{dn} | Get a representation of the UMC operation set object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_create | POST /settings/umc_operationset/ | Create a new UMC operation set object |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_modify | PUT /settings/umc_operationset/{dn} | Modify or move an UMC operation set object |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_remove | DELETE /settings/umc_operationset/{dn} | Remove a UMC operation sets object |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_search | GET /settings/umc_operationset/ | Search for UMC operation sets objects |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_template | GET /settings/umc_operationset/add | Get a template for creating an UMC operation set object (contains all properties and their default values) |
SettingsUmcOperationsetApi | udm_settings_umc_operationset_object_update | PATCH /settings/umc_operationset/{dn} | Modify an UMC operation set object (moving is currently not possible) |
SettingsUsertemplateApi | udm_settings_usertemplate_object | GET /settings/usertemplate/{dn} | Get a representation of the User Template object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SettingsUsertemplateApi | udm_settings_usertemplate_object_create | POST /settings/usertemplate/ | Create a new User Template object |
SettingsUsertemplateApi | udm_settings_usertemplate_object_modify | PUT /settings/usertemplate/{dn} | Modify or move an User Template object |
SettingsUsertemplateApi | udm_settings_usertemplate_object_remove | DELETE /settings/usertemplate/{dn} | Remove a User Templates object |
SettingsUsertemplateApi | udm_settings_usertemplate_object_search | GET /settings/usertemplate/ | Search for User Templates objects |
SettingsUsertemplateApi | udm_settings_usertemplate_object_template | GET /settings/usertemplate/add | Get a template for creating an User Template object (contains all properties and their default values) |
SettingsUsertemplateApi | udm_settings_usertemplate_object_update | PATCH /settings/usertemplate/{dn} | Modify an User Template object (moving is currently not possible) |
SharesPrintApi | udm_shares_print_object | GET /shares/print/{dn} | Get a representation of the Printer share object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SharesPrintApi | udm_shares_print_object_search | GET /shares/print/ | Search for Printer shares objects |
SharesPrinterApi | udm_shares_printer_object | GET /shares/printer/{dn} | Get a representation of the Printer object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SharesPrinterApi | udm_shares_printer_object_create | POST /shares/printer/ | Create a new Printer object |
SharesPrinterApi | udm_shares_printer_object_modify | PUT /shares/printer/{dn} | Modify or move an Printer object |
SharesPrinterApi | udm_shares_printer_object_remove | DELETE /shares/printer/{dn} | Remove a Printers object |
SharesPrinterApi | udm_shares_printer_object_search | GET /shares/printer/ | Search for Printers objects |
SharesPrinterApi | udm_shares_printer_object_template | GET /shares/printer/add | Get a template for creating an Printer object (contains all properties and their default values) |
SharesPrinterApi | udm_shares_printer_object_update | PATCH /shares/printer/{dn} | Modify an Printer object (moving is currently not possible) |
SharesPrintergroupApi | udm_shares_printergroup_object | GET /shares/printergroup/{dn} | Get a representation of the Printer share group object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SharesPrintergroupApi | udm_shares_printergroup_object_create | POST /shares/printergroup/ | Create a new Printer share group object |
SharesPrintergroupApi | udm_shares_printergroup_object_modify | PUT /shares/printergroup/{dn} | Modify or move an Printer share group object |
SharesPrintergroupApi | udm_shares_printergroup_object_remove | DELETE /shares/printergroup/{dn} | Remove a Printer share groups object |
SharesPrintergroupApi | udm_shares_printergroup_object_search | GET /shares/printergroup/ | Search for Printer share groups objects |
SharesPrintergroupApi | udm_shares_printergroup_object_template | GET /shares/printergroup/add | Get a template for creating an Printer share group object (contains all properties and their default values) |
SharesPrintergroupApi | udm_shares_printergroup_object_update | PATCH /shares/printergroup/{dn} | Modify an Printer share group object (moving is currently not possible) |
SharesShareApi | udm_shares_share_object | GET /shares/share/{dn} | Get a representation of the Share directory object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
SharesShareApi | udm_shares_share_object_create | POST /shares/share/ | Create a new Share directory object |
SharesShareApi | udm_shares_share_object_modify | PUT /shares/share/{dn} | Modify or move an Share directory object |
SharesShareApi | udm_shares_share_object_remove | DELETE /shares/share/{dn} | Remove a Share directories object |
SharesShareApi | udm_shares_share_object_search | GET /shares/share/ | Search for Share directories objects |
SharesShareApi | udm_shares_share_object_template | GET /shares/share/add | Get a template for creating an Share directory object (contains all properties and their default values) |
SharesShareApi | udm_shares_share_object_update | PATCH /shares/share/{dn} | Modify an Share directory object (moving is currently not possible) |
UsersContactApi | udm_users_contact_object | GET /users/contact/{dn} | Get a representation of the Contact object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UsersContactApi | udm_users_contact_object_create | POST /users/contact/ | Create a new Contact object |
UsersContactApi | udm_users_contact_object_modify | PUT /users/contact/{dn} | Modify or move an Contact object |
UsersContactApi | udm_users_contact_object_remove | DELETE /users/contact/{dn} | Remove a Contact information object |
UsersContactApi | udm_users_contact_object_search | GET /users/contact/ | Search for Contact information objects |
UsersContactApi | udm_users_contact_object_template | GET /users/contact/add | Get a template for creating an Contact object (contains all properties and their default values) |
UsersContactApi | udm_users_contact_object_update | PATCH /users/contact/{dn} | Modify an Contact object (moving is currently not possible) |
UsersLdapApi | udm_users_ldap_object | GET /users/ldap/{dn} | Get a representation of the Simple authentication account object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UsersLdapApi | udm_users_ldap_object_create | POST /users/ldap/ | Create a new Simple authentication account object |
UsersLdapApi | udm_users_ldap_object_modify | PUT /users/ldap/{dn} | Modify or move an Simple authentication account object |
UsersLdapApi | udm_users_ldap_object_remove | DELETE /users/ldap/{dn} | Remove a Simple authentication accounts object |
UsersLdapApi | udm_users_ldap_object_search | GET /users/ldap/ | Search for Simple authentication accounts objects |
UsersLdapApi | udm_users_ldap_object_template | GET /users/ldap/add | Get a template for creating an Simple authentication account object (contains all properties and their default values) |
UsersLdapApi | udm_users_ldap_object_update | PATCH /users/ldap/{dn} | Modify an Simple authentication account object (moving is currently not possible) |
UsersPasswdApi | udm_users_passwd_object | GET /users/passwd/{dn} | Get a representation of the Password object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UsersPasswdApi | udm_users_passwd_object_modify | PUT /users/passwd/{dn} | Modify or move an Password object |
UsersPasswdApi | udm_users_passwd_object_update | PATCH /users/passwd/{dn} | Modify an Password object (moving is currently not possible) |
UsersSelfApi | udm_users_self_object | GET /users/self/{dn} | Get a representation of the Self object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UsersSelfApi | udm_users_self_object_modify | PUT /users/self/{dn} | Modify or move an Self object |
UsersSelfApi | udm_users_self_object_search | GET /users/self/ | Search for Self objects |
UsersSelfApi | udm_users_self_object_update | PATCH /users/self/{dn} | Modify an Self object (moving is currently not possible) |
UsersUserApi | udm_users_user_object | GET /users/user/{dn} | Get a representation of the User object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UsersUserApi | udm_users_user_object_create | POST /users/user/ | Create a new User object |
UsersUserApi | udm_users_user_object_modify | PUT /users/user/{dn} | Modify or move an User object |
UsersUserApi | udm_users_user_object_remove | DELETE /users/user/{dn} | Remove a Users object |
UsersUserApi | udm_users_user_object_search | GET /users/user/ | Search for Users objects |
UsersUserApi | udm_users_user_object_template | GET /users/user/add | Get a template for creating an User object (contains all properties and their default values) |
UsersUserApi | udm_users_user_object_update | PATCH /users/user/{dn} | Modify an User object (moving is currently not possible) |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object | GET /uvmm/cloudconnection/{dn} | Get a representation of the Cloud Connection object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_create | POST /uvmm/cloudconnection/ | Create a new Cloud Connection object |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_modify | PUT /uvmm/cloudconnection/{dn} | Modify or move an Cloud Connection object |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_remove | DELETE /uvmm/cloudconnection/{dn} | Remove a Cloud Connections object |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_search | GET /uvmm/cloudconnection/ | Search for Cloud Connections objects |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_template | GET /uvmm/cloudconnection/add | Get a template for creating an Cloud Connection object (contains all properties and their default values) |
UvmmCloudconnectionApi | udm_uvmm_cloudconnection_object_update | PATCH /uvmm/cloudconnection/{dn} | Modify an Cloud Connection object (moving is currently not possible) |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object | GET /uvmm/cloudtype/{dn} | Get a representation of the Cloud Type object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_create | POST /uvmm/cloudtype/ | Create a new Cloud Type object |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_modify | PUT /uvmm/cloudtype/{dn} | Modify or move an Cloud Type object |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_remove | DELETE /uvmm/cloudtype/{dn} | Remove a Cloud Types object |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_search | GET /uvmm/cloudtype/ | Search for Cloud Types objects |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_template | GET /uvmm/cloudtype/add | Get a template for creating an Cloud Type object (contains all properties and their default values) |
UvmmCloudtypeApi | udm_uvmm_cloudtype_object_update | PATCH /uvmm/cloudtype/{dn} | Modify an Cloud Type object (moving is currently not possible) |
UvmmInfoApi | udm_uvmm_info_object | GET /uvmm/info/{dn} | Get a representation of the Machine information object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UvmmInfoApi | udm_uvmm_info_object_create | POST /uvmm/info/ | Create a new Machine information object |
UvmmInfoApi | udm_uvmm_info_object_modify | PUT /uvmm/info/{dn} | Modify or move an Machine information object |
UvmmInfoApi | udm_uvmm_info_object_remove | DELETE /uvmm/info/{dn} | Remove a Machine information object |
UvmmInfoApi | udm_uvmm_info_object_search | GET /uvmm/info/ | Search for Machine information objects |
UvmmInfoApi | udm_uvmm_info_object_template | GET /uvmm/info/add | Get a template for creating an Machine information object (contains all properties and their default values) |
UvmmInfoApi | udm_uvmm_info_object_update | PATCH /uvmm/info/{dn} | Modify an Machine information object (moving is currently not possible) |
UvmmProfileApi | udm_uvmm_profile_object | GET /uvmm/profile/{dn} | Get a representation of the Profile object with all its properties, policies, options, metadata and references. Includes also instructions how to modify, remove or move the object. |
UvmmProfileApi | udm_uvmm_profile_object_create | POST /uvmm/profile/ | Create a new Profile object |
UvmmProfileApi | udm_uvmm_profile_object_modify | PUT /uvmm/profile/{dn} | Modify or move an Profile object |
UvmmProfileApi | udm_uvmm_profile_object_remove | DELETE /uvmm/profile/{dn} | Remove a Profiles object |
UvmmProfileApi | udm_uvmm_profile_object_search | GET /uvmm/profile/ | Search for Profiles objects |
UvmmProfileApi | udm_uvmm_profile_object_template | GET /uvmm/profile/add | Get a template for creating an Profile object (contains all properties and their default values) |
UvmmProfileApi | udm_uvmm_profile_object_update | PATCH /uvmm/profile/{dn} | Modify an Profile object (moving is currently not possible) |
Documentation For Models
- AppcenterApp
- AppcenterAppList
- AppcenterAppListEmbedded
- AppcenterAppPolicies
- AppcenterAppRequest
- AppcenterAppRequestAllOf
- AppcenterAppRequestPatch
- AppcenterAppResponseMixin
- ComputersComputer
- ComputersComputerList
- ComputersComputerListEmbedded
- ComputersComputerRequest
- ComputersComputerRequestPatch
- ComputersComputerResponseMixin
- ComputersDomaincontrollerBackup
- ComputersDomaincontrollerBackupList
- ComputersDomaincontrollerBackupListEmbedded
- ComputersDomaincontrollerBackupOptions
- ComputersDomaincontrollerBackupPolicies
- ComputersDomaincontrollerBackupRequest
- ComputersDomaincontrollerBackupRequestPatch
- ComputersDomaincontrollerBackupResponseMixin
- ComputersDomaincontrollerMaster
- ComputersDomaincontrollerMasterList
- ComputersDomaincontrollerMasterListEmbedded
- ComputersDomaincontrollerMasterOptions
- ComputersDomaincontrollerMasterPolicies
- ComputersDomaincontrollerMasterRequest
- ComputersDomaincontrollerMasterRequestPatch
- ComputersDomaincontrollerMasterResponseMixin
- ComputersDomaincontrollerSlave
- ComputersDomaincontrollerSlaveList
- ComputersDomaincontrollerSlaveListEmbedded
- ComputersDomaincontrollerSlaveOptions
- ComputersDomaincontrollerSlavePolicies
- ComputersDomaincontrollerSlaveRequest
- ComputersDomaincontrollerSlaveRequestPatch
- ComputersDomaincontrollerSlaveResponseMixin
- ComputersIpmanagedclient
- ComputersIpmanagedclientList
- ComputersIpmanagedclientListEmbedded
- ComputersIpmanagedclientOptions
- ComputersIpmanagedclientRequest
- ComputersIpmanagedclientRequestPatch
- ComputersIpmanagedclientResponseMixin
- ComputersLinux
- ComputersLinuxList
- ComputersLinuxListEmbedded
- ComputersLinuxOptions
- ComputersLinuxRequest
- ComputersLinuxRequestPatch
- ComputersLinuxResponseMixin
- ComputersMacos
- ComputersMacosList
- ComputersMacosListEmbedded
- ComputersMacosOptions
- ComputersMacosRequest
- ComputersMacosRequestPatch
- ComputersMacosResponseMixin
- ComputersMemberserver
- ComputersMemberserverList
- ComputersMemberserverListEmbedded
- ComputersMemberserverOptions
- ComputersMemberserverPolicies
- ComputersMemberserverRequest
- ComputersMemberserverRequestPatch
- ComputersMemberserverResponseMixin
- ComputersTrustaccount
- ComputersTrustaccountList
- ComputersTrustaccountListEmbedded
- ComputersTrustaccountOptions
- ComputersTrustaccountRequest
- ComputersTrustaccountRequestPatch
- ComputersTrustaccountResponseMixin
- ComputersUbuntu
- ComputersUbuntuList
- ComputersUbuntuListEmbedded
- ComputersUbuntuOptions
- ComputersUbuntuRequest
- ComputersUbuntuRequestPatch
- ComputersUbuntuResponseMixin
- ComputersWindows
- ComputersWindowsDomaincontroller
- ComputersWindowsDomaincontrollerList
- ComputersWindowsDomaincontrollerListEmbedded
- ComputersWindowsDomaincontrollerOptions
- ComputersWindowsDomaincontrollerRequest
- ComputersWindowsDomaincontrollerRequestPatch
- ComputersWindowsDomaincontrollerResponseMixin
- ComputersWindowsList
- ComputersWindowsListEmbedded
- ComputersWindowsOptions
- ComputersWindowsRequest
- ComputersWindowsRequestPatch
- ComputersWindowsResponseMixin
- ContainerCn
- ContainerCnList
- ContainerCnListEmbedded
- ContainerCnPolicies
- ContainerCnRequest
- ContainerCnRequestPatch
- ContainerCnResponseMixin
- ContainerDc
- ContainerDcList
- ContainerDcListEmbedded
- ContainerDcOptions
- ContainerDcPolicies
- ContainerDcRequest
- ContainerDcRequestPatch
- ContainerDcResponseMixin
- ContainerMsgpo
- ContainerMsgpoList
- ContainerMsgpoListEmbedded
- ContainerMsgpoPolicies
- ContainerMsgpoRequest
- ContainerMsgpoRequestPatch
- ContainerMsgpoResponseMixin
- ContainerOu
- ContainerOuList
- ContainerOuListEmbedded
- ContainerOuPolicies
- ContainerOuRequest
- ContainerOuRequestPatch
- ContainerOuResponseMixin
- DhcpDhcp
- DhcpDhcpList
- DhcpDhcpListEmbedded
- DhcpDhcpRequest
- DhcpDhcpRequestPatch
- DhcpDhcpResponseMixin
- DhcpHost
- DhcpHostList
- DhcpHostListEmbedded
- DhcpHostOptions
- DhcpHostPolicies
- DhcpHostRequest
- DhcpHostRequestPatch
- DhcpHostResponseMixin
- DhcpPool
- DhcpPoolList
- DhcpPoolListEmbedded
- DhcpPoolOptions
- DhcpPoolPolicies
- DhcpPoolRequest
- DhcpPoolRequestPatch
- DhcpPoolResponseMixin
- DhcpServer
- DhcpServerList
- DhcpServerListEmbedded
- DhcpServerRequest
- DhcpServerRequestPatch
- DhcpServerResponseMixin
- DhcpService
- DhcpServiceList
- DhcpServiceListEmbedded
- DhcpServiceOptions
- DhcpServicePolicies
- DhcpServiceRequest
- DhcpServiceRequestPatch
- DhcpServiceResponseMixin
- DhcpShared
- DhcpSharedList
- DhcpSharedListEmbedded
- DhcpSharedOptions
- DhcpSharedPolicies
- DhcpSharedRequest
- DhcpSharedRequestPatch
- DhcpSharedResponseMixin
- DhcpSharedsubnet
- DhcpSharedsubnetList
- DhcpSharedsubnetListEmbedded
- DhcpSharedsubnetOptions
- DhcpSharedsubnetPolicies
- DhcpSharedsubnetRequest
- DhcpSharedsubnetRequestPatch
- DhcpSharedsubnetResponseMixin
- DhcpSubnet
- DhcpSubnetList
- DhcpSubnetListEmbedded
- DhcpSubnetOptions
- DhcpSubnetPolicies
- DhcpSubnetRequest
- DhcpSubnetRequestPatch
- DhcpSubnetResponseMixin
- DnsAlias
- DnsAliasList
- DnsAliasListEmbedded
- DnsAliasRequest
- DnsAliasRequestPatch
- DnsAliasResponseMixin
- DnsDns
- DnsDnsList
- DnsDnsListEmbedded
- DnsDnsRequest
- DnsDnsRequestPatch
- DnsDnsResponseMixin
- DnsForwardZone
- DnsForwardZoneList
- DnsForwardZoneListEmbedded
- DnsForwardZonePolicies
- DnsForwardZoneRequest
- DnsForwardZoneRequestPatch
- DnsForwardZoneResponseMixin
- DnsHostRecord
- DnsHostRecordList
- DnsHostRecordListEmbedded
- DnsHostRecordRequest
- DnsHostRecordRequestPatch
- DnsHostRecordResponseMixin
- DnsNsRecord
- DnsNsRecordList
- DnsNsRecordListEmbedded
- DnsNsRecordRequest
- DnsNsRecordRequestPatch
- DnsNsRecordResponseMixin
- DnsPtrRecord
- DnsPtrRecordList
- DnsPtrRecordListEmbedded
- DnsPtrRecordRequest
- DnsPtrRecordRequestPatch
- DnsPtrRecordResponseMixin
- DnsReverseZone
- DnsReverseZoneList
- DnsReverseZoneListEmbedded
- DnsReverseZonePolicies
- DnsReverseZoneRequest
- DnsReverseZoneRequestPatch
- DnsReverseZoneResponseMixin
- DnsSrvRecord
- DnsSrvRecordList
- DnsSrvRecordListEmbedded
- DnsSrvRecordRequest
- DnsSrvRecordRequestPatch
- DnsSrvRecordResponseMixin
- DnsTxtRecord
- DnsTxtRecordList
- DnsTxtRecordListEmbedded
- DnsTxtRecordRequest
- DnsTxtRecordRequestPatch
- DnsTxtRecordResponseMixin
- EmbeddedError
- GroupsGroup
- GroupsGroupList
- GroupsGroupListEmbedded
- GroupsGroupOptions
- GroupsGroupPolicies
- GroupsGroupRequest
- GroupsGroupRequestPatch
- GroupsGroupResponseMixin
- InlineResponse201
- KerberosKdcentry
- KerberosKdcentryList
- KerberosKdcentryListEmbedded
- KerberosKdcentryRequest
- KerberosKdcentryRequestPatch
- KerberosKdcentryResponseMixin
- Links
- MailDomain
- MailDomainList
- MailDomainListEmbedded
- MailDomainRequest
- MailDomainRequestPatch
- MailDomainResponseMixin
- MailFolder
- MailFolderList
- MailFolderListEmbedded
- MailFolderRequest
- MailFolderRequestPatch
- MailFolderResponseMixin
- MailLists
- MailListsList
- MailListsListEmbedded
- MailListsRequest
- MailListsRequestPatch
- MailListsResponseMixin
- MailMail
- MailMailList
- MailMailListEmbedded
- MailMailRequest
- MailMailRequestPatch
- MailMailResponseMixin
- MonitoringAlert
- MonitoringAlertList
- MonitoringAlertListEmbedded
- MonitoringAlertRequest
- MonitoringAlertRequestPatch
- MonitoringAlertResponseMixin
- MsDomainpolicy
- MsDomainpolicyList
- MsDomainpolicyListEmbedded
- MsDomainpolicyPolicies
- MsDomainpolicyRequest
- MsDomainpolicyRequestPatch
- MsDomainpolicyResponseMixin
- MsGpipsecFilter
- MsGpipsecFilterList
- MsGpipsecFilterListEmbedded
- MsGpipsecFilterPolicies
- MsGpipsecFilterRequest
- MsGpipsecFilterRequestPatch
- MsGpipsecFilterResponseMixin
- MsGpipsecIsakmpPolicy
- MsGpipsecIsakmpPolicyList
- MsGpipsecIsakmpPolicyListEmbedded
- MsGpipsecIsakmpPolicyPolicies
- MsGpipsecIsakmpPolicyRequest
- MsGpipsecIsakmpPolicyRequestPatch
- MsGpipsecIsakmpPolicyResponseMixin
- MsGpipsecNegotiationPolicy
- MsGpipsecNegotiationPolicyList
- MsGpipsecNegotiationPolicyListEmbedded
- MsGpipsecNegotiationPolicyPolicies
- MsGpipsecNegotiationPolicyRequest
- MsGpipsecNegotiationPolicyRequestPatch
- MsGpipsecNegotiationPolicyResponseMixin
- MsGpipsecNfa
- MsGpipsecNfaList
- MsGpipsecNfaListEmbedded
- MsGpipsecNfaPolicies
- MsGpipsecNfaRequest
- MsGpipsecNfaRequestPatch
- MsGpipsecNfaResponseMixin
- MsGpipsecPolicy
- MsGpipsecPolicyList
- MsGpipsecPolicyListEmbedded
- MsGpipsecPolicyPolicies
- MsGpipsecPolicyRequest
- MsGpipsecPolicyRequestPatch
- MsGpipsecPolicyResponseMixin
- MsGpsiCategoryRegistration
- MsGpsiCategoryRegistrationList
- MsGpsiCategoryRegistrationListEmbedded
- MsGpsiCategoryRegistrationPolicies
- MsGpsiCategoryRegistrationRequest
- MsGpsiCategoryRegistrationRequestPatch
- MsGpsiCategoryRegistrationResponseMixin
- MsGpsiClassStore
- MsGpsiClassStoreList
- MsGpsiClassStoreListEmbedded
- MsGpsiClassStorePolicies
- MsGpsiClassStoreRequest
- MsGpsiClassStoreRequestPatch
- MsGpsiClassStoreResponseMixin
- MsGpsiPackageRegistration
- MsGpsiPackageRegistrationList
- MsGpsiPackageRegistrationListEmbedded
- MsGpsiPackageRegistrationPolicies
- MsGpsiPackageRegistrationRequest
- MsGpsiPackageRegistrationRequestPatch
- MsGpsiPackageRegistrationResponseMixin
- MsGpwlWired
- MsGpwlWiredList
- MsGpwlWiredListEmbedded
- MsGpwlWiredPolicies
- MsGpwlWiredRequest
- MsGpwlWiredRequestPatch
- MsGpwlWiredResponseMixin
- MsGpwlWireless
- MsGpwlWirelessBlob
- MsGpwlWirelessBlobList
- MsGpwlWirelessBlobListEmbedded
- MsGpwlWirelessBlobPolicies
- MsGpwlWirelessBlobRequest
- MsGpwlWirelessBlobRequestPatch
- MsGpwlWirelessBlobResponseMixin
- MsGpwlWirelessList
- MsGpwlWirelessListEmbedded
- MsGpwlWirelessPolicies
- MsGpwlWirelessRequest
- MsGpwlWirelessRequestPatch
- MsGpwlWirelessResponseMixin
- NagiosNagios
- NagiosNagiosList
- NagiosNagiosListEmbedded
- NagiosNagiosRequest
- NagiosNagiosRequestPatch
- NagiosNagiosResponseMixin
- NagiosService
- NagiosServiceList
- NagiosServiceListEmbedded
- NagiosServiceRequest
- NagiosServiceRequestPatch
- NagiosServiceResponseMixin
- NagiosTimeperiod
- NagiosTimeperiodList
- NagiosTimeperiodListEmbedded
- NagiosTimeperiodRequest
- NagiosTimeperiodRequestPatch
- NagiosTimeperiodResponseMixin
- NetworksNetwork
- NetworksNetworkList
- NetworksNetworkListEmbedded
- NetworksNetworkRequest
- NetworksNetworkRequestPatch
- NetworksNetworkResponseMixin
- PoliciesAdminContainer
- PoliciesAdminContainerList
- PoliciesAdminContainerListEmbedded
- PoliciesAdminContainerRequest
- PoliciesAdminContainerRequestPatch
- PoliciesAdminContainerResponseMixin
- PoliciesDesktop
- PoliciesDesktopList
- PoliciesDesktopListEmbedded
- PoliciesDesktopRequest
- PoliciesDesktopRequestPatch
- PoliciesDesktopResponseMixin
- PoliciesDhcpBoot
- PoliciesDhcpBootList
- PoliciesDhcpBootListEmbedded
- PoliciesDhcpBootRequest
- PoliciesDhcpBootRequestPatch
- PoliciesDhcpBootResponseMixin
- PoliciesDhcpDns
- PoliciesDhcpDnsList
- PoliciesDhcpDnsListEmbedded
- PoliciesDhcpDnsRequest
- PoliciesDhcpDnsRequestPatch
- PoliciesDhcpDnsResponseMixin
- PoliciesDhcpDnsupdate
- PoliciesDhcpDnsupdateList
- PoliciesDhcpDnsupdateListEmbedded
- PoliciesDhcpDnsupdateRequest
- PoliciesDhcpDnsupdateRequestPatch
- PoliciesDhcpDnsupdateResponseMixin
- PoliciesDhcpLeasetime
- PoliciesDhcpLeasetimeList
- PoliciesDhcpLeasetimeListEmbedded
- PoliciesDhcpLeasetimeRequest
- PoliciesDhcpLeasetimeRequestPatch
- PoliciesDhcpLeasetimeResponseMixin
- PoliciesDhcpNetbios
- PoliciesDhcpNetbiosList
- PoliciesDhcpNetbiosListEmbedded
- PoliciesDhcpNetbiosRequest
- PoliciesDhcpNetbiosRequestPatch
- PoliciesDhcpNetbiosResponseMixin
- PoliciesDhcpRouting
- PoliciesDhcpRoutingList
- PoliciesDhcpRoutingListEmbedded
- PoliciesDhcpRoutingRequest
- PoliciesDhcpRoutingRequestPatch
- PoliciesDhcpRoutingResponseMixin
- PoliciesDhcpScope
- PoliciesDhcpScopeList
- PoliciesDhcpScopeListEmbedded
- PoliciesDhcpScopeRequest
- PoliciesDhcpScopeRequestPatch
- PoliciesDhcpScopeResponseMixin
- PoliciesDhcpStatements
- PoliciesDhcpStatementsList
- PoliciesDhcpStatementsListEmbedded
- PoliciesDhcpStatementsRequest
- PoliciesDhcpStatementsRequestPatch
- PoliciesDhcpStatementsResponseMixin
- PoliciesLdapserver
- PoliciesLdapserverList
- PoliciesLdapserverListEmbedded
- PoliciesLdapserverRequest
- PoliciesLdapserverRequestPatch
- PoliciesLdapserverResponseMixin
- PoliciesMaintenance
- PoliciesMaintenanceList
- PoliciesMaintenanceListEmbedded
- PoliciesMaintenanceRequest
- PoliciesMaintenanceRequestPatch
- PoliciesMaintenanceResponseMixin
- PoliciesMasterpackages
- PoliciesMasterpackagesList
- PoliciesMasterpackagesListEmbedded
- PoliciesMasterpackagesRequest
- PoliciesMasterpackagesRequestPatch
- PoliciesMasterpackagesResponseMixin
- PoliciesMemberpackages
- PoliciesMemberpackagesList
- PoliciesMemberpackagesListEmbedded
- PoliciesMemberpackagesRequest
- PoliciesMemberpackagesRequestPatch
- PoliciesMemberpackagesResponseMixin
- PoliciesNfsmounts
- PoliciesNfsmountsList
- PoliciesNfsmountsListEmbedded
- PoliciesNfsmountsRequest
- PoliciesNfsmountsRequestPatch
- PoliciesNfsmountsResponseMixin
- PoliciesPolicy
- PoliciesPolicyList
- PoliciesPolicyListEmbedded
- PoliciesPolicyRequest
- PoliciesPolicyRequestPatch
- PoliciesPolicyResponseMixin
- PoliciesPrintserver
- PoliciesPrintserverList
- PoliciesPrintserverListEmbedded
- PoliciesPrintserverRequest
- PoliciesPrintserverRequestPatch
- PoliciesPrintserverResponseMixin
- PoliciesPwhistory
- PoliciesPwhistoryList
- PoliciesPwhistoryListEmbedded
- PoliciesPwhistoryRequest
- PoliciesPwhistoryRequestPatch
- PoliciesPwhistoryResponseMixin
- PoliciesRegistry
- PoliciesRegistryList
- PoliciesRegistryListEmbedded
- PoliciesRegistryRequest
- PoliciesRegistryRequestPatch
- PoliciesRegistryResponseMixin
- PoliciesRelease
- PoliciesReleaseList
- PoliciesReleaseListEmbedded
- PoliciesReleaseRequest
- PoliciesReleaseRequestPatch
- PoliciesReleaseResponseMixin
- PoliciesRepositoryserver
- PoliciesRepositoryserverList
- PoliciesRepositoryserverListEmbedded
- PoliciesRepositoryserverRequest
- PoliciesRepositoryserverRequestPatch
- PoliciesRepositoryserverResponseMixin
- PoliciesRepositorysync
- PoliciesRepositorysyncList
- PoliciesRepositorysyncListEmbedded
- PoliciesRepositorysyncRequest
- PoliciesRepositorysyncRequestPatch
- PoliciesRepositorysyncResponseMixin
- PoliciesShareUserquota
- PoliciesShareUserquotaList
- PoliciesShareUserquotaListEmbedded
- PoliciesShareUserquotaRequest
- PoliciesShareUserquotaRequestPatch
- PoliciesShareUserquotaResponseMixin
- PoliciesSlavepackages
- PoliciesSlavepackagesList
- PoliciesSlavepackagesListEmbedded
- PoliciesSlavepackagesRequest
- PoliciesSlavepackagesRequestPatch
- PoliciesSlavepackagesResponseMixin
- PoliciesUmc
- PoliciesUmcList
- PoliciesUmcListEmbedded
- PoliciesUmcRequest
- PoliciesUmcRequestPatch
- PoliciesUmcResponseMixin
- PortalsAll
- PortalsAllList
- PortalsAllListEmbedded
- PortalsAllRequest
- PortalsAllRequestPatch
- PortalsAllResponseMixin
- PortalsAnnouncement
- PortalsAnnouncementList
- PortalsAnnouncementListEmbedded
- PortalsAnnouncementRequest
- PortalsAnnouncementRequestPatch
- PortalsAnnouncementResponseMixin
- PortalsCategory
- PortalsCategoryList
- PortalsCategoryListEmbedded
- PortalsCategoryRequest
- PortalsCategoryRequestPatch
- PortalsCategoryResponseMixin
- PortalsEntry
- PortalsEntryList
- PortalsEntryListEmbedded
- PortalsEntryRequest
- PortalsEntryRequestPatch
- PortalsEntryResponseMixin
- PortalsFolder
- PortalsFolderList
- PortalsFolderListEmbedded
- PortalsFolderRequest
- PortalsFolderRequestPatch
- PortalsFolderResponseMixin
- PortalsPortal
- PortalsPortalList
- PortalsPortalListEmbedded
- PortalsPortalRequest
- PortalsPortalRequestPatch
- PortalsPortalResponseMixin
- SamlIdpconfig
- SamlIdpconfigList
- SamlIdpconfigListEmbedded
- SamlIdpconfigRequest
- SamlIdpconfigRequestPatch
- SamlIdpconfigResponseMixin
- SamlServiceprovider
- SamlServiceproviderList
- SamlServiceproviderListEmbedded
- SamlServiceproviderRequest
- SamlServiceproviderRequestPatch
- SamlServiceproviderResponseMixin
- SettingsCn
- SettingsCnList
- SettingsCnListEmbedded
- SettingsCnPolicies
- SettingsCnRequest
- SettingsCnRequestPatch
- SettingsCnResponseMixin
- SettingsData
- SettingsDataList
- SettingsDataListEmbedded
- SettingsDataRequest
- SettingsDataRequestPatch
- SettingsDataResponseMixin
- SettingsDefault
- SettingsDefaultList
- SettingsDefaultListEmbedded
- SettingsDefaultRequest
- SettingsDefaultRequestPatch
- SettingsDefaultResponseMixin
- SettingsDirectory
- SettingsDirectoryList
- SettingsDirectoryListEmbedded
- SettingsDirectoryRequest
- SettingsDirectoryRequestPatch
- SettingsDirectoryResponseMixin
- SettingsExtendedAttribute
- SettingsExtendedAttributeList
- SettingsExtendedAttributeListEmbedded
- SettingsExtendedAttributeRequest
- SettingsExtendedAttributeRequestPatch
- SettingsExtendedAttributeResponseMixin
- SettingsExtendedOptions
- SettingsExtendedOptionsList
- SettingsExtendedOptionsListEmbedded
- SettingsExtendedOptionsRequest
- SettingsExtendedOptionsRequestPatch
- SettingsExtendedOptionsResponseMixin
- SettingsLdapacl
- SettingsLdapaclList
- SettingsLdapaclListEmbedded
- SettingsLdapaclRequest
- SettingsLdapaclRequestPatch
- SettingsLdapaclResponseMixin
- SettingsLdapschema
- SettingsLdapschemaList
- SettingsLdapschemaListEmbedded
- SettingsLdapschemaRequest
- SettingsLdapschemaRequestPatch
- SettingsLdapschemaResponseMixin
- SettingsLicense
- SettingsLicenseList
- SettingsLicenseListEmbedded
- SettingsLicenseOptions
- SettingsLicenseRequest
- SettingsLicenseRequestPatch
- SettingsLicenseResponseMixin
- SettingsLock
- SettingsLockList
- SettingsLockListEmbedded
- SettingsLockRequest
- SettingsLockRequestPatch
- SettingsLockResponseMixin
- SettingsMsprintconnectionpolicy
- SettingsMsprintconnectionpolicyList
- SettingsMsprintconnectionpolicyListEmbedded
- SettingsMsprintconnectionpolicyPolicies
- SettingsMsprintconnectionpolicyRequest
- SettingsMsprintconnectionpolicyRequestPatch
- SettingsMsprintconnectionpolicyResponseMixin
- SettingsMswmifilter
- SettingsMswmifilterList
- SettingsMswmifilterListEmbedded
- SettingsMswmifilterPolicies
- SettingsMswmifilterRequest
- SettingsMswmifilterRequestPatch
- SettingsMswmifilterResponseMixin
- SettingsPackages
- SettingsPackagesList
- SettingsPackagesListEmbedded
- SettingsPackagesRequest
- SettingsPackagesRequestPatch
- SettingsPackagesResponseMixin
- SettingsPortal
- SettingsPortalAll
- SettingsPortalAllList
- SettingsPortalAllListEmbedded
- SettingsPortalAllRequest
- SettingsPortalAllRequestPatch
- SettingsPortalAllResponseMixin
- SettingsPortalCategory
- SettingsPortalCategoryList
- SettingsPortalCategoryListEmbedded
- SettingsPortalCategoryRequest
- SettingsPortalCategoryRequestPatch
- SettingsPortalCategoryResponseMixin
- SettingsPortalEntry
- SettingsPortalEntryList
- SettingsPortalEntryListEmbedded
- SettingsPortalEntryRequest
- SettingsPortalEntryRequestPatch
- SettingsPortalEntryResponseMixin
- SettingsPortalList
- SettingsPortalListEmbedded
- SettingsPortalRequest
- SettingsPortalRequestPatch
- SettingsPortalResponseMixin
- SettingsPrintermodel
- SettingsPrintermodelList
- SettingsPrintermodelListEmbedded
- SettingsPrintermodelRequest
- SettingsPrintermodelRequestPatch
- SettingsPrintermodelResponseMixin
- SettingsPrinteruri
- SettingsPrinteruriList
- SettingsPrinteruriListEmbedded
- SettingsPrinteruriRequest
- SettingsPrinteruriRequestPatch
- SettingsPrinteruriResponseMixin
- SettingsProhibitedUsername
- SettingsProhibitedUsernameList
- SettingsProhibitedUsernameListEmbedded
- SettingsProhibitedUsernameRequest
- SettingsProhibitedUsernameRequestPatch
- SettingsProhibitedUsernameResponseMixin
- SettingsSambaconfig
- SettingsSambaconfigList
- SettingsSambaconfigListEmbedded
- SettingsSambaconfigRequest
- SettingsSambaconfigRequestPatch
- SettingsSambaconfigResponseMixin
- SettingsSambadomain
- SettingsSambadomainList
- SettingsSambadomainListEmbedded
- SettingsSambadomainRequest
- SettingsSambadomainRequestPatch
- SettingsSambadomainResponseMixin
- SettingsService
- SettingsServiceList
- SettingsServiceListEmbedded
- SettingsServiceRequest
- SettingsServiceRequestPatch
- SettingsServiceResponseMixin
- SettingsSettings
- SettingsSettingsList
- SettingsSettingsListEmbedded
- SettingsSettingsRequest
- SettingsSettingsRequestPatch
- SettingsSettingsResponseMixin
- SettingsSyntax
- SettingsSyntaxList
- SettingsSyntaxListEmbedded
- SettingsSyntaxRequest
- SettingsSyntaxRequestPatch
- SettingsSyntaxResponseMixin
- SettingsUdmHook
- SettingsUdmHookList
- SettingsUdmHookListEmbedded
- SettingsUdmHookRequest
- SettingsUdmHookRequestPatch
- SettingsUdmHookResponseMixin
- SettingsUdmModule
- SettingsUdmModuleList
- SettingsUdmModuleListEmbedded
- SettingsUdmModuleRequest
- SettingsUdmModuleRequestPatch
- SettingsUdmModuleResponseMixin
- SettingsUdmSyntax
- SettingsUdmSyntaxList
- SettingsUdmSyntaxListEmbedded
- SettingsUdmSyntaxRequest
- SettingsUdmSyntaxRequestPatch
- SettingsUdmSyntaxResponseMixin
- SettingsUmcOperationset
- SettingsUmcOperationsetList
- SettingsUmcOperationsetListEmbedded
- SettingsUmcOperationsetRequest
- SettingsUmcOperationsetRequestPatch
- SettingsUmcOperationsetResponseMixin
- SettingsUsertemplate
- SettingsUsertemplateList
- SettingsUsertemplateListEmbedded
- SettingsUsertemplateRequest
- SettingsUsertemplateRequestPatch
- SettingsUsertemplateResponseMixin
- SharesPrint
- SharesPrintList
- SharesPrintListEmbedded
- SharesPrintRequest
- SharesPrintRequestPatch
- SharesPrintResponseMixin
- SharesPrinter
- SharesPrinterList
- SharesPrinterListEmbedded
- SharesPrinterRequest
- SharesPrinterRequestPatch
- SharesPrinterResponseMixin
- SharesPrintergroup
- SharesPrintergroupList
- SharesPrintergroupListEmbedded
- SharesPrintergroupRequest
- SharesPrintergroupRequestPatch
- SharesPrintergroupResponseMixin
- SharesShare
- SharesShareList
- SharesShareListEmbedded
- SharesShareOptions
- SharesSharePolicies
- SharesShareRequest
- SharesShareRequestPatch
- SharesShareResponseMixin
- UsersContact
- UsersContactList
- UsersContactListEmbedded
- UsersContactRequest
- UsersContactRequestPatch
- UsersContactResponseMixin
- UsersLdap
- UsersLdapList
- UsersLdapListEmbedded
- UsersLdapOptions
- UsersLdapPolicies
- UsersLdapRequest
- UsersLdapRequestPatch
- UsersLdapResponseMixin
- UsersPasswd
- UsersPasswdList
- UsersPasswdListEmbedded
- UsersPasswdRequest
- UsersPasswdRequestPatch
- UsersPasswdResponseMixin
- UsersSelf
- UsersSelfList
- UsersSelfListEmbedded
- UsersSelfOptions
- UsersSelfRequest
- UsersSelfRequestPatch
- UsersSelfResponseMixin
- UsersUser
- UsersUserList
- UsersUserListEmbedded
- UsersUserOptions
- UsersUserPolicies
- UsersUserRequest
- UsersUserRequestPatch
- UsersUserResponseMixin
- UvmmCloudconnection
- UvmmCloudconnectionList
- UvmmCloudconnectionListEmbedded
- UvmmCloudconnectionRequest
- UvmmCloudconnectionRequestPatch
- UvmmCloudconnectionResponseMixin
- UvmmCloudtype
- UvmmCloudtypeList
- UvmmCloudtypeListEmbedded
- UvmmCloudtypeRequest
- UvmmCloudtypeRequestPatch
- UvmmCloudtypeResponseMixin
- UvmmInfo
- UvmmInfoList
- UvmmInfoListEmbedded
- UvmmInfoRequest
- UvmmInfoRequestPatch
- UvmmInfoResponseMixin
- UvmmProfile
- UvmmProfileList
- UvmmProfileListEmbedded
- UvmmProfileRequest
- UvmmProfileRequestPatch
- UvmmProfileResponseMixin
Documentation For Authorization
basic
- Type: HTTP basic authentication