{"type":"api","title":"Read a 'virtualization.VmwareDatacenter' resource","meta":{"id":"/apps/pubhub/media/intersight-system-api/523d9d298f87328625198e26085608a865d4116b/cab4c63f-022a-37f3-a6fb-1f8a268a9d7c","info":{"description":"Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and\n3rd party IT infrastructure. This platform offers an intelligent level of management that enables\nIT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior\ngenerations of tools. Cisco Intersight provides an integrated and intuitive management experience for\nresources in the traditional data center as well as at the edge. With flexible deployment options to address\ncomplex security needs, getting started with Intersight is quick and easy.\nCisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment,\nconfiguration, and ongoing maintenance. The model-based deployment works for a single system in a remote\nlocation or hundreds of systems in a data center and enables rapid, standardized configuration and deployment.\nIt also streamlines maintaining those systems whether you are working with small or very large configurations.\nThe Intersight OpenAPI document defines the complete set of properties that are returned in the\nHTTP response. From that perspective, a client can expect that no additional properties are returned,\nunless these properties are explicitly defined in the OpenAPI document.\nHowever, when a client uses an older version of the Intersight OpenAPI document, the server may\nsend additional properties because the software is more recent than the client. In that case, the client\nmay receive properties that it does not know about.\nSome generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document.\nThis document was created on 2024-05-17T05:13:43Z.","version":"1.0.11-17057","title":"Cisco Intersight","license":{"name":"Apache License, Version 2.0","url":"https://www.apache.org/licenses/LICENSE-2.0.html"},"contact":{"name":"Intersight API support","url":"https://intersight.com/help","email":"intersight@cisco.com"}},"tags":[{"name":"aaa"},{"name":"access"},{"name":"adapter"},{"name":"apic"},{"name":"appliance"},{"name":"asset"},{"name":"bios"},{"name":"boot"},{"name":"bulk"},{"name":"capability"},{"name":"certificatemanagement"},{"name":"chassis"},{"name":"cloud"},{"name":"cmrf"},{"name":"comm"},{"name":"compute"},{"name":"cond"},{"name":"connector"},{"name":"connectorpack"},{"name":"console"},{"name":"content"},{"name":"convergedinfra"},{"name":"crd"},{"name":"deviceconnector"},{"name":"dnac"},{"name":"equipment"},{"name":"ether"},{"name":"externalsite"},{"name":"fabric"},{"name":"fault"},{"name":"fc"},{"name":"fcpool"},{"name":"feedback"},{"name":"firmware"},{"name":"fmc"},{"name":"forecast"},{"name":"graphics"},{"name":"hcl"},{"name":"hyperflex"},{"name":"i18n"},{"name":"iaas"},{"name":"iam"},{"name":"imcconnector"},{"name":"infra"},{"name":"inventory"},{"name":"ipmioverlan"},{"name":"ippool"},{"name":"iqnpool"},{"name":"issue"},{"name":"iwotenant"},{"name":"kubernetes"},{"name":"kvm"},{"name":"license"},{"name":"ls"},{"name":"macpool"},{"name":"management"},{"name":"marketplace"},{"name":"memory"},{"name":"meraki"},{"name":"meta"},{"name":"metrics"},{"name":"mo"},{"name":"monitoring"},{"name":"motemplate"},{"name":"network"},{"name":"networkconfig"},{"name":"niaapi"},{"name":"niatelemetry"},{"name":"notification"},{"name":"ntp"},{"name":"oauth"},{"name":"onprem"},{"name":"openapi"},{"name":"oprs"},{"name":"organization"},{"name":"os"},{"name":"partnerintegration"},{"name":"pci"},{"name":"pkix"},{"name":"policy"},{"name":"policyinventory"},{"name":"pool"},{"name":"port"},{"name":"power"},{"name":"processor"},{"name":"rack"},{"name":"recommendation"},{"name":"recovery"},{"name":"resource"},{"name":"resourcepool"},{"name":"rproxy"},{"name":"scheduler"},{"name":"sdaaci"},{"name":"sdcard"},{"name":"search"},{"name":"security"},{"name":"server"},{"name":"serviceitem"},{"name":"servicerequest"},{"name":"session"},{"name":"smtp"},{"name":"snmp"},{"name":"software"},{"name":"softwarerepository"},{"name":"sol"},{"name":"ssh"},{"name":"storage"},{"name":"sw"},{"name":"syslog"},{"name":"tam"},{"name":"task"},{"name":"techsupportmanagement"},{"name":"template"},{"name":"terminal"},{"name":"terraform"},{"name":"thermal"},{"name":"top"},{"name":"tunneling"},{"name":"ucsd"},{"name":"ucsdconnector"},{"name":"uuidpool"},{"name":"view"},{"name":"views"},{"name":"virtualization"},{"name":"vmedia"},{"name":"vmrc"},{"name":"vnic"},{"name":"vrf"},{"name":"workflow"},{"name":"workspace"},{"name":"x509"}],"externalDocs":{"url":"/apidocs","description":"Online documentation for the Intersight APIs"},"x-parser-conf":{"overview":{"markdownPath":"reference/all.md"}},"openapi":"3.0.2","servers":[{"url":"https://{server}","variables":{"server":{"default":"intersight.com"}},"description":"The Intersight URL for the cloud-based infrastructure management APIs."}],"securitySchemes":{"cookieAuth":{"type":"apiKey","in":"cookie","description":"The authentication cookie obtained from a Single Sign-on SAML assertion.","name":"X-Starship-Token"},"http_signature":{"type":"http","scheme":"signature","description":"The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed\nas specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatures/.\nSee [Intersight API and SDK documentation](https://intersight.com/apidocs) for details\nabout how to configure the HTTP signature scheme.\nYou must include the following fields in the signed headers.\n 1. '(request-target)'\n 1. '(created)'\n 1. 'Host'\n 1. 'Date'\n 1. 'Digest'\nIn addition, it is recommended that you include at least the following headers.\n 1. '(expires)'\n 1. 'Content-Type'\n* The '(created)' header expresses when the signature was created. The value must be a\n Unix timestamp integer value. Subsecond precision is not supported.\n* The ('expires') header is optional and expresses when the signature ceases to be valid.\n The value must be a Unix timestamp integer value. Subsecond precision is allowed\n using decimal notation.\n It is recommended to set the value of the '(expire)' header to '(created)' plus thirty\n minutes, i.e., the signature is valid for thirty minutes.\n* The 'Digest' header value must be a cryptographic digest of the HTTP request body,\n as specified in RFC 3230.\n* The 'Authorization' header must include the computed signature of the HTTP request.\n The host machine where the API client is running must be synchronized with Internet\n time (i.e., NIST time)."},"oAuth2":{"type":"oauth2","description":"The client uses the OAuth2 security scheme. To use OAuth2, a client application\nmust be registered by creating a iam.AppRegistration resource.\nThe user who creates the iam.AppRegistration resource can specify a list of OAuth2\nscopes. These iam.AppRegistration scopes restricts which subset of scopes\na registered client can obtain.\nSupported OAuth2 flows are:\n**Authorization Code**\nIn the authorization code flow, the client sends a list of requested scopes to\nthe authorization URL (/iam/app-authorize). The scope in the authorization request\nmust be one of the scopes that have been configured in the corresponding\niam.AppRegistration resource.\n**Client Credentials**\nIn the client credentials flow, the scope is selected when the AppRegistration\nis created. The client cannot select a specific scope in the token request.","flows":{"authorizationCode":{"authorizationUrl":"/iam/app-authorize","tokenUrl":"/iam/token","refreshUrl":"/iam/token","scopes":{"ROLE.Account Administrator":"As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n","ROLE.Audit Log Viewer":"As an Audit Log Viewer, you can view audit logs.\n","ROLE.Catalog Administrator":"As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n","ROLE.Catalog User":"As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n","ROLE.Device Administrator":"As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n","ROLE.Device Technician":"As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n","ROLE.External Syslog Administrator":"As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n","ROLE.HyperFlex Cluster Access Operator":"As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n","ROLE.HyperFlex Cluster Administrator":"As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.HyperFlex Cluster Data Protection Administrator":"As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups.\n","ROLE.HyperFlex Cluster Lifecycle Administrator":"As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n","ROLE.HyperFlex Cluster Operator":"As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n","ROLE.HyperFlex Cluster Storage Administrator":"As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n","ROLE.HyperFlex Cluster Syslog Administrator":"As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n","ROLE.HyperFlex Cluster System Administrator":"As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n","ROLE.HyperFlex Cluster System Operator":"As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n","ROLE.Integrated Systems Administrator":"As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n","ROLE.Integrated Systems Operator":"As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Kubernetes Administrator":"As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters. The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Kubernetes Operator":"As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters. The capability to view\nworkflows is also granted. It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Network Administrator":"As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n","ROLE.Network Operator":"As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Nexus Administrator":"As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n","ROLE.Nexus Analyst":"As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n","ROLE.Nexus Config Administrator":"As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n","ROLE.Nexus Observer":"As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n","ROLE.Read-Only":"As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n","ROLE.SAN Administrator":"As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n","ROLE.SAN Operator":"As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Server Administrator":"As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Service Designer":"As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n","ROLE.Service Operator":"As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n","ROLE.Storage Administrator":"As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Support Services":"As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n","ROLE.UCS Domain Administrator":"As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.User Access Administrator":"As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n","ROLE.Virtualization Administrator":"As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Workflow Designer":"As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n","ROLE.Workload Optimizer Administrator":"As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n","ROLE.Workload Optimizer Advisor":"As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n","ROLE.Workload Optimizer Automator":"As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n","ROLE.Workload Optimizer Deployer":"As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n","ROLE.Workload Optimizer Observer":"As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n","ROLE.vKVM Only":"As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n"}},"clientCredentials":{"tokenUrl":"/iam/token","scopes":{"ROLE.Account Administrator":"As an Account administrator, you have complete access to all services and resources in Intersight.\nYou can perform all administrative and management tasks, including claim and manage devices, create and deploy Server\nand HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups,\nconfigure Identity providers and more.\n","ROLE.Audit Log Viewer":"As an Audit Log Viewer, you can view audit logs.\n","ROLE.Catalog Administrator":"As a Catalog Administrator, you can create workflows, custom data types, resource selection policies,\nservice items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item\ninstance. Also, you can view and publish the catalog items.\n","ROLE.Catalog User":"As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item,\ntrack the catalog item execution, view the service item instance that is created or assigned to you, and\nperform post-deployment operations on the service item instances.\n","ROLE.Device Administrator":"As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n","ROLE.Device Technician":"As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n","ROLE.External Syslog Administrator":"As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n","ROLE.HyperFlex Cluster Access Operator":"As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n","ROLE.HyperFlex Cluster Administrator":"As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute\ncapacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.HyperFlex Cluster Data Protection Administrator":"As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups.\n","ROLE.HyperFlex Cluster Lifecycle Administrator":"As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n","ROLE.HyperFlex Cluster Operator":"As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect.\nHowever, you cannot change cluster configuration.\n","ROLE.HyperFlex Cluster Storage Administrator":"As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n","ROLE.HyperFlex Cluster Syslog Administrator":"As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n","ROLE.HyperFlex Cluster System Administrator":"As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks,\ncreate backups, view syslogs, and configure encryption.\n","ROLE.HyperFlex Cluster System Operator":"As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n","ROLE.Integrated Systems Administrator":"As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n","ROLE.Integrated Systems Operator":"As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions (e.g., Interoperability check) \nIn addition you can view devices, servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN \nswitches, storage devices and workflows. This role does not include the ability to claim a target. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Kubernetes Administrator":"As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage targets associated with the Kubernetes clusters. The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage.\nThe ability to create and view IP pools is also allowed.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Kubernetes Operator":"As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage targets associated with the Kubernetes clusters. The capability to view\nworkflows is also granted. It also allows the user to view VMs on hypervisor endpoints.\nThis role also provides the capability to view IP pools.\nThis role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Network Administrator":"As a Network Administrator, you can create, update, delete and view the Managed network device objects.\nThe capability to view and execute workflows against the network device is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n","ROLE.Network Operator":"As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the\nnetwork device is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Nexus Administrator":"As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, updating policy configuration, and monitoring the system.\n","ROLE.Nexus Analyst":"As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others.\n","ROLE.Nexus Config Administrator":"As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n","ROLE.Nexus Observer":"As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n","ROLE.Read-Only":"As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences,\nand generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or\nperform any server actions.\n","ROLE.SAN Administrator":"As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\nThis role does not include the ability to claim a target. You must have a Device Technician, Device Administrator,\nor an Account Administrator role to claim a target.\n","ROLE.SAN Operator":"As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target. You must have a Device\nTechnician, Device Administrator, or an Account Administrator role to claim a target.\n","ROLE.Server Administrator":"As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Service Designer":"As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria,\nand use these to design the service items. The service designer can validate the service items by using\nthe deployment and post-deployment actions.\n","ROLE.Service Operator":"As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can\nexecute the workflow and validate the catalog or service items.\n","ROLE.Storage Administrator":"As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Support Services":"As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences,\ncollect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure\nIdentity Providers, or perform server actions.\n","ROLE.UCS Domain Administrator":"As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.User Access Administrator":"As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n","ROLE.Virtualization Administrator":"As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","ROLE.Workflow Designer":"As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n","ROLE.Workload Optimizer Administrator":"As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n","ROLE.Workload Optimizer Advisor":"As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n","ROLE.Workload Optimizer Automator":"As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n","ROLE.Workload Optimizer Deployer":"As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n","ROLE.Workload Optimizer Observer":"As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n","ROLE.vKVM Only":"As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. \nIn addition you can view servers, chassis and the running workflows. \nIn this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n","PRIVSET.Account Administrator":"A set of privileges that provides complete access to all services and resources in Intersight.\n","PRIVSET.Audit Log Viewer":"As an Audit Log Viewer, you can view audit logs.\n","PRIVSET.Authentication":"A set of privileges that allows to manage authentication and identity management for the user.\n","PRIVSET.Catalog Administrator":"As a Catalog Administrator, you can create tasks, workflows, custom datatypes, resource selection criteria,\nservice items and use these building blocks to create catalog items. You can validate these catalog items\nby deploying them and performing post-deployment operations on the deployed resources. The catalog administrator\ncan publish the catalog items to an organization so that these can be consumed by the catalog users in\nthat organization.\n","PRIVSET.Catalog User":"As a Catalog User, you can view the catalog items assigned to you, deploy the catalog item, track the\nservice requests, view the service item instance that you have created or are assigned to you, and\nperform post-deployment operations on the resource.\n","PRIVSET.Claim Devices":"Claim devices.\n","PRIVSET.Create Nexus Reports":"A set of privileges that allow the users to create nexus reports.\n","PRIVSET.Delete Devices":"Delete Devices.\n","PRIVSET.Device Administrator":"As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details,\nlicense status, a list of all the claimed devices, and generate API keys.\nYou cannot perform any other management or administrative task in this role.\n","PRIVSET.Device Technician":"As a Device Technician you can claim a device, view the device details, license status, a list of\nthe claimed devices, and generate API keys. You cannot perform any other management or\nadministrative task in this role.\n","PRIVSET.Devices":"A set of privileges that allows the access to manage devices e.g. view device details, claim and delete devices.\n","PRIVSET.Execute Workflows":"A set of privileges that allow the users to execute workflows and manage running workflows in IO.\n","PRIVSET.External Syslog Administrator":"As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance.\n","PRIVSET.Fabric Interconnects":"A set of privileges that allows to perform operations related to Fabric Interconnect e.g. view fabric interconnect summary\nor detailed information about fabric connect. Fabric Interconnect privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Fabric Interconnect.\n","PRIVSET.HyperFlex Cluster":"A set of privileges that allows the access to manage HyperFlex clusters.\n","PRIVSET.HyperFlex Cluster Access Operator":"As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect.\n","PRIVSET.HyperFlex Cluster Administrator":"As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters,\nview all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles,\nexecute capacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a\ndevice. It also allows the user to run workflows, manage VMs on HyperFlexAP, and manage connected storage.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.HyperFlex Cluster Advanced Security":"A set of privileges that allows the configuration and deployment of advanced security profiles.\n","PRIVSET.HyperFlex Cluster Backups":"A set of privileges that allows the configuration and deployment of HyperFlex Cluster backup policy and restore.\n","PRIVSET.HyperFlex Cluster Capacity Planning":"A set of privileges that allows users to execute capacity planning.\n","PRIVSET.HyperFlex Cluster Data Protection Administrator":"As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups.\n","PRIVSET.HyperFlex Cluster Lifecycle Administrator":"As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity\nplanning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin.\n","PRIVSET.HyperFlex Cluster Operations":"A set of privileges that allows the viewing of cluster operation related functionality.\n","PRIVSET.HyperFlex Cluster Operator":"As a HyperFlex Cluster Operator, you can perform health checks.\nHowever, you cannot change cluster configuration.\n","PRIVSET.HyperFlex Cluster Profiles":"A set of privileges that allows to manage HyperFlex policies and profiles.\n","PRIVSET.HyperFlex Cluster Storage Administrator":"As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations.\n","PRIVSET.HyperFlex Cluster Syslog Administrator":"As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile.\n","PRIVSET.HyperFlex Cluster Syslog Profile Control":"This allows write access to the Remote Syslog Advanced Security Profile\n","PRIVSET.HyperFlex Cluster System Administrator":"As a HyperFlex Cluster System Administrator, you can perform most of the system administrator tasks.\n","PRIVSET.HyperFlex Cluster System Operator":"As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks.\n","PRIVSET.HyperFlex Key Encryption":"A set of privileges that allows users to configure encryption keys.\n","PRIVSET.HyperFlex View Only":"A set of privileges that grants view only to HyperFlex related functionality\n","PRIVSET.Hypervisors":"A set of privileges that allows the access to detailed hypervisor information and to perform hypervisor related actions.\nHypervisors privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to hypervisors.\n","PRIVSET.Integrated Systems Administrator":"As an Integrated Systems Administrator, you can perform all actions related to Integrated Systems (e.g., FlexPod) like\ncreate/edit/delete of an Integrated System. In addition you can perform administrative and management tasks related to \ndevices (including claim), servers, server profiles, UCS domain, switch profiles, hypervisors, network/SAN switches, \nstorage devices. Also, you can define workflow and task definitions and can execute them and view workflow executions.\n","PRIVSET.Integrated Systems Operator":"As an Integrated Systems Operator, you can view Integrated Systems (e.g., FlexPod) and can run inventory based actions \n(e.g., Interoperability check). In addition you can view devices, servers, server profiles, UCS domain, switch profiles,\nhypervisors, network/SAN switches, storage devices and workflows. This role does not include the ability to claim a target.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target.\n","PRIVSET.Kubernetes Administrator":"As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview and manage storage devices associated with the Kubernetes clusters. The capability to view and execute\nworkflows against the Kubernetes clusters is also granted. It also allows\nthe user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage, and creat/view ip pools.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.Kubernetes Operator":"As a Kubernetes Operator, you can view Kubernetes Clusters. You can also\nview all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to\nview storage devices associated with the Kubernetes clusters. The capability to view\nworkflows is also granted. It also allows the user to view VMs on hypervisor endpoints.\nThis role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.Launch Endpoint Management Interfaces":"Launch Endpoint Management Interfaces.\n","PRIVSET.Launch vKVM":"A set of privileges that provides the ability to launch vKVM and Tunneled vKVM sessions.\n","PRIVSET.Manage API Keys":"Manage API Keys.\n","PRIVSET.Manage Access and Permissions":"Manage access control rules and permissions.\n","PRIVSET.Manage Auth Tokens":"Manage Authentication and Authorization Tokens.\n","PRIVSET.Manage Exports":"A set of privileges that allow the users to export Intersight managed objects.\n","PRIVSET.Manage External Syslog":"Manage External Syslog.\n","PRIVSET.Manage Fabric Interconnects":"Manage Fabric Interconnects.\n","PRIVSET.Manage HyperFlex Cluster Profiles":"Manage HyperFlex Cluster Profiles.\n","PRIVSET.Manage HyperFlex Clusters":"Manage HyperFlex Clusters.\n","PRIVSET.Manage HyperFlex Syslog":"Manage HyperFlex Advanced Syslog Configuration\n","PRIVSET.Manage Hypervisors":"A set of privileges that allow the users to execute workflows related to hypervisor and virtual machines management.\n","PRIVSET.Manage Identity Providers":"Manage Single Sign On identity providers.\n","PRIVSET.Manage Imports":"A set of privileges that allow the users to import Intersight managed objects.\n","PRIVSET.Manage Nexus Config":"A set of privileges that allows users to add, remove, or alter site templates and policies.\n","PRIVSET.Manage Nexus Sites":"A set of privileges that allows users to add, remove, or alter sites.\n","PRIVSET.Manage Organizations":"A set of privileges that allows the access to manage Organizations.\n","PRIVSET.Manage Server Profiles":"Manage server profiles.\n","PRIVSET.Manage Servers":"Manage Servers.\n","PRIVSET.Manage Sessions":"Manage user login sessions.\n","PRIVSET.Manage Storage Arrays":"A set of privileges that allow the user to execute workflows related to storage arrays.\n","PRIVSET.Manage Switch Profiles":"Manage Switch Profiles.\n","PRIVSET.Manage Techsupport Bundles":"Collect and download techsupport bundles.\n","PRIVSET.Manage Telemetry":"Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n","PRIVSET.Manage Workflow Definitions":"A set of privileges that allow the users to manage workflow and custom data type definitions.\n","PRIVSET.Network Administrator":"As a Network Administrator, you can create, update, delete and view the Managed Network switch objects. \nThe capability to view and execute workflows against the Network switches is also granted. \n\nThis role does not include the ability to claim a target. You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n","PRIVSET.Network Operator":"As a Network Operator, you can view the Managed Network switch objects. The capability to view workflows against the \nNetwork switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n","PRIVSET.Nexus Administrator":"As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes\nclaiming devices, view license, updating policy configuration, and monitoring the system.\n","PRIVSET.Nexus Analyst":"As a Nexus Analyst, you can run and update the available Nexus Cloud analyzes such as Sustainability, Conformance, Compliance, and others.\n","PRIVSET.Nexus Config Administrator":"As a Nexus Config Administrator, you can create or modify policy configuration, view license and can initiate the\nworkflow that will activate policy changes.\n\nThis role does not allow you to claim or remove devices.\n","PRIVSET.Nexus Observer":"As a Nexus Observer, you can generally view the state of all devices. Additional items\ninclude things like viewing configured policies, license status and monitoring active flows. This role does\nnot include any permission which allows the system to be changed.\n","PRIVSET.Organizations":"A set of privileges that allows the access to manage Organizations.\n","PRIVSET.Read-Only":"A set of privileges that provides read-only access to services and resources in Intersight.\n","PRIVSET.SAN Administrator":"As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects.\nThe capability to view and execute workflows against the SAN switches is also granted.\n\nThis role does not include the ability to claim a target. You must have a Device Technician,\nDevice Administrator, or an Account Administrator role to claim a target.\n","PRIVSET.SAN Operator":"As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the\nSAN switches is also granted. This role does not include the ability to claim a target.\n\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to\nclaim a target.\n","PRIVSET.Server Administrator":"As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects,\nview all the server and Fabric Interconnect dashboard widgets, perform server actions,\nview server details, launch management interfaces and the CLI, create and deploy server\npolicies and profiles, and manage API keys. This role does not include the ability to claim a device.\nYou must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.Server Profiles":"A set of privileges that allows to manage server policies and server profiles.\nServer Policy Management privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to server policy management.\n","PRIVSET.Servers":"A set of privileges that allows the access to detailed server information and to perform server related actions.\nServers privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to servers.\n","PRIVSET.Service Designer":"As a Service Designer, you can create tasks, workflows, custom datatypes, resource selection criteria, and use\nthese building blocks to create service items. The service items are used to create resources with attributes\nin Intersight and associate with deploy, maintenance, and decommission actions on the resource.\n","PRIVSET.Service Operator":"As a Service Operator, you can view and update the catalog items, service items, and workflows.\nYou can deploy these resources and validate the catalog or service items.\n","PRIVSET.Storage Administrator":"As a Storage Administrator, a user can view and manage Storage devices, view and execute\nworkflows and view all the storage dashboard widgets.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.Storage Arrays":"A set of privileges that allows the access to detailed storage array information and to perform storage array related actions.\nStorage Arrays privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges\nrelated to storage arrays.\n","PRIVSET.Support Services":"As a Support Services user, you can view the dashboard and table views of managed devices, change your user preferences, collect tech support bundles, and generate API keys. In this role, you cannot claim targets, add or remove users, configure Identity Providers, or perform server actions.\n","PRIVSET.Switch Profiles":"A set of privileges that allows to manage Switch Profiles and Network configuration policies.\n","PRIVSET.Telemetry":"A set of privileges that allows to access to telemetry data.\nTelemetry privilege set is the top level privilege set of other\nprivilege set(s) which are mapped to privileges related to Telemetry.\nView Telemetry allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\nManage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker).\n","PRIVSET.UCS Domain Administrator":"As a UCS Domain Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Fabric Interconnect dashboard widgets, perform actions on Switch, launch management interfaces and the CLI, create and deploy switch policies and profiles, and manage API keys. This role does not include the ability to claim a device. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.User Access Administrator":"As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details\nand audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users.\nHowever, you cannot claim a device or perform any management tasks in Intersight.\nYou cannot add or manage a user with Account Administrator role.\n","PRIVSET.View Access and Permissions":"View access control rules and permissions.\n","PRIVSET.View Audit Logs":"View audit records.\n","PRIVSET.View Devices":"A set of privileges that allows read access to devices.\n","PRIVSET.View Exports":"A set of privileges that allow users to view export operations.\n","PRIVSET.View Fabric Interconnects":"View Fabric Interconnects.\n","PRIVSET.View HyperFlex Cluster Profiles":"View HyperFlex Cluster Profiles.\n","PRIVSET.View HyperFlex Clusters":"View HyperFlex Clusters.\n","PRIVSET.View Hypervisors":"A set of privileges that allow users to view hypervisor and virtual machines related inventory and dashboards.\n","PRIVSET.View Imports":"A set of privileges that allow users to view the import operations.\n","PRIVSET.View Licensing Status":"View Licensing Status\n","PRIVSET.View Network Switches":"A set of privileges that allow the users to view the network switches.\n","PRIVSET.View Nexus Config":"A set of privileges that allows users to view their site templates and policies.\n","PRIVSET.View Nexus Reports":"A set of privileges that allow the users to view nexus reports.\n","PRIVSET.View Nexus Sites":"A set of privileges that allows users to view their onboarded sites and status.\n","PRIVSET.View Organizations":"View Organizations\n","PRIVSET.View SAN Switches":"A set of privileges that allow the users to view the SAN switches.\n","PRIVSET.View Server Profiles":"View server profiles.\n","PRIVSET.View Servers":"View Servers.\n","PRIVSET.View Storage Arrays":"A set of privileges that allow the users to view storage related inventory and dashboards.\n","PRIVSET.View Switch Profiles":"View Switch Profiles.\n","PRIVSET.View Telemetry":"allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying).\n","PRIVSET.View Workflow Definitions":"A set of privileges that allow the users to view the workflow, task and custom data type definitions.\n","PRIVSET.View Workflow Executions":"A set of privileges that allow the users to view the running instances of the workflows.\n","PRIVSET.Virtualization Administrator":"As a Virtualization Administrator, a user can view and manage hypervisor resources, view\nand execute workflows.\n\nThis privilege does not include the ability to claim a device. You must have a\nDevice Technician, Device Administrator, or an Account Administrator role to claim a device.\n","PRIVSET.Workflow Designer":"As a Workflow Designer, you can define workflow definitions and custom data types,\nview workflow definitions, task definitions and custom data types, execute workflows and\nview workflow executions.\n","PRIVSET.Workload Optimizer Administrator":"As a Workload Optimizer Administrator, you can access all Workload Optimizer features and perform \nadministrative tasks to configure Workload Optimizer.\n","PRIVSET.Workload Optimizer Advisor":"As a Workload Optimizer Advisor, you can view workload optimization state and recommended actions,\nrun plans for workload optimization.\n","PRIVSET.Workload Optimizer Automator":"As a Workload Optimizer Automator, you can view workload optimization state, recommended actions,\nrun plans for workload optimization, execute workload optimization actions, and deploy workloads.\n","PRIVSET.Workload Optimizer Deployer":"As a Workload Optimizer Deployer, you can view all Workload Optimizer charts and data, deploy \nworkloads, and create policies and templates. You cannot run plans or execute any recommended actions.\n","PRIVSET.Workload Optimizer Observer":"As a Workload Optimizer Observer, you can view workload optimization state and recommended actions.\n","PRIVSET.vKVM Only":"As a vKVM-only user, you can launch vKVM and tunneled vKVM sessions to a server from Intersight. In addition you can view servers, chassis and the running workflows. In this role, you cannot perform any server actions from Intersight apart from launching vKVM.\n","READ.aaa.AuditRecord":"Read a 'aaa.AuditRecord' resource.","READ.aaa.RetentionConfig":"Read a 'aaa.RetentionConfig' resource.","CREATE.aaa.RetentionPolicy":"Create a 'aaa.RetentionPolicy' resource.","READ.aaa.RetentionPolicy":"Read a 'aaa.RetentionPolicy' resource.","UPDATE.aaa.RetentionPolicy":"Update a 'aaa.RetentionPolicy' resource.","READ.access.IpAddress":"Read a 'access.IpAddress' resource.","CREATE.access.Policy":"Create a 'access.Policy' resource.","DELETE.access.Policy":"Delete a 'access.Policy' resource.","READ.access.Policy":"Read a 'access.Policy' resource.","UPDATE.access.Policy":"Update a 'access.Policy' resource.","READ.access.PolicyInventory":"Read a 'access.PolicyInventory' resource.","CREATE.adapter.ConfigPolicy":"Create a 'adapter.ConfigPolicy' resource.","DELETE.adapter.ConfigPolicy":"Delete a 'adapter.ConfigPolicy' resource.","READ.adapter.ConfigPolicy":"Read a 'adapter.ConfigPolicy' resource.","UPDATE.adapter.ConfigPolicy":"Update a 'adapter.ConfigPolicy' resource.","READ.adapter.ExtEthInterface":"Read a 'adapter.ExtEthInterface' resource.","READ.adapter.HostEthInterface":"Read a 'adapter.HostEthInterface' resource.","UPDATE.adapter.HostEthInterface":"Update a 'adapter.HostEthInterface' resource.","READ.adapter.HostFcInterface":"Read a 'adapter.HostFcInterface' resource.","UPDATE.adapter.HostFcInterface":"Update a 'adapter.HostFcInterface' resource.","READ.adapter.HostIscsiInterface":"Read a 'adapter.HostIscsiInterface' resource.","READ.adapter.Unit":"Read a 'adapter.Unit' resource.","READ.adapter.UnitExpander":"Read a 'adapter.UnitExpander' resource.","READ.apic.AciPod":"Read a 'apic.AciPod' resource.","READ.apic.Application":"Read a 'apic.Application' resource.","READ.apic.ApplicationEndpointGroup":"Read a 'apic.ApplicationEndpointGroup' resource.","READ.apic.BridgeDomain":"Read a 'apic.BridgeDomain' resource.","READ.apic.ExternalRoutedLayerThreeDomain":"Read a 'apic.ExternalRoutedLayerThreeDomain' resource.","READ.apic.FabricLeafNode":"Read a 'apic.FabricLeafNode' resource.","READ.apic.FabricLeafNodeInterface":"Read a 'apic.FabricLeafNodeInterface' resource.","READ.apic.Out":"Read a 'apic.Out' resource.","READ.apic.Subnet":"Read a 'apic.Subnet' resource.","READ.apic.Tenant":"Read a 'apic.Tenant' resource.","READ.apic.VpcGroup":"Read a 'apic.VpcGroup' resource.","READ.apic.Vrfs":"Read a 'apic.Vrfs' resource.","READ.appliance.AppOpStatus":"Read a 'appliance.AppOpStatus' resource.","READ.appliance.AppStatus":"Read a 'appliance.AppStatus' resource.","CREATE.appliance.AutoRmaPolicy":"Create a 'appliance.AutoRmaPolicy' resource.","READ.appliance.AutoRmaPolicy":"Read a 'appliance.AutoRmaPolicy' resource.","UPDATE.appliance.AutoRmaPolicy":"Update a 'appliance.AutoRmaPolicy' resource.","CREATE.appliance.Backup":"Create a 'appliance.Backup' resource.","DELETE.appliance.Backup":"Delete a 'appliance.Backup' resource.","READ.appliance.Backup":"Read a 'appliance.Backup' resource.","READ.appliance.BackupMonitor":"Read a 'appliance.BackupMonitor' resource.","CREATE.appliance.BackupPolicy":"Create a 'appliance.BackupPolicy' resource.","READ.appliance.BackupPolicy":"Read a 'appliance.BackupPolicy' resource.","UPDATE.appliance.BackupPolicy":"Update a 'appliance.BackupPolicy' resource.","READ.appliance.BackupRotateData":"Read a 'appliance.BackupRotateData' resource.","READ.appliance.CertificateSetting":"Read a 'appliance.CertificateSetting' resource.","UPDATE.appliance.CertificateSetting":"Update a 'appliance.CertificateSetting' resource.","CREATE.appliance.ClusterInfo":"Create a 'appliance.ClusterInfo' resource.","DELETE.appliance.ClusterInfo":"Delete a 'appliance.ClusterInfo' resource.","READ.appliance.ClusterInfo":"Read a 'appliance.ClusterInfo' resource.","UPDATE.appliance.ClusterInfo":"Update a 'appliance.ClusterInfo' resource.","READ.appliance.ClusterInstall":"Read a 'appliance.ClusterInstall' resource.","UPDATE.appliance.ClusterInstall":"Update a 'appliance.ClusterInstall' resource.","CREATE.appliance.ClusterReplaceNode":"Create a 'appliance.ClusterReplaceNode' resource.","READ.appliance.ClusterReplaceNode":"Read a 'appliance.ClusterReplaceNode' resource.","UPDATE.appliance.ClusterReplaceNode":"Update a 'appliance.ClusterReplaceNode' resource.","CREATE.appliance.DataExportPolicy":"Create a 'appliance.DataExportPolicy' resource.","READ.appliance.DataExportPolicy":"Read a 'appliance.DataExportPolicy' resource.","UPDATE.appliance.DataExportPolicy":"Update a 'appliance.DataExportPolicy' resource.","READ.appliance.DeviceCertificate":"Read a 'appliance.DeviceCertificate' resource.","CREATE.appliance.DeviceClaim":"Create a 'appliance.DeviceClaim' resource.","READ.appliance.DeviceClaim":"Read a 'appliance.DeviceClaim' resource.","UPDATE.appliance.DeviceClaim":"Update a 'appliance.DeviceClaim' resource.","READ.appliance.DeviceClusterInstall":"Read a 'appliance.DeviceClusterInstall' resource.","READ.appliance.DeviceUpgradePolicy":"Read a 'appliance.DeviceUpgradePolicy' resource.","UPDATE.appliance.DeviceUpgradePolicy":"Update a 'appliance.DeviceUpgradePolicy' resource.","CREATE.appliance.DiagSetting":"Create a 'appliance.DiagSetting' resource.","READ.appliance.DiagSetting":"Read a 'appliance.DiagSetting' resource.","UPDATE.appliance.DiagSetting":"Update a 'appliance.DiagSetting' resource.","CREATE.appliance.ExternalSyslogSetting":"Create a 'appliance.ExternalSyslogSetting' resource.","DELETE.appliance.ExternalSyslogSetting":"Delete a 'appliance.ExternalSyslogSetting' resource.","READ.appliance.ExternalSyslogSetting":"Read a 'appliance.ExternalSyslogSetting' resource.","UPDATE.appliance.ExternalSyslogSetting":"Update a 'appliance.ExternalSyslogSetting' resource.","READ.appliance.FileGateway":"Read a 'appliance.FileGateway' resource.","READ.appliance.FileSystemOpStatus":"Read a 'appliance.FileSystemOpStatus' resource.","READ.appliance.FileSystemStatus":"Read a 'appliance.FileSystemStatus' resource.","READ.appliance.GroupOpStatus":"Read a 'appliance.GroupOpStatus' resource.","READ.appliance.GroupStatus":"Read a 'appliance.GroupStatus' resource.","READ.appliance.ImageBundle":"Read a 'appliance.ImageBundle' resource.","READ.appliance.MetaManifest":"Read a 'appliance.MetaManifest' resource.","READ.appliance.MetricsConfig":"Read a 'appliance.MetricsConfig' resource.","UPDATE.appliance.MetricsConfig":"Update a 'appliance.MetricsConfig' resource.","READ.appliance.NetworkLinkStatus":"Read a 'appliance.NetworkLinkStatus' resource.","READ.appliance.NodeInfo":"Read a 'appliance.NodeInfo' resource.","READ.appliance.NodeOpStatus":"Read a 'appliance.NodeOpStatus' resource.","READ.appliance.NodeStatus":"Read a 'appliance.NodeStatus' resource.","READ.appliance.ReleaseNote":"Read a 'appliance.ReleaseNote' resource.","CREATE.appliance.RemoteFileImport":"Create a 'appliance.RemoteFileImport' resource.","READ.appliance.RemoteFileImport":"Read a 'appliance.RemoteFileImport' resource.","CREATE.appliance.Restore":"Create a 'appliance.Restore' resource.","DELETE.appliance.Restore":"Delete a 'appliance.Restore' resource.","READ.appliance.Restore":"Read a 'appliance.Restore' resource.","READ.appliance.SetupInfo":"Read a 'appliance.SetupInfo' resource.","UPDATE.appliance.SetupInfo":"Update a 'appliance.SetupInfo' resource.","READ.appliance.SystemInfo":"Read a 'appliance.SystemInfo' resource.","READ.appliance.SystemOpStatus":"Read a 'appliance.SystemOpStatus' resource.","READ.appliance.SystemStatus":"Read a 'appliance.SystemStatus' resource.","DELETE.appliance.Upgrade":"Delete a 'appliance.Upgrade' resource.","READ.appliance.Upgrade":"Read a 'appliance.Upgrade' resource.","UPDATE.appliance.Upgrade":"Update a 'appliance.Upgrade' resource.","READ.appliance.UpgradePolicy":"Read a 'appliance.UpgradePolicy' resource.","UPDATE.appliance.UpgradePolicy":"Update a 'appliance.UpgradePolicy' resource.","DELETE.asset.ClusterMember":"Delete a 'asset.ClusterMember' resource.","READ.asset.ClusterMember":"Read a 'asset.ClusterMember' resource.","DELETE.asset.Deployment":"Delete a 'asset.Deployment' resource.","READ.asset.Deployment":"Read a 'asset.Deployment' resource.","DELETE.asset.DeploymentDevice":"Delete a 'asset.DeploymentDevice' resource.","READ.asset.DeploymentDevice":"Read a 'asset.DeploymentDevice' resource.","CREATE.asset.DeviceClaim":"Create a 'asset.DeviceClaim' resource.","DELETE.asset.DeviceClaim":"Delete a 'asset.DeviceClaim' resource.","READ.asset.DeviceConfiguration":"Read a 'asset.DeviceConfiguration' resource.","UPDATE.asset.DeviceConfiguration":"Update a 'asset.DeviceConfiguration' resource.","READ.asset.DeviceConnectorManager":"Read a 'asset.DeviceConnectorManager' resource.","DELETE.asset.DeviceContractInformation":"Delete a 'asset.DeviceContractInformation' resource.","READ.asset.DeviceContractInformation":"Read a 'asset.DeviceContractInformation' resource.","UPDATE.asset.DeviceContractInformation":"Update a 'asset.DeviceContractInformation' resource.","CREATE.asset.DeviceContractNotification":"Create a 'asset.DeviceContractNotification' resource.","DELETE.asset.DeviceRegistration":"Deletes the resource representing the device connector. All associated REST resources will be deleted. In particular, inventory and operational data associated with this device will be deleted.","READ.asset.DeviceRegistration":"Read a 'asset.DeviceRegistration' resource.","UPDATE.asset.DeviceRegistration":"Updates the resource representing the device connector. For example, this can be used to annotate the device connector resource with user-specified tags.","DELETE.asset.Subscription":"Delete a 'asset.Subscription' resource.","READ.asset.Subscription":"Read a 'asset.Subscription' resource.","DELETE.asset.SubscriptionAccount":"Delete a 'asset.SubscriptionAccount' resource.","READ.asset.SubscriptionAccount":"Read a 'asset.SubscriptionAccount' resource.","READ.asset.SubscriptionDeviceContractInformation":"Read a 'asset.SubscriptionDeviceContractInformation' resource.","CREATE.asset.Target":"Create a 'asset.Target' resource.","DELETE.asset.Target":"Delete a 'asset.Target' resource.","READ.asset.Target":"Read a 'asset.Target' resource.","UPDATE.asset.Target":"Update a 'asset.Target' resource.","READ.bios.BootDevice":"Read a 'bios.BootDevice' resource.","READ.bios.BootMode":"Read a 'bios.BootMode' resource.","UPDATE.bios.BootMode":"Update a 'bios.BootMode' resource.","CREATE.bios.Policy":"Create a 'bios.Policy' resource.","DELETE.bios.Policy":"Delete a 'bios.Policy' resource.","READ.bios.Policy":"Read a 'bios.Policy' resource.","UPDATE.bios.Policy":"Update a 'bios.Policy' resource.","READ.bios.SystemBootOrder":"Read a 'bios.SystemBootOrder' resource.","READ.bios.TokenSettings":"Read a 'bios.TokenSettings' resource.","READ.bios.Unit":"Read a 'bios.Unit' resource.","UPDATE.bios.Unit":"Update a 'bios.Unit' resource.","READ.bios.VfSelectMemoryRasConfiguration":"Read a 'bios.VfSelectMemoryRasConfiguration' resource.","READ.boot.CddDevice":"Read a 'boot.CddDevice' resource.","UPDATE.boot.CddDevice":"Update a 'boot.CddDevice' resource.","READ.boot.DeviceBootMode":"Read a 'boot.DeviceBootMode' resource.","UPDATE.boot.DeviceBootMode":"Update a 'boot.DeviceBootMode' resource.","READ.boot.DeviceBootSecurity":"Read a 'boot.DeviceBootSecurity' resource.","UPDATE.boot.DeviceBootSecurity":"Update a 'boot.DeviceBootSecurity' resource.","READ.boot.HddDevice":"Read a 'boot.HddDevice' resource.","UPDATE.boot.HddDevice":"Update a 'boot.HddDevice' resource.","READ.boot.IscsiDevice":"Read a 'boot.IscsiDevice' resource.","UPDATE.boot.IscsiDevice":"Update a 'boot.IscsiDevice' resource.","READ.boot.NvmeDevice":"Read a 'boot.NvmeDevice' resource.","UPDATE.boot.NvmeDevice":"Update a 'boot.NvmeDevice' resource.","READ.boot.PchStorageDevice":"Read a 'boot.PchStorageDevice' resource.","UPDATE.boot.PchStorageDevice":"Update a 'boot.PchStorageDevice' resource.","CREATE.boot.PrecisionPolicy":"Create a 'boot.PrecisionPolicy' resource.","DELETE.boot.PrecisionPolicy":"Delete a 'boot.PrecisionPolicy' resource.","READ.boot.PrecisionPolicy":"Read a 'boot.PrecisionPolicy' resource.","UPDATE.boot.PrecisionPolicy":"Update a 'boot.PrecisionPolicy' resource.","READ.boot.PxeDevice":"Read a 'boot.PxeDevice' resource.","UPDATE.boot.PxeDevice":"Update a 'boot.PxeDevice' resource.","READ.boot.SanDevice":"Read a 'boot.SanDevice' resource.","UPDATE.boot.SanDevice":"Update a 'boot.SanDevice' resource.","READ.boot.SdDevice":"Read a 'boot.SdDevice' resource.","UPDATE.boot.SdDevice":"Update a 'boot.SdDevice' resource.","READ.boot.UefiShellDevice":"Read a 'boot.UefiShellDevice' resource.","UPDATE.boot.UefiShellDevice":"Update a 'boot.UefiShellDevice' resource.","READ.boot.UsbDevice":"Read a 'boot.UsbDevice' resource.","UPDATE.boot.UsbDevice":"Update a 'boot.UsbDevice' resource.","READ.boot.VmediaDevice":"Read a 'boot.VmediaDevice' resource.","UPDATE.boot.VmediaDevice":"Update a 'boot.VmediaDevice' resource.","CREATE.bulk.Export":"Create a 'bulk.Export' resource.","DELETE.bulk.Export":"Delete a 'bulk.Export' resource.","READ.bulk.Export":"Read a 'bulk.Export' resource.","UPDATE.bulk.Export":"Update a 'bulk.Export' resource.","READ.bulk.ExportedItem":"Read a 'bulk.ExportedItem' resource.","CREATE.bulk.MoCloner":"Create a 'bulk.MoCloner' resource.","READ.bulk.MoCloner":"Read a 'bulk.MoCloner' resource.","CREATE.bulk.MoDeepCloner":"Create a 'bulk.MoDeepCloner' resource.","READ.bulk.MoDeepCloner":"Read a 'bulk.MoDeepCloner' resource.","CREATE.bulk.MoMerger":"Create a 'bulk.MoMerger' resource.","READ.bulk.MoMerger":"Read a 'bulk.MoMerger' resource.","CREATE.bulk.Request":"Create a 'bulk.Request' resource.","READ.bulk.Request":"Read a 'bulk.Request' resource.","READ.bulk.Result":"Read a 'bulk.Result' resource.","READ.bulk.SubRequestObj":"Read a 'bulk.SubRequestObj' resource.","CREATE.capability.ActionsMetaData":"Create a 'capability.ActionsMetaData' resource.","DELETE.capability.ActionsMetaData":"Delete a 'capability.ActionsMetaData' resource.","READ.capability.ActionsMetaData":"Read a 'capability.ActionsMetaData' resource.","UPDATE.capability.ActionsMetaData":"Update a 'capability.ActionsMetaData' resource.","CREATE.capability.AdapterDeprecatedDef":"Create a 'capability.AdapterDeprecatedDef' resource.","DELETE.capability.AdapterDeprecatedDef":"Delete a 'capability.AdapterDeprecatedDef' resource.","READ.capability.AdapterDeprecatedDef":"Read a 'capability.AdapterDeprecatedDef' resource.","UPDATE.capability.AdapterDeprecatedDef":"Update a 'capability.AdapterDeprecatedDef' resource.","READ.capability.AdapterFirmwareRequirement":"Read a 'capability.AdapterFirmwareRequirement' resource.","CREATE.capability.AdapterUnitDescriptor":"Create a 'capability.AdapterUnitDescriptor' resource.","DELETE.capability.AdapterUnitDescriptor":"Delete a 'capability.AdapterUnitDescriptor' resource.","READ.capability.AdapterUnitDescriptor":"Read a 'capability.AdapterUnitDescriptor' resource.","UPDATE.capability.AdapterUnitDescriptor":"Update a 'capability.AdapterUnitDescriptor' resource.","READ.capability.AdapterUpdateConstraintMeta":"Read a 'capability.AdapterUpdateConstraintMeta' resource.","READ.capability.AdapterUpgradeSupportMeta":"Read a 'capability.AdapterUpgradeSupportMeta' resource.","READ.capability.Catalog":"Read a 'capability.Catalog' resource.","UPDATE.capability.Catalog":"Update a 'capability.Catalog' resource.","CREATE.capability.ChassisDescriptor":"Create a 'capability.ChassisDescriptor' resource.","DELETE.capability.ChassisDescriptor":"Delete a 'capability.ChassisDescriptor' resource.","READ.capability.ChassisDescriptor":"Read a 'capability.ChassisDescriptor' resource.","UPDATE.capability.ChassisDescriptor":"Update a 'capability.ChassisDescriptor' resource.","CREATE.capability.ChassisManufacturingDef":"Create a 'capability.ChassisManufacturingDef' resource.","DELETE.capability.ChassisManufacturingDef":"Delete a 'capability.ChassisManufacturingDef' resource.","READ.capability.ChassisManufacturingDef":"Read a 'capability.ChassisManufacturingDef' resource.","UPDATE.capability.ChassisManufacturingDef":"Update a 'capability.ChassisManufacturingDef' resource.","READ.capability.ChassisUpgradeSupportMeta":"Read a 'capability.ChassisUpgradeSupportMeta' resource.","CREATE.capability.CimcFirmwareDescriptor":"Create a 'capability.CimcFirmwareDescriptor' resource.","DELETE.capability.CimcFirmwareDescriptor":"Delete a 'capability.CimcFirmwareDescriptor' resource.","READ.capability.CimcFirmwareDescriptor":"Read a 'capability.CimcFirmwareDescriptor' resource.","UPDATE.capability.CimcFirmwareDescriptor":"Update a 'capability.CimcFirmwareDescriptor' resource.","READ.capability.CpuEndpointDescriptor":"Read a 'capability.CpuEndpointDescriptor' resource.","READ.capability.DimmsEndpointDescriptor":"Read a 'capability.DimmsEndpointDescriptor' resource.","READ.capability.DrivesEndpointDescriptor":"Read a 'capability.DrivesEndpointDescriptor' resource.","CREATE.capability.EquipmentPhysicalDef":"Create a 'capability.EquipmentPhysicalDef' resource.","DELETE.capability.EquipmentPhysicalDef":"Delete a 'capability.EquipmentPhysicalDef' resource.","READ.capability.EquipmentPhysicalDef":"Read a 'capability.EquipmentPhysicalDef' resource.","UPDATE.capability.EquipmentPhysicalDef":"Update a 'capability.EquipmentPhysicalDef' resource.","CREATE.capability.EquipmentSlotArray":"Create a 'capability.EquipmentSlotArray' resource.","DELETE.capability.EquipmentSlotArray":"Delete a 'capability.EquipmentSlotArray' resource.","READ.capability.EquipmentSlotArray":"Read a 'capability.EquipmentSlotArray' resource.","UPDATE.capability.EquipmentSlotArray":"Update a 'capability.EquipmentSlotArray' resource.","CREATE.capability.FanModuleDescriptor":"Create a 'capability.FanModuleDescriptor' resource.","DELETE.capability.FanModuleDescriptor":"Delete a 'capability.FanModuleDescriptor' resource.","READ.capability.FanModuleDescriptor":"Read a 'capability.FanModuleDescriptor' resource.","UPDATE.capability.FanModuleDescriptor":"Update a 'capability.FanModuleDescriptor' resource.","CREATE.capability.FanModuleManufacturingDef":"Create a 'capability.FanModuleManufacturingDef' resource.","DELETE.capability.FanModuleManufacturingDef":"Delete a 'capability.FanModuleManufacturingDef' resource.","READ.capability.FanModuleManufacturingDef":"Read a 'capability.FanModuleManufacturingDef' resource.","UPDATE.capability.FanModuleManufacturingDef":"Update a 'capability.FanModuleManufacturingDef' resource.","CREATE.capability.FexCapabilityDef":"Create a 'capability.FexCapabilityDef' resource.","DELETE.capability.FexCapabilityDef":"Delete a 'capability.FexCapabilityDef' resource.","READ.capability.FexCapabilityDef":"Read a 'capability.FexCapabilityDef' resource.","UPDATE.capability.FexCapabilityDef":"Update a 'capability.FexCapabilityDef' resource.","CREATE.capability.FexDescriptor":"Create a 'capability.FexDescriptor' resource.","DELETE.capability.FexDescriptor":"Delete a 'capability.FexDescriptor' resource.","READ.capability.FexDescriptor":"Read a 'capability.FexDescriptor' resource.","UPDATE.capability.FexDescriptor":"Update a 'capability.FexDescriptor' resource.","CREATE.capability.FexManufacturingDef":"Create a 'capability.FexManufacturingDef' resource.","DELETE.capability.FexManufacturingDef":"Delete a 'capability.FexManufacturingDef' resource.","READ.capability.FexManufacturingDef":"Read a 'capability.FexManufacturingDef' resource.","UPDATE.capability.FexManufacturingDef":"Update a 'capability.FexManufacturingDef' resource.","READ.capability.GpuEndpointDescriptor":"Read a 'capability.GpuEndpointDescriptor' resource.","READ.capability.HsuIsoFileSupportMeta":"Read a 'capability.HsuIsoFileSupportMeta' resource.","CREATE.capability.IoCardCapabilityDef":"Create a 'capability.IoCardCapabilityDef' resource.","DELETE.capability.IoCardCapabilityDef":"Delete a 'capability.IoCardCapabilityDef' resource.","READ.capability.IoCardCapabilityDef":"Read a 'capability.IoCardCapabilityDef' resource.","UPDATE.capability.IoCardCapabilityDef":"Update a 'capability.IoCardCapabilityDef' resource.","CREATE.capability.IoCardDescriptor":"Create a 'capability.IoCardDescriptor' resource.","DELETE.capability.IoCardDescriptor":"Delete a 'capability.IoCardDescriptor' resource.","READ.capability.IoCardDescriptor":"Read a 'capability.IoCardDescriptor' resource.","UPDATE.capability.IoCardDescriptor":"Update a 'capability.IoCardDescriptor' resource.","CREATE.capability.IoCardManufacturingDef":"Create a 'capability.IoCardManufacturingDef' resource.","DELETE.capability.IoCardManufacturingDef":"Delete a 'capability.IoCardManufacturingDef' resource.","READ.capability.IoCardManufacturingDef":"Read a 'capability.IoCardManufacturingDef' resource.","UPDATE.capability.IoCardManufacturingDef":"Update a 'capability.IoCardManufacturingDef' resource.","READ.capability.IomUpgradeSupportMeta":"Read a 'capability.IomUpgradeSupportMeta' resource.","CREATE.capability.PortGroupAggregationDef":"Create a 'capability.PortGroupAggregationDef' resource.","DELETE.capability.PortGroupAggregationDef":"Delete a 'capability.PortGroupAggregationDef' resource.","READ.capability.PortGroupAggregationDef":"Read a 'capability.PortGroupAggregationDef' resource.","UPDATE.capability.PortGroupAggregationDef":"Update a 'capability.PortGroupAggregationDef' resource.","READ.capability.ProcessorUnitUpdateConstraintMeta":"Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource.","CREATE.capability.PsuDescriptor":"Create a 'capability.PsuDescriptor' resource.","DELETE.capability.PsuDescriptor":"Delete a 'capability.PsuDescriptor' resource.","READ.capability.PsuDescriptor":"Read a 'capability.PsuDescriptor' resource.","UPDATE.capability.PsuDescriptor":"Update a 'capability.PsuDescriptor' resource.","CREATE.capability.PsuManufacturingDef":"Create a 'capability.PsuManufacturingDef' resource.","DELETE.capability.PsuManufacturingDef":"Delete a 'capability.PsuManufacturingDef' resource.","READ.capability.PsuManufacturingDef":"Read a 'capability.PsuManufacturingDef' resource.","UPDATE.capability.PsuManufacturingDef":"Update a 'capability.PsuManufacturingDef' resource.","CREATE.capability.ServerDescriptor":"Create a 'capability.ServerDescriptor' resource.","DELETE.capability.ServerDescriptor":"Delete a 'capability.ServerDescriptor' resource.","READ.capability.ServerDescriptor":"Read a 'capability.ServerDescriptor' resource.","UPDATE.capability.ServerDescriptor":"Update a 'capability.ServerDescriptor' resource.","CREATE.capability.ServerModelsCapabilityDef":"Create a 'capability.ServerModelsCapabilityDef' resource.","DELETE.capability.ServerModelsCapabilityDef":"Delete a 'capability.ServerModelsCapabilityDef' resource.","READ.capability.ServerModelsCapabilityDef":"Read a 'capability.ServerModelsCapabilityDef' resource.","UPDATE.capability.ServerModelsCapabilityDef":"Update a 'capability.ServerModelsCapabilityDef' resource.","CREATE.capability.ServerSchemaDescriptor":"Create a 'capability.ServerSchemaDescriptor' resource.","DELETE.capability.ServerSchemaDescriptor":"Delete a 'capability.ServerSchemaDescriptor' resource.","READ.capability.ServerSchemaDescriptor":"Read a 'capability.ServerSchemaDescriptor' resource.","UPDATE.capability.ServerSchemaDescriptor":"Update a 'capability.ServerSchemaDescriptor' resource.","READ.capability.ServerUpgradeSupportMeta":"Read a 'capability.ServerUpgradeSupportMeta' resource.","CREATE.capability.SiocModuleCapabilityDef":"Create a 'capability.SiocModuleCapabilityDef' resource.","DELETE.capability.SiocModuleCapabilityDef":"Delete a 'capability.SiocModuleCapabilityDef' resource.","READ.capability.SiocModuleCapabilityDef":"Read a 'capability.SiocModuleCapabilityDef' resource.","UPDATE.capability.SiocModuleCapabilityDef":"Update a 'capability.SiocModuleCapabilityDef' resource.","CREATE.capability.SiocModuleDescriptor":"Create a 'capability.SiocModuleDescriptor' resource.","DELETE.capability.SiocModuleDescriptor":"Delete a 'capability.SiocModuleDescriptor' resource.","READ.capability.SiocModuleDescriptor":"Read a 'capability.SiocModuleDescriptor' resource.","UPDATE.capability.SiocModuleDescriptor":"Update a 'capability.SiocModuleDescriptor' resource.","CREATE.capability.SiocModuleManufacturingDef":"Create a 'capability.SiocModuleManufacturingDef' resource.","DELETE.capability.SiocModuleManufacturingDef":"Delete a 'capability.SiocModuleManufacturingDef' resource.","READ.capability.SiocModuleManufacturingDef":"Read a 'capability.SiocModuleManufacturingDef' resource.","UPDATE.capability.SiocModuleManufacturingDef":"Update a 'capability.SiocModuleManufacturingDef' resource.","READ.capability.StorageControllerUpdateConstraintMeta":"Read a 'capability.StorageControllerUpdateConstraintMeta' resource.","CREATE.capability.SwitchCapability":"Create a 'capability.SwitchCapability' resource.","DELETE.capability.SwitchCapability":"Delete a 'capability.SwitchCapability' resource.","READ.capability.SwitchCapability":"Read a 'capability.SwitchCapability' resource.","UPDATE.capability.SwitchCapability":"Update a 'capability.SwitchCapability' resource.","CREATE.capability.SwitchDescriptor":"Create a 'capability.SwitchDescriptor' resource.","DELETE.capability.SwitchDescriptor":"Delete a 'capability.SwitchDescriptor' resource.","READ.capability.SwitchDescriptor":"Read a 'capability.SwitchDescriptor' resource.","UPDATE.capability.SwitchDescriptor":"Update a 'capability.SwitchDescriptor' resource.","CREATE.capability.SwitchEquipmentInfo":"Create a 'capability.SwitchEquipmentInfo' resource.","DELETE.capability.SwitchEquipmentInfo":"Delete a 'capability.SwitchEquipmentInfo' resource.","READ.capability.SwitchEquipmentInfo":"Read a 'capability.SwitchEquipmentInfo' resource.","UPDATE.capability.SwitchEquipmentInfo":"Update a 'capability.SwitchEquipmentInfo' resource.","CREATE.capability.SwitchManufacturingDef":"Create a 'capability.SwitchManufacturingDef' resource.","DELETE.capability.SwitchManufacturingDef":"Delete a 'capability.SwitchManufacturingDef' resource.","READ.capability.SwitchManufacturingDef":"Read a 'capability.SwitchManufacturingDef' resource.","UPDATE.capability.SwitchManufacturingDef":"Update a 'capability.SwitchManufacturingDef' resource.","READ.capability.TemplateCatalog":"Read a 'capability.TemplateCatalog' resource.","READ.capability.UpdateOrderMeta":"Read a 'capability.UpdateOrderMeta' resource.","CREATE.capability.VicDescriptor":"Create a 'capability.VicDescriptor' resource.","DELETE.capability.VicDescriptor":"Delete a 'capability.VicDescriptor' resource.","READ.capability.VicDescriptor":"Read a 'capability.VicDescriptor' resource.","UPDATE.capability.VicDescriptor":"Update a 'capability.VicDescriptor' resource.","CREATE.certificatemanagement.Policy":"Create a 'certificatemanagement.Policy' resource.","DELETE.certificatemanagement.Policy":"Delete a 'certificatemanagement.Policy' resource.","READ.certificatemanagement.Policy":"Read a 'certificatemanagement.Policy' resource.","UPDATE.certificatemanagement.Policy":"Update a 'certificatemanagement.Policy' resource.","READ.certificatemanagement.PolicyInventory":"Read a 'certificatemanagement.PolicyInventory' resource.","READ.chassis.ConfigChangeDetail":"Read a 'chassis.ConfigChangeDetail' resource.","CREATE.chassis.ConfigImport":"Create a 'chassis.ConfigImport' resource.","READ.chassis.ConfigImport":"Read a 'chassis.ConfigImport' resource.","READ.chassis.ConfigResult":"Read a 'chassis.ConfigResult' resource.","READ.chassis.ConfigResultEntry":"Read a 'chassis.ConfigResultEntry' resource.","READ.chassis.IomProfile":"Read a 'chassis.IomProfile' resource.","CREATE.chassis.Profile":"Create a 'chassis.Profile' resource.","DELETE.chassis.Profile":"Delete a 'chassis.Profile' resource.","READ.chassis.Profile":"Read a 'chassis.Profile' resource.","UPDATE.chassis.Profile":"Update a 'chassis.Profile' resource.","CREATE.chassis.ProfileTemplate":"Create a 'chassis.ProfileTemplate' resource.","DELETE.chassis.ProfileTemplate":"Delete a 'chassis.ProfileTemplate' resource.","READ.chassis.ProfileTemplate":"Read a 'chassis.ProfileTemplate' resource.","UPDATE.chassis.ProfileTemplate":"Update a 'chassis.ProfileTemplate' resource.","READ.cloud.AwsBillingUnit":"Read a 'cloud.AwsBillingUnit' resource.","READ.cloud.AwsKeyPair":"Read a 'cloud.AwsKeyPair' resource.","READ.cloud.AwsNetworkInterface":"Read a 'cloud.AwsNetworkInterface' resource.","READ.cloud.AwsOrganizationalUnit":"Read a 'cloud.AwsOrganizationalUnit' resource.","READ.cloud.AwsSecurityGroup":"Read a 'cloud.AwsSecurityGroup' resource.","READ.cloud.AwsSubnet":"Read a 'cloud.AwsSubnet' resource.","READ.cloud.AwsVirtualMachine":"Read a 'cloud.AwsVirtualMachine' resource.","UPDATE.cloud.AwsVirtualMachine":"Update a 'cloud.AwsVirtualMachine' resource.","READ.cloud.AwsVolume":"Read a 'cloud.AwsVolume' resource.","READ.cloud.AwsVpc":"Read a 'cloud.AwsVpc' resource.","CREATE.cloud.CollectInventory":"Create a 'cloud.CollectInventory' resource.","READ.cloud.Regions":"Read a 'cloud.Regions' resource.","UPDATE.cloud.Regions":"Update a 'cloud.Regions' resource.","READ.cloud.SkuContainerType":"Read a 'cloud.SkuContainerType' resource.","READ.cloud.SkuDatabaseType":"Read a 'cloud.SkuDatabaseType' resource.","READ.cloud.SkuInstanceType":"Read a 'cloud.SkuInstanceType' resource.","READ.cloud.SkuNetworkType":"Read a 'cloud.SkuNetworkType' resource.","READ.cloud.SkuRegionRateCards":"Read a 'cloud.SkuRegionRateCards' resource.","READ.cloud.SkuVolumeType":"Read a 'cloud.SkuVolumeType' resource.","READ.cloud.TfcAgentpool":"Read a 'cloud.TfcAgentpool' resource.","READ.cloud.TfcOrganization":"Read a 'cloud.TfcOrganization' resource.","READ.cloud.TfcWorkspace":"Read a 'cloud.TfcWorkspace' resource.","CREATE.comm.HttpProxyPolicy":"Create a 'comm.HttpProxyPolicy' resource.","DELETE.comm.HttpProxyPolicy":"Delete a 'comm.HttpProxyPolicy' resource.","READ.comm.HttpProxyPolicy":"Read a 'comm.HttpProxyPolicy' resource.","UPDATE.comm.HttpProxyPolicy":"Update a 'comm.HttpProxyPolicy' resource.","READ.compute.Blade":"Read a 'compute.Blade' resource.","UPDATE.compute.Blade":"Update a 'compute.Blade' resource.","READ.compute.BladeIdentity":"Read a 'compute.BladeIdentity' resource.","UPDATE.compute.BladeIdentity":"Update a 'compute.BladeIdentity' resource.","READ.compute.Board":"Read a 'compute.Board' resource.","UPDATE.compute.Board":"Update a 'compute.Board' resource.","READ.compute.Mapping":"Read a 'compute.Mapping' resource.","UPDATE.compute.Mapping":"Update a 'compute.Mapping' resource.","READ.compute.Personality":"Read a 'compute.Personality' resource.","UPDATE.compute.Personality":"Update a 'compute.Personality' resource.","READ.compute.PhysicalSummary":"Read a 'compute.PhysicalSummary' resource.","DELETE.compute.RackUnit":"Delete a 'compute.RackUnit' resource.","READ.compute.RackUnit":"Read a 'compute.RackUnit' resource.","UPDATE.compute.RackUnit":"Update a 'compute.RackUnit' resource.","DELETE.compute.RackUnitIdentity":"Delete a 'compute.RackUnitIdentity' resource.","READ.compute.RackUnitIdentity":"Read a 'compute.RackUnitIdentity' resource.","UPDATE.compute.RackUnitIdentity":"Update a 'compute.RackUnitIdentity' resource.","READ.compute.ServerIdPool":"Read a 'compute.ServerIdPool' resource.","DELETE.compute.ServerPowerPolicy":"Delete a 'compute.ServerPowerPolicy' resource.","READ.compute.ServerPowerPolicy":"Read a 'compute.ServerPowerPolicy' resource.","UPDATE.compute.ServerPowerPolicy":"Update a 'compute.ServerPowerPolicy' resource.","READ.compute.ServerSetting":"Read a 'compute.ServerSetting' resource.","UPDATE.compute.ServerSetting":"Update a 'compute.ServerSetting' resource.","READ.compute.Vmedia":"Read a 'compute.Vmedia' resource.","READ.cond.Alarm":"Read a 'cond.Alarm' resource.","UPDATE.cond.Alarm":"Update a 'cond.Alarm' resource.","READ.cond.AlarmAggregation":"Read a 'cond.AlarmAggregation' resource.","READ.cond.AlarmClassification":"Read a 'cond.AlarmClassification' resource.","READ.cond.AlarmDefinition":"Read a 'cond.AlarmDefinition' resource.","CREATE.cond.AlarmSuppression":"Create a 'cond.AlarmSuppression' resource.","DELETE.cond.AlarmSuppression":"Delete a 'cond.AlarmSuppression' resource.","READ.cond.AlarmSuppression":"Read a 'cond.AlarmSuppression' resource.","UPDATE.cond.AlarmSuppression":"Update a 'cond.AlarmSuppression' resource.","READ.cond.HclStatus":"Read a 'cond.HclStatus' resource.","READ.cond.HclStatusDetail":"Read a 'cond.HclStatusDetail' resource.","READ.cond.HclStatusJob":"Read a 'cond.HclStatusJob' resource.","CREATE.connectorpack.ConnectorPackUpgrade":"Create a 'connectorpack.ConnectorPackUpgrade' resource.","DELETE.connectorpack.ConnectorPackUpgrade":"Delete a 'connectorpack.ConnectorPackUpgrade' resource.","READ.connectorpack.ConnectorPackUpgrade":"Read a 'connectorpack.ConnectorPackUpgrade' resource.","READ.connectorpack.UpgradeImpact":"Read a 'connectorpack.UpgradeImpact' resource.","READ.console.ConsoleConfig":"Read a 'console.ConsoleConfig' resource.","READ.convergedinfra.AdapterComplianceDetails":"Read a 'convergedinfra.AdapterComplianceDetails' resource.","READ.convergedinfra.Pod":"Read a 'convergedinfra.Pod' resource.","UPDATE.convergedinfra.Pod":"Update a 'convergedinfra.Pod' resource.","READ.convergedinfra.PodComplianceInfo":"Read a 'convergedinfra.PodComplianceInfo' resource.","READ.convergedinfra.ServerComplianceDetails":"Read a 'convergedinfra.ServerComplianceDetails' resource.","READ.convergedinfra.StorageComplianceDetails":"Read a 'convergedinfra.StorageComplianceDetails' resource.","READ.convergedinfra.SwitchComplianceDetails":"Read a 'convergedinfra.SwitchComplianceDetails' resource.","CREATE.crd.CustomResource":"Create a 'crd.CustomResource' resource.","DELETE.crd.CustomResource":"Delete a 'crd.CustomResource' resource.","READ.crd.CustomResource":"Read a 'crd.CustomResource' resource.","UPDATE.crd.CustomResource":"Update a 'crd.CustomResource' resource.","CREATE.deviceconnector.Policy":"Create a 'deviceconnector.Policy' resource.","DELETE.deviceconnector.Policy":"Delete a 'deviceconnector.Policy' resource.","READ.deviceconnector.Policy":"Read a 'deviceconnector.Policy' resource.","UPDATE.deviceconnector.Policy":"Update a 'deviceconnector.Policy' resource.","READ.dnac.Device":"Read a 'dnac.Device' resource.","READ.dnac.DeviceInterface":"Read a 'dnac.DeviceInterface' resource.","READ.dnac.ExternalBorderNode":"Read a 'dnac.ExternalBorderNode' resource.","READ.dnac.ExternalBorderNodeInterface":"Read a 'dnac.ExternalBorderNodeInterface' resource.","READ.dnac.FabricSite":"Read a 'dnac.FabricSite' resource.","READ.dnac.Site":"Read a 'dnac.Site' resource.","READ.dnac.SiteIpPool":"Read a 'dnac.SiteIpPool' resource.","READ.dnac.Template":"Read a 'dnac.Template' resource.","READ.dnac.Transit":"Read a 'dnac.Transit' resource.","READ.dnac.VirtualNetworkFabricSite":"Read a 'dnac.VirtualNetworkFabricSite' resource.","READ.equipment.Chassis":"Read a 'equipment.Chassis' resource.","UPDATE.equipment.Chassis":"Update a 'equipment.Chassis' resource.","READ.equipment.ChassisIdPool":"Read a 'equipment.ChassisIdPool' resource.","READ.equipment.ChassisIdentity":"Read a 'equipment.ChassisIdentity' resource.","UPDATE.equipment.ChassisIdentity":"Update a 'equipment.ChassisIdentity' resource.","READ.equipment.ChassisOperation":"Read a 'equipment.ChassisOperation' resource.","UPDATE.equipment.ChassisOperation":"Update a 'equipment.ChassisOperation' resource.","READ.equipment.DeviceSummary":"Read a 'equipment.DeviceSummary' resource.","READ.equipment.EndPointLog":"Read a 'equipment.EndPointLog' resource.","READ.equipment.ExpanderModule":"Read a 'equipment.ExpanderModule' resource.","UPDATE.equipment.ExpanderModule":"Update a 'equipment.ExpanderModule' resource.","READ.equipment.Fan":"Read a 'equipment.Fan' resource.","UPDATE.equipment.Fan":"Update a 'equipment.Fan' resource.","READ.equipment.FanControl":"Read a 'equipment.FanControl' resource.","UPDATE.equipment.FanControl":"Update a 'equipment.FanControl' resource.","READ.equipment.FanModule":"Read a 'equipment.FanModule' resource.","UPDATE.equipment.FanModule":"Update a 'equipment.FanModule' resource.","READ.equipment.Fex":"Read a 'equipment.Fex' resource.","UPDATE.equipment.Fex":"Update a 'equipment.Fex' resource.","READ.equipment.FexIdentity":"Read a 'equipment.FexIdentity' resource.","UPDATE.equipment.FexIdentity":"Update a 'equipment.FexIdentity' resource.","READ.equipment.FexOperation":"Read a 'equipment.FexOperation' resource.","UPDATE.equipment.FexOperation":"Update a 'equipment.FexOperation' resource.","READ.equipment.Fru":"Read a 'equipment.Fru' resource.","UPDATE.equipment.Fru":"Update a 'equipment.Fru' resource.","READ.equipment.HybridDriveSlot":"Read a 'equipment.HybridDriveSlot' resource.","READ.equipment.IoCard":"Read a 'equipment.IoCard' resource.","UPDATE.equipment.IoCard":"Update a 'equipment.IoCard' resource.","READ.equipment.IoCardOperation":"Read a 'equipment.IoCardOperation' resource.","UPDATE.equipment.IoCardOperation":"Update a 'equipment.IoCardOperation' resource.","READ.equipment.IoExpander":"Read a 'equipment.IoExpander' resource.","UPDATE.equipment.IoExpander":"Update a 'equipment.IoExpander' resource.","READ.equipment.LocatorLed":"Read a 'equipment.LocatorLed' resource.","UPDATE.equipment.LocatorLed":"Update a 'equipment.LocatorLed' resource.","READ.equipment.LogDownload":"Read a 'equipment.LogDownload' resource.","READ.equipment.Psu":"Read a 'equipment.Psu' resource.","UPDATE.equipment.Psu":"Update a 'equipment.Psu' resource.","READ.equipment.PsuControl":"Read a 'equipment.PsuControl' resource.","UPDATE.equipment.PsuControl":"Update a 'equipment.PsuControl' resource.","READ.equipment.RackEnclosure":"Read a 'equipment.RackEnclosure' resource.","UPDATE.equipment.RackEnclosure":"Update a 'equipment.RackEnclosure' resource.","READ.equipment.RackEnclosureSlot":"Read a 'equipment.RackEnclosureSlot' resource.","UPDATE.equipment.RackEnclosureSlot":"Update a 'equipment.RackEnclosureSlot' resource.","READ.equipment.Sensor":"Read a 'equipment.Sensor' resource.","READ.equipment.SharedIoModule":"Read a 'equipment.SharedIoModule' resource.","UPDATE.equipment.SharedIoModule":"Update a 'equipment.SharedIoModule' resource.","READ.equipment.SwitchCard":"Read a 'equipment.SwitchCard' resource.","UPDATE.equipment.SwitchCard":"Update a 'equipment.SwitchCard' resource.","READ.equipment.SwitchOperation":"Read a 'equipment.SwitchOperation' resource.","UPDATE.equipment.SwitchOperation":"Update a 'equipment.SwitchOperation' resource.","READ.equipment.SystemIoController":"Read a 'equipment.SystemIoController' resource.","UPDATE.equipment.SystemIoController":"Update a 'equipment.SystemIoController' resource.","READ.equipment.Tpm":"Read a 'equipment.Tpm' resource.","UPDATE.equipment.Tpm":"Update a 'equipment.Tpm' resource.","READ.equipment.Transceiver":"Read a 'equipment.Transceiver' resource.","UPDATE.equipment.Transceiver":"Update a 'equipment.Transceiver' resource.","READ.ether.HostPort":"Read a 'ether.HostPort' resource.","UPDATE.ether.HostPort":"Update a 'ether.HostPort' resource.","READ.ether.NetworkPort":"Read a 'ether.NetworkPort' resource.","UPDATE.ether.NetworkPort":"Update a 'ether.NetworkPort' resource.","READ.ether.PhysicalPort":"Read a 'ether.PhysicalPort' resource.","UPDATE.ether.PhysicalPort":"Update a 'ether.PhysicalPort' resource.","READ.ether.PortChannel":"Read a 'ether.PortChannel' resource.","CREATE.externalsite.Authorization":"Create a 'externalsite.Authorization' resource.","READ.externalsite.Authorization":"Read a 'externalsite.Authorization' resource.","UPDATE.externalsite.Authorization":"Update a 'externalsite.Authorization' resource.","CREATE.fabric.AppliancePcRole":"Create a 'fabric.AppliancePcRole' resource.","DELETE.fabric.AppliancePcRole":"Delete a 'fabric.AppliancePcRole' resource.","READ.fabric.AppliancePcRole":"Read a 'fabric.AppliancePcRole' resource.","UPDATE.fabric.AppliancePcRole":"Update a 'fabric.AppliancePcRole' resource.","CREATE.fabric.ApplianceRole":"Create a 'fabric.ApplianceRole' resource.","DELETE.fabric.ApplianceRole":"Delete a 'fabric.ApplianceRole' resource.","READ.fabric.ApplianceRole":"Read a 'fabric.ApplianceRole' resource.","UPDATE.fabric.ApplianceRole":"Update a 'fabric.ApplianceRole' resource.","READ.fabric.ConfigChangeDetail":"Read a 'fabric.ConfigChangeDetail' resource.","READ.fabric.ConfigResult":"Read a 'fabric.ConfigResult' resource.","READ.fabric.ConfigResultEntry":"Read a 'fabric.ConfigResultEntry' resource.","READ.fabric.ElementIdentity":"Read a 'fabric.ElementIdentity' resource.","UPDATE.fabric.ElementIdentity":"Update a 'fabric.ElementIdentity' resource.","CREATE.fabric.EstimateImpact":"Create a 'fabric.EstimateImpact' resource.","CREATE.fabric.EthNetworkControlPolicy":"Create a 'fabric.EthNetworkControlPolicy' resource.","DELETE.fabric.EthNetworkControlPolicy":"Delete a 'fabric.EthNetworkControlPolicy' resource.","READ.fabric.EthNetworkControlPolicy":"Read a 'fabric.EthNetworkControlPolicy' resource.","UPDATE.fabric.EthNetworkControlPolicy":"Update a 'fabric.EthNetworkControlPolicy' resource.","READ.fabric.EthNetworkControlPolicyInventory":"Read a 'fabric.EthNetworkControlPolicyInventory' resource.","CREATE.fabric.EthNetworkGroupPolicy":"Create a 'fabric.EthNetworkGroupPolicy' resource.","DELETE.fabric.EthNetworkGroupPolicy":"Delete a 'fabric.EthNetworkGroupPolicy' resource.","READ.fabric.EthNetworkGroupPolicy":"Read a 'fabric.EthNetworkGroupPolicy' resource.","UPDATE.fabric.EthNetworkGroupPolicy":"Update a 'fabric.EthNetworkGroupPolicy' resource.","READ.fabric.EthNetworkGroupPolicyInventory":"Read a 'fabric.EthNetworkGroupPolicyInventory' resource.","CREATE.fabric.EthNetworkPolicy":"Create a 'fabric.EthNetworkPolicy' resource.","DELETE.fabric.EthNetworkPolicy":"Delete a 'fabric.EthNetworkPolicy' resource.","READ.fabric.EthNetworkPolicy":"Read a 'fabric.EthNetworkPolicy' resource.","UPDATE.fabric.EthNetworkPolicy":"Update a 'fabric.EthNetworkPolicy' resource.","CREATE.fabric.FcNetworkPolicy":"Create a 'fabric.FcNetworkPolicy' resource.","DELETE.fabric.FcNetworkPolicy":"Delete a 'fabric.FcNetworkPolicy' resource.","READ.fabric.FcNetworkPolicy":"Read a 'fabric.FcNetworkPolicy' resource.","UPDATE.fabric.FcNetworkPolicy":"Update a 'fabric.FcNetworkPolicy' resource.","CREATE.fabric.FcStorageRole":"Create a 'fabric.FcStorageRole' resource.","DELETE.fabric.FcStorageRole":"Delete a 'fabric.FcStorageRole' resource.","READ.fabric.FcStorageRole":"Read a 'fabric.FcStorageRole' resource.","UPDATE.fabric.FcStorageRole":"Update a 'fabric.FcStorageRole' resource.","CREATE.fabric.FcUplinkPcRole":"Create a 'fabric.FcUplinkPcRole' resource.","DELETE.fabric.FcUplinkPcRole":"Delete a 'fabric.FcUplinkPcRole' resource.","READ.fabric.FcUplinkPcRole":"Read a 'fabric.FcUplinkPcRole' resource.","UPDATE.fabric.FcUplinkPcRole":"Update a 'fabric.FcUplinkPcRole' resource.","CREATE.fabric.FcUplinkRole":"Create a 'fabric.FcUplinkRole' resource.","DELETE.fabric.FcUplinkRole":"Delete a 'fabric.FcUplinkRole' resource.","READ.fabric.FcUplinkRole":"Read a 'fabric.FcUplinkRole' resource.","UPDATE.fabric.FcUplinkRole":"Update a 'fabric.FcUplinkRole' resource.","CREATE.fabric.FcZonePolicy":"Create a 'fabric.FcZonePolicy' resource.","DELETE.fabric.FcZonePolicy":"Delete a 'fabric.FcZonePolicy' resource.","READ.fabric.FcZonePolicy":"Read a 'fabric.FcZonePolicy' resource.","UPDATE.fabric.FcZonePolicy":"Update a 'fabric.FcZonePolicy' resource.","CREATE.fabric.FcoeUplinkPcRole":"Create a 'fabric.FcoeUplinkPcRole' resource.","DELETE.fabric.FcoeUplinkPcRole":"Delete a 'fabric.FcoeUplinkPcRole' resource.","READ.fabric.FcoeUplinkPcRole":"Read a 'fabric.FcoeUplinkPcRole' resource.","UPDATE.fabric.FcoeUplinkPcRole":"Update a 'fabric.FcoeUplinkPcRole' resource.","CREATE.fabric.FcoeUplinkRole":"Create a 'fabric.FcoeUplinkRole' resource.","DELETE.fabric.FcoeUplinkRole":"Delete a 'fabric.FcoeUplinkRole' resource.","READ.fabric.FcoeUplinkRole":"Read a 'fabric.FcoeUplinkRole' resource.","UPDATE.fabric.FcoeUplinkRole":"Update a 'fabric.FcoeUplinkRole' resource.","CREATE.fabric.FlowControlPolicy":"Create a 'fabric.FlowControlPolicy' resource.","DELETE.fabric.FlowControlPolicy":"Delete a 'fabric.FlowControlPolicy' resource.","READ.fabric.FlowControlPolicy":"Read a 'fabric.FlowControlPolicy' resource.","UPDATE.fabric.FlowControlPolicy":"Update a 'fabric.FlowControlPolicy' resource.","CREATE.fabric.LanPinGroup":"Create a 'fabric.LanPinGroup' resource.","DELETE.fabric.LanPinGroup":"Delete a 'fabric.LanPinGroup' resource.","READ.fabric.LanPinGroup":"Read a 'fabric.LanPinGroup' resource.","UPDATE.fabric.LanPinGroup":"Update a 'fabric.LanPinGroup' resource.","CREATE.fabric.LinkAggregationPolicy":"Create a 'fabric.LinkAggregationPolicy' resource.","DELETE.fabric.LinkAggregationPolicy":"Delete a 'fabric.LinkAggregationPolicy' resource.","READ.fabric.LinkAggregationPolicy":"Read a 'fabric.LinkAggregationPolicy' resource.","UPDATE.fabric.LinkAggregationPolicy":"Update a 'fabric.LinkAggregationPolicy' resource.","CREATE.fabric.LinkControlPolicy":"Create a 'fabric.LinkControlPolicy' resource.","DELETE.fabric.LinkControlPolicy":"Delete a 'fabric.LinkControlPolicy' resource.","READ.fabric.LinkControlPolicy":"Read a 'fabric.LinkControlPolicy' resource.","UPDATE.fabric.LinkControlPolicy":"Update a 'fabric.LinkControlPolicy' resource.","CREATE.fabric.MulticastPolicy":"Create a 'fabric.MulticastPolicy' resource.","DELETE.fabric.MulticastPolicy":"Delete a 'fabric.MulticastPolicy' resource.","READ.fabric.MulticastPolicy":"Read a 'fabric.MulticastPolicy' resource.","UPDATE.fabric.MulticastPolicy":"Update a 'fabric.MulticastPolicy' resource.","READ.fabric.PcMember":"Read a 'fabric.PcMember' resource.","CREATE.fabric.PcOperation":"Create a 'fabric.PcOperation' resource.","DELETE.fabric.PcOperation":"Delete a 'fabric.PcOperation' resource.","READ.fabric.PcOperation":"Read a 'fabric.PcOperation' resource.","UPDATE.fabric.PcOperation":"Update a 'fabric.PcOperation' resource.","CREATE.fabric.PortMode":"Create a 'fabric.PortMode' resource.","DELETE.fabric.PortMode":"Delete a 'fabric.PortMode' resource.","READ.fabric.PortMode":"Read a 'fabric.PortMode' resource.","UPDATE.fabric.PortMode":"Update a 'fabric.PortMode' resource.","CREATE.fabric.PortOperation":"Create a 'fabric.PortOperation' resource.","DELETE.fabric.PortOperation":"Delete a 'fabric.PortOperation' resource.","READ.fabric.PortOperation":"Read a 'fabric.PortOperation' resource.","UPDATE.fabric.PortOperation":"Update a 'fabric.PortOperation' resource.","CREATE.fabric.PortPolicy":"Create a 'fabric.PortPolicy' resource.","DELETE.fabric.PortPolicy":"Delete a 'fabric.PortPolicy' resource.","READ.fabric.PortPolicy":"Read a 'fabric.PortPolicy' resource.","UPDATE.fabric.PortPolicy":"Update a 'fabric.PortPolicy' resource.","CREATE.fabric.SanPinGroup":"Create a 'fabric.SanPinGroup' resource.","DELETE.fabric.SanPinGroup":"Delete a 'fabric.SanPinGroup' resource.","READ.fabric.SanPinGroup":"Read a 'fabric.SanPinGroup' resource.","UPDATE.fabric.SanPinGroup":"Update a 'fabric.SanPinGroup' resource.","CREATE.fabric.ServerRole":"Create a 'fabric.ServerRole' resource.","DELETE.fabric.ServerRole":"Delete a 'fabric.ServerRole' resource.","READ.fabric.ServerRole":"Read a 'fabric.ServerRole' resource.","UPDATE.fabric.ServerRole":"Update a 'fabric.ServerRole' resource.","CREATE.fabric.SwitchClusterProfile":"Create a 'fabric.SwitchClusterProfile' resource.","DELETE.fabric.SwitchClusterProfile":"Delete a 'fabric.SwitchClusterProfile' resource.","READ.fabric.SwitchClusterProfile":"Read a 'fabric.SwitchClusterProfile' resource.","UPDATE.fabric.SwitchClusterProfile":"Update a 'fabric.SwitchClusterProfile' resource.","CREATE.fabric.SwitchClusterProfileTemplate":"Create a 'fabric.SwitchClusterProfileTemplate' resource.","DELETE.fabric.SwitchClusterProfileTemplate":"Delete a 'fabric.SwitchClusterProfileTemplate' resource.","READ.fabric.SwitchClusterProfileTemplate":"Read a 'fabric.SwitchClusterProfileTemplate' resource.","UPDATE.fabric.SwitchClusterProfileTemplate":"Update a 'fabric.SwitchClusterProfileTemplate' resource.","CREATE.fabric.SwitchControlPolicy":"Create a 'fabric.SwitchControlPolicy' resource.","DELETE.fabric.SwitchControlPolicy":"Delete a 'fabric.SwitchControlPolicy' resource.","READ.fabric.SwitchControlPolicy":"Read a 'fabric.SwitchControlPolicy' resource.","UPDATE.fabric.SwitchControlPolicy":"Update a 'fabric.SwitchControlPolicy' resource.","CREATE.fabric.SwitchProfile":"Create a 'fabric.SwitchProfile' resource.","DELETE.fabric.SwitchProfile":"Delete a 'fabric.SwitchProfile' resource.","READ.fabric.SwitchProfile":"Read a 'fabric.SwitchProfile' resource.","UPDATE.fabric.SwitchProfile":"Update a 'fabric.SwitchProfile' resource.","CREATE.fabric.SwitchProfileTemplate":"Create a 'fabric.SwitchProfileTemplate' resource.","DELETE.fabric.SwitchProfileTemplate":"Delete a 'fabric.SwitchProfileTemplate' resource.","READ.fabric.SwitchProfileTemplate":"Read a 'fabric.SwitchProfileTemplate' resource.","UPDATE.fabric.SwitchProfileTemplate":"Update a 'fabric.SwitchProfileTemplate' resource.","CREATE.fabric.SystemQosPolicy":"Create a 'fabric.SystemQosPolicy' resource.","DELETE.fabric.SystemQosPolicy":"Delete a 'fabric.SystemQosPolicy' resource.","READ.fabric.SystemQosPolicy":"Read a 'fabric.SystemQosPolicy' resource.","UPDATE.fabric.SystemQosPolicy":"Update a 'fabric.SystemQosPolicy' resource.","CREATE.fabric.UplinkPcRole":"Create a 'fabric.UplinkPcRole' resource.","DELETE.fabric.UplinkPcRole":"Delete a 'fabric.UplinkPcRole' resource.","READ.fabric.UplinkPcRole":"Read a 'fabric.UplinkPcRole' resource.","UPDATE.fabric.UplinkPcRole":"Update a 'fabric.UplinkPcRole' resource.","CREATE.fabric.UplinkRole":"Create a 'fabric.UplinkRole' resource.","DELETE.fabric.UplinkRole":"Delete a 'fabric.UplinkRole' resource.","READ.fabric.UplinkRole":"Read a 'fabric.UplinkRole' resource.","UPDATE.fabric.UplinkRole":"Update a 'fabric.UplinkRole' resource.","CREATE.fabric.Vlan":"Create a 'fabric.Vlan' resource.","DELETE.fabric.Vlan":"Delete a 'fabric.Vlan' resource.","READ.fabric.Vlan":"Read a 'fabric.Vlan' resource.","UPDATE.fabric.Vlan":"Update a 'fabric.Vlan' resource.","READ.fabric.VlanInventory":"Read a 'fabric.VlanInventory' resource.","READ.fabric.VlanSet":"Read a 'fabric.VlanSet' resource.","CREATE.fabric.Vsan":"Create a 'fabric.Vsan' resource.","DELETE.fabric.Vsan":"Delete a 'fabric.Vsan' resource.","READ.fabric.Vsan":"Read a 'fabric.Vsan' resource.","UPDATE.fabric.Vsan":"Update a 'fabric.Vsan' resource.","READ.fabric.VsanInventory":"Read a 'fabric.VsanInventory' resource.","READ.fault.Instance":"Read a 'fault.Instance' resource.","UPDATE.fault.Instance":"Update a 'fault.Instance' resource.","READ.fc.Neighbor":"Read a 'fc.Neighbor' resource.","READ.fc.PhysicalPort":"Read a 'fc.PhysicalPort' resource.","UPDATE.fc.PhysicalPort":"Update a 'fc.PhysicalPort' resource.","READ.fc.PortChannel":"Read a 'fc.PortChannel' resource.","READ.fcpool.FcBlock":"Read a 'fcpool.FcBlock' resource.","DELETE.fcpool.Lease":"Delete a 'fcpool.Lease' resource.","READ.fcpool.Lease":"Read a 'fcpool.Lease' resource.","CREATE.fcpool.Pool":"Create a 'fcpool.Pool' resource.","DELETE.fcpool.Pool":"Delete a 'fcpool.Pool' resource.","READ.fcpool.Pool":"Read a 'fcpool.Pool' resource.","UPDATE.fcpool.Pool":"Update a 'fcpool.Pool' resource.","READ.fcpool.PoolMember":"Read a 'fcpool.PoolMember' resource.","CREATE.fcpool.Reservation":"Create a 'fcpool.Reservation' resource.","DELETE.fcpool.Reservation":"Delete a 'fcpool.Reservation' resource.","READ.fcpool.Reservation":"Read a 'fcpool.Reservation' resource.","READ.fcpool.Universe":"Read a 'fcpool.Universe' resource.","CREATE.feedback.FeedbackPost":"Create a 'feedback.FeedbackPost' resource.","UPDATE.feedback.FeedbackPost":"Update a 'feedback.FeedbackPost' resource.","CREATE.firmware.BiosDescriptor":"Create a 'firmware.BiosDescriptor' resource.","DELETE.firmware.BiosDescriptor":"Delete a 'firmware.BiosDescriptor' resource.","READ.firmware.BiosDescriptor":"Read a 'firmware.BiosDescriptor' resource.","UPDATE.firmware.BiosDescriptor":"Update a 'firmware.BiosDescriptor' resource.","CREATE.firmware.BoardControllerDescriptor":"Create a 'firmware.BoardControllerDescriptor' resource.","DELETE.firmware.BoardControllerDescriptor":"Delete a 'firmware.BoardControllerDescriptor' resource.","READ.firmware.BoardControllerDescriptor":"Read a 'firmware.BoardControllerDescriptor' resource.","UPDATE.firmware.BoardControllerDescriptor":"Update a 'firmware.BoardControllerDescriptor' resource.","CREATE.firmware.ChassisUpgrade":"Create a 'firmware.ChassisUpgrade' resource.","DELETE.firmware.ChassisUpgrade":"Delete a 'firmware.ChassisUpgrade' resource.","READ.firmware.ChassisUpgrade":"Read a 'firmware.ChassisUpgrade' resource.","CREATE.firmware.CimcDescriptor":"Create a 'firmware.CimcDescriptor' resource.","DELETE.firmware.CimcDescriptor":"Delete a 'firmware.CimcDescriptor' resource.","READ.firmware.CimcDescriptor":"Read a 'firmware.CimcDescriptor' resource.","UPDATE.firmware.CimcDescriptor":"Update a 'firmware.CimcDescriptor' resource.","CREATE.firmware.DimmDescriptor":"Create a 'firmware.DimmDescriptor' resource.","DELETE.firmware.DimmDescriptor":"Delete a 'firmware.DimmDescriptor' resource.","READ.firmware.DimmDescriptor":"Read a 'firmware.DimmDescriptor' resource.","UPDATE.firmware.DimmDescriptor":"Update a 'firmware.DimmDescriptor' resource.","CREATE.firmware.Distributable":"Create a 'firmware.Distributable' resource.","DELETE.firmware.Distributable":"Delete a 'firmware.Distributable' resource.","READ.firmware.Distributable":"Read a 'firmware.Distributable' resource.","UPDATE.firmware.Distributable":"Update a 'firmware.Distributable' resource.","READ.firmware.DistributableMeta":"Read a 'firmware.DistributableMeta' resource.","CREATE.firmware.DriveDescriptor":"Create a 'firmware.DriveDescriptor' resource.","DELETE.firmware.DriveDescriptor":"Delete a 'firmware.DriveDescriptor' resource.","READ.firmware.DriveDescriptor":"Read a 'firmware.DriveDescriptor' resource.","UPDATE.firmware.DriveDescriptor":"Update a 'firmware.DriveDescriptor' resource.","CREATE.firmware.DriverDistributable":"Create a 'firmware.DriverDistributable' resource.","DELETE.firmware.DriverDistributable":"Delete a 'firmware.DriverDistributable' resource.","READ.firmware.DriverDistributable":"Read a 'firmware.DriverDistributable' resource.","UPDATE.firmware.DriverDistributable":"Update a 'firmware.DriverDistributable' resource.","CREATE.firmware.Eula":"Create a 'firmware.Eula' resource.","READ.firmware.Eula":"Read a 'firmware.Eula' resource.","READ.firmware.FirmwareSummary":"Read a 'firmware.FirmwareSummary' resource.","CREATE.firmware.GpuDescriptor":"Create a 'firmware.GpuDescriptor' resource.","DELETE.firmware.GpuDescriptor":"Delete a 'firmware.GpuDescriptor' resource.","READ.firmware.GpuDescriptor":"Read a 'firmware.GpuDescriptor' resource.","UPDATE.firmware.GpuDescriptor":"Update a 'firmware.GpuDescriptor' resource.","CREATE.firmware.HbaDescriptor":"Create a 'firmware.HbaDescriptor' resource.","DELETE.firmware.HbaDescriptor":"Delete a 'firmware.HbaDescriptor' resource.","READ.firmware.HbaDescriptor":"Read a 'firmware.HbaDescriptor' resource.","UPDATE.firmware.HbaDescriptor":"Update a 'firmware.HbaDescriptor' resource.","CREATE.firmware.IomDescriptor":"Create a 'firmware.IomDescriptor' resource.","DELETE.firmware.IomDescriptor":"Delete a 'firmware.IomDescriptor' resource.","READ.firmware.IomDescriptor":"Read a 'firmware.IomDescriptor' resource.","UPDATE.firmware.IomDescriptor":"Update a 'firmware.IomDescriptor' resource.","CREATE.firmware.MswitchDescriptor":"Create a 'firmware.MswitchDescriptor' resource.","DELETE.firmware.MswitchDescriptor":"Delete a 'firmware.MswitchDescriptor' resource.","READ.firmware.MswitchDescriptor":"Read a 'firmware.MswitchDescriptor' resource.","UPDATE.firmware.MswitchDescriptor":"Update a 'firmware.MswitchDescriptor' resource.","CREATE.firmware.NxosDescriptor":"Create a 'firmware.NxosDescriptor' resource.","DELETE.firmware.NxosDescriptor":"Delete a 'firmware.NxosDescriptor' resource.","READ.firmware.NxosDescriptor":"Read a 'firmware.NxosDescriptor' resource.","UPDATE.firmware.NxosDescriptor":"Update a 'firmware.NxosDescriptor' resource.","CREATE.firmware.PcieDescriptor":"Create a 'firmware.PcieDescriptor' resource.","DELETE.firmware.PcieDescriptor":"Delete a 'firmware.PcieDescriptor' resource.","READ.firmware.PcieDescriptor":"Read a 'firmware.PcieDescriptor' resource.","UPDATE.firmware.PcieDescriptor":"Update a 'firmware.PcieDescriptor' resource.","CREATE.firmware.Policy":"Create a 'firmware.Policy' resource.","DELETE.firmware.Policy":"Delete a 'firmware.Policy' resource.","READ.firmware.Policy":"Read a 'firmware.Policy' resource.","UPDATE.firmware.Policy":"Update a 'firmware.Policy' resource.","CREATE.firmware.PsuDescriptor":"Create a 'firmware.PsuDescriptor' resource.","DELETE.firmware.PsuDescriptor":"Delete a 'firmware.PsuDescriptor' resource.","READ.firmware.PsuDescriptor":"Read a 'firmware.PsuDescriptor' resource.","UPDATE.firmware.PsuDescriptor":"Update a 'firmware.PsuDescriptor' resource.","READ.firmware.RunningFirmware":"Read a 'firmware.RunningFirmware' resource.","UPDATE.firmware.RunningFirmware":"Update a 'firmware.RunningFirmware' resource.","CREATE.firmware.SasExpanderDescriptor":"Create a 'firmware.SasExpanderDescriptor' resource.","DELETE.firmware.SasExpanderDescriptor":"Delete a 'firmware.SasExpanderDescriptor' resource.","READ.firmware.SasExpanderDescriptor":"Read a 'firmware.SasExpanderDescriptor' resource.","UPDATE.firmware.SasExpanderDescriptor":"Update a 'firmware.SasExpanderDescriptor' resource.","CREATE.firmware.ServerConfigurationUtilityDistributable":"Create a 'firmware.ServerConfigurationUtilityDistributable' resource.","DELETE.firmware.ServerConfigurationUtilityDistributable":"Delete a 'firmware.ServerConfigurationUtilityDistributable' resource.","READ.firmware.ServerConfigurationUtilityDistributable":"Read a 'firmware.ServerConfigurationUtilityDistributable' resource.","UPDATE.firmware.ServerConfigurationUtilityDistributable":"Update a 'firmware.ServerConfigurationUtilityDistributable' resource.","CREATE.firmware.StorageControllerDescriptor":"Create a 'firmware.StorageControllerDescriptor' resource.","DELETE.firmware.StorageControllerDescriptor":"Delete a 'firmware.StorageControllerDescriptor' resource.","READ.firmware.StorageControllerDescriptor":"Read a 'firmware.StorageControllerDescriptor' resource.","UPDATE.firmware.StorageControllerDescriptor":"Update a 'firmware.StorageControllerDescriptor' resource.","CREATE.firmware.SwitchUpgrade":"Create a 'firmware.SwitchUpgrade' resource.","DELETE.firmware.SwitchUpgrade":"Delete a 'firmware.SwitchUpgrade' resource.","READ.firmware.SwitchUpgrade":"Read a 'firmware.SwitchUpgrade' resource.","CREATE.firmware.UnsupportedVersionUpgrade":"Create a 'firmware.UnsupportedVersionUpgrade' resource.","DELETE.firmware.UnsupportedVersionUpgrade":"Delete a 'firmware.UnsupportedVersionUpgrade' resource.","READ.firmware.UnsupportedVersionUpgrade":"Read a 'firmware.UnsupportedVersionUpgrade' resource.","UPDATE.firmware.UnsupportedVersionUpgrade":"Update a 'firmware.UnsupportedVersionUpgrade' resource.","CREATE.firmware.Upgrade":"Create a 'firmware.Upgrade' resource.","DELETE.firmware.Upgrade":"Delete a 'firmware.Upgrade' resource.","READ.firmware.Upgrade":"Read a 'firmware.Upgrade' resource.","UPDATE.firmware.Upgrade":"Update a 'firmware.Upgrade' resource.","CREATE.firmware.UpgradeImpact":"Create a 'firmware.UpgradeImpact' resource.","READ.firmware.UpgradeImpactStatus":"Read a 'firmware.UpgradeImpactStatus' resource.","READ.firmware.UpgradeStatus":"Read a 'firmware.UpgradeStatus' resource.","CREATE.firmware.UpgradeValidity":"Create a 'firmware.UpgradeValidity' resource.","READ.fmc.Device":"Read a 'fmc.Device' resource.","READ.fmc.DeviceHaPair":"Read a 'fmc.DeviceHaPair' resource.","READ.fmc.Domain":"Read a 'fmc.Domain' resource.","READ.fmc.PhysicalInterface":"Read a 'fmc.PhysicalInterface' resource.","READ.forecast.Catalog":"Read a 'forecast.Catalog' resource.","READ.forecast.Definition":"Read a 'forecast.Definition' resource.","READ.forecast.Instance":"Read a 'forecast.Instance' resource.","UPDATE.forecast.Instance":"Update a 'forecast.Instance' resource.","READ.graphics.Card":"Read a 'graphics.Card' resource.","UPDATE.graphics.Card":"Update a 'graphics.Card' resource.","READ.graphics.Controller":"Read a 'graphics.Controller' resource.","UPDATE.graphics.Controller":"Update a 'graphics.Controller' resource.","CREATE.hcl.CompatibilityStatus":"Create a 'hcl.CompatibilityStatus' resource.","READ.hcl.DriverImage":"Read a 'hcl.DriverImage' resource.","READ.hcl.ExemptedCatalog":"Read a 'hcl.ExemptedCatalog' resource.","READ.hcl.HwCatalogInfo":"Read a 'hcl.HwCatalogInfo' resource.","CREATE.hcl.HyperflexSoftwareCompatibilityInfo":"Create a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.","DELETE.hcl.HyperflexSoftwareCompatibilityInfo":"Delete a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.","READ.hcl.HyperflexSoftwareCompatibilityInfo":"Read a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.","UPDATE.hcl.HyperflexSoftwareCompatibilityInfo":"Update a 'hcl.HyperflexSoftwareCompatibilityInfo' resource.","READ.hcl.OperatingSystem":"Read a 'hcl.OperatingSystem' resource.","READ.hcl.OperatingSystemVendor":"Read a 'hcl.OperatingSystemVendor' resource.","READ.hcl.ServerHwCatalogInfo":"Read a 'hcl.ServerHwCatalogInfo' resource.","CREATE.hcl.SupportedDriverName":"Create a 'hcl.SupportedDriverName' resource.","READ.hyperflex.Alarm":"Read a 'hyperflex.Alarm' resource.","CREATE.hyperflex.AppCatalog":"Create a 'hyperflex.AppCatalog' resource.","DELETE.hyperflex.AppCatalog":"Delete a 'hyperflex.AppCatalog' resource.","READ.hyperflex.AppCatalog":"Read a 'hyperflex.AppCatalog' resource.","UPDATE.hyperflex.AppCatalog":"Update a 'hyperflex.AppCatalog' resource.","CREATE.hyperflex.AutoSupportPolicy":"Create a 'hyperflex.AutoSupportPolicy' resource.","DELETE.hyperflex.AutoSupportPolicy":"Delete a 'hyperflex.AutoSupportPolicy' resource.","READ.hyperflex.AutoSupportPolicy":"Read a 'hyperflex.AutoSupportPolicy' resource.","UPDATE.hyperflex.AutoSupportPolicy":"Update a 'hyperflex.AutoSupportPolicy' resource.","DELETE.hyperflex.BackupCluster":"Delete a 'hyperflex.BackupCluster' resource.","READ.hyperflex.BackupCluster":"Read a 'hyperflex.BackupCluster' resource.","CREATE.hyperflex.CapabilityInfo":"Create a 'hyperflex.CapabilityInfo' resource.","DELETE.hyperflex.CapabilityInfo":"Delete a 'hyperflex.CapabilityInfo' resource.","READ.hyperflex.CapabilityInfo":"Read a 'hyperflex.CapabilityInfo' resource.","UPDATE.hyperflex.CapabilityInfo":"Update a 'hyperflex.CapabilityInfo' resource.","READ.hyperflex.Cluster":"Read a 'hyperflex.Cluster' resource.","UPDATE.hyperflex.Cluster":"Update a 'hyperflex.Cluster' resource.","CREATE.hyperflex.ClusterBackupPolicy":"Create a 'hyperflex.ClusterBackupPolicy' resource.","DELETE.hyperflex.ClusterBackupPolicy":"Delete a 'hyperflex.ClusterBackupPolicy' resource.","READ.hyperflex.ClusterBackupPolicy":"Read a 'hyperflex.ClusterBackupPolicy' resource.","UPDATE.hyperflex.ClusterBackupPolicy":"Update a 'hyperflex.ClusterBackupPolicy' resource.","CREATE.hyperflex.ClusterBackupPolicyDeployment":"Create a 'hyperflex.ClusterBackupPolicyDeployment' resource.","DELETE.hyperflex.ClusterBackupPolicyDeployment":"Delete a 'hyperflex.ClusterBackupPolicyDeployment' resource.","READ.hyperflex.ClusterBackupPolicyDeployment":"Read a 'hyperflex.ClusterBackupPolicyDeployment' resource.","UPDATE.hyperflex.ClusterBackupPolicyDeployment":"Update a 'hyperflex.ClusterBackupPolicyDeployment' resource.","DELETE.hyperflex.ClusterBackupPolicyInventory":"Delete a 'hyperflex.ClusterBackupPolicyInventory' resource.","READ.hyperflex.ClusterBackupPolicyInventory":"Read a 'hyperflex.ClusterBackupPolicyInventory' resource.","READ.hyperflex.ClusterHealthCheckExecutionSnapshot":"Read a 'hyperflex.ClusterHealthCheckExecutionSnapshot' resource.","CREATE.hyperflex.ClusterNetworkPolicy":"Create a 'hyperflex.ClusterNetworkPolicy' resource.","DELETE.hyperflex.ClusterNetworkPolicy":"Delete a 'hyperflex.ClusterNetworkPolicy' resource.","READ.hyperflex.ClusterNetworkPolicy":"Read a 'hyperflex.ClusterNetworkPolicy' resource.","UPDATE.hyperflex.ClusterNetworkPolicy":"Update a 'hyperflex.ClusterNetworkPolicy' resource.","CREATE.hyperflex.ClusterProfile":"Create a 'hyperflex.ClusterProfile' resource.","DELETE.hyperflex.ClusterProfile":"Delete a 'hyperflex.ClusterProfile' resource.","READ.hyperflex.ClusterProfile":"Read a 'hyperflex.ClusterProfile' resource.","UPDATE.hyperflex.ClusterProfile":"Update a 'hyperflex.ClusterProfile' resource.","CREATE.hyperflex.ClusterReplicationNetworkPolicy":"Create a 'hyperflex.ClusterReplicationNetworkPolicy' resource.","DELETE.hyperflex.ClusterReplicationNetworkPolicy":"Delete a 'hyperflex.ClusterReplicationNetworkPolicy' resource.","READ.hyperflex.ClusterReplicationNetworkPolicy":"Read a 'hyperflex.ClusterReplicationNetworkPolicy' resource.","UPDATE.hyperflex.ClusterReplicationNetworkPolicy":"Update a 'hyperflex.ClusterReplicationNetworkPolicy' resource.","CREATE.hyperflex.ClusterReplicationNetworkPolicyDeployment":"Create a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.","DELETE.hyperflex.ClusterReplicationNetworkPolicyDeployment":"Delete a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.","READ.hyperflex.ClusterReplicationNetworkPolicyDeployment":"Read a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.","UPDATE.hyperflex.ClusterReplicationNetworkPolicyDeployment":"Update a 'hyperflex.ClusterReplicationNetworkPolicyDeployment' resource.","CREATE.hyperflex.ClusterStoragePolicy":"Create a 'hyperflex.ClusterStoragePolicy' resource.","DELETE.hyperflex.ClusterStoragePolicy":"Delete a 'hyperflex.ClusterStoragePolicy' resource.","READ.hyperflex.ClusterStoragePolicy":"Read a 'hyperflex.ClusterStoragePolicy' resource.","UPDATE.hyperflex.ClusterStoragePolicy":"Update a 'hyperflex.ClusterStoragePolicy' resource.","READ.hyperflex.ConfigResult":"Read a 'hyperflex.ConfigResult' resource.","READ.hyperflex.ConfigResultEntry":"Read a 'hyperflex.ConfigResultEntry' resource.","READ.hyperflex.DataProtectionPeer":"Read a 'hyperflex.DataProtectionPeer' resource.","READ.hyperflex.DatastoreStatistic":"Read a 'hyperflex.DatastoreStatistic' resource.","READ.hyperflex.DevicePackageDownloadState":"Read a 'hyperflex.DevicePackageDownloadState' resource.","READ.hyperflex.Drive":"Read a 'hyperflex.Drive' resource.","UPDATE.hyperflex.Drive":"Update a 'hyperflex.Drive' resource.","READ.hyperflex.Encryption":"Read a 'hyperflex.Encryption' resource.","CREATE.hyperflex.ExtFcStoragePolicy":"Create a 'hyperflex.ExtFcStoragePolicy' resource.","DELETE.hyperflex.ExtFcStoragePolicy":"Delete a 'hyperflex.ExtFcStoragePolicy' resource.","READ.hyperflex.ExtFcStoragePolicy":"Read a 'hyperflex.ExtFcStoragePolicy' resource.","UPDATE.hyperflex.ExtFcStoragePolicy":"Update a 'hyperflex.ExtFcStoragePolicy' resource.","CREATE.hyperflex.ExtIscsiStoragePolicy":"Create a 'hyperflex.ExtIscsiStoragePolicy' resource.","DELETE.hyperflex.ExtIscsiStoragePolicy":"Delete a 'hyperflex.ExtIscsiStoragePolicy' resource.","READ.hyperflex.ExtIscsiStoragePolicy":"Read a 'hyperflex.ExtIscsiStoragePolicy' resource.","UPDATE.hyperflex.ExtIscsiStoragePolicy":"Update a 'hyperflex.ExtIscsiStoragePolicy' resource.","CREATE.hyperflex.FeatureLimitExternal":"Create a 'hyperflex.FeatureLimitExternal' resource.","DELETE.hyperflex.FeatureLimitExternal":"Delete a 'hyperflex.FeatureLimitExternal' resource.","READ.hyperflex.FeatureLimitExternal":"Read a 'hyperflex.FeatureLimitExternal' resource.","UPDATE.hyperflex.FeatureLimitExternal":"Update a 'hyperflex.FeatureLimitExternal' resource.","CREATE.hyperflex.FeatureLimitInternal":"Create a 'hyperflex.FeatureLimitInternal' resource.","DELETE.hyperflex.FeatureLimitInternal":"Delete a 'hyperflex.FeatureLimitInternal' resource.","READ.hyperflex.FeatureLimitInternal":"Read a 'hyperflex.FeatureLimitInternal' resource.","UPDATE.hyperflex.FeatureLimitInternal":"Update a 'hyperflex.FeatureLimitInternal' resource.","READ.hyperflex.Health":"Read a 'hyperflex.Health' resource.","CREATE.hyperflex.HealthCheckDefinition":"Create a 'hyperflex.HealthCheckDefinition' resource.","DELETE.hyperflex.HealthCheckDefinition":"Delete a 'hyperflex.HealthCheckDefinition' resource.","READ.hyperflex.HealthCheckDefinition":"Read a 'hyperflex.HealthCheckDefinition' resource.","UPDATE.hyperflex.HealthCheckDefinition":"Update a 'hyperflex.HealthCheckDefinition' resource.","READ.hyperflex.HealthCheckExecution":"Read a 'hyperflex.HealthCheckExecution' resource.","READ.hyperflex.HealthCheckExecutionSnapshot":"Read a 'hyperflex.HealthCheckExecutionSnapshot' resource.","CREATE.hyperflex.HealthCheckPackageChecksum":"Create a 'hyperflex.HealthCheckPackageChecksum' resource.","DELETE.hyperflex.HealthCheckPackageChecksum":"Delete a 'hyperflex.HealthCheckPackageChecksum' resource.","READ.hyperflex.HealthCheckPackageChecksum":"Read a 'hyperflex.HealthCheckPackageChecksum' resource.","UPDATE.hyperflex.HealthCheckPackageChecksum":"Update a 'hyperflex.HealthCheckPackageChecksum' resource.","READ.hyperflex.HealthCheckSchedulePolicy":"Read a 'hyperflex.HealthCheckSchedulePolicy' resource.","READ.hyperflex.HwCatalog":"Read a 'hyperflex.HwCatalog' resource.","CREATE.hyperflex.HxdpVersion":"Create a 'hyperflex.HxdpVersion' resource.","DELETE.hyperflex.HxdpVersion":"Delete a 'hyperflex.HxdpVersion' resource.","READ.hyperflex.HxdpVersion":"Read a 'hyperflex.HxdpVersion' resource.","UPDATE.hyperflex.HxdpVersion":"Update a 'hyperflex.HxdpVersion' resource.","READ.hyperflex.HypervisorHost":"Read a 'hyperflex.HypervisorHost' resource.","UPDATE.hyperflex.HypervisorHost":"Update a 'hyperflex.HypervisorHost' resource.","READ.hyperflex.HypervisorVirtualMachine":"Read a 'hyperflex.HypervisorVirtualMachine' resource.","UPDATE.hyperflex.HypervisorVirtualMachine":"Update a 'hyperflex.HypervisorVirtualMachine' resource.","READ.hyperflex.InitiatorGroup":"Read a 'hyperflex.InitiatorGroup' resource.","UPDATE.hyperflex.InitiatorGroup":"Update a 'hyperflex.InitiatorGroup' resource.","READ.hyperflex.IscsiNetwork":"Read a 'hyperflex.IscsiNetwork' resource.","UPDATE.hyperflex.IscsiNetwork":"Update a 'hyperflex.IscsiNetwork' resource.","CREATE.hyperflex.KeyEncryptionKey":"Create a 'hyperflex.KeyEncryptionKey' resource.","DELETE.hyperflex.KeyEncryptionKey":"Delete a 'hyperflex.KeyEncryptionKey' resource.","READ.hyperflex.KeyEncryptionKey":"Read a 'hyperflex.KeyEncryptionKey' resource.","UPDATE.hyperflex.KeyEncryptionKey":"Update a 'hyperflex.KeyEncryptionKey' resource.","READ.hyperflex.License":"Read a 'hyperflex.License' resource.","CREATE.hyperflex.LocalCredentialPolicy":"Create a 'hyperflex.LocalCredentialPolicy' resource.","DELETE.hyperflex.LocalCredentialPolicy":"Delete a 'hyperflex.LocalCredentialPolicy' resource.","READ.hyperflex.LocalCredentialPolicy":"Read a 'hyperflex.LocalCredentialPolicy' resource.","UPDATE.hyperflex.LocalCredentialPolicy":"Update a 'hyperflex.LocalCredentialPolicy' resource.","READ.hyperflex.Lun":"Read a 'hyperflex.Lun' resource.","UPDATE.hyperflex.Lun":"Update a 'hyperflex.Lun' resource.","READ.hyperflex.Node":"Read a 'hyperflex.Node' resource.","CREATE.hyperflex.NodeConfigPolicy":"Create a 'hyperflex.NodeConfigPolicy' resource.","DELETE.hyperflex.NodeConfigPolicy":"Delete a 'hyperflex.NodeConfigPolicy' resource.","READ.hyperflex.NodeConfigPolicy":"Read a 'hyperflex.NodeConfigPolicy' resource.","UPDATE.hyperflex.NodeConfigPolicy":"Update a 'hyperflex.NodeConfigPolicy' resource.","CREATE.hyperflex.NodeProfile":"Create a 'hyperflex.NodeProfile' resource.","DELETE.hyperflex.NodeProfile":"Delete a 'hyperflex.NodeProfile' resource.","READ.hyperflex.NodeProfile":"Read a 'hyperflex.NodeProfile' resource.","UPDATE.hyperflex.NodeProfile":"Update a 'hyperflex.NodeProfile' resource.","READ.hyperflex.ProtectedCluster":"Read a 'hyperflex.ProtectedCluster' resource.","CREATE.hyperflex.ProxySettingPolicy":"Create a 'hyperflex.ProxySettingPolicy' resource.","DELETE.hyperflex.ProxySettingPolicy":"Delete a 'hyperflex.ProxySettingPolicy' resource.","READ.hyperflex.ProxySettingPolicy":"Read a 'hyperflex.ProxySettingPolicy' resource.","UPDATE.hyperflex.ProxySettingPolicy":"Update a 'hyperflex.ProxySettingPolicy' resource.","CREATE.hyperflex.ReduceReSync":"Create a 'hyperflex.ReduceReSync' resource.","DELETE.hyperflex.ReduceReSync":"Delete a 'hyperflex.ReduceReSync' resource.","READ.hyperflex.ReduceReSync":"Read a 'hyperflex.ReduceReSync' resource.","UPDATE.hyperflex.ReduceReSync":"Update a 'hyperflex.ReduceReSync' resource.","CREATE.hyperflex.ServerFirmwareVersion":"Create a 'hyperflex.ServerFirmwareVersion' resource.","DELETE.hyperflex.ServerFirmwareVersion":"Delete a 'hyperflex.ServerFirmwareVersion' resource.","READ.hyperflex.ServerFirmwareVersion":"Read a 'hyperflex.ServerFirmwareVersion' resource.","UPDATE.hyperflex.ServerFirmwareVersion":"Update a 'hyperflex.ServerFirmwareVersion' resource.","CREATE.hyperflex.ServerFirmwareVersionEntry":"Create a 'hyperflex.ServerFirmwareVersionEntry' resource.","DELETE.hyperflex.ServerFirmwareVersionEntry":"Delete a 'hyperflex.ServerFirmwareVersionEntry' resource.","READ.hyperflex.ServerFirmwareVersionEntry":"Read a 'hyperflex.ServerFirmwareVersionEntry' resource.","UPDATE.hyperflex.ServerFirmwareVersionEntry":"Update a 'hyperflex.ServerFirmwareVersionEntry' resource.","CREATE.hyperflex.ServerModel":"Create a 'hyperflex.ServerModel' resource.","DELETE.hyperflex.ServerModel":"Delete a 'hyperflex.ServerModel' resource.","READ.hyperflex.ServerModel":"Read a 'hyperflex.ServerModel' resource.","UPDATE.hyperflex.ServerModel":"Update a 'hyperflex.ServerModel' resource.","CREATE.hyperflex.ServiceAuthToken":"Create a 'hyperflex.ServiceAuthToken' resource.","DELETE.hyperflex.ServiceAuthToken":"Delete a 'hyperflex.ServiceAuthToken' resource.","READ.hyperflex.ServiceAuthToken":"Read a 'hyperflex.ServiceAuthToken' resource.","UPDATE.hyperflex.ServiceAuthToken":"Update a 'hyperflex.ServiceAuthToken' resource.","CREATE.hyperflex.SoftwareDistributionComponent":"Create a 'hyperflex.SoftwareDistributionComponent' resource.","DELETE.hyperflex.SoftwareDistributionComponent":"Delete a 'hyperflex.SoftwareDistributionComponent' resource.","READ.hyperflex.SoftwareDistributionComponent":"Read a 'hyperflex.SoftwareDistributionComponent' resource.","UPDATE.hyperflex.SoftwareDistributionComponent":"Update a 'hyperflex.SoftwareDistributionComponent' resource.","CREATE.hyperflex.SoftwareDistributionEntry":"Create a 'hyperflex.SoftwareDistributionEntry' resource.","DELETE.hyperflex.SoftwareDistributionEntry":"Delete a 'hyperflex.SoftwareDistributionEntry' resource.","READ.hyperflex.SoftwareDistributionEntry":"Read a 'hyperflex.SoftwareDistributionEntry' resource.","UPDATE.hyperflex.SoftwareDistributionEntry":"Update a 'hyperflex.SoftwareDistributionEntry' resource.","CREATE.hyperflex.SoftwareDistributionVersion":"Create a 'hyperflex.SoftwareDistributionVersion' resource.","DELETE.hyperflex.SoftwareDistributionVersion":"Delete a 'hyperflex.SoftwareDistributionVersion' resource.","READ.hyperflex.SoftwareDistributionVersion":"Read a 'hyperflex.SoftwareDistributionVersion' resource.","UPDATE.hyperflex.SoftwareDistributionVersion":"Update a 'hyperflex.SoftwareDistributionVersion' resource.","CREATE.hyperflex.SoftwareVersionPolicy":"Create a 'hyperflex.SoftwareVersionPolicy' resource.","DELETE.hyperflex.SoftwareVersionPolicy":"Delete a 'hyperflex.SoftwareVersionPolicy' resource.","READ.hyperflex.SoftwareVersionPolicy":"Read a 'hyperflex.SoftwareVersionPolicy' resource.","UPDATE.hyperflex.SoftwareVersionPolicy":"Update a 'hyperflex.SoftwareVersionPolicy' resource.","CREATE.hyperflex.StartReduceReSync":"Create a 'hyperflex.StartReduceReSync' resource.","READ.hyperflex.StartReduceReSync":"Read a 'hyperflex.StartReduceReSync' resource.","READ.hyperflex.StorageContainer":"Read a 'hyperflex.StorageContainer' resource.","UPDATE.hyperflex.StorageContainer":"Update a 'hyperflex.StorageContainer' resource.","CREATE.hyperflex.SysConfigPolicy":"Create a 'hyperflex.SysConfigPolicy' resource.","DELETE.hyperflex.SysConfigPolicy":"Delete a 'hyperflex.SysConfigPolicy' resource.","READ.hyperflex.SysConfigPolicy":"Read a 'hyperflex.SysConfigPolicy' resource.","UPDATE.hyperflex.SysConfigPolicy":"Update a 'hyperflex.SysConfigPolicy' resource.","READ.hyperflex.Target":"Read a 'hyperflex.Target' resource.","UPDATE.hyperflex.Target":"Update a 'hyperflex.Target' resource.","CREATE.hyperflex.UcsmConfigPolicy":"Create a 'hyperflex.UcsmConfigPolicy' resource.","DELETE.hyperflex.UcsmConfigPolicy":"Delete a 'hyperflex.UcsmConfigPolicy' resource.","READ.hyperflex.UcsmConfigPolicy":"Read a 'hyperflex.UcsmConfigPolicy' resource.","UPDATE.hyperflex.UcsmConfigPolicy":"Update a 'hyperflex.UcsmConfigPolicy' resource.","CREATE.hyperflex.VcenterConfigPolicy":"Create a 'hyperflex.VcenterConfigPolicy' resource.","DELETE.hyperflex.VcenterConfigPolicy":"Delete a 'hyperflex.VcenterConfigPolicy' resource.","READ.hyperflex.VcenterConfigPolicy":"Read a 'hyperflex.VcenterConfigPolicy' resource.","UPDATE.hyperflex.VcenterConfigPolicy":"Update a 'hyperflex.VcenterConfigPolicy' resource.","DELETE.hyperflex.VmBackupInfo":"Delete a 'hyperflex.VmBackupInfo' resource.","READ.hyperflex.VmBackupInfo":"Read a 'hyperflex.VmBackupInfo' resource.","CREATE.hyperflex.VmImportOperation":"Create a 'hyperflex.VmImportOperation' resource.","DELETE.hyperflex.VmImportOperation":"Delete a 'hyperflex.VmImportOperation' resource.","READ.hyperflex.VmImportOperation":"Read a 'hyperflex.VmImportOperation' resource.","CREATE.hyperflex.VmRestoreOperation":"Create a 'hyperflex.VmRestoreOperation' resource.","DELETE.hyperflex.VmRestoreOperation":"Delete a 'hyperflex.VmRestoreOperation' resource.","READ.hyperflex.VmRestoreOperation":"Read a 'hyperflex.VmRestoreOperation' resource.","DELETE.hyperflex.VmSnapshotInfo":"Delete a 'hyperflex.VmSnapshotInfo' resource.","READ.hyperflex.VmSnapshotInfo":"Read a 'hyperflex.VmSnapshotInfo' resource.","READ.hyperflex.Volume":"Read a 'hyperflex.Volume' resource.","UPDATE.hyperflex.Volume":"Update a 'hyperflex.Volume' resource.","READ.hyperflex.WitnessConfiguration":"Read a 'hyperflex.WitnessConfiguration' resource.","READ.iaas.ConnectorPack":"Read a 'iaas.ConnectorPack' resource.","READ.iaas.CustomTaskInfo":"Read a 'iaas.CustomTaskInfo' resource.","READ.iaas.DeviceStatus":"Read a 'iaas.DeviceStatus' resource.","READ.iaas.DiagnosticMessages":"Read a 'iaas.DiagnosticMessages' resource.","READ.iaas.LicenseInfo":"Read a 'iaas.LicenseInfo' resource.","READ.iaas.MostRunTasks":"Read a 'iaas.MostRunTasks' resource.","READ.iaas.ServiceRequest":"Read a 'iaas.ServiceRequest' resource.","READ.iaas.SystemTaskInfo":"Read a 'iaas.SystemTaskInfo' resource.","DELETE.iaas.UcsdInfo":"Delete a 'iaas.UcsdInfo' resource.","READ.iaas.UcsdInfo":"Read a 'iaas.UcsdInfo' resource.","UPDATE.iaas.UcsdInfo":"Update a 'iaas.UcsdInfo' resource.","READ.iaas.UcsdManagedInfra":"Read a 'iaas.UcsdManagedInfra' resource.","READ.iaas.UcsdMessages":"Read a 'iaas.UcsdMessages' resource.","CREATE.iam.Account":"Create a 'iam.Account' resource.","DELETE.iam.Account":"Delete a 'iam.Account' resource.","READ.iam.Account":"Read a 'iam.Account' resource.","UPDATE.iam.Account":"Update a 'iam.Account' resource.","CREATE.iam.AccountExperience":"Create a 'iam.AccountExperience' resource.","READ.iam.AccountExperience":"Read a 'iam.AccountExperience' resource.","UPDATE.iam.AccountExperience":"Update a 'iam.AccountExperience' resource.","CREATE.iam.ApiKey":"Create a 'iam.ApiKey' resource.","DELETE.iam.ApiKey":"Delete a 'iam.ApiKey' resource.","READ.iam.ApiKey":"Read a 'iam.ApiKey' resource.","UPDATE.iam.ApiKey":"Update a 'iam.ApiKey' resource.","CREATE.iam.AppRegistration":"Create a 'iam.AppRegistration' resource.","DELETE.iam.AppRegistration":"Delete a 'iam.AppRegistration' resource.","READ.iam.AppRegistration":"Read a 'iam.AppRegistration' resource.","UPDATE.iam.AppRegistration":"Update a 'iam.AppRegistration' resource.","READ.iam.BannerMessage":"Read a 'iam.BannerMessage' resource.","UPDATE.iam.BannerMessage":"Update a 'iam.BannerMessage' resource.","CREATE.iam.Certificate":"Create a 'iam.Certificate' resource.","DELETE.iam.Certificate":"Delete a 'iam.Certificate' resource.","READ.iam.Certificate":"Read a 'iam.Certificate' resource.","UPDATE.iam.Certificate":"Update a 'iam.Certificate' resource.","CREATE.iam.CertificateRequest":"Create a 'iam.CertificateRequest' resource.","DELETE.iam.CertificateRequest":"Delete a 'iam.CertificateRequest' resource.","READ.iam.CertificateRequest":"Read a 'iam.CertificateRequest' resource.","UPDATE.iam.CertificateRequest":"Update a 'iam.CertificateRequest' resource.","READ.iam.DomainGroup":"Read a 'iam.DomainGroup' resource.","CREATE.iam.DomainNameInfo":"Create a 'iam.DomainNameInfo' resource.","DELETE.iam.DomainNameInfo":"Delete a 'iam.DomainNameInfo' resource.","READ.iam.DomainNameInfo":"Read a 'iam.DomainNameInfo' resource.","UPDATE.iam.DomainNameInfo":"Update a 'iam.DomainNameInfo' resource.","READ.iam.EndPointPrivilege":"Read a 'iam.EndPointPrivilege' resource.","READ.iam.EndPointRole":"Read a 'iam.EndPointRole' resource.","CREATE.iam.EndPointUser":"Create a 'iam.EndPointUser' resource.","DELETE.iam.EndPointUser":"Delete a 'iam.EndPointUser' resource.","READ.iam.EndPointUser":"Read a 'iam.EndPointUser' resource.","UPDATE.iam.EndPointUser":"Update a 'iam.EndPointUser' resource.","READ.iam.EndPointUserInventory":"Read a 'iam.EndPointUserInventory' resource.","CREATE.iam.EndPointUserPolicy":"Create a 'iam.EndPointUserPolicy' resource.","DELETE.iam.EndPointUserPolicy":"Delete a 'iam.EndPointUserPolicy' resource.","READ.iam.EndPointUserPolicy":"Read a 'iam.EndPointUserPolicy' resource.","UPDATE.iam.EndPointUserPolicy":"Update a 'iam.EndPointUserPolicy' resource.","READ.iam.EndPointUserPolicyInventory":"Read a 'iam.EndPointUserPolicyInventory' resource.","CREATE.iam.EndPointUserRole":"Create a 'iam.EndPointUserRole' resource.","DELETE.iam.EndPointUserRole":"Delete a 'iam.EndPointUserRole' resource.","READ.iam.EndPointUserRole":"Read a 'iam.EndPointUserRole' resource.","UPDATE.iam.EndPointUserRole":"Update a 'iam.EndPointUserRole' resource.","READ.iam.EndPointUserRoleInventory":"Read a 'iam.EndPointUserRoleInventory' resource.","CREATE.iam.Idp":"Create a 'iam.Idp' resource.","DELETE.iam.Idp":"Delete a 'iam.Idp' resource.","READ.iam.Idp":"Read a 'iam.Idp' resource.","UPDATE.iam.Idp":"Update a 'iam.Idp' resource.","READ.iam.IdpReference":"Read a 'iam.IdpReference' resource.","UPDATE.iam.IdpReference":"Update a 'iam.IdpReference' resource.","CREATE.iam.IpAccessManagement":"Create a 'iam.IpAccessManagement' resource.","READ.iam.IpAccessManagement":"Read a 'iam.IpAccessManagement' resource.","UPDATE.iam.IpAccessManagement":"Update a 'iam.IpAccessManagement' resource.","CREATE.iam.IpAddress":"Create a 'iam.IpAddress' resource.","DELETE.iam.IpAddress":"Delete a 'iam.IpAddress' resource.","READ.iam.IpAddress":"Read a 'iam.IpAddress' resource.","UPDATE.iam.IpAddress":"Update a 'iam.IpAddress' resource.","READ.iam.LdapConfigParams":"Read a 'iam.LdapConfigParams' resource.","CREATE.iam.LdapGroup":"Create a 'iam.LdapGroup' resource.","DELETE.iam.LdapGroup":"Delete a 'iam.LdapGroup' resource.","READ.iam.LdapGroup":"Read a 'iam.LdapGroup' resource.","UPDATE.iam.LdapGroup":"Update a 'iam.LdapGroup' resource.","CREATE.iam.LdapPolicy":"Create a 'iam.LdapPolicy' resource.","DELETE.iam.LdapPolicy":"Delete a 'iam.LdapPolicy' resource.","READ.iam.LdapPolicy":"Read a 'iam.LdapPolicy' resource.","UPDATE.iam.LdapPolicy":"Update a 'iam.LdapPolicy' resource.","CREATE.iam.LdapProvider":"Create a 'iam.LdapProvider' resource.","DELETE.iam.LdapProvider":"Delete a 'iam.LdapProvider' resource.","READ.iam.LdapProvider":"Read a 'iam.LdapProvider' resource.","UPDATE.iam.LdapProvider":"Update a 'iam.LdapProvider' resource.","CREATE.iam.LocalUserPassword":"Create a 'iam.LocalUserPassword' resource.","READ.iam.LocalUserPassword":"Read a 'iam.LocalUserPassword' resource.","UPDATE.iam.LocalUserPassword":"Update a 'iam.LocalUserPassword' resource.","READ.iam.LocalUserPasswordPolicy":"Read a 'iam.LocalUserPasswordPolicy' resource.","UPDATE.iam.LocalUserPasswordPolicy":"Update a 'iam.LocalUserPasswordPolicy' resource.","DELETE.iam.OAuthToken":"Delete a 'iam.OAuthToken' resource.","READ.iam.OAuthToken":"Read a 'iam.OAuthToken' resource.","CREATE.iam.Permission":"Create a 'iam.Permission' resource.","DELETE.iam.Permission":"Delete a 'iam.Permission' resource.","READ.iam.Permission":"Read a 'iam.Permission' resource.","UPDATE.iam.Permission":"Update a 'iam.Permission' resource.","CREATE.iam.PrivateKeySpec":"Create a 'iam.PrivateKeySpec' resource.","DELETE.iam.PrivateKeySpec":"Delete a 'iam.PrivateKeySpec' resource.","READ.iam.PrivateKeySpec":"Read a 'iam.PrivateKeySpec' resource.","UPDATE.iam.PrivateKeySpec":"Update a 'iam.PrivateKeySpec' resource.","READ.iam.Privilege":"Read a 'iam.Privilege' resource.","READ.iam.PrivilegeSet":"Read a 'iam.PrivilegeSet' resource.","CREATE.iam.Qualifier":"Create a 'iam.Qualifier' resource.","DELETE.iam.Qualifier":"Delete a 'iam.Qualifier' resource.","READ.iam.Qualifier":"Read a 'iam.Qualifier' resource.","UPDATE.iam.Qualifier":"Update a 'iam.Qualifier' resource.","READ.iam.ResourceLimits":"Read a 'iam.ResourceLimits' resource.","UPDATE.iam.ResourceLimits":"Update a 'iam.ResourceLimits' resource.","READ.iam.ResourcePermission":"Read a 'iam.ResourcePermission' resource.","CREATE.iam.ResourceRoles":"Create a 'iam.ResourceRoles' resource.","DELETE.iam.ResourceRoles":"Delete a 'iam.ResourceRoles' resource.","READ.iam.ResourceRoles":"Read a 'iam.ResourceRoles' resource.","UPDATE.iam.ResourceRoles":"Update a 'iam.ResourceRoles' resource.","READ.iam.Role":"Read a 'iam.Role' resource.","READ.iam.SecurityHolder":"Read a 'iam.SecurityHolder' resource.","READ.iam.ServiceProvider":"Read a 'iam.ServiceProvider' resource.","DELETE.iam.Session":"Delete a 'iam.Session' resource.","READ.iam.Session":"Read a 'iam.Session' resource.","CREATE.iam.SessionLimits":"Create a 'iam.SessionLimits' resource.","DELETE.iam.SessionLimits":"Delete a 'iam.SessionLimits' resource.","READ.iam.SessionLimits":"Read a 'iam.SessionLimits' resource.","UPDATE.iam.SessionLimits":"Update a 'iam.SessionLimits' resource.","CREATE.iam.SharingRule":"Create a 'iam.SharingRule' resource.","DELETE.iam.SharingRule":"Delete a 'iam.SharingRule' resource.","READ.iam.SharingRule":"Read a 'iam.SharingRule' resource.","READ.iam.System":"Read a 'iam.System' resource.","CREATE.iam.TrustPoint":"Create a 'iam.TrustPoint' resource.","DELETE.iam.TrustPoint":"Delete a 'iam.TrustPoint' resource.","READ.iam.TrustPoint":"Read a 'iam.TrustPoint' resource.","CREATE.iam.User":"Create a 'iam.User' resource.","DELETE.iam.User":"Delete a 'iam.User' resource.","READ.iam.User":"Read a 'iam.User' resource.","UPDATE.iam.User":"Update a 'iam.User' resource.","CREATE.iam.UserGroup":"Create a 'iam.UserGroup' resource.","DELETE.iam.UserGroup":"Delete a 'iam.UserGroup' resource.","READ.iam.UserGroup":"Read a 'iam.UserGroup' resource.","UPDATE.iam.UserGroup":"Update a 'iam.UserGroup' resource.","READ.iam.UserPreference":"Read a 'iam.UserPreference' resource.","UPDATE.iam.UserPreference":"Update a 'iam.UserPreference' resource.","CREATE.iam.UserSetting":"Create a 'iam.UserSetting' resource.","READ.iam.UserSetting":"Read a 'iam.UserSetting' resource.","UPDATE.iam.UserSetting":"Update a 'iam.UserSetting' resource.","READ.inventory.DeviceInfo":"Read a 'inventory.DeviceInfo' resource.","READ.inventory.DnMoBinding":"Read a 'inventory.DnMoBinding' resource.","READ.inventory.GenericInventory":"Read a 'inventory.GenericInventory' resource.","UPDATE.inventory.GenericInventory":"Update a 'inventory.GenericInventory' resource.","READ.inventory.GenericInventoryHolder":"Read a 'inventory.GenericInventoryHolder' resource.","UPDATE.inventory.GenericInventoryHolder":"Update a 'inventory.GenericInventoryHolder' resource.","CREATE.inventory.Request":"Create a 'inventory.Request' resource.","CREATE.ipmioverlan.Policy":"Create a 'ipmioverlan.Policy' resource.","DELETE.ipmioverlan.Policy":"Delete a 'ipmioverlan.Policy' resource.","READ.ipmioverlan.Policy":"Read a 'ipmioverlan.Policy' resource.","UPDATE.ipmioverlan.Policy":"Update a 'ipmioverlan.Policy' resource.","READ.ipmioverlan.PolicyInventory":"Read a 'ipmioverlan.PolicyInventory' resource.","READ.ippool.BlockLease":"Read a 'ippool.BlockLease' resource.","DELETE.ippool.IpLease":"Delete a 'ippool.IpLease' resource.","READ.ippool.IpLease":"Read a 'ippool.IpLease' resource.","CREATE.ippool.Pool":"Create a 'ippool.Pool' resource.","DELETE.ippool.Pool":"Delete a 'ippool.Pool' resource.","READ.ippool.Pool":"Read a 'ippool.Pool' resource.","UPDATE.ippool.Pool":"Update a 'ippool.Pool' resource.","READ.ippool.PoolMember":"Read a 'ippool.PoolMember' resource.","CREATE.ippool.Reservation":"Create a 'ippool.Reservation' resource.","DELETE.ippool.Reservation":"Delete a 'ippool.Reservation' resource.","READ.ippool.Reservation":"Read a 'ippool.Reservation' resource.","READ.ippool.ShadowBlock":"Read a 'ippool.ShadowBlock' resource.","READ.ippool.ShadowPool":"Read a 'ippool.ShadowPool' resource.","READ.ippool.Universe":"Read a 'ippool.Universe' resource.","READ.iqnpool.Block":"Read a 'iqnpool.Block' resource.","DELETE.iqnpool.Lease":"Delete a 'iqnpool.Lease' resource.","READ.iqnpool.Lease":"Read a 'iqnpool.Lease' resource.","CREATE.iqnpool.Pool":"Create a 'iqnpool.Pool' resource.","DELETE.iqnpool.Pool":"Delete a 'iqnpool.Pool' resource.","READ.iqnpool.Pool":"Read a 'iqnpool.Pool' resource.","UPDATE.iqnpool.Pool":"Update a 'iqnpool.Pool' resource.","READ.iqnpool.PoolMember":"Read a 'iqnpool.PoolMember' resource.","CREATE.iqnpool.Reservation":"Create a 'iqnpool.Reservation' resource.","DELETE.iqnpool.Reservation":"Delete a 'iqnpool.Reservation' resource.","READ.iqnpool.Reservation":"Read a 'iqnpool.Reservation' resource.","READ.iqnpool.Universe":"Read a 'iqnpool.Universe' resource.","CREATE.iwotenant.MaintenanceNotification":"Create a 'iwotenant.MaintenanceNotification' resource.","DELETE.iwotenant.MaintenanceNotification":"Delete a 'iwotenant.MaintenanceNotification' resource.","READ.iwotenant.MaintenanceNotification":"Read a 'iwotenant.MaintenanceNotification' resource.","CREATE.iwotenant.TenantCustomization":"Create a 'iwotenant.TenantCustomization' resource.","DELETE.iwotenant.TenantCustomization":"Delete a 'iwotenant.TenantCustomization' resource.","READ.iwotenant.TenantCustomization":"Read a 'iwotenant.TenantCustomization' resource.","UPDATE.iwotenant.TenantCustomization":"Update a 'iwotenant.TenantCustomization' resource.","READ.iwotenant.TenantStatus":"Read a 'iwotenant.TenantStatus' resource.","CREATE.kubernetes.AciCniApic":"Create a 'kubernetes.AciCniApic' resource.","DELETE.kubernetes.AciCniApic":"Delete a 'kubernetes.AciCniApic' resource.","READ.kubernetes.AciCniApic":"Read a 'kubernetes.AciCniApic' resource.","UPDATE.kubernetes.AciCniApic":"Update a 'kubernetes.AciCniApic' resource.","CREATE.kubernetes.AciCniProfile":"Create a 'kubernetes.AciCniProfile' resource.","DELETE.kubernetes.AciCniProfile":"Delete a 'kubernetes.AciCniProfile' resource.","READ.kubernetes.AciCniProfile":"Read a 'kubernetes.AciCniProfile' resource.","UPDATE.kubernetes.AciCniProfile":"Update a 'kubernetes.AciCniProfile' resource.","CREATE.kubernetes.AciCniTenantClusterAllocation":"Create a 'kubernetes.AciCniTenantClusterAllocation' resource.","DELETE.kubernetes.AciCniTenantClusterAllocation":"Delete a 'kubernetes.AciCniTenantClusterAllocation' resource.","READ.kubernetes.AciCniTenantClusterAllocation":"Read a 'kubernetes.AciCniTenantClusterAllocation' resource.","UPDATE.kubernetes.AciCniTenantClusterAllocation":"Update a 'kubernetes.AciCniTenantClusterAllocation' resource.","CREATE.kubernetes.AddonDefinition":"Create a 'kubernetes.AddonDefinition' resource.","DELETE.kubernetes.AddonDefinition":"Delete a 'kubernetes.AddonDefinition' resource.","READ.kubernetes.AddonDefinition":"Read a 'kubernetes.AddonDefinition' resource.","UPDATE.kubernetes.AddonDefinition":"Update a 'kubernetes.AddonDefinition' resource.","CREATE.kubernetes.AddonPolicy":"Create a 'kubernetes.AddonPolicy' resource.","DELETE.kubernetes.AddonPolicy":"Delete a 'kubernetes.AddonPolicy' resource.","READ.kubernetes.AddonPolicy":"Read a 'kubernetes.AddonPolicy' resource.","UPDATE.kubernetes.AddonPolicy":"Update a 'kubernetes.AddonPolicy' resource.","CREATE.kubernetes.AddonRepository":"Create a 'kubernetes.AddonRepository' resource.","DELETE.kubernetes.AddonRepository":"Delete a 'kubernetes.AddonRepository' resource.","READ.kubernetes.AddonRepository":"Read a 'kubernetes.AddonRepository' resource.","UPDATE.kubernetes.AddonRepository":"Update a 'kubernetes.AddonRepository' resource.","CREATE.kubernetes.BaremetalNodeProfile":"Create a 'kubernetes.BaremetalNodeProfile' resource.","DELETE.kubernetes.BaremetalNodeProfile":"Delete a 'kubernetes.BaremetalNodeProfile' resource.","READ.kubernetes.BaremetalNodeProfile":"Read a 'kubernetes.BaremetalNodeProfile' resource.","UPDATE.kubernetes.BaremetalNodeProfile":"Update a 'kubernetes.BaremetalNodeProfile' resource.","READ.kubernetes.Catalog":"Read a 'kubernetes.Catalog' resource.","CREATE.kubernetes.Cluster":"Create a 'kubernetes.Cluster' resource.","DELETE.kubernetes.Cluster":"Delete a 'kubernetes.Cluster' resource.","READ.kubernetes.Cluster":"Read a 'kubernetes.Cluster' resource.","UPDATE.kubernetes.Cluster":"Update a 'kubernetes.Cluster' resource.","CREATE.kubernetes.ClusterAddonProfile":"Create a 'kubernetes.ClusterAddonProfile' resource.","DELETE.kubernetes.ClusterAddonProfile":"Delete a 'kubernetes.ClusterAddonProfile' resource.","READ.kubernetes.ClusterAddonProfile":"Read a 'kubernetes.ClusterAddonProfile' resource.","UPDATE.kubernetes.ClusterAddonProfile":"Update a 'kubernetes.ClusterAddonProfile' resource.","CREATE.kubernetes.ClusterProfile":"Create a 'kubernetes.ClusterProfile' resource.","DELETE.kubernetes.ClusterProfile":"Delete a 'kubernetes.ClusterProfile' resource.","READ.kubernetes.ClusterProfile":"Read a 'kubernetes.ClusterProfile' resource.","UPDATE.kubernetes.ClusterProfile":"Update a 'kubernetes.ClusterProfile' resource.","READ.kubernetes.ConfigResult":"Read a 'kubernetes.ConfigResult' resource.","READ.kubernetes.ConfigResultEntry":"Read a 'kubernetes.ConfigResultEntry' resource.","CREATE.kubernetes.ContainerRuntimePolicy":"Create a 'kubernetes.ContainerRuntimePolicy' resource.","DELETE.kubernetes.ContainerRuntimePolicy":"Delete a 'kubernetes.ContainerRuntimePolicy' resource.","READ.kubernetes.ContainerRuntimePolicy":"Read a 'kubernetes.ContainerRuntimePolicy' resource.","UPDATE.kubernetes.ContainerRuntimePolicy":"Update a 'kubernetes.ContainerRuntimePolicy' resource.","DELETE.kubernetes.DaemonSet":"Delete a 'kubernetes.DaemonSet' resource.","READ.kubernetes.DaemonSet":"Read a 'kubernetes.DaemonSet' resource.","DELETE.kubernetes.Deployment":"Delete a 'kubernetes.Deployment' resource.","READ.kubernetes.Deployment":"Read a 'kubernetes.Deployment' resource.","CREATE.kubernetes.HttpProxyPolicy":"Create a 'kubernetes.HttpProxyPolicy' resource.","DELETE.kubernetes.HttpProxyPolicy":"Delete a 'kubernetes.HttpProxyPolicy' resource.","READ.kubernetes.HttpProxyPolicy":"Read a 'kubernetes.HttpProxyPolicy' resource.","UPDATE.kubernetes.HttpProxyPolicy":"Update a 'kubernetes.HttpProxyPolicy' resource.","DELETE.kubernetes.Ingress":"Delete a 'kubernetes.Ingress' resource.","READ.kubernetes.Ingress":"Read a 'kubernetes.Ingress' resource.","CREATE.kubernetes.NetworkPolicy":"Create a 'kubernetes.NetworkPolicy' resource.","DELETE.kubernetes.NetworkPolicy":"Delete a 'kubernetes.NetworkPolicy' resource.","READ.kubernetes.NetworkPolicy":"Read a 'kubernetes.NetworkPolicy' resource.","UPDATE.kubernetes.NetworkPolicy":"Update a 'kubernetes.NetworkPolicy' resource.","DELETE.kubernetes.Node":"Delete a 'kubernetes.Node' resource.","READ.kubernetes.Node":"Read a 'kubernetes.Node' resource.","CREATE.kubernetes.NodeGroupProfile":"Create a 'kubernetes.NodeGroupProfile' resource.","DELETE.kubernetes.NodeGroupProfile":"Delete a 'kubernetes.NodeGroupProfile' resource.","READ.kubernetes.NodeGroupProfile":"Read a 'kubernetes.NodeGroupProfile' resource.","UPDATE.kubernetes.NodeGroupProfile":"Update a 'kubernetes.NodeGroupProfile' resource.","CREATE.kubernetes.NvidiaGpuProduct":"Create a 'kubernetes.NvidiaGpuProduct' resource.","DELETE.kubernetes.NvidiaGpuProduct":"Delete a 'kubernetes.NvidiaGpuProduct' resource.","READ.kubernetes.NvidiaGpuProduct":"Read a 'kubernetes.NvidiaGpuProduct' resource.","UPDATE.kubernetes.NvidiaGpuProduct":"Update a 'kubernetes.NvidiaGpuProduct' resource.","DELETE.kubernetes.Pod":"Delete a 'kubernetes.Pod' resource.","READ.kubernetes.Pod":"Read a 'kubernetes.Pod' resource.","DELETE.kubernetes.Service":"Delete a 'kubernetes.Service' resource.","READ.kubernetes.Service":"Read a 'kubernetes.Service' resource.","DELETE.kubernetes.StatefulSet":"Delete a 'kubernetes.StatefulSet' resource.","READ.kubernetes.StatefulSet":"Read a 'kubernetes.StatefulSet' resource.","CREATE.kubernetes.SysConfigPolicy":"Create a 'kubernetes.SysConfigPolicy' resource.","DELETE.kubernetes.SysConfigPolicy":"Delete a 'kubernetes.SysConfigPolicy' resource.","READ.kubernetes.SysConfigPolicy":"Read a 'kubernetes.SysConfigPolicy' resource.","UPDATE.kubernetes.SysConfigPolicy":"Update a 'kubernetes.SysConfigPolicy' resource.","CREATE.kubernetes.TrustedRegistriesPolicy":"Create a 'kubernetes.TrustedRegistriesPolicy' resource.","DELETE.kubernetes.TrustedRegistriesPolicy":"Delete a 'kubernetes.TrustedRegistriesPolicy' resource.","READ.kubernetes.TrustedRegistriesPolicy":"Read a 'kubernetes.TrustedRegistriesPolicy' resource.","UPDATE.kubernetes.TrustedRegistriesPolicy":"Update a 'kubernetes.TrustedRegistriesPolicy' resource.","CREATE.kubernetes.Version":"Create a 'kubernetes.Version' resource.","DELETE.kubernetes.Version":"Delete a 'kubernetes.Version' resource.","READ.kubernetes.Version":"Read a 'kubernetes.Version' resource.","UPDATE.kubernetes.Version":"Update a 'kubernetes.Version' resource.","CREATE.kubernetes.VersionPolicy":"Create a 'kubernetes.VersionPolicy' resource.","DELETE.kubernetes.VersionPolicy":"Delete a 'kubernetes.VersionPolicy' resource.","READ.kubernetes.VersionPolicy":"Read a 'kubernetes.VersionPolicy' resource.","UPDATE.kubernetes.VersionPolicy":"Update a 'kubernetes.VersionPolicy' resource.","CREATE.kubernetes.VirtualMachineInfraConfigPolicy":"Create a 'kubernetes.VirtualMachineInfraConfigPolicy' resource.","DELETE.kubernetes.VirtualMachineInfraConfigPolicy":"Delete a 'kubernetes.VirtualMachineInfraConfigPolicy' resource.","READ.kubernetes.VirtualMachineInfraConfigPolicy":"Read a 'kubernetes.VirtualMachineInfraConfigPolicy' resource.","UPDATE.kubernetes.VirtualMachineInfraConfigPolicy":"Update a 'kubernetes.VirtualMachineInfraConfigPolicy' resource.","CREATE.kubernetes.VirtualMachineInfrastructureProvider":"Create a 'kubernetes.VirtualMachineInfrastructureProvider' resource.","READ.kubernetes.VirtualMachineInfrastructureProvider":"Read a 'kubernetes.VirtualMachineInfrastructureProvider' resource.","UPDATE.kubernetes.VirtualMachineInfrastructureProvider":"Update a 'kubernetes.VirtualMachineInfrastructureProvider' resource.","CREATE.kubernetes.VirtualMachineInstanceType":"Create a 'kubernetes.VirtualMachineInstanceType' resource.","DELETE.kubernetes.VirtualMachineInstanceType":"Delete a 'kubernetes.VirtualMachineInstanceType' resource.","READ.kubernetes.VirtualMachineInstanceType":"Read a 'kubernetes.VirtualMachineInstanceType' resource.","UPDATE.kubernetes.VirtualMachineInstanceType":"Update a 'kubernetes.VirtualMachineInstanceType' resource.","CREATE.kubernetes.VirtualMachineNodeProfile":"Create a 'kubernetes.VirtualMachineNodeProfile' resource.","DELETE.kubernetes.VirtualMachineNodeProfile":"Delete a 'kubernetes.VirtualMachineNodeProfile' resource.","READ.kubernetes.VirtualMachineNodeProfile":"Read a 'kubernetes.VirtualMachineNodeProfile' resource.","UPDATE.kubernetes.VirtualMachineNodeProfile":"Update a 'kubernetes.VirtualMachineNodeProfile' resource.","CREATE.kvm.Policy":"Create a 'kvm.Policy' resource.","DELETE.kvm.Policy":"Delete a 'kvm.Policy' resource.","READ.kvm.Policy":"Read a 'kvm.Policy' resource.","UPDATE.kvm.Policy":"Update a 'kvm.Policy' resource.","READ.kvm.PolicyInventory":"Read a 'kvm.PolicyInventory' resource.","CREATE.kvm.Session":"Create a 'kvm.Session' resource.","READ.kvm.Session":"Read a 'kvm.Session' resource.","UPDATE.kvm.Session":"Update a 'kvm.Session' resource.","CREATE.kvm.Tunnel":"Create a 'kvm.Tunnel' resource.","READ.kvm.Tunnel":"Read a 'kvm.Tunnel' resource.","CREATE.kvm.TunneledKvmPolicy":"Create a 'kvm.TunneledKvmPolicy' resource.","DELETE.kvm.TunneledKvmPolicy":"Delete a 'kvm.TunneledKvmPolicy' resource.","READ.kvm.TunneledKvmPolicy":"Read a 'kvm.TunneledKvmPolicy' resource.","UPDATE.kvm.TunneledKvmPolicy":"Update a 'kvm.TunneledKvmPolicy' resource.","READ.license.AccountLicenseData":"Read a 'license.AccountLicenseData' resource.","UPDATE.license.AccountLicenseData":"Update a 'license.AccountLicenseData' resource.","READ.license.CustomerOp":"Read a 'license.CustomerOp' resource.","UPDATE.license.CustomerOp":"Update a 'license.CustomerOp' resource.","READ.license.IksCustomerOp":"Read a 'license.IksCustomerOp' resource.","UPDATE.license.IksCustomerOp":"Update a 'license.IksCustomerOp' resource.","CREATE.license.IksLicenseCount":"Create a 'license.IksLicenseCount' resource.","READ.license.IksLicenseCount":"Read a 'license.IksLicenseCount' resource.","UPDATE.license.IksLicenseCount":"Update a 'license.IksLicenseCount' resource.","READ.license.IncCustomerOp":"Read a 'license.IncCustomerOp' resource.","UPDATE.license.IncCustomerOp":"Update a 'license.IncCustomerOp' resource.","CREATE.license.IncLicenseCount":"Create a 'license.IncLicenseCount' resource.","READ.license.IncLicenseCount":"Read a 'license.IncLicenseCount' resource.","UPDATE.license.IncLicenseCount":"Update a 'license.IncLicenseCount' resource.","READ.license.IwoCustomerOp":"Read a 'license.IwoCustomerOp' resource.","UPDATE.license.IwoCustomerOp":"Update a 'license.IwoCustomerOp' resource.","CREATE.license.IwoLicenseCount":"Create a 'license.IwoLicenseCount' resource.","READ.license.IwoLicenseCount":"Read a 'license.IwoLicenseCount' resource.","UPDATE.license.IwoLicenseCount":"Update a 'license.IwoLicenseCount' resource.","CREATE.license.LicenseInfo":"Create a 'license.LicenseInfo' resource.","READ.license.LicenseInfo":"Read a 'license.LicenseInfo' resource.","UPDATE.license.LicenseInfo":"Update a 'license.LicenseInfo' resource.","READ.license.LicenseInfoView":"Read a 'license.LicenseInfoView' resource.","READ.license.LicenseRegistrationStatus":"Read a 'license.LicenseRegistrationStatus' resource.","UPDATE.license.LicenseRegistrationStatus":"Update a 'license.LicenseRegistrationStatus' resource.","CREATE.license.LicenseReservationOp":"Create a 'license.LicenseReservationOp' resource.","READ.license.LicenseReservationOp":"Read a 'license.LicenseReservationOp' resource.","UPDATE.license.LicenseReservationOp":"Update a 'license.LicenseReservationOp' resource.","READ.license.SmartlicenseToken":"Read a 'license.SmartlicenseToken' resource.","UPDATE.license.SmartlicenseToken":"Update a 'license.SmartlicenseToken' resource.","READ.ls.ServiceProfile":"Read a 'ls.ServiceProfile' resource.","UPDATE.ls.ServiceProfile":"Update a 'ls.ServiceProfile' resource.","READ.macpool.IdBlock":"Read a 'macpool.IdBlock' resource.","DELETE.macpool.Lease":"Delete a 'macpool.Lease' resource.","READ.macpool.Lease":"Read a 'macpool.Lease' resource.","CREATE.macpool.Pool":"Create a 'macpool.Pool' resource.","DELETE.macpool.Pool":"Delete a 'macpool.Pool' resource.","READ.macpool.Pool":"Read a 'macpool.Pool' resource.","UPDATE.macpool.Pool":"Update a 'macpool.Pool' resource.","READ.macpool.PoolMember":"Read a 'macpool.PoolMember' resource.","CREATE.macpool.Reservation":"Create a 'macpool.Reservation' resource.","DELETE.macpool.Reservation":"Delete a 'macpool.Reservation' resource.","READ.macpool.Reservation":"Read a 'macpool.Reservation' resource.","READ.macpool.Universe":"Read a 'macpool.Universe' resource.","READ.management.Controller":"Read a 'management.Controller' resource.","UPDATE.management.Controller":"Update a 'management.Controller' resource.","READ.management.Entity":"Read a 'management.Entity' resource.","UPDATE.management.Entity":"Update a 'management.Entity' resource.","READ.management.Interface":"Read a 'management.Interface' resource.","UPDATE.management.Interface":"Update a 'management.Interface' resource.","CREATE.marketplace.UseCase":"Create a 'marketplace.UseCase' resource.","DELETE.marketplace.UseCase":"Delete a 'marketplace.UseCase' resource.","READ.marketplace.UseCase":"Read a 'marketplace.UseCase' resource.","UPDATE.marketplace.UseCase":"Update a 'marketplace.UseCase' resource.","CREATE.marketplace.UseCaseVersion":"Create a 'marketplace.UseCaseVersion' resource.","DELETE.marketplace.UseCaseVersion":"Delete a 'marketplace.UseCaseVersion' resource.","READ.marketplace.UseCaseVersion":"Read a 'marketplace.UseCaseVersion' resource.","UPDATE.marketplace.UseCaseVersion":"Update a 'marketplace.UseCaseVersion' resource.","READ.memory.Array":"Read a 'memory.Array' resource.","UPDATE.memory.Array":"Update a 'memory.Array' resource.","READ.memory.PersistentMemoryConfigResult":"Read a 'memory.PersistentMemoryConfigResult' resource.","UPDATE.memory.PersistentMemoryConfigResult":"Update a 'memory.PersistentMemoryConfigResult' resource.","READ.memory.PersistentMemoryConfiguration":"Read a 'memory.PersistentMemoryConfiguration' resource.","UPDATE.memory.PersistentMemoryConfiguration":"Update a 'memory.PersistentMemoryConfiguration' resource.","READ.memory.PersistentMemoryNamespace":"Read a 'memory.PersistentMemoryNamespace' resource.","UPDATE.memory.PersistentMemoryNamespace":"Update a 'memory.PersistentMemoryNamespace' resource.","READ.memory.PersistentMemoryNamespaceConfigResult":"Read a 'memory.PersistentMemoryNamespaceConfigResult' resource.","UPDATE.memory.PersistentMemoryNamespaceConfigResult":"Update a 'memory.PersistentMemoryNamespaceConfigResult' resource.","CREATE.memory.PersistentMemoryPolicy":"Create a 'memory.PersistentMemoryPolicy' resource.","DELETE.memory.PersistentMemoryPolicy":"Delete a 'memory.PersistentMemoryPolicy' resource.","READ.memory.PersistentMemoryPolicy":"Read a 'memory.PersistentMemoryPolicy' resource.","UPDATE.memory.PersistentMemoryPolicy":"Update a 'memory.PersistentMemoryPolicy' resource.","READ.memory.PersistentMemoryRegion":"Read a 'memory.PersistentMemoryRegion' resource.","UPDATE.memory.PersistentMemoryRegion":"Update a 'memory.PersistentMemoryRegion' resource.","READ.memory.PersistentMemoryUnit":"Read a 'memory.PersistentMemoryUnit' resource.","UPDATE.memory.PersistentMemoryUnit":"Update a 'memory.PersistentMemoryUnit' resource.","READ.memory.Unit":"Read a 'memory.Unit' resource.","UPDATE.memory.Unit":"Update a 'memory.Unit' resource.","READ.meraki.Device":"Read a 'meraki.Device' resource.","READ.meraki.Network":"Read a 'meraki.Network' resource.","READ.meraki.Organization":"Read a 'meraki.Organization' resource.","DELETE.meta.Definition":"Delete a 'meta.Definition' resource.","READ.meta.Definition":"Read a 'meta.Definition' resource.","CREATE.metrics.MetricsExploration":"Create a 'metrics.MetricsExploration' resource.","DELETE.metrics.MetricsExploration":"Delete a 'metrics.MetricsExploration' resource.","READ.metrics.MetricsExploration":"Read a 'metrics.MetricsExploration' resource.","UPDATE.metrics.MetricsExploration":"Update a 'metrics.MetricsExploration' resource.","READ.monitoring.HealthStatus":"Read a 'monitoring.HealthStatus' resource.","READ.network.DiscoveredNeighbor":"Read a 'network.DiscoveredNeighbor' resource.","READ.network.Dns":"Read a 'network.Dns' resource.","READ.network.Element":"Read a 'network.Element' resource.","UPDATE.network.Element":"Update a 'network.Element' resource.","READ.network.ElementSummary":"Read a 'network.ElementSummary' resource.","READ.network.FcZoneInfo":"Read a 'network.FcZoneInfo' resource.","UPDATE.network.FcZoneInfo":"Update a 'network.FcZoneInfo' resource.","READ.network.FeatureControl":"Read a 'network.FeatureControl' resource.","READ.network.InterfaceList":"Read a 'network.InterfaceList' resource.","READ.network.LicenseFile":"Read a 'network.LicenseFile' resource.","READ.network.SupervisorCard":"Read a 'network.SupervisorCard' resource.","READ.network.TelemetryCheck":"Read a 'network.TelemetryCheck' resource.","READ.network.Vethernet":"Read a 'network.Vethernet' resource.","UPDATE.network.Vethernet":"Update a 'network.Vethernet' resource.","READ.network.Vfc":"Read a 'network.Vfc' resource.","UPDATE.network.Vfc":"Update a 'network.Vfc' resource.","READ.network.VlanPortInfo":"Read a 'network.VlanPortInfo' resource.","UPDATE.network.VlanPortInfo":"Update a 'network.VlanPortInfo' resource.","READ.network.VpcDomain":"Read a 'network.VpcDomain' resource.","READ.network.VpcMember":"Read a 'network.VpcMember' resource.","READ.network.VpcPeer":"Read a 'network.VpcPeer' resource.","READ.network.Vrf":"Read a 'network.Vrf' resource.","CREATE.networkconfig.Policy":"Create a 'networkconfig.Policy' resource.","DELETE.networkconfig.Policy":"Delete a 'networkconfig.Policy' resource.","READ.networkconfig.Policy":"Read a 'networkconfig.Policy' resource.","UPDATE.networkconfig.Policy":"Update a 'networkconfig.Policy' resource.","READ.networkconfig.PolicyInventory":"Read a 'networkconfig.PolicyInventory' resource.","READ.niaapi.ApicCcoPost":"Read a 'niaapi.ApicCcoPost' resource.","READ.niaapi.ApicFieldNotice":"Read a 'niaapi.ApicFieldNotice' resource.","READ.niaapi.ApicHweol":"Read a 'niaapi.ApicHweol' resource.","READ.niaapi.ApicLatestMaintainedRelease":"Read a 'niaapi.ApicLatestMaintainedRelease' resource.","READ.niaapi.ApicReleaseRecommend":"Read a 'niaapi.ApicReleaseRecommend' resource.","READ.niaapi.ApicSweol":"Read a 'niaapi.ApicSweol' resource.","READ.niaapi.DcnmCcoPost":"Read a 'niaapi.DcnmCcoPost' resource.","READ.niaapi.DcnmFieldNotice":"Read a 'niaapi.DcnmFieldNotice' resource.","READ.niaapi.DcnmHweol":"Read a 'niaapi.DcnmHweol' resource.","READ.niaapi.DcnmLatestMaintainedRelease":"Read a 'niaapi.DcnmLatestMaintainedRelease' resource.","READ.niaapi.DcnmReleaseRecommend":"Read a 'niaapi.DcnmReleaseRecommend' resource.","READ.niaapi.DcnmSweol":"Read a 'niaapi.DcnmSweol' resource.","READ.niaapi.FileDownloader":"Read a 'niaapi.FileDownloader' resource.","READ.niaapi.NiaMetadata":"Read a 'niaapi.NiaMetadata' resource.","READ.niaapi.NibFileDownloader":"Read a 'niaapi.NibFileDownloader' resource.","READ.niaapi.NibMetadata":"Read a 'niaapi.NibMetadata' resource.","READ.niaapi.PuvScriptDownloader":"Read a 'niaapi.PuvScriptDownloader' resource.","READ.niaapi.UpgradeAssistFile":"Read a 'niaapi.UpgradeAssistFile' resource.","READ.niaapi.VersionRegex":"Read a 'niaapi.VersionRegex' resource.","READ.niatelemetry.AaaLdapProviderDetails":"Read a 'niatelemetry.AaaLdapProviderDetails' resource.","READ.niatelemetry.AaaRadiusProviderDetails":"Read a 'niatelemetry.AaaRadiusProviderDetails' resource.","READ.niatelemetry.AaaTacacsProviderDetails":"Read a 'niatelemetry.AaaTacacsProviderDetails' resource.","READ.niatelemetry.ApicAppPluginDetails":"Read a 'niatelemetry.ApicAppPluginDetails' resource.","READ.niatelemetry.ApicCoreFileDetails":"Read a 'niatelemetry.ApicCoreFileDetails' resource.","READ.niatelemetry.ApicDbgexpRsExportDest":"Read a 'niatelemetry.ApicDbgexpRsExportDest' resource.","READ.niatelemetry.ApicDbgexpRsTsScheduler":"Read a 'niatelemetry.ApicDbgexpRsTsScheduler' resource.","READ.niatelemetry.ApicFanDetails":"Read a 'niatelemetry.ApicFanDetails' resource.","READ.niatelemetry.ApicFexDetails":"Read a 'niatelemetry.ApicFexDetails' resource.","READ.niatelemetry.ApicFlashDetails":"Read a 'niatelemetry.ApicFlashDetails' resource.","READ.niatelemetry.ApicNtpAuth":"Read a 'niatelemetry.ApicNtpAuth' resource.","READ.niatelemetry.ApicPerformanceData":"Read a 'niatelemetry.ApicPerformanceData' resource.","READ.niatelemetry.ApicPodData":"Read a 'niatelemetry.ApicPodData' resource.","READ.niatelemetry.ApicPsuDetails":"Read a 'niatelemetry.ApicPsuDetails' resource.","READ.niatelemetry.ApicRealmDetails":"Read a 'niatelemetry.ApicRealmDetails' resource.","READ.niatelemetry.ApicSnmpClientGrpDetails":"Read a 'niatelemetry.ApicSnmpClientGrpDetails' resource.","READ.niatelemetry.ApicSnmpCommunityAccessDetails":"Read a 'niatelemetry.ApicSnmpCommunityAccessDetails' resource.","READ.niatelemetry.ApicSnmpCommunityDetails":"Read a 'niatelemetry.ApicSnmpCommunityDetails' resource.","READ.niatelemetry.ApicSnmpTrapDetails":"Read a 'niatelemetry.ApicSnmpTrapDetails' resource.","READ.niatelemetry.ApicSnmpTrapFwdServerDetails":"Read a 'niatelemetry.ApicSnmpTrapFwdServerDetails' resource.","READ.niatelemetry.ApicSnmpVersionThreeDetails":"Read a 'niatelemetry.ApicSnmpVersionThreeDetails' resource.","READ.niatelemetry.ApicSysLogGrp":"Read a 'niatelemetry.ApicSysLogGrp' resource.","READ.niatelemetry.ApicSysLogSrc":"Read a 'niatelemetry.ApicSysLogSrc' resource.","READ.niatelemetry.ApicTransceiverDetails":"Read a 'niatelemetry.ApicTransceiverDetails' resource.","READ.niatelemetry.ApicUiPageCounts":"Read a 'niatelemetry.ApicUiPageCounts' resource.","READ.niatelemetry.ApicVision":"Read a 'niatelemetry.ApicVision' resource.","READ.niatelemetry.AppDetails":"Read a 'niatelemetry.AppDetails' resource.","READ.niatelemetry.CloudDetails":"Read a 'niatelemetry.CloudDetails' resource.","READ.niatelemetry.CommonPolicies":"Read a 'niatelemetry.CommonPolicies' resource.","READ.niatelemetry.DcnmFanDetails":"Read a 'niatelemetry.DcnmFanDetails' resource.","READ.niatelemetry.DcnmFexDetails":"Read a 'niatelemetry.DcnmFexDetails' resource.","READ.niatelemetry.DcnmModuleDetails":"Read a 'niatelemetry.DcnmModuleDetails' resource.","READ.niatelemetry.DcnmPsuDetails":"Read a 'niatelemetry.DcnmPsuDetails' resource.","READ.niatelemetry.DcnmTransceiverDetails":"Read a 'niatelemetry.DcnmTransceiverDetails' resource.","READ.niatelemetry.Epg":"Read a 'niatelemetry.Epg' resource.","READ.niatelemetry.FabricModuleDetails":"Read a 'niatelemetry.FabricModuleDetails' resource.","READ.niatelemetry.FabricNodeControlDetails":"Read a 'niatelemetry.FabricNodeControlDetails' resource.","READ.niatelemetry.FabricPodProfile":"Read a 'niatelemetry.FabricPodProfile' resource.","READ.niatelemetry.FabricPodSs":"Read a 'niatelemetry.FabricPodSs' resource.","READ.niatelemetry.Fault":"Read a 'niatelemetry.Fault' resource.","READ.niatelemetry.HcloudDetails":"Read a 'niatelemetry.HcloudDetails' resource.","READ.niatelemetry.HealthInsightsData":"Read a 'niatelemetry.HealthInsightsData' resource.","READ.niatelemetry.HttpsAclContractDetails":"Read a 'niatelemetry.HttpsAclContractDetails' resource.","READ.niatelemetry.HttpsAclContractFilterMap":"Read a 'niatelemetry.HttpsAclContractFilterMap' resource.","READ.niatelemetry.HttpsAclEpgContractMap":"Read a 'niatelemetry.HttpsAclEpgContractMap' resource.","READ.niatelemetry.HttpsAclEpgDetails":"Read a 'niatelemetry.HttpsAclEpgDetails' resource.","READ.niatelemetry.HttpsAclFilterDetails":"Read a 'niatelemetry.HttpsAclFilterDetails' resource.","READ.niatelemetry.InsightGroupDetails":"Read a 'niatelemetry.InsightGroupDetails' resource.","READ.niatelemetry.Lc":"Read a 'niatelemetry.Lc' resource.","READ.niatelemetry.LeafPolGrpDetails":"Read a 'niatelemetry.LeafPolGrpDetails' resource.","READ.niatelemetry.MdsNeighbors":"Read a 'niatelemetry.MdsNeighbors' resource.","READ.niatelemetry.MsoContractDetails":"Read a 'niatelemetry.MsoContractDetails' resource.","READ.niatelemetry.MsoEpgDetails":"Read a 'niatelemetry.MsoEpgDetails' resource.","READ.niatelemetry.MsoSchemaDetails":"Read a 'niatelemetry.MsoSchemaDetails' resource.","READ.niatelemetry.MsoSiteDetails":"Read a 'niatelemetry.MsoSiteDetails' resource.","READ.niatelemetry.MsoTenantDetails":"Read a 'niatelemetry.MsoTenantDetails' resource.","CREATE.niatelemetry.NexusCloudAccount":"Create a 'niatelemetry.NexusCloudAccount' resource.","READ.niatelemetry.NexusCloudAccount":"Read a 'niatelemetry.NexusCloudAccount' resource.","UPDATE.niatelemetry.NexusCloudAccount":"Update a 'niatelemetry.NexusCloudAccount' resource.","CREATE.niatelemetry.NexusCloudSite":"Create a 'niatelemetry.NexusCloudSite' resource.","DELETE.niatelemetry.NexusCloudSite":"Delete a 'niatelemetry.NexusCloudSite' resource.","READ.niatelemetry.NexusCloudSite":"Read a 'niatelemetry.NexusCloudSite' resource.","UPDATE.niatelemetry.NexusCloudSite":"Update a 'niatelemetry.NexusCloudSite' resource.","READ.niatelemetry.NexusDashboardControllerDetails":"Read a 'niatelemetry.NexusDashboardControllerDetails' resource.","READ.niatelemetry.NexusDashboardDetails":"Read a 'niatelemetry.NexusDashboardDetails' resource.","READ.niatelemetry.NexusDashboardMemoryDetails":"Read a 'niatelemetry.NexusDashboardMemoryDetails' resource.","READ.niatelemetry.NexusDashboards":"Read a 'niatelemetry.NexusDashboards' resource.","READ.niatelemetry.NiaFeatureUsage":"Read a 'niatelemetry.NiaFeatureUsage' resource.","READ.niatelemetry.NiaInventory":"Read a 'niatelemetry.NiaInventory' resource.","UPDATE.niatelemetry.NiaInventory":"Update a 'niatelemetry.NiaInventory' resource.","READ.niatelemetry.NiaInventoryDcnm":"Read a 'niatelemetry.NiaInventoryDcnm' resource.","READ.niatelemetry.NiaInventoryFabric":"Read a 'niatelemetry.NiaInventoryFabric' resource.","READ.niatelemetry.NiaLicenseState":"Read a 'niatelemetry.NiaLicenseState' resource.","READ.niatelemetry.Nicc":"Read a 'niatelemetry.Nicc' resource.","READ.niatelemetry.PasswordStrengthCheck":"Read a 'niatelemetry.PasswordStrengthCheck' resource.","READ.niatelemetry.PodCommPolicies":"Read a 'niatelemetry.PodCommPolicies' resource.","READ.niatelemetry.PodSnmpPolicies":"Read a 'niatelemetry.PodSnmpPolicies' resource.","READ.niatelemetry.PodTimeServerPolicies":"Read a 'niatelemetry.PodTimeServerPolicies' resource.","READ.niatelemetry.SiteInventory":"Read a 'niatelemetry.SiteInventory' resource.","READ.niatelemetry.SnmpSrc":"Read a 'niatelemetry.SnmpSrc' resource.","READ.niatelemetry.SpinePolGrpDetails":"Read a 'niatelemetry.SpinePolGrpDetails' resource.","READ.niatelemetry.SshVersionTwo":"Read a 'niatelemetry.SshVersionTwo' resource.","READ.niatelemetry.SupervisorModuleDetails":"Read a 'niatelemetry.SupervisorModuleDetails' resource.","READ.niatelemetry.SyslogRemoteDest":"Read a 'niatelemetry.SyslogRemoteDest' resource.","READ.niatelemetry.SyslogSysMsg":"Read a 'niatelemetry.SyslogSysMsg' resource.","READ.niatelemetry.SyslogSysMsgFacFilter":"Read a 'niatelemetry.SyslogSysMsgFacFilter' resource.","READ.niatelemetry.SystemControllerDetails":"Read a 'niatelemetry.SystemControllerDetails' resource.","READ.niatelemetry.Tenant":"Read a 'niatelemetry.Tenant' resource.","CREATE.notification.AccountSubscription":"Create a 'notification.AccountSubscription' resource.","DELETE.notification.AccountSubscription":"Delete a 'notification.AccountSubscription' resource.","READ.notification.AccountSubscription":"Read a 'notification.AccountSubscription' resource.","UPDATE.notification.AccountSubscription":"Update a 'notification.AccountSubscription' resource.","READ.ntp.NtpServer":"Read a 'ntp.NtpServer' resource.","CREATE.ntp.Policy":"Create a 'ntp.Policy' resource.","DELETE.ntp.Policy":"Delete a 'ntp.Policy' resource.","READ.ntp.Policy":"Read a 'ntp.Policy' resource.","UPDATE.ntp.Policy":"Update a 'ntp.Policy' resource.","DELETE.oauth.AccessToken":"Delete a 'oauth.AccessToken' resource.","READ.oauth.AccessToken":"Read a 'oauth.AccessToken' resource.","CREATE.oauth.Authorization":"Create a 'oauth.Authorization' resource.","READ.oauth.Authorization":"Read a 'oauth.Authorization' resource.","UPDATE.oauth.Authorization":"Update a 'oauth.Authorization' resource.","DELETE.openapi.ApiMethodMeta":"Delete a 'openapi.ApiMethodMeta' resource.","READ.openapi.ApiMethodMeta":"Read a 'openapi.ApiMethodMeta' resource.","CREATE.openapi.OpenApiSpecification":"Create a 'openapi.OpenApiSpecification' resource.","DELETE.openapi.OpenApiSpecification":"Delete a 'openapi.OpenApiSpecification' resource.","READ.openapi.OpenApiSpecification":"Read a 'openapi.OpenApiSpecification' resource.","UPDATE.openapi.OpenApiSpecification":"Update a 'openapi.OpenApiSpecification' resource.","CREATE.openapi.ProcessFile":"Create a 'openapi.ProcessFile' resource.","DELETE.openapi.ProcessFile":"Delete a 'openapi.ProcessFile' resource.","READ.openapi.ProcessFile":"Read a 'openapi.ProcessFile' resource.","CREATE.openapi.TaskGenerationRequest":"Create a 'openapi.TaskGenerationRequest' resource.","DELETE.openapi.TaskGenerationRequest":"Delete a 'openapi.TaskGenerationRequest' resource.","READ.openapi.TaskGenerationRequest":"Read a 'openapi.TaskGenerationRequest' resource.","UPDATE.openapi.TaskGenerationRequest":"Update a 'openapi.TaskGenerationRequest' resource.","DELETE.openapi.TaskGenerationResult":"Delete a 'openapi.TaskGenerationResult' resource.","READ.openapi.TaskGenerationResult":"Read a 'openapi.TaskGenerationResult' resource.","CREATE.oprs.Deployment":"Create a 'oprs.Deployment' resource.","DELETE.oprs.Deployment":"Delete a 'oprs.Deployment' resource.","READ.oprs.Deployment":"Read a 'oprs.Deployment' resource.","UPDATE.oprs.Deployment":"Update a 'oprs.Deployment' resource.","CREATE.oprs.SyncTargetListMessage":"Create a 'oprs.SyncTargetListMessage' resource.","DELETE.oprs.SyncTargetListMessage":"Delete a 'oprs.SyncTargetListMessage' resource.","READ.oprs.SyncTargetListMessage":"Read a 'oprs.SyncTargetListMessage' resource.","UPDATE.oprs.SyncTargetListMessage":"Update a 'oprs.SyncTargetListMessage' resource.","CREATE.organization.Organization":"Create a 'organization.Organization' resource.","DELETE.organization.Organization":"Delete a 'organization.Organization' resource.","READ.organization.Organization":"Read a 'organization.Organization' resource.","UPDATE.organization.Organization":"Update a 'organization.Organization' resource.","CREATE.os.BulkInstallInfo":"Create a 'os.BulkInstallInfo' resource.","READ.os.BulkInstallInfo":"Read a 'os.BulkInstallInfo' resource.","READ.os.Catalog":"Read a 'os.Catalog' resource.","CREATE.os.ConfigurationFile":"Create a 'os.ConfigurationFile' resource.","DELETE.os.ConfigurationFile":"Delete a 'os.ConfigurationFile' resource.","READ.os.ConfigurationFile":"Read a 'os.ConfigurationFile' resource.","UPDATE.os.ConfigurationFile":"Update a 'os.ConfigurationFile' resource.","READ.os.Distribution":"Read a 'os.Distribution' resource.","CREATE.os.Install":"Create a 'os.Install' resource.","READ.os.Install":"Read a 'os.Install' resource.","CREATE.os.OsSupport":"Create a 'os.OsSupport' resource.","READ.os.SupportedVersion":"Read a 'os.SupportedVersion' resource.","CREATE.os.TemplateFile":"Create a 'os.TemplateFile' resource.","CREATE.os.ValidInstallTarget":"Create a 'os.ValidInstallTarget' resource.","READ.partnerintegration.DcLogs":"Read a 'partnerintegration.DcLogs' resource.","CREATE.partnerintegration.DeviceConnector":"Create a 'partnerintegration.DeviceConnector' resource.","DELETE.partnerintegration.DeviceConnector":"Delete a 'partnerintegration.DeviceConnector' resource.","READ.partnerintegration.DeviceConnector":"Read a 'partnerintegration.DeviceConnector' resource.","UPDATE.partnerintegration.DeviceConnector":"Update a 'partnerintegration.DeviceConnector' resource.","READ.partnerintegration.DocIssues":"Read a 'partnerintegration.DocIssues' resource.","CREATE.partnerintegration.Etl":"Create a 'partnerintegration.Etl' resource.","DELETE.partnerintegration.Etl":"Delete a 'partnerintegration.Etl' resource.","READ.partnerintegration.Etl":"Read a 'partnerintegration.Etl' resource.","UPDATE.partnerintegration.Etl":"Update a 'partnerintegration.Etl' resource.","CREATE.partnerintegration.File":"Create a 'partnerintegration.File' resource.","DELETE.partnerintegration.File":"Delete a 'partnerintegration.File' resource.","READ.partnerintegration.File":"Read a 'partnerintegration.File' resource.","UPDATE.partnerintegration.File":"Update a 'partnerintegration.File' resource.","CREATE.partnerintegration.Inventory":"Create a 'partnerintegration.Inventory' resource.","DELETE.partnerintegration.Inventory":"Delete a 'partnerintegration.Inventory' resource.","READ.partnerintegration.Inventory":"Read a 'partnerintegration.Inventory' resource.","UPDATE.partnerintegration.Inventory":"Update a 'partnerintegration.Inventory' resource.","READ.partnerintegration.Logs":"Read a 'partnerintegration.Logs' resource.","CREATE.partnerintegration.Model":"Create a 'partnerintegration.Model' resource.","DELETE.partnerintegration.Model":"Delete a 'partnerintegration.Model' resource.","READ.partnerintegration.Model":"Read a 'partnerintegration.Model' resource.","UPDATE.partnerintegration.Model":"Update a 'partnerintegration.Model' resource.","READ.pci.CoprocessorCard":"Read a 'pci.CoprocessorCard' resource.","READ.pci.Device":"Read a 'pci.Device' resource.","UPDATE.pci.Device":"Update a 'pci.Device' resource.","READ.pci.Link":"Read a 'pci.Link' resource.","UPDATE.pci.Link":"Update a 'pci.Link' resource.","READ.pci.Node":"Read a 'pci.Node' resource.","UPDATE.pci.Node":"Update a 'pci.Node' resource.","READ.pci.Switch":"Read a 'pci.Switch' resource.","UPDATE.pci.Switch":"Update a 'pci.Switch' resource.","READ.port.Group":"Read a 'port.Group' resource.","UPDATE.port.Group":"Update a 'port.Group' resource.","READ.port.MacBinding":"Read a 'port.MacBinding' resource.","UPDATE.port.MacBinding":"Update a 'port.MacBinding' resource.","READ.port.SubGroup":"Read a 'port.SubGroup' resource.","UPDATE.port.SubGroup":"Update a 'port.SubGroup' resource.","READ.power.ControlState":"Read a 'power.ControlState' resource.","CREATE.power.Policy":"Create a 'power.Policy' resource.","DELETE.power.Policy":"Delete a 'power.Policy' resource.","READ.power.Policy":"Read a 'power.Policy' resource.","UPDATE.power.Policy":"Update a 'power.Policy' resource.","READ.power.PolicyInventory":"Read a 'power.PolicyInventory' resource.","READ.processor.Unit":"Read a 'processor.Unit' resource.","UPDATE.processor.Unit":"Update a 'processor.Unit' resource.","READ.rack.UnitPersonality":"Read a 'rack.UnitPersonality' resource.","UPDATE.rack.UnitPersonality":"Update a 'rack.UnitPersonality' resource.","READ.recommendation.CapacityRunway":"Read a 'recommendation.CapacityRunway' resource.","READ.recommendation.ClusterExpansion":"Read a 'recommendation.ClusterExpansion' resource.","CREATE.recommendation.HardwareExpansionRequest":"Create a 'recommendation.HardwareExpansionRequest' resource.","READ.recommendation.HardwareExpansionRequest":"Read a 'recommendation.HardwareExpansionRequest' resource.","UPDATE.recommendation.HardwareExpansionRequest":"Update a 'recommendation.HardwareExpansionRequest' resource.","CREATE.recommendation.HardwareExpansionRequestItem":"Create a 'recommendation.HardwareExpansionRequestItem' resource.","READ.recommendation.HardwareExpansionRequestItem":"Read a 'recommendation.HardwareExpansionRequestItem' resource.","UPDATE.recommendation.HardwareExpansionRequestItem":"Update a 'recommendation.HardwareExpansionRequestItem' resource.","READ.recommendation.PhysicalItem":"Read a 'recommendation.PhysicalItem' resource.","CREATE.recommendation.PurchaseOrderEstimate":"Create a 'recommendation.PurchaseOrderEstimate' resource.","READ.recommendation.PurchaseOrderEstimate":"Read a 'recommendation.PurchaseOrderEstimate' resource.","UPDATE.recommendation.PurchaseOrderEstimate":"Update a 'recommendation.PurchaseOrderEstimate' resource.","READ.recommendation.PurchaseOrderList":"Read a 'recommendation.PurchaseOrderList' resource.","READ.recommendation.SoftwareItem":"Read a 'recommendation.SoftwareItem' resource.","CREATE.recovery.BackupConfigPolicy":"Create a 'recovery.BackupConfigPolicy' resource.","DELETE.recovery.BackupConfigPolicy":"Delete a 'recovery.BackupConfigPolicy' resource.","READ.recovery.BackupConfigPolicy":"Read a 'recovery.BackupConfigPolicy' resource.","UPDATE.recovery.BackupConfigPolicy":"Update a 'recovery.BackupConfigPolicy' resource.","CREATE.recovery.BackupProfile":"Create a 'recovery.BackupProfile' resource.","DELETE.recovery.BackupProfile":"Delete a 'recovery.BackupProfile' resource.","READ.recovery.BackupProfile":"Read a 'recovery.BackupProfile' resource.","UPDATE.recovery.BackupProfile":"Update a 'recovery.BackupProfile' resource.","READ.recovery.ConfigResult":"Read a 'recovery.ConfigResult' resource.","READ.recovery.ConfigResultEntry":"Read a 'recovery.ConfigResultEntry' resource.","CREATE.recovery.OnDemandBackup":"Create a 'recovery.OnDemandBackup' resource.","DELETE.recovery.OnDemandBackup":"Delete a 'recovery.OnDemandBackup' resource.","READ.recovery.OnDemandBackup":"Read a 'recovery.OnDemandBackup' resource.","UPDATE.recovery.OnDemandBackup":"Update a 'recovery.OnDemandBackup' resource.","CREATE.recovery.Restore":"Create a 'recovery.Restore' resource.","DELETE.recovery.Restore":"Delete a 'recovery.Restore' resource.","READ.recovery.Restore":"Read a 'recovery.Restore' resource.","CREATE.recovery.ScheduleConfigPolicy":"Create a 'recovery.ScheduleConfigPolicy' resource.","DELETE.recovery.ScheduleConfigPolicy":"Delete a 'recovery.ScheduleConfigPolicy' resource.","READ.recovery.ScheduleConfigPolicy":"Read a 'recovery.ScheduleConfigPolicy' resource.","UPDATE.recovery.ScheduleConfigPolicy":"Update a 'recovery.ScheduleConfigPolicy' resource.","CREATE.resource.Group":"Create a 'resource.Group' resource.","DELETE.resource.Group":"Delete a 'resource.Group' resource.","READ.resource.Group":"Read a 'resource.Group' resource.","UPDATE.resource.Group":"Update a 'resource.Group' resource.","DELETE.resource.GroupMember":"Delete a 'resource.GroupMember' resource.","READ.resource.GroupMember":"Read a 'resource.GroupMember' resource.","READ.resource.LicenseResourceCount":"Read a 'resource.LicenseResourceCount' resource.","CREATE.resource.Membership":"Create a 'resource.Membership' resource.","READ.resource.Membership":"Read a 'resource.Membership' resource.","UPDATE.resource.Membership":"Update a 'resource.Membership' resource.","READ.resource.MembershipHolder":"Read a 'resource.MembershipHolder' resource.","CREATE.resource.Reservation":"Create a 'resource.Reservation' resource.","DELETE.resource.Reservation":"Delete a 'resource.Reservation' resource.","READ.resource.Reservation":"Read a 'resource.Reservation' resource.","UPDATE.resource.Reservation":"Update a 'resource.Reservation' resource.","CREATE.resource.SelectionCriteria":"Create a 'resource.SelectionCriteria' resource.","DELETE.resource.SelectionCriteria":"Delete a 'resource.SelectionCriteria' resource.","READ.resource.SelectionCriteria":"Read a 'resource.SelectionCriteria' resource.","UPDATE.resource.SelectionCriteria":"Update a 'resource.SelectionCriteria' resource.","DELETE.resource.SharedResourcesInfoHolder":"Delete a 'resource.SharedResourcesInfoHolder' resource.","READ.resource.SharedResourcesInfoHolder":"Read a 'resource.SharedResourcesInfoHolder' resource.","DELETE.resourcepool.Lease":"Delete a 'resourcepool.Lease' resource.","READ.resourcepool.Lease":"Read a 'resourcepool.Lease' resource.","READ.resourcepool.LeaseResource":"Read a 'resourcepool.LeaseResource' resource.","DELETE.resourcepool.MembershipReservation":"Delete a 'resourcepool.MembershipReservation' resource.","READ.resourcepool.MembershipReservation":"Read a 'resourcepool.MembershipReservation' resource.","UPDATE.resourcepool.MembershipReservation":"Update a 'resourcepool.MembershipReservation' resource.","CREATE.resourcepool.Pool":"Create a 'resourcepool.Pool' resource.","DELETE.resourcepool.Pool":"Delete a 'resourcepool.Pool' resource.","READ.resourcepool.Pool":"Read a 'resourcepool.Pool' resource.","UPDATE.resourcepool.Pool":"Update a 'resourcepool.Pool' resource.","READ.resourcepool.PoolMember":"Read a 'resourcepool.PoolMember' resource.","READ.resourcepool.Universe":"Read a 'resourcepool.Universe' resource.","CREATE.rproxy.ReverseProxy":"Create a 'rproxy.ReverseProxy' resource.","DELETE.scheduler.TaskResult":"Delete a 'scheduler.TaskResult' resource.","READ.scheduler.TaskResult":"Read a 'scheduler.TaskResult' resource.","CREATE.scheduler.TaskSchedule":"Create a 'scheduler.TaskSchedule' resource.","DELETE.scheduler.TaskSchedule":"Delete a 'scheduler.TaskSchedule' resource.","READ.scheduler.TaskSchedule":"Read a 'scheduler.TaskSchedule' resource.","UPDATE.scheduler.TaskSchedule":"Update a 'scheduler.TaskSchedule' resource.","CREATE.sdaaci.Connection":"Create a 'sdaaci.Connection' resource.","DELETE.sdaaci.Connection":"Delete a 'sdaaci.Connection' resource.","READ.sdaaci.Connection":"Read a 'sdaaci.Connection' resource.","UPDATE.sdaaci.Connection":"Update a 'sdaaci.Connection' resource.","CREATE.sdaaci.ConnectionDetail":"Create a 'sdaaci.ConnectionDetail' resource.","DELETE.sdaaci.ConnectionDetail":"Delete a 'sdaaci.ConnectionDetail' resource.","READ.sdaaci.ConnectionDetail":"Read a 'sdaaci.ConnectionDetail' resource.","UPDATE.sdaaci.ConnectionDetail":"Update a 'sdaaci.ConnectionDetail' resource.","CREATE.sdcard.Policy":"Create a 'sdcard.Policy' resource.","DELETE.sdcard.Policy":"Delete a 'sdcard.Policy' resource.","READ.sdcard.Policy":"Read a 'sdcard.Policy' resource.","UPDATE.sdcard.Policy":"Update a 'sdcard.Policy' resource.","READ.sdcard.PolicyInventory":"Read a 'sdcard.PolicyInventory' resource.","READ.search.SearchItem":"Read a 'search.SearchItem' resource.","READ.search.TagItem":"Read a 'search.TagItem' resource.","READ.security.Unit":"Read a 'security.Unit' resource.","UPDATE.security.Unit":"Update a 'security.Unit' resource.","READ.server.ConfigChangeDetail":"Read a 'server.ConfigChangeDetail' resource.","CREATE.server.ConfigImport":"Create a 'server.ConfigImport' resource.","READ.server.ConfigImport":"Read a 'server.ConfigImport' resource.","READ.server.ConfigResult":"Read a 'server.ConfigResult' resource.","READ.server.ConfigResultEntry":"Read a 'server.ConfigResultEntry' resource.","READ.server.Disruption":"Read a 'server.Disruption' resource.","CREATE.server.Profile":"Create a 'server.Profile' resource.","DELETE.server.Profile":"Delete a 'server.Profile' resource.","READ.server.Profile":"Read a 'server.Profile' resource.","UPDATE.server.Profile":"Update a 'server.Profile' resource.","CREATE.server.ProfileTemplate":"Create a 'server.ProfileTemplate' resource.","DELETE.server.ProfileTemplate":"Delete a 'server.ProfileTemplate' resource.","READ.server.ProfileTemplate":"Read a 'server.ProfileTemplate' resource.","UPDATE.server.ProfileTemplate":"Update a 'server.ProfileTemplate' resource.","CREATE.smtp.Policy":"Create a 'smtp.Policy' resource.","DELETE.smtp.Policy":"Delete a 'smtp.Policy' resource.","READ.smtp.Policy":"Read a 'smtp.Policy' resource.","UPDATE.smtp.Policy":"Update a 'smtp.Policy' resource.","CREATE.snmp.Policy":"Create a 'snmp.Policy' resource.","DELETE.snmp.Policy":"Delete a 'snmp.Policy' resource.","READ.snmp.Policy":"Read a 'snmp.Policy' resource.","UPDATE.snmp.Policy":"Update a 'snmp.Policy' resource.","READ.snmp.PolicyInventory":"Read a 'snmp.PolicyInventory' resource.","CREATE.software.ApplianceDistributable":"Create a 'software.ApplianceDistributable' resource.","DELETE.software.ApplianceDistributable":"Delete a 'software.ApplianceDistributable' resource.","READ.software.ApplianceDistributable":"Read a 'software.ApplianceDistributable' resource.","UPDATE.software.ApplianceDistributable":"Update a 'software.ApplianceDistributable' resource.","READ.software.DownloadHistory":"Read a 'software.DownloadHistory' resource.","CREATE.software.HciBundleDistributable":"Create a 'software.HciBundleDistributable' resource.","DELETE.software.HciBundleDistributable":"Delete a 'software.HciBundleDistributable' resource.","READ.software.HciBundleDistributable":"Read a 'software.HciBundleDistributable' resource.","UPDATE.software.HciBundleDistributable":"Update a 'software.HciBundleDistributable' resource.","CREATE.software.HciDistributable":"Create a 'software.HciDistributable' resource.","DELETE.software.HciDistributable":"Delete a 'software.HciDistributable' resource.","READ.software.HciDistributable":"Read a 'software.HciDistributable' resource.","UPDATE.software.HciDistributable":"Update a 'software.HciDistributable' resource.","CREATE.software.HclMeta":"Create a 'software.HclMeta' resource.","DELETE.software.HclMeta":"Delete a 'software.HclMeta' resource.","READ.software.HclMeta":"Read a 'software.HclMeta' resource.","UPDATE.software.HclMeta":"Update a 'software.HclMeta' resource.","CREATE.software.HyperflexBundleDistributable":"Create a 'software.HyperflexBundleDistributable' resource.","DELETE.software.HyperflexBundleDistributable":"Delete a 'software.HyperflexBundleDistributable' resource.","READ.software.HyperflexBundleDistributable":"Read a 'software.HyperflexBundleDistributable' resource.","UPDATE.software.HyperflexBundleDistributable":"Update a 'software.HyperflexBundleDistributable' resource.","CREATE.software.HyperflexDistributable":"Create a 'software.HyperflexDistributable' resource.","DELETE.software.HyperflexDistributable":"Delete a 'software.HyperflexDistributable' resource.","READ.software.HyperflexDistributable":"Read a 'software.HyperflexDistributable' resource.","UPDATE.software.HyperflexDistributable":"Update a 'software.HyperflexDistributable' resource.","CREATE.software.IksBundleDistributable":"Create a 'software.IksBundleDistributable' resource.","DELETE.software.IksBundleDistributable":"Delete a 'software.IksBundleDistributable' resource.","READ.software.IksBundleDistributable":"Read a 'software.IksBundleDistributable' resource.","UPDATE.software.IksBundleDistributable":"Update a 'software.IksBundleDistributable' resource.","CREATE.software.ReleaseMeta":"Create a 'software.ReleaseMeta' resource.","DELETE.software.ReleaseMeta":"Delete a 'software.ReleaseMeta' resource.","READ.software.ReleaseMeta":"Read a 'software.ReleaseMeta' resource.","UPDATE.software.ReleaseMeta":"Update a 'software.ReleaseMeta' resource.","CREATE.software.SolutionDistributable":"Create a 'software.SolutionDistributable' resource.","DELETE.software.SolutionDistributable":"Delete a 'software.SolutionDistributable' resource.","READ.software.SolutionDistributable":"Read a 'software.SolutionDistributable' resource.","UPDATE.software.SolutionDistributable":"Update a 'software.SolutionDistributable' resource.","CREATE.software.UcsdBundleDistributable":"Create a 'software.UcsdBundleDistributable' resource.","DELETE.software.UcsdBundleDistributable":"Delete a 'software.UcsdBundleDistributable' resource.","READ.software.UcsdBundleDistributable":"Read a 'software.UcsdBundleDistributable' resource.","UPDATE.software.UcsdBundleDistributable":"Update a 'software.UcsdBundleDistributable' resource.","CREATE.software.UcsdDistributable":"Create a 'software.UcsdDistributable' resource.","DELETE.software.UcsdDistributable":"Delete a 'software.UcsdDistributable' resource.","READ.software.UcsdDistributable":"Read a 'software.UcsdDistributable' resource.","UPDATE.software.UcsdDistributable":"Update a 'software.UcsdDistributable' resource.","CREATE.softwarerepository.Authorization":"Create a 'softwarerepository.Authorization' resource.","READ.softwarerepository.Authorization":"Read a 'softwarerepository.Authorization' resource.","UPDATE.softwarerepository.Authorization":"Update a 'softwarerepository.Authorization' resource.","READ.softwarerepository.CachedImage":"Read a 'softwarerepository.CachedImage' resource.","READ.softwarerepository.Catalog":"Read a 'softwarerepository.Catalog' resource.","CREATE.softwarerepository.CategoryMapper":"Create a 'softwarerepository.CategoryMapper' resource.","DELETE.softwarerepository.CategoryMapper":"Delete a 'softwarerepository.CategoryMapper' resource.","READ.softwarerepository.CategoryMapper":"Read a 'softwarerepository.CategoryMapper' resource.","UPDATE.softwarerepository.CategoryMapper":"Update a 'softwarerepository.CategoryMapper' resource.","CREATE.softwarerepository.CategoryMapperModel":"Create a 'softwarerepository.CategoryMapperModel' resource.","DELETE.softwarerepository.CategoryMapperModel":"Delete a 'softwarerepository.CategoryMapperModel' resource.","READ.softwarerepository.CategoryMapperModel":"Read a 'softwarerepository.CategoryMapperModel' resource.","UPDATE.softwarerepository.CategoryMapperModel":"Update a 'softwarerepository.CategoryMapperModel' resource.","CREATE.softwarerepository.CategorySupportConstraint":"Create a 'softwarerepository.CategorySupportConstraint' resource.","DELETE.softwarerepository.CategorySupportConstraint":"Delete a 'softwarerepository.CategorySupportConstraint' resource.","READ.softwarerepository.CategorySupportConstraint":"Read a 'softwarerepository.CategorySupportConstraint' resource.","UPDATE.softwarerepository.CategorySupportConstraint":"Update a 'softwarerepository.CategorySupportConstraint' resource.","CREATE.softwarerepository.CategoryUnsupportedModels":"Create a 'softwarerepository.CategoryUnsupportedModels' resource.","DELETE.softwarerepository.CategoryUnsupportedModels":"Delete a 'softwarerepository.CategoryUnsupportedModels' resource.","READ.softwarerepository.CategoryUnsupportedModels":"Read a 'softwarerepository.CategoryUnsupportedModels' resource.","UPDATE.softwarerepository.CategoryUnsupportedModels":"Update a 'softwarerepository.CategoryUnsupportedModels' resource.","READ.softwarerepository.DownloadSpec":"Read a 'softwarerepository.DownloadSpec' resource.","CREATE.softwarerepository.OperatingSystemFile":"Create a 'softwarerepository.OperatingSystemFile' resource.","DELETE.softwarerepository.OperatingSystemFile":"Delete a 'softwarerepository.OperatingSystemFile' resource.","READ.softwarerepository.OperatingSystemFile":"Read a 'softwarerepository.OperatingSystemFile' resource.","UPDATE.softwarerepository.OperatingSystemFile":"Update a 'softwarerepository.OperatingSystemFile' resource.","CREATE.softwarerepository.Release":"Create a 'softwarerepository.Release' resource.","DELETE.softwarerepository.Release":"Delete a 'softwarerepository.Release' resource.","READ.softwarerepository.Release":"Read a 'softwarerepository.Release' resource.","UPDATE.softwarerepository.Release":"Update a 'softwarerepository.Release' resource.","CREATE.sol.Policy":"Create a 'sol.Policy' resource.","DELETE.sol.Policy":"Delete a 'sol.Policy' resource.","READ.sol.Policy":"Read a 'sol.Policy' resource.","UPDATE.sol.Policy":"Update a 'sol.Policy' resource.","READ.sol.PolicyInventory":"Read a 'sol.PolicyInventory' resource.","CREATE.ssh.Policy":"Create a 'ssh.Policy' resource.","DELETE.ssh.Policy":"Delete a 'ssh.Policy' resource.","READ.ssh.Policy":"Read a 'ssh.Policy' resource.","UPDATE.ssh.Policy":"Update a 'ssh.Policy' resource.","READ.ssh.PolicyInventory":"Read a 'ssh.PolicyInventory' resource.","READ.storage.BatteryBackupUnit":"Read a 'storage.BatteryBackupUnit' resource.","UPDATE.storage.BatteryBackupUnit":"Update a 'storage.BatteryBackupUnit' resource.","READ.storage.Controller":"Read a 'storage.Controller' resource.","UPDATE.storage.Controller":"Update a 'storage.Controller' resource.","READ.storage.ControllerDrive":"Read a 'storage.ControllerDrive' resource.","READ.storage.DiskGroup":"Read a 'storage.DiskGroup' resource.","UPDATE.storage.DiskGroup":"Update a 'storage.DiskGroup' resource.","READ.storage.DiskSlot":"Read a 'storage.DiskSlot' resource.","CREATE.storage.DriveGroup":"Create a 'storage.DriveGroup' resource.","DELETE.storage.DriveGroup":"Delete a 'storage.DriveGroup' resource.","READ.storage.DriveGroup":"Read a 'storage.DriveGroup' resource.","UPDATE.storage.DriveGroup":"Update a 'storage.DriveGroup' resource.","CREATE.storage.DriveSecurityPolicy":"Create a 'storage.DriveSecurityPolicy' resource.","DELETE.storage.DriveSecurityPolicy":"Delete a 'storage.DriveSecurityPolicy' resource.","READ.storage.DriveSecurityPolicy":"Read a 'storage.DriveSecurityPolicy' resource.","UPDATE.storage.DriveSecurityPolicy":"Update a 'storage.DriveSecurityPolicy' resource.","READ.storage.Enclosure":"Read a 'storage.Enclosure' resource.","UPDATE.storage.Enclosure":"Update a 'storage.Enclosure' resource.","READ.storage.EnclosureDisk":"Read a 'storage.EnclosureDisk' resource.","UPDATE.storage.EnclosureDisk":"Update a 'storage.EnclosureDisk' resource.","READ.storage.EnclosureDiskSlotEp":"Read a 'storage.EnclosureDiskSlotEp' resource.","UPDATE.storage.EnclosureDiskSlotEp":"Update a 'storage.EnclosureDiskSlotEp' resource.","READ.storage.FileItem":"Read a 'storage.FileItem' resource.","READ.storage.FlexFlashController":"Read a 'storage.FlexFlashController' resource.","UPDATE.storage.FlexFlashController":"Update a 'storage.FlexFlashController' resource.","READ.storage.FlexFlashControllerProps":"Read a 'storage.FlexFlashControllerProps' resource.","UPDATE.storage.FlexFlashControllerProps":"Update a 'storage.FlexFlashControllerProps' resource.","READ.storage.FlexFlashPhysicalDrive":"Read a 'storage.FlexFlashPhysicalDrive' resource.","UPDATE.storage.FlexFlashPhysicalDrive":"Update a 'storage.FlexFlashPhysicalDrive' resource.","READ.storage.FlexFlashVirtualDrive":"Read a 'storage.FlexFlashVirtualDrive' resource.","UPDATE.storage.FlexFlashVirtualDrive":"Update a 'storage.FlexFlashVirtualDrive' resource.","READ.storage.FlexUtilController":"Read a 'storage.FlexUtilController' resource.","UPDATE.storage.FlexUtilController":"Update a 'storage.FlexUtilController' resource.","READ.storage.FlexUtilPhysicalDrive":"Read a 'storage.FlexUtilPhysicalDrive' resource.","UPDATE.storage.FlexUtilPhysicalDrive":"Update a 'storage.FlexUtilPhysicalDrive' resource.","READ.storage.FlexUtilVirtualDrive":"Read a 'storage.FlexUtilVirtualDrive' resource.","UPDATE.storage.FlexUtilVirtualDrive":"Update a 'storage.FlexUtilVirtualDrive' resource.","READ.storage.HitachiArray":"Read a 'storage.HitachiArray' resource.","UPDATE.storage.HitachiArray":"Update a 'storage.HitachiArray' resource.","READ.storage.HitachiController":"Read a 'storage.HitachiController' resource.","READ.storage.HitachiDisk":"Read a 'storage.HitachiDisk' resource.","READ.storage.HitachiExternalParityGroup":"Read a 'storage.HitachiExternalParityGroup' resource.","READ.storage.HitachiExternalPathGroup":"Read a 'storage.HitachiExternalPathGroup' resource.","READ.storage.HitachiExternalStorageLun":"Read a 'storage.HitachiExternalStorageLun' resource.","READ.storage.HitachiExternalStoragePort":"Read a 'storage.HitachiExternalStoragePort' resource.","READ.storage.HitachiHost":"Read a 'storage.HitachiHost' resource.","READ.storage.HitachiHostLun":"Read a 'storage.HitachiHostLun' resource.","READ.storage.HitachiParityGroup":"Read a 'storage.HitachiParityGroup' resource.","READ.storage.HitachiPool":"Read a 'storage.HitachiPool' resource.","READ.storage.HitachiPort":"Read a 'storage.HitachiPort' resource.","READ.storage.HitachiRemoteReplication":"Read a 'storage.HitachiRemoteReplication' resource.","READ.storage.HitachiSnapshot":"Read a 'storage.HitachiSnapshot' resource.","READ.storage.HitachiVolume":"Read a 'storage.HitachiVolume' resource.","READ.storage.HitachiVolumeMigrationPair":"Read a 'storage.HitachiVolumeMigrationPair' resource.","READ.storage.HyperFlexStorageContainer":"Read a 'storage.HyperFlexStorageContainer' resource.","READ.storage.HyperFlexVolume":"Read a 'storage.HyperFlexVolume' resource.","READ.storage.Item":"Read a 'storage.Item' resource.","READ.storage.NetAppAggregate":"Read a 'storage.NetAppAggregate' resource.","READ.storage.NetAppAggregateEvent":"Read a 'storage.NetAppAggregateEvent' resource.","READ.storage.NetAppBaseDisk":"Read a 'storage.NetAppBaseDisk' resource.","READ.storage.NetAppCifsService":"Read a 'storage.NetAppCifsService' resource.","READ.storage.NetAppCifsShare":"Read a 'storage.NetAppCifsShare' resource.","READ.storage.NetAppCloudTarget":"Read a 'storage.NetAppCloudTarget' resource.","READ.storage.NetAppCluster":"Read a 'storage.NetAppCluster' resource.","UPDATE.storage.NetAppCluster":"Update a 'storage.NetAppCluster' resource.","READ.storage.NetAppClusterEvent":"Read a 'storage.NetAppClusterEvent' resource.","READ.storage.NetAppClusterSnapMirrorPolicy":"Read a 'storage.NetAppClusterSnapMirrorPolicy' resource.","READ.storage.NetAppClusterSnapshotPolicy":"Read a 'storage.NetAppClusterSnapshotPolicy' resource.","READ.storage.NetAppDataIpInterface":"Read a 'storage.NetAppDataIpInterface' resource.","READ.storage.NetAppDataIpInterfaceEvent":"Read a 'storage.NetAppDataIpInterfaceEvent' resource.","READ.storage.NetAppDiskEvent":"Read a 'storage.NetAppDiskEvent' resource.","READ.storage.NetAppEthernetPort":"Read a 'storage.NetAppEthernetPort' resource.","READ.storage.NetAppEthernetPortEvent":"Read a 'storage.NetAppEthernetPortEvent' resource.","READ.storage.NetAppExportPolicy":"Read a 'storage.NetAppExportPolicy' resource.","READ.storage.NetAppFcInterface":"Read a 'storage.NetAppFcInterface' resource.","READ.storage.NetAppFcInterfaceEvent":"Read a 'storage.NetAppFcInterfaceEvent' resource.","READ.storage.NetAppFcPort":"Read a 'storage.NetAppFcPort' resource.","READ.storage.NetAppFcPortEvent":"Read a 'storage.NetAppFcPortEvent' resource.","READ.storage.NetAppInitiatorGroup":"Read a 'storage.NetAppInitiatorGroup' resource.","READ.storage.NetAppIpInterface":"Read a 'storage.NetAppIpInterface' resource.","READ.storage.NetAppIpInterfaceEvent":"Read a 'storage.NetAppIpInterfaceEvent' resource.","READ.storage.NetAppIscsiService":"Read a 'storage.NetAppIscsiService' resource.","READ.storage.NetAppLicense":"Read a 'storage.NetAppLicense' resource.","READ.storage.NetAppLun":"Read a 'storage.NetAppLun' resource.","READ.storage.NetAppLunEvent":"Read a 'storage.NetAppLunEvent' resource.","READ.storage.NetAppLunMap":"Read a 'storage.NetAppLunMap' resource.","READ.storage.NetAppNamespace":"Read a 'storage.NetAppNamespace' resource.","READ.storage.NetAppNfsClient":"Read a 'storage.NetAppNfsClient' resource.","READ.storage.NetAppNfsService":"Read a 'storage.NetAppNfsService' resource.","READ.storage.NetAppNode":"Read a 'storage.NetAppNode' resource.","READ.storage.NetAppNodeCdpNeighbor":"Read a 'storage.NetAppNodeCdpNeighbor' resource.","READ.storage.NetAppNodeEvent":"Read a 'storage.NetAppNodeEvent' resource.","READ.storage.NetAppNonDataIpInterface":"Read a 'storage.NetAppNonDataIpInterface' resource.","READ.storage.NetAppNonDataIpInterfaceEvent":"Read a 'storage.NetAppNonDataIpInterfaceEvent' resource.","READ.storage.NetAppNtpServer":"Read a 'storage.NetAppNtpServer' resource.","READ.storage.NetAppQtree":"Read a 'storage.NetAppQtree' resource.","READ.storage.NetAppSchedule":"Read a 'storage.NetAppSchedule' resource.","READ.storage.NetAppSensor":"Read a 'storage.NetAppSensor' resource.","READ.storage.NetAppSnapMirrorRelationship":"Read a 'storage.NetAppSnapMirrorRelationship' resource.","READ.storage.NetAppStorageVm":"Read a 'storage.NetAppStorageVm' resource.","READ.storage.NetAppSvmEvent":"Read a 'storage.NetAppSvmEvent' resource.","READ.storage.NetAppSvmSnapMirrorPolicy":"Read a 'storage.NetAppSvmSnapMirrorPolicy' resource.","READ.storage.NetAppSvmSnapshotPolicy":"Read a 'storage.NetAppSvmSnapshotPolicy' resource.","READ.storage.NetAppVolume":"Read a 'storage.NetAppVolume' resource.","READ.storage.NetAppVolumeEvent":"Read a 'storage.NetAppVolumeEvent' resource.","READ.storage.NetAppVolumeSnapshot":"Read a 'storage.NetAppVolumeSnapshot' resource.","READ.storage.NvmeRaidConfiguration":"Read a 'storage.NvmeRaidConfiguration' resource.","READ.storage.PhysicalDisk":"Read a 'storage.PhysicalDisk' resource.","UPDATE.storage.PhysicalDisk":"Update a 'storage.PhysicalDisk' resource.","READ.storage.PhysicalDiskExtension":"Read a 'storage.PhysicalDiskExtension' resource.","UPDATE.storage.PhysicalDiskExtension":"Update a 'storage.PhysicalDiskExtension' resource.","READ.storage.PhysicalDiskUsage":"Read a 'storage.PhysicalDiskUsage' resource.","UPDATE.storage.PhysicalDiskUsage":"Update a 'storage.PhysicalDiskUsage' resource.","READ.storage.PureArray":"Read a 'storage.PureArray' resource.","UPDATE.storage.PureArray":"Update a 'storage.PureArray' resource.","READ.storage.PureArrayAlerts":"Read a 'storage.PureArrayAlerts' resource.","READ.storage.PureController":"Read a 'storage.PureController' resource.","READ.storage.PureDisk":"Read a 'storage.PureDisk' resource.","READ.storage.PureHost":"Read a 'storage.PureHost' resource.","READ.storage.PureHostGroup":"Read a 'storage.PureHostGroup' resource.","READ.storage.PureHostLun":"Read a 'storage.PureHostLun' resource.","READ.storage.PurePort":"Read a 'storage.PurePort' resource.","READ.storage.PureProtectionGroup":"Read a 'storage.PureProtectionGroup' resource.","READ.storage.PureProtectionGroupSnapshot":"Read a 'storage.PureProtectionGroupSnapshot' resource.","READ.storage.PureReplicationSchedule":"Read a 'storage.PureReplicationSchedule' resource.","READ.storage.PureSnapshotSchedule":"Read a 'storage.PureSnapshotSchedule' resource.","READ.storage.PureTargetArray":"Read a 'storage.PureTargetArray' resource.","READ.storage.PureVolume":"Read a 'storage.PureVolume' resource.","READ.storage.PureVolumeSnapshot":"Read a 'storage.PureVolumeSnapshot' resource.","READ.storage.SasExpander":"Read a 'storage.SasExpander' resource.","UPDATE.storage.SasExpander":"Update a 'storage.SasExpander' resource.","READ.storage.SasPort":"Read a 'storage.SasPort' resource.","UPDATE.storage.SasPort":"Update a 'storage.SasPort' resource.","READ.storage.Span":"Read a 'storage.Span' resource.","UPDATE.storage.Span":"Update a 'storage.Span' resource.","CREATE.storage.StoragePolicy":"Create a 'storage.StoragePolicy' resource.","DELETE.storage.StoragePolicy":"Delete a 'storage.StoragePolicy' resource.","READ.storage.StoragePolicy":"Read a 'storage.StoragePolicy' resource.","UPDATE.storage.StoragePolicy":"Update a 'storage.StoragePolicy' resource.","READ.storage.VdMemberEp":"Read a 'storage.VdMemberEp' resource.","UPDATE.storage.VdMemberEp":"Update a 'storage.VdMemberEp' resource.","READ.storage.VirtualDrive":"Read a 'storage.VirtualDrive' resource.","UPDATE.storage.VirtualDrive":"Update a 'storage.VirtualDrive' resource.","READ.storage.VirtualDriveContainer":"Read a 'storage.VirtualDriveContainer' resource.","UPDATE.storage.VirtualDriveContainer":"Update a 'storage.VirtualDriveContainer' resource.","READ.storage.VirtualDriveExtension":"Read a 'storage.VirtualDriveExtension' resource.","UPDATE.storage.VirtualDriveExtension":"Update a 'storage.VirtualDriveExtension' resource.","READ.storage.VirtualDriveIdentity":"Read a 'storage.VirtualDriveIdentity' resource.","CREATE.syslog.Policy":"Create a 'syslog.Policy' resource.","DELETE.syslog.Policy":"Delete a 'syslog.Policy' resource.","READ.syslog.Policy":"Read a 'syslog.Policy' resource.","UPDATE.syslog.Policy":"Update a 'syslog.Policy' resource.","READ.syslog.PolicyInventory":"Read a 'syslog.PolicyInventory' resource.","CREATE.tam.AdvisoryCount":"Create a 'tam.AdvisoryCount' resource.","DELETE.tam.AdvisoryCount":"Delete a 'tam.AdvisoryCount' resource.","READ.tam.AdvisoryCount":"Read a 'tam.AdvisoryCount' resource.","UPDATE.tam.AdvisoryCount":"Update a 'tam.AdvisoryCount' resource.","CREATE.tam.AdvisoryDefinition":"Create a 'tam.AdvisoryDefinition' resource.","DELETE.tam.AdvisoryDefinition":"Delete a 'tam.AdvisoryDefinition' resource.","READ.tam.AdvisoryDefinition":"Read a 'tam.AdvisoryDefinition' resource.","UPDATE.tam.AdvisoryDefinition":"Update a 'tam.AdvisoryDefinition' resource.","CREATE.tam.AdvisoryInfo":"Create a 'tam.AdvisoryInfo' resource.","DELETE.tam.AdvisoryInfo":"Delete a 'tam.AdvisoryInfo' resource.","READ.tam.AdvisoryInfo":"Read a 'tam.AdvisoryInfo' resource.","UPDATE.tam.AdvisoryInfo":"Update a 'tam.AdvisoryInfo' resource.","CREATE.tam.AdvisoryInstance":"Create a 'tam.AdvisoryInstance' resource.","DELETE.tam.AdvisoryInstance":"Delete a 'tam.AdvisoryInstance' resource.","READ.tam.AdvisoryInstance":"Read a 'tam.AdvisoryInstance' resource.","UPDATE.tam.AdvisoryInstance":"Update a 'tam.AdvisoryInstance' resource.","CREATE.tam.SecurityAdvisory":"Create a 'tam.SecurityAdvisory' resource.","DELETE.tam.SecurityAdvisory":"Delete a 'tam.SecurityAdvisory' resource.","READ.tam.SecurityAdvisory":"Read a 'tam.SecurityAdvisory' resource.","UPDATE.tam.SecurityAdvisory":"Update a 'tam.SecurityAdvisory' resource.","CREATE.task.FabricMosScopedInventory":"Create a 'task.FabricMosScopedInventory' resource.","CREATE.task.HitachiScopedInventory":"Create a 'task.HitachiScopedInventory' resource.","CREATE.task.HyperFlexManagementScopedInventory":"Create a 'task.HyperFlexManagementScopedInventory' resource.","CREATE.task.HyperflexScopedInventory":"Create a 'task.HyperflexScopedInventory' resource.","CREATE.task.MdsScopedInventory":"Create a 'task.MdsScopedInventory' resource.","CREATE.task.MdsSystemScopedInventory":"Create a 'task.MdsSystemScopedInventory' resource.","CREATE.task.NetAppScopedInventory":"Create a 'task.NetAppScopedInventory' resource.","CREATE.task.NexusScopedInventory":"Create a 'task.NexusScopedInventory' resource.","CREATE.task.NexusSystemScopedInventory":"Create a 'task.NexusSystemScopedInventory' resource.","CREATE.task.NexusVlanScopedInventory":"Create a 'task.NexusVlanScopedInventory' resource.","CREATE.task.PublicCloudScopedInventory":"Create a 'task.PublicCloudScopedInventory' resource.","CREATE.task.PureScopedInventory":"Create a 'task.PureScopedInventory' resource.","CREATE.task.ServerScopedInventory":"Create a 'task.ServerScopedInventory' resource.","CREATE.techsupportmanagement.CollectionControlPolicy":"Create a 'techsupportmanagement.CollectionControlPolicy' resource.","DELETE.techsupportmanagement.CollectionControlPolicy":"Delete a 'techsupportmanagement.CollectionControlPolicy' resource.","READ.techsupportmanagement.CollectionControlPolicy":"Read a 'techsupportmanagement.CollectionControlPolicy' resource.","UPDATE.techsupportmanagement.CollectionControlPolicy":"Update a 'techsupportmanagement.CollectionControlPolicy' resource.","READ.techsupportmanagement.Download":"Read a 'techsupportmanagement.Download' resource.","READ.techsupportmanagement.EndPoint":"Read a 'techsupportmanagement.EndPoint' resource.","CREATE.techsupportmanagement.TechSupportBundle":"Create a 'techsupportmanagement.TechSupportBundle' resource.","DELETE.techsupportmanagement.TechSupportBundle":"Delete a 'techsupportmanagement.TechSupportBundle' resource.","READ.techsupportmanagement.TechSupportBundle":"Read a 'techsupportmanagement.TechSupportBundle' resource.","READ.techsupportmanagement.TechSupportStatus":"Read a 'techsupportmanagement.TechSupportStatus' resource.","READ.terminal.AuditLog":"Read a 'terminal.AuditLog' resource.","CREATE.terraform.Executor":"Create a 'terraform.Executor' resource.","DELETE.terraform.Executor":"Delete a 'terraform.Executor' resource.","READ.terraform.Executor":"Read a 'terraform.Executor' resource.","UPDATE.terraform.Executor":"Update a 'terraform.Executor' resource.","CREATE.thermal.Policy":"Create a 'thermal.Policy' resource.","DELETE.thermal.Policy":"Delete a 'thermal.Policy' resource.","READ.thermal.Policy":"Read a 'thermal.Policy' resource.","UPDATE.thermal.Policy":"Update a 'thermal.Policy' resource.","READ.thermal.PolicyInventory":"Read a 'thermal.PolicyInventory' resource.","READ.top.System":"Read a 'top.System' resource.","UPDATE.top.System":"Update a 'top.System' resource.","DELETE.ucsd.BackupInfo":"Delete a 'ucsd.BackupInfo' resource.","READ.ucsd.BackupInfo":"Read a 'ucsd.BackupInfo' resource.","READ.uuidpool.Block":"Read a 'uuidpool.Block' resource.","CREATE.uuidpool.Pool":"Create a 'uuidpool.Pool' resource.","DELETE.uuidpool.Pool":"Delete a 'uuidpool.Pool' resource.","READ.uuidpool.Pool":"Read a 'uuidpool.Pool' resource.","UPDATE.uuidpool.Pool":"Update a 'uuidpool.Pool' resource.","READ.uuidpool.PoolMember":"Read a 'uuidpool.PoolMember' resource.","CREATE.uuidpool.Reservation":"Create a 'uuidpool.Reservation' resource.","DELETE.uuidpool.Reservation":"Delete a 'uuidpool.Reservation' resource.","READ.uuidpool.Reservation":"Read a 'uuidpool.Reservation' resource.","READ.uuidpool.Universe":"Read a 'uuidpool.Universe' resource.","DELETE.uuidpool.UuidLease":"Delete a 'uuidpool.UuidLease' resource.","READ.uuidpool.UuidLease":"Read a 'uuidpool.UuidLease' resource.","READ.view.HealthStatus":"Read a 'view.HealthStatus' resource.","READ.view.Server":"Read a 'view.Server' resource.","CREATE.virtualization.EsxiConsole":"Create a 'virtualization.EsxiConsole' resource.","READ.virtualization.EsxiConsole":"Read a 'virtualization.EsxiConsole' resource.","UPDATE.virtualization.EsxiConsole":"Update a 'virtualization.EsxiConsole' resource.","READ.virtualization.Host":"Read a 'virtualization.Host' resource.","UPDATE.virtualization.Host":"Update a 'virtualization.Host' resource.","CREATE.virtualization.VirtualMachine":"Create a 'virtualization.VirtualMachine' resource.","DELETE.virtualization.VirtualMachine":"Delete a 'virtualization.VirtualMachine' resource.","READ.virtualization.VirtualMachine":"Read a 'virtualization.VirtualMachine' resource.","UPDATE.virtualization.VirtualMachine":"Update a 'virtualization.VirtualMachine' resource.","READ.virtualization.VmwareCluster":"Read a 'virtualization.VmwareCluster' resource.","UPDATE.virtualization.VmwareCluster":"Update a 'virtualization.VmwareCluster' resource.","READ.virtualization.VmwareDatacenter":"Read a 'virtualization.VmwareDatacenter' resource.","UPDATE.virtualization.VmwareDatacenter":"Update a 'virtualization.VmwareDatacenter' resource.","READ.virtualization.VmwareDatastore":"Read a 'virtualization.VmwareDatastore' resource.","UPDATE.virtualization.VmwareDatastore":"Update a 'virtualization.VmwareDatastore' resource.","READ.virtualization.VmwareDatastoreCluster":"Read a 'virtualization.VmwareDatastoreCluster' resource.","UPDATE.virtualization.VmwareDatastoreCluster":"Update a 'virtualization.VmwareDatastoreCluster' resource.","READ.virtualization.VmwareDistributedNetwork":"Read a 'virtualization.VmwareDistributedNetwork' resource.","UPDATE.virtualization.VmwareDistributedNetwork":"Update a 'virtualization.VmwareDistributedNetwork' resource.","READ.virtualization.VmwareDistributedSwitch":"Read a 'virtualization.VmwareDistributedSwitch' resource.","UPDATE.virtualization.VmwareDistributedSwitch":"Update a 'virtualization.VmwareDistributedSwitch' resource.","READ.virtualization.VmwareFolder":"Read a 'virtualization.VmwareFolder' resource.","UPDATE.virtualization.VmwareFolder":"Update a 'virtualization.VmwareFolder' resource.","READ.virtualization.VmwareHost":"Read a 'virtualization.VmwareHost' resource.","UPDATE.virtualization.VmwareHost":"Update a 'virtualization.VmwareHost' resource.","READ.virtualization.VmwareHostGpu":"Read a 'virtualization.VmwareHostGpu' resource.","READ.virtualization.VmwareKernelNetwork":"Read a 'virtualization.VmwareKernelNetwork' resource.","UPDATE.virtualization.VmwareKernelNetwork":"Update a 'virtualization.VmwareKernelNetwork' resource.","READ.virtualization.VmwareNetwork":"Read a 'virtualization.VmwareNetwork' resource.","UPDATE.virtualization.VmwareNetwork":"Update a 'virtualization.VmwareNetwork' resource.","READ.virtualization.VmwarePhysicalNetworkInterface":"Read a 'virtualization.VmwarePhysicalNetworkInterface' resource.","UPDATE.virtualization.VmwarePhysicalNetworkInterface":"Update a 'virtualization.VmwarePhysicalNetworkInterface' resource.","READ.virtualization.VmwareProactiveHa":"Read a 'virtualization.VmwareProactiveHa' resource.","READ.virtualization.VmwareUplinkPort":"Read a 'virtualization.VmwareUplinkPort' resource.","UPDATE.virtualization.VmwareUplinkPort":"Update a 'virtualization.VmwareUplinkPort' resource.","READ.virtualization.VmwareVcenter":"Read a 'virtualization.VmwareVcenter' resource.","READ.virtualization.VmwareVirtualDisk":"Read a 'virtualization.VmwareVirtualDisk' resource.","UPDATE.virtualization.VmwareVirtualDisk":"Update a 'virtualization.VmwareVirtualDisk' resource.","READ.virtualization.VmwareVirtualMachine":"Read a 'virtualization.VmwareVirtualMachine' resource.","UPDATE.virtualization.VmwareVirtualMachine":"Update a 'virtualization.VmwareVirtualMachine' resource.","READ.virtualization.VmwareVirtualMachineGpu":"Read a 'virtualization.VmwareVirtualMachineGpu' resource.","READ.virtualization.VmwareVirtualMachineSnapshot":"Read a 'virtualization.VmwareVirtualMachineSnapshot' resource.","UPDATE.virtualization.VmwareVirtualMachineSnapshot":"Update a 'virtualization.VmwareVirtualMachineSnapshot' resource.","READ.virtualization.VmwareVirtualNetworkInterface":"Read a 'virtualization.VmwareVirtualNetworkInterface' resource.","UPDATE.virtualization.VmwareVirtualNetworkInterface":"Update a 'virtualization.VmwareVirtualNetworkInterface' resource.","READ.virtualization.VmwareVirtualSwitch":"Read a 'virtualization.VmwareVirtualSwitch' resource.","UPDATE.virtualization.VmwareVirtualSwitch":"Update a 'virtualization.VmwareVirtualSwitch' resource.","CREATE.vmedia.Policy":"Create a 'vmedia.Policy' resource.","DELETE.vmedia.Policy":"Delete a 'vmedia.Policy' resource.","READ.vmedia.Policy":"Read a 'vmedia.Policy' resource.","UPDATE.vmedia.Policy":"Update a 'vmedia.Policy' resource.","READ.vmedia.PolicyInventory":"Read a 'vmedia.PolicyInventory' resource.","CREATE.vmrc.Console":"Create a 'vmrc.Console' resource.","READ.vmrc.Console":"Read a 'vmrc.Console' resource.","UPDATE.vmrc.Console":"Update a 'vmrc.Console' resource.","CREATE.vnic.EthAdapterPolicy":"Create a 'vnic.EthAdapterPolicy' resource.","DELETE.vnic.EthAdapterPolicy":"Delete a 'vnic.EthAdapterPolicy' resource.","READ.vnic.EthAdapterPolicy":"Read a 'vnic.EthAdapterPolicy' resource.","UPDATE.vnic.EthAdapterPolicy":"Update a 'vnic.EthAdapterPolicy' resource.","READ.vnic.EthAdapterPolicyInventory":"Read a 'vnic.EthAdapterPolicyInventory' resource.","CREATE.vnic.EthIf":"Create a 'vnic.EthIf' resource.","DELETE.vnic.EthIf":"Delete a 'vnic.EthIf' resource.","READ.vnic.EthIf":"Read a 'vnic.EthIf' resource.","UPDATE.vnic.EthIf":"Update a 'vnic.EthIf' resource.","READ.vnic.EthIfInventory":"Read a 'vnic.EthIfInventory' resource.","CREATE.vnic.EthNetworkPolicy":"Create a 'vnic.EthNetworkPolicy' resource.","DELETE.vnic.EthNetworkPolicy":"Delete a 'vnic.EthNetworkPolicy' resource.","READ.vnic.EthNetworkPolicy":"Read a 'vnic.EthNetworkPolicy' resource.","UPDATE.vnic.EthNetworkPolicy":"Update a 'vnic.EthNetworkPolicy' resource.","READ.vnic.EthNetworkPolicyInventory":"Read a 'vnic.EthNetworkPolicyInventory' resource.","CREATE.vnic.EthQosPolicy":"Create a 'vnic.EthQosPolicy' resource.","DELETE.vnic.EthQosPolicy":"Delete a 'vnic.EthQosPolicy' resource.","READ.vnic.EthQosPolicy":"Read a 'vnic.EthQosPolicy' resource.","UPDATE.vnic.EthQosPolicy":"Update a 'vnic.EthQosPolicy' resource.","READ.vnic.EthQosPolicyInventory":"Read a 'vnic.EthQosPolicyInventory' resource.","READ.vnic.EthVethInventory":"Read a 'vnic.EthVethInventory' resource.","READ.vnic.EthVnicInventory":"Read a 'vnic.EthVnicInventory' resource.","CREATE.vnic.FcAdapterPolicy":"Create a 'vnic.FcAdapterPolicy' resource.","DELETE.vnic.FcAdapterPolicy":"Delete a 'vnic.FcAdapterPolicy' resource.","READ.vnic.FcAdapterPolicy":"Read a 'vnic.FcAdapterPolicy' resource.","UPDATE.vnic.FcAdapterPolicy":"Update a 'vnic.FcAdapterPolicy' resource.","READ.vnic.FcAdapterPolicyInventory":"Read a 'vnic.FcAdapterPolicyInventory' resource.","CREATE.vnic.FcIf":"Create a 'vnic.FcIf' resource.","DELETE.vnic.FcIf":"Delete a 'vnic.FcIf' resource.","READ.vnic.FcIf":"Read a 'vnic.FcIf' resource.","UPDATE.vnic.FcIf":"Update a 'vnic.FcIf' resource.","READ.vnic.FcIfInventory":"Read a 'vnic.FcIfInventory' resource.","CREATE.vnic.FcNetworkPolicy":"Create a 'vnic.FcNetworkPolicy' resource.","DELETE.vnic.FcNetworkPolicy":"Delete a 'vnic.FcNetworkPolicy' resource.","READ.vnic.FcNetworkPolicy":"Read a 'vnic.FcNetworkPolicy' resource.","UPDATE.vnic.FcNetworkPolicy":"Update a 'vnic.FcNetworkPolicy' resource.","READ.vnic.FcNetworkPolicyInventory":"Read a 'vnic.FcNetworkPolicyInventory' resource.","CREATE.vnic.FcQosPolicy":"Create a 'vnic.FcQosPolicy' resource.","DELETE.vnic.FcQosPolicy":"Delete a 'vnic.FcQosPolicy' resource.","READ.vnic.FcQosPolicy":"Read a 'vnic.FcQosPolicy' resource.","UPDATE.vnic.FcQosPolicy":"Update a 'vnic.FcQosPolicy' resource.","READ.vnic.FcQosPolicyInventory":"Read a 'vnic.FcQosPolicyInventory' resource.","READ.vnic.FcVethInventory":"Read a 'vnic.FcVethInventory' resource.","READ.vnic.FcVhbaPolicyInventory":"Read a 'vnic.FcVhbaPolicyInventory' resource.","CREATE.vnic.IscsiAdapterPolicy":"Create a 'vnic.IscsiAdapterPolicy' resource.","DELETE.vnic.IscsiAdapterPolicy":"Delete a 'vnic.IscsiAdapterPolicy' resource.","READ.vnic.IscsiAdapterPolicy":"Read a 'vnic.IscsiAdapterPolicy' resource.","UPDATE.vnic.IscsiAdapterPolicy":"Update a 'vnic.IscsiAdapterPolicy' resource.","READ.vnic.IscsiAdapterPolicyInventory":"Read a 'vnic.IscsiAdapterPolicyInventory' resource.","CREATE.vnic.IscsiBootPolicy":"Create a 'vnic.IscsiBootPolicy' resource.","DELETE.vnic.IscsiBootPolicy":"Delete a 'vnic.IscsiBootPolicy' resource.","READ.vnic.IscsiBootPolicy":"Read a 'vnic.IscsiBootPolicy' resource.","UPDATE.vnic.IscsiBootPolicy":"Update a 'vnic.IscsiBootPolicy' resource.","READ.vnic.IscsiBootPolicyInventory":"Read a 'vnic.IscsiBootPolicyInventory' resource.","CREATE.vnic.IscsiStaticTargetPolicy":"Create a 'vnic.IscsiStaticTargetPolicy' resource.","DELETE.vnic.IscsiStaticTargetPolicy":"Delete a 'vnic.IscsiStaticTargetPolicy' resource.","READ.vnic.IscsiStaticTargetPolicy":"Read a 'vnic.IscsiStaticTargetPolicy' resource.","UPDATE.vnic.IscsiStaticTargetPolicy":"Update a 'vnic.IscsiStaticTargetPolicy' resource.","READ.vnic.IscsiStaticTargetPolicyInventory":"Read a 'vnic.IscsiStaticTargetPolicyInventory' resource.","CREATE.vnic.LanConnectivityPolicy":"Create a 'vnic.LanConnectivityPolicy' resource.","DELETE.vnic.LanConnectivityPolicy":"Delete a 'vnic.LanConnectivityPolicy' resource.","READ.vnic.LanConnectivityPolicy":"Read a 'vnic.LanConnectivityPolicy' resource.","UPDATE.vnic.LanConnectivityPolicy":"Update a 'vnic.LanConnectivityPolicy' resource.","READ.vnic.LanConnectivityPolicyInventory":"Read a 'vnic.LanConnectivityPolicyInventory' resource.","READ.vnic.LcpStatus":"Read a 'vnic.LcpStatus' resource.","CREATE.vnic.SanConnectivityPolicy":"Create a 'vnic.SanConnectivityPolicy' resource.","DELETE.vnic.SanConnectivityPolicy":"Delete a 'vnic.SanConnectivityPolicy' resource.","READ.vnic.SanConnectivityPolicy":"Read a 'vnic.SanConnectivityPolicy' resource.","UPDATE.vnic.SanConnectivityPolicy":"Update a 'vnic.SanConnectivityPolicy' resource.","READ.vnic.SanConnectivityPolicyInventory":"Read a 'vnic.SanConnectivityPolicyInventory' resource.","READ.vnic.ScpStatus":"Read a 'vnic.ScpStatus' resource.","CREATE.vnic.VhbaTemplate":"Create a 'vnic.VhbaTemplate' resource.","DELETE.vnic.VhbaTemplate":"Delete a 'vnic.VhbaTemplate' resource.","READ.vnic.VhbaTemplate":"Read a 'vnic.VhbaTemplate' resource.","UPDATE.vnic.VhbaTemplate":"Update a 'vnic.VhbaTemplate' resource.","CREATE.vnic.VnicTemplate":"Create a 'vnic.VnicTemplate' resource.","DELETE.vnic.VnicTemplate":"Delete a 'vnic.VnicTemplate' resource.","READ.vnic.VnicTemplate":"Read a 'vnic.VnicTemplate' resource.","UPDATE.vnic.VnicTemplate":"Update a 'vnic.VnicTemplate' resource.","CREATE.vrf.Vrf":"Create a 'vrf.Vrf' resource.","DELETE.vrf.Vrf":"Delete a 'vrf.Vrf' resource.","READ.vrf.Vrf":"Read a 'vrf.Vrf' resource.","UPDATE.vrf.Vrf":"Update a 'vrf.Vrf' resource.","CREATE.workflow.AnsibleBatchExecutor":"Create a 'workflow.AnsibleBatchExecutor' resource.","DELETE.workflow.AnsibleBatchExecutor":"Delete a 'workflow.AnsibleBatchExecutor' resource.","READ.workflow.AnsibleBatchExecutor":"Read a 'workflow.AnsibleBatchExecutor' resource.","UPDATE.workflow.AnsibleBatchExecutor":"Update a 'workflow.AnsibleBatchExecutor' resource.","CREATE.workflow.BatchApiExecutor":"Create a 'workflow.BatchApiExecutor' resource.","DELETE.workflow.BatchApiExecutor":"Delete a 'workflow.BatchApiExecutor' resource.","READ.workflow.BatchApiExecutor":"Read a 'workflow.BatchApiExecutor' resource.","UPDATE.workflow.BatchApiExecutor":"Update a 'workflow.BatchApiExecutor' resource.","READ.workflow.Catalog":"Read a 'workflow.Catalog' resource.","CREATE.workflow.CatalogItemDefinition":"Create a 'workflow.CatalogItemDefinition' resource.","DELETE.workflow.CatalogItemDefinition":"Delete a 'workflow.CatalogItemDefinition' resource.","READ.workflow.CatalogItemDefinition":"Read a 'workflow.CatalogItemDefinition' resource.","UPDATE.workflow.CatalogItemDefinition":"Update a 'workflow.CatalogItemDefinition' resource.","CREATE.workflow.CatalogServiceRequest":"Create a 'workflow.CatalogServiceRequest' resource.","DELETE.workflow.CatalogServiceRequest":"Delete a 'workflow.CatalogServiceRequest' resource.","READ.workflow.CatalogServiceRequest":"Read a 'workflow.CatalogServiceRequest' resource.","UPDATE.workflow.CatalogServiceRequest":"Update a 'workflow.CatalogServiceRequest' resource.","CREATE.workflow.CustomDataTypeDefinition":"Create a 'workflow.CustomDataTypeDefinition' resource.","DELETE.workflow.CustomDataTypeDefinition":"Delete a 'workflow.CustomDataTypeDefinition' resource.","READ.workflow.CustomDataTypeDefinition":"Read a 'workflow.CustomDataTypeDefinition' resource.","UPDATE.workflow.CustomDataTypeDefinition":"Update a 'workflow.CustomDataTypeDefinition' resource.","CREATE.workflow.ErrorResponseHandler":"Create a 'workflow.ErrorResponseHandler' resource.","DELETE.workflow.ErrorResponseHandler":"Delete a 'workflow.ErrorResponseHandler' resource.","READ.workflow.ErrorResponseHandler":"Read a 'workflow.ErrorResponseHandler' resource.","UPDATE.workflow.ErrorResponseHandler":"Update a 'workflow.ErrorResponseHandler' resource.","CREATE.workflow.PowerShellBatchApiExecutor":"Create a 'workflow.PowerShellBatchApiExecutor' resource.","DELETE.workflow.PowerShellBatchApiExecutor":"Delete a 'workflow.PowerShellBatchApiExecutor' resource.","READ.workflow.PowerShellBatchApiExecutor":"Read a 'workflow.PowerShellBatchApiExecutor' resource.","UPDATE.workflow.PowerShellBatchApiExecutor":"Update a 'workflow.PowerShellBatchApiExecutor' resource.","CREATE.workflow.RollbackWorkflow":"Create a 'workflow.RollbackWorkflow' resource.","DELETE.workflow.RollbackWorkflow":"Delete a 'workflow.RollbackWorkflow' resource.","READ.workflow.RollbackWorkflow":"Read a 'workflow.RollbackWorkflow' resource.","UPDATE.workflow.RollbackWorkflow":"Update a 'workflow.RollbackWorkflow' resource.","CREATE.workflow.ServiceItemActionDefinition":"Create a 'workflow.ServiceItemActionDefinition' resource.","DELETE.workflow.ServiceItemActionDefinition":"Delete a 'workflow.ServiceItemActionDefinition' resource.","READ.workflow.ServiceItemActionDefinition":"Read a 'workflow.ServiceItemActionDefinition' resource.","UPDATE.workflow.ServiceItemActionDefinition":"Update a 'workflow.ServiceItemActionDefinition' resource.","CREATE.workflow.ServiceItemActionInstance":"Create a 'workflow.ServiceItemActionInstance' resource.","DELETE.workflow.ServiceItemActionInstance":"Delete a 'workflow.ServiceItemActionInstance' resource.","READ.workflow.ServiceItemActionInstance":"Read a 'workflow.ServiceItemActionInstance' resource.","UPDATE.workflow.ServiceItemActionInstance":"Update a 'workflow.ServiceItemActionInstance' resource.","READ.workflow.ServiceItemAttribute":"Read a 'workflow.ServiceItemAttribute' resource.","CREATE.workflow.ServiceItemDefinition":"Create a 'workflow.ServiceItemDefinition' resource.","DELETE.workflow.ServiceItemDefinition":"Delete a 'workflow.ServiceItemDefinition' resource.","READ.workflow.ServiceItemDefinition":"Read a 'workflow.ServiceItemDefinition' resource.","UPDATE.workflow.ServiceItemDefinition":"Update a 'workflow.ServiceItemDefinition' resource.","CREATE.workflow.ServiceItemHealthCheckDefinition":"Create a 'workflow.ServiceItemHealthCheckDefinition' resource.","DELETE.workflow.ServiceItemHealthCheckDefinition":"Delete a 'workflow.ServiceItemHealthCheckDefinition' resource.","READ.workflow.ServiceItemHealthCheckDefinition":"Read a 'workflow.ServiceItemHealthCheckDefinition' resource.","UPDATE.workflow.ServiceItemHealthCheckDefinition":"Update a 'workflow.ServiceItemHealthCheckDefinition' resource.","READ.workflow.ServiceItemHealthCheckExecution":"Read a 'workflow.ServiceItemHealthCheckExecution' resource.","CREATE.workflow.ServiceItemInstance":"Create a 'workflow.ServiceItemInstance' resource.","DELETE.workflow.ServiceItemInstance":"Delete a 'workflow.ServiceItemInstance' resource.","READ.workflow.ServiceItemInstance":"Read a 'workflow.ServiceItemInstance' resource.","UPDATE.workflow.ServiceItemInstance":"Update a 'workflow.ServiceItemInstance' resource.","CREATE.workflow.ServiceItemOutput":"Create a 'workflow.ServiceItemOutput' resource.","DELETE.workflow.ServiceItemOutput":"Delete a 'workflow.ServiceItemOutput' resource.","READ.workflow.ServiceItemOutput":"Read a 'workflow.ServiceItemOutput' resource.","UPDATE.workflow.ServiceItemOutput":"Update a 'workflow.ServiceItemOutput' resource.","CREATE.workflow.SshBatchExecutor":"Create a 'workflow.SshBatchExecutor' resource.","DELETE.workflow.SshBatchExecutor":"Delete a 'workflow.SshBatchExecutor' resource.","READ.workflow.SshBatchExecutor":"Read a 'workflow.SshBatchExecutor' resource.","UPDATE.workflow.SshBatchExecutor":"Update a 'workflow.SshBatchExecutor' resource.","READ.workflow.TaskDebugLog":"Read a 'workflow.TaskDebugLog' resource.","CREATE.workflow.TaskDefinition":"Create a 'workflow.TaskDefinition' resource.","DELETE.workflow.TaskDefinition":"Delete a 'workflow.TaskDefinition' resource.","READ.workflow.TaskDefinition":"Read a 'workflow.TaskDefinition' resource.","UPDATE.workflow.TaskDefinition":"Update a 'workflow.TaskDefinition' resource.","READ.workflow.TaskInfo":"Read a 'workflow.TaskInfo' resource.","UPDATE.workflow.TaskInfo":"Update a 'workflow.TaskInfo' resource.","READ.workflow.TaskMetadata":"Read a 'workflow.TaskMetadata' resource.","CREATE.workflow.TemplateEvaluation":"Create a 'workflow.TemplateEvaluation' resource.","READ.workflow.TemplateFunctionMeta":"Read a 'workflow.TemplateFunctionMeta' resource.","CREATE.workflow.TemplateParser":"Create a 'workflow.TemplateParser' resource.","CREATE.workflow.UiDisplayMetadata":"Create a 'workflow.UiDisplayMetadata' resource.","DELETE.workflow.UiDisplayMetadata":"Delete a 'workflow.UiDisplayMetadata' resource.","READ.workflow.UiDisplayMetadata":"Read a 'workflow.UiDisplayMetadata' resource.","UPDATE.workflow.UiDisplayMetadata":"Update a 'workflow.UiDisplayMetadata' resource.","CREATE.workflow.WorkflowDefinition":"Create a 'workflow.WorkflowDefinition' resource.","DELETE.workflow.WorkflowDefinition":"Delete a 'workflow.WorkflowDefinition' resource.","READ.workflow.WorkflowDefinition":"Read a 'workflow.WorkflowDefinition' resource.","UPDATE.workflow.WorkflowDefinition":"Update a 'workflow.WorkflowDefinition' resource.","CREATE.workflow.WorkflowInfo":"Create a 'workflow.WorkflowInfo' resource.","DELETE.workflow.WorkflowInfo":"Delete a 'workflow.WorkflowInfo' resource.","READ.workflow.WorkflowInfo":"Read a 'workflow.WorkflowInfo' resource.","UPDATE.workflow.WorkflowInfo":"Update a 'workflow.WorkflowInfo' resource.","READ.workflow.WorkflowMetadata":"Read a 'workflow.WorkflowMetadata' resource.","CREATE.workspace.Folder":"Create a 'workspace.Folder' resource.","DELETE.workspace.Folder":"Delete a 'workspace.Folder' resource.","READ.workspace.Folder":"Read a 'workspace.Folder' resource.","UPDATE.workspace.Folder":"Update a 'workspace.Folder' resource."}}}}}},"spec":{"tags":["virtualization"],"summary":"Read a 'virtualization.VmwareDatacenter' resource.","operationId":"GetVirtualizationVmwareDatacenterList","security":[{"cookieAuth":[]},{"http_signature":[]},{"oAuth2":["PRIVSET.Account Administrator","PRIVSET.Manage Hypervisors","PRIVSET.Read-Only","PRIVSET.View Hypervisors","READ.virtualization.VmwareDatacenter","ROLE.Account Administrator","ROLE.Read-Only"]}],"parameters":[{"name":"$filter","in":"query","description":"Filter criteria for the resources to return.\nA URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting\nonly the Entries that satisfy the predicate expression specified by the $filter option.\nThe expression language that is used in $filter queries supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false).","required":false,"schema":{"type":"string","default":""},"examples":{"property_createTime_gt":{"summary":"Return the resources where the 'CreateTime' property is greater than the specified date.","value":"$filter=CreateTime gt 2012-08-29T21:58:33Z"},"property_createTime_gt_now":{"summary":"Return the resources that were created less than seventy-two hours ago.","value":"$filter=CreateTime gt now() sub PT72H","description":"This example uses a filter expression to compare the 'CreateTime' property of the resource against the current time.\nThe now() function is resolved to the current time in the Intersight service when the query is processed.\n'PT72H' is a string value that represents 72 hours.\nSee https://intersight.com/apidocs for more details about how to construct a duration.\nThe \"sub\" operator is used to substract a duration from the current time."},"property_createTime_lt_now":{"summary":"Return the resources that were created at least 60 days ago.","value":"$filter=CreateTime lt now() sub P60D"},"property_modTime_gt_now1":{"summary":"Return the resources that were modified less than three minutes and 20 seconds ago.","value":"$filter=ModTime gt now() sub PT3M20S"},"property_modTime_gt_now2":{"summary":"Return the resources that were modified less than 90 days ago.","value":"$filter=ModTime gt now() sub P90D"},"property_modTime_gt_now3":{"summary":"Return the resources that were modified less than 1 day and 12 hours ago.","value":"$filter=ModTime gt now() sub P1DT12H"}},"$$ref":"#/components/parameters/filterParam"},{"name":"$orderby","in":"query","description":"Determines what properties are used to sort the collection of resources.","required":false,"schema":{"type":"string"},"examples":{"date_sort_ascending":{"summary":"Return the resources, sorted by creation time in ascending order, i.e., oldest resources first.","value":"$orderby=CreationTime"},"date_sort_descending":{"summary":"Return the resources, sorted by creation time in descending order, i.e., most recently created resources first.","value":"$orderby=-CreationTime"},"date_sort_filtered_descending":{"summary":"Return the resources that have been modified less than 80 minutes ago, sorted by modification time, most recently modified resources first.","value":"$orderby=-ModTime&$filter=ModTime gt now() sub PT80M"},"sorted_results_with_paging":{"summary":"Return the first 20 resources sorted by modification time.","value":"$top=20&$orderby=ModTime"}},"$$ref":"#/components/parameters/orderbyParam"},{"name":"$top","in":"query","description":"Specifies the maximum number of resources to return in the response.","required":false,"allowEmptyValue":false,"schema":{"type":"integer","format":"int32","default":100},"examples":{"top":{"summary":"Return up to 10 resources.","value":"$top=10"},"top_with_filter":{"summary":"Return up to 20 resources that were created less than two hours ago.","value":"$top=20&$filter=CreateTime gt now() sub PT2H"}},"$$ref":"#/components/parameters/topParam"},{"name":"$skip","in":"query","description":"Specifies the number of resources to skip in the response.","required":false,"allowEmptyValue":false,"schema":{"type":"integer","format":"int32","default":0},"examples":{"skip":{"summary":"Return the resources. Skip the first 100 resources.","value":"$skip=100"},"skip_and_top":{"summary":"Return the resources. Skip the first 100 resources and return up to 20 resources.","value":"$skip=100&$top=20"},"skip_with_filter":{"summary":"Return the resources that were created less than two hours ago. Skip the first 100 resources and return up to 20 resources.","value":"$skip=100&$top=20&$filter=CreateTime gt now() sub PT2H"}},"$$ref":"#/components/parameters/skipParam"},{"name":"$select","in":"query","description":"Specifies a subset of properties to return.","required":false,"schema":{"type":"string","default":""},"examples":{"select":{"summary":"Return a summary list of resources. The response will include the Moid, which is always returned, and the 'CreateTime' and 'ModTime' properties.","value":"$select=CreateTime,ModTime"},"select_filtered":{"summary":"Return a filtered, summary list of resources.","value":"$select=CreateTime,ModTime&$filter=CreateTime gt now() sub PT2H","description":"Return a summary list of resources. The response will include the Moid, which is always returned even if it is not specified in the $select query,\nand the 'CreateTime' and 'ModTime' properties, which are explicitly specified in the $select query.\nThe results are filtered and only include the resources that were created less than two hours ago."}},"$$ref":"#/components/parameters/selectParam"},{"name":"$expand","in":"query","description":"Specify additional attributes or related resources to return in addition to the primary resources.","required":false,"schema":{"type":"string"},"examples":{"expand_displaynames":{"summary":"Return the resources.","value":"$expand=DisplayNames"}},"$$ref":"#/components/parameters/expandParam"},{"name":"$apply","in":"query","description":"Specify one or more transformation operations to perform aggregation on the resources. The transformations\nare processed in order with the output from a transformation being used as input for the subsequent transformation.\nThe \"$apply\" query takes a sequence of set transformations, separated by forward slashes to express that they are\nconsecutively applied, i.e., the result of each transformation is the input to the next transformation.\nSupported aggregation methods are \"aggregate\" and \"groupby\".\nThe **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns\na result set with a single instance, representing the aggregated value for all instances in the input set.\nThe **groupby** transformation takes one or two parameters and\n1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first parameter,\n2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality,\n3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group,\n4. Concatenates the intermediate result sets into one result set.\nA groupby transformation affects the structure of the result set.","required":false,"schema":{"type":"string"},"$$ref":"#/components/parameters/applyParam"},{"name":"$count","in":"query","description":"The $count query specifies the service should return the count of the matching resources, instead of returning the resources.","required":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"examples":{"total_count":{"summary":"Return the count of the resources.","value":"$count=true"},"count_filtered":{"summary":"Return the count of resources that were created less than two hours ago.","value":"$count=true&$filter=CreateTime gt now() sub PT2H"}},"$$ref":"#/components/parameters/countParam"},{"name":"$inlinecount","in":"query","description":"The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response.","required":false,"allowEmptyValue":false,"schema":{"type":"string","enum":["allpages","none"],"default":"allpages"},"examples":{"inlinecount_output":{"summary":"Return the count of the resources, and an array containing the resources.","value":"$inlinecount=true"},"inlinecount_filtered":{"summary":"Return the count of the resources that were created less than two hours ago, and an array containing the resources.","value":"$inlinecount=true&$filter=CreateTime gt now() sub PT2H"}},"$$ref":"#/components/parameters/inlinecountParam"},{"name":"at","in":"query","description":"Similar to \"$filter\", but \"at\" is specifically used to filter versioning information properties for resources to return.\nA URI with an \"at\" Query Option identifies a subset of the Entries from the Collection of Entries identified by the\nResource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate\nexpression specified by the query option.\nThe expression language that is used in at operators supports references to properties and\nliterals. The literal values can be strings enclosed in single quotes, numbers and boolean values\n(true or false) or any of the additional literal representations shown in the Abstract\nType System section.","examples":{"versiontype_equality":{"summary":"Return the resources where the 'VersionType' property of the VersionContext is equal to 'Configured'","value":"at=VersionType eq 'Configured'"},"interestedmos_query":{"summary":"Return the resources where the 'InterestedMos' property of the VersionContext includes an MoRef with Moid equal to '5b5877e56c6730367acf46cd'","value":"at=InterestedMos.Moid eq '5b5877e56c6730367acf46cd'"}},"required":false,"schema":{"type":"string"},"$$ref":"#/components/parameters/atParam"},{"name":"tags","in":"query","description":"The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key.","required":false,"schema":{"type":"string"},"$$ref":"#/components/parameters/tagsParam"}],"responses":{"200":{"description":"List of 'virtualization.VmwareDatacenter' resources for the given filter criteria","headers":{"Set-Cookie":{"description":"Cookie authentication key for use with the `cookieAuth` apiKey authentication.","schema":{"type":"string","example":"X-Starship-Token=abcde12345; Path=/"},"$$ref":"#/components/headers/Set-Cookie"},"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"},"Content-Disposition":{"description":"If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.","schema":{"type":"string"},"$$ref":"#/components/headers/Content-Disposition"},"Content-Length":{"description":"Indicates the size of the entity-body, in bytes, sent to the recipient.","schema":{"type":"integer"},"$$ref":"#/components/headers/Content-Length"}},"content":{"application/json":{"schema":{"description":"The response body of a HTTP GET request for the 'virtualization.VmwareDatacenter' resource.\nThe value may be one of the following types.\n1. When 'tag' is specified in the URL query, the response schema\n is a summary of the tag usage.\n1. When '$apply' is specified in the URL query, the response schema\n is dynamically-generated schema based on the $apply value.\n1. When '$count' is specified in the URL query, the response is\n a simple object providing the count of the resources.\n1. In all other cases, the response is a list of 'virtualization.VmwareDatacenter' resources.","x-one-of-name":"virtualization.VmwareDatacenter.Response","oneOf":[{"description":"A document returned in a response body when the HTTP GET request specifies the '$count' query parameter.","allOf":[{"description":"The base response schema.","type":"object","discriminator":{"propertyName":"ObjectType"},"required":["ObjectType"],"properties":{"ObjectType":{"description":"A discriminator value to disambiguate the schema of a HTTP GET response body.","type":"string"}},"$$ref":"#/components/schemas/mo.BaseResponse"},{"type":"object","properties":{"Count":{"description":"The total number of resources matching the query filter, accross all pages.","type":"integer","format":"int32"}}}],"$$ref":"#/components/schemas/mo.DocumentCount"},{"title":"List of 'virtualization.VmwareDatacenter' resources","description":"This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.","allOf":[{"description":"The base response schema.","type":"object","discriminator":{"propertyName":"ObjectType"},"required":["ObjectType"],"properties":{"ObjectType":{"description":"A discriminator value to disambiguate the schema of a HTTP GET response body.","type":"string"}},"$$ref":"#/components/schemas/mo.BaseResponse"},{"type":"object","properties":{"Count":{"description":"The total number of 'virtualization.VmwareDatacenter' resources matching the request, accross all pages.\nThe 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter.","type":"integer","format":"int32"},"Results":{"description":"The array of 'virtualization.VmwareDatacenter' resources matching the request.","type":"array","items":{"title":"Virtualization:Vmware Datacenter","description":"Datacenter object in VMware inventory. It is the logical container for all other objects like Datastore, Host, VirtualMachine, etc.","x-allOf-name":"virtualization.VmwareDatacenter","allOf":[{"title":"Virtualization:Base Datacenter","description":"Common attributes of any datacenter. Serves as a base class for all concrete hypervisor types. Datacenter (DC) is the container that brings together all other elements (Host, Datastore, Virtual Machine) A typical DC has datastores for storage for Virtual Machines, and a handful of hosts to run the Virtual Machines. In addition, there could be virtual switches and portgroups in those switches.","x-allOf-name":"virtualization.BaseDatacenter","allOf":[{"title":"Virtualization:Base Placement","description":"BasePlacement is an abstract base type for all concrete placement types. The concept of Placement is uniformly used in all hypervisors. With VMware it is the Datacenter and for AWS, it is VPC.","x-allOf-name":"virtualization.BasePlacement","allOf":[{"title":"Virtualization:Base Source Device","description":"Every inventory object comes from a device endpoint. The identity of that device is captured here so that any entity that needs to send a request to that device can use the inventory object to access it.","x-allOf-name":"virtualization.BaseSourceDevice","allOf":[{"type":"object","discriminator":{"propertyName":"ClassId"},"title":"Mo:Base Mo","description":"The base abstract class for all Cisco Intersight managed objects.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"AccountMoid":{"description":"The Account ID for this managed object.","type":"string","readOnly":true,"x-omitempty":true},"CreateTime":{"description":"The time when this managed object was created.","type":"string","format":"date-time","readOnly":true,"x-omitempty":true},"DomainGroupMoid":{"description":"The DomainGroup ID for this managed object.","type":"string","readOnly":true,"x-omitempty":true},"ModTime":{"description":"The time when this managed object was last modified.","type":"string","format":"date-time","readOnly":true,"x-omitempty":true},"Moid":{"description":"The unique identifier of this Managed Object instance.","type":"string","x-createOnly":true,"x-omitempty":true},"Owners":{"type":"array","items":{"description":"The array of owners which represent effective ownership of this object.","type":"string","readOnly":true,"x-omitempty":true},"nullable":true},"SharedScope":{"description":"Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.\nObjects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.","type":"string","readOnly":true,"x-omitempty":true},"Tags":{"type":"array","items":{"description":"The array of tags, which allow to add key, value meta-data to managed objects.","x-omitempty":true,"type":"object","title":"Mo:Tag","properties":{"Key":{"description":"The string representation of a tag key.","type":"string","minLength":1,"maxLength":128,"x-omitempty":true},"Value":{"description":"The string representation of a tag value.","type":"string","minLength":0,"maxLength":256,"x-omitempty":true}},"$$ref":"#/components/schemas/mo.Tag"},"nullable":true},"VersionContext":{"description":"The versioning info for this managed object.","readOnly":true,"x-omitempty":true,"title":"Mo:Version Context","x-allOf-name":"mo.VersionContext","nullable":true,"allOf":[{"type":"object","discriminator":{"propertyName":"ClassId"},"title":"Mo:Base Complex Type","description":"BaseComplexType is a base abstract class for all complex types. All complex types inherit from this base type.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","type":"string","enum":["aaa.UserAgent","access.AddressType","access.ConfigurationType","adapter.AdapterConfig","adapter.DceInterfaceSettings","adapter.EthSettings","adapter.FcSettings","adapter.PhysicalNicModeSettings","adapter.PortChannelSettings","apic.FabricLeafNodeDetails","appliance.ApiStatus","appliance.CertRenewalPhase","appliance.ClusterInstallPhase","appliance.KeyValuePair","appliance.NetworkStatus","appliance.NodeIpInfo","appliance.StatusCheck","asset.AddressInformation","asset.AlarmSummary","asset.ApiKeyCredential","asset.ClientCertificateCredential","asset.CloudConnection","asset.ContractInformation","asset.CustomerInformation","asset.DeploymentAlarmInfo","asset.DeploymentDeviceAlarmInfo","asset.DeploymentDeviceInformation","asset.DeviceEndpointLocalCredential","asset.DeviceInformation","asset.DeviceStatistics","asset.DeviceTransaction","asset.GenericTargetClaimOptions","asset.GlobalUltimate","asset.GoogleCloudPlatformServiceAccountKeyCredential","asset.HttpConnection","asset.IntersightDeviceConnectorConnection","asset.MerakiCloudOptions","asset.MeteringType","asset.NewRelicCredential","asset.NoAuthenticationCredential","asset.OauthBearerTokenCredential","asset.OauthClientIdSecretCredential","asset.OrchestrationCivpVmwareVcenterOptions","asset.OrchestrationHitachiVirtualStoragePlatformOptions","asset.OrchestrationHsmVmwareVcenterOptions","asset.OrchestrationService","asset.ParentConnectionSignature","asset.PrivateKeyCredential","asset.ProductInformation","asset.ScopedTargetConnection","asset.ServiceNowCredential","asset.SshConnection","asset.SudiInfo","asset.TargetKey","asset.TargetSignature","asset.TargetStatusDetails","asset.TerraformIntegrationService","asset.TerraformIntegrationTerraformAgentOptions","asset.TerraformIntegrationTerraformCloudOptions","asset.UsernamePasswordCredential","asset.VirtualizationAmazonWebServiceOptions","asset.VirtualizationService","asset.VmHost","asset.WorkloadOptimizerAmazonWebServicesBillingOptions","asset.WorkloadOptimizerDynatraceOptions","asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions","asset.WorkloadOptimizerHypervOptions","asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions","asset.WorkloadOptimizerMicrosoftAzureBillingOptions","asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions","asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions","asset.WorkloadOptimizerMicrosoftSqlServerOptions","asset.WorkloadOptimizerNewRelicOptions","asset.WorkloadOptimizerOpenStackOptions","asset.WorkloadOptimizerOracleDatabaseServerOptions","asset.WorkloadOptimizerRedHatOpenStackOptions","asset.WorkloadOptimizerService","asset.WorkloadOptimizerVmwareVcenterOptions","boot.Bootloader","boot.FlexMmc","boot.Http","boot.Iscsi","boot.LocalCdd","boot.LocalDisk","boot.Nvme","boot.PchStorage","boot.Pxe","boot.San","boot.SdCard","boot.StaticIpV4Settings","boot.StaticIpV6Settings","boot.UefiShell","boot.Usb","boot.VirtualMedia","bulk.HttpHeader","bulk.MultiRelationEntryPatch","bulk.PatchContent","bulk.RestResult","bulk.RestSubRequest","bulk.SecResourceRoles","capability.FeatureConfig","capability.HsuIsoModelSpecificConstraint","capability.PortRange","capability.SwitchNetworkLimits","capability.SwitchStorageLimits","capability.SwitchSystemLimits","capability.SwitchingModeCapability","capability.UnsupportedFeatureConfig","capability.UpdateOrderListType","certificatemanagement.Imc","certificatemanagement.RootCaCertificate","cloud.AvailabilityZone","cloud.BillingUnit","cloud.CloudRegion","cloud.CloudTag","cloud.CustomAttributes","cloud.ImageReference","cloud.InstanceType","cloud.NetworkAccessConfig","cloud.NetworkAddress","cloud.NetworkInstanceAttachment","cloud.NetworkInterfaceAttachment","cloud.SecurityGroupRule","cloud.TfcWorkspaceVariables","cloud.VolumeAttachment","cloud.VolumeInstanceAttachment","cloud.VolumeIopsInfo","cloud.VolumeType","cmrf.CmRf","comm.IpV4AddressBlock","comm.IpV4Interface","comm.IpV6Interface","compute.AlarmSummary","compute.IpAddress","compute.PendingWorkflowTrigger","compute.PersistentMemoryModule","compute.PersistentMemoryOperation","compute.PersonalitySetting","compute.ServerConfig","compute.ServerOpStatus","compute.StorageControllerOperation","compute.StoragePhysicalDrive","compute.StoragePhysicalDriveOperation","compute.StorageUtilityImageOperation","compute.StorageVirtualDrive","compute.StorageVirtualDriveOperation","cond.AlarmAction","cond.AlarmClassificationEligibility","cond.AlarmSpec","cond.AlarmSummary","connector.CloseStreamMessage","connector.CommandControlMessage","connector.CommandTerminalStream","connector.EventLog","connector.ExpectPrompt","connector.FetchStreamMessage","connector.FileChecksum","connector.FileMessage","connector.HttpRequest","connector.SshConfig","connector.SshMessage","connector.StartStream","connector.StartStreamFromDevice","connector.StreamAcknowledge","connector.StreamInput","connector.StreamKeepalive","connector.TargetChangeMessage","connector.TargetSpecification","connector.Url","connector.WinrmRequest","connector.XmlApiMessage","connectorpack.ConnectorPackUpdate","content.ComplexType","content.Parameter","content.TextParameter","convergedinfra.AlarmSummary","convergedinfra.ComplianceSummary","convergedinfra.PodSummary","crd.CustomResourceConfigProperty","equipment.ChassisOperationStatus","equipment.DeviceLocation","equipment.IoCardIdentity","equipment.IoCardOperationStatus","fabric.ClusterAssignment","fabric.FcZoneMember","fabric.LldpSettings","fabric.MacAgingSettings","fabric.PortIdentifier","fabric.QosClass","fabric.UdldGlobalSettings","fabric.UdldSettings","fabric.VlanSettings","fcpool.Block","fcpool.ReservationReference","feedback.FeedbackData","firmware.ChassisUpgradeImpact","firmware.CifsServer","firmware.ComponentImpact","firmware.ComponentMeta","firmware.DirectDownload","firmware.ExcludeComponentPidListType","firmware.FabricUpgradeImpact","firmware.FirmwareInventory","firmware.HttpServer","firmware.ModelBundleVersion","firmware.NetworkShare","firmware.NfsServer","firmware.ServerUpgradeImpact","firmware.VersionMap","forecast.Model","hcl.Constraint","hcl.Firmware","hcl.HardwareCompatibilityProfile","hcl.Product","hyperflex.AlarmSummary","hyperflex.AppSettingConstraint","hyperflex.BackupPolicySettings","hyperflex.Capability","hyperflex.DatastoreInfo","hyperflex.EntityReference","hyperflex.ErrorStack","hyperflex.FeatureLimitEntry","hyperflex.FilePath","hyperflex.HealthCheckNodeLevelInfo","hyperflex.HealthCheckScriptInfo","hyperflex.HxHostMountStatusDt","hyperflex.HxLicenseAuthorizationDetailsDt","hyperflex.HxLinkDt","hyperflex.HxNetworkAddressDt","hyperflex.HxPlatformDatastoreConfigDt","hyperflex.HxRegistrationDetailsDt","hyperflex.HxResiliencyInfoDt","hyperflex.HxSiteDt","hyperflex.HxUuIdDt","hyperflex.HxZoneInfoDt","hyperflex.HxZoneResiliencyInfoDt","hyperflex.IpAddrRange","hyperflex.LogicalAvailabilityZone","hyperflex.MacAddrPrefixRange","hyperflex.MapClusterIdToProtectionInfo","hyperflex.MapClusterIdToStSnapshotPoint","hyperflex.MapUuidToTrackedDisk","hyperflex.NamedVlan","hyperflex.NamedVsan","hyperflex.NetworkConfiguration","hyperflex.PortTypeToPortNumberMap","hyperflex.ProtectionInfo","hyperflex.ReSyncClusterMoIds","hyperflex.ReplicationClusterReferenceToSchedule","hyperflex.ReplicationPeerInfo","hyperflex.ReplicationPlatDatastore","hyperflex.ReplicationPlatDatastorePair","hyperflex.ReplicationSchedule","hyperflex.ReplicationStatus","hyperflex.RpoStatus","hyperflex.ServerFirmwareVersionInfo","hyperflex.ServerModelEntry","hyperflex.SiteDetails","hyperflex.SnapshotFiles","hyperflex.SnapshotInfoBrief","hyperflex.SnapshotPoint","hyperflex.SnapshotStatus","hyperflex.StPlatformClusterHealingInfo","hyperflex.StPlatformClusterResiliencyInfo","hyperflex.Summary","hyperflex.TrackedDisk","hyperflex.TrackedFile","hyperflex.VcenterConfiguration","hyperflex.VirtualMachine","hyperflex.VirtualMachineRuntimeInfo","hyperflex.VmProtectionSpaceUsage","hyperflex.WwxnPrefixRange","i18n.Message","i18n.MessageParam","iaas.LicenseKeysInfo","iaas.LicenseUtilizationInfo","iaas.WorkflowSteps","iam.AccountPermissions","iam.AccountTags","iam.ClientMeta","iam.EndPointPasswordProperties","iam.FailureDetails","iam.FeatureDefinition","iam.GroupPermissionToRoles","iam.LdapBaseProperties","iam.LdapDnsParameters","iam.PermissionReference","iam.PermissionToRoles","iam.ResourceRole","iam.Rule","iam.SamlSpConnection","iam.SecurityContext","iam.SsoSessionAttributes","imcconnector.WebUiMessage","infra.GpuConfiguration","infra.HardwareInfo","infra.MetaData","infra.MigGpuConfiguration","inventory.InventoryMo","inventory.UemInfo","ippool.IpV4Block","ippool.IpV4Config","ippool.IpV6Block","ippool.IpV6Config","ippool.ReservationReference","iqnpool.IqnSuffixBlock","iqnpool.ReservationReference","issue.DeviceTag","issue.Message","issue.OdataCondition","kubernetes.ActionInfo","kubernetes.Addon","kubernetes.AddonConfiguration","kubernetes.AddonVersionReference","kubernetes.BaremetalNetworkInfo","kubernetes.CalicoConfig","kubernetes.ClusterCertificateConfiguration","kubernetes.ClusterManagementConfig","kubernetes.Configuration","kubernetes.DaemonSetStatus","kubernetes.DeploymentStatus","kubernetes.EssentialAddon","kubernetes.EsxiVirtualMachineInfraConfig","kubernetes.Ethernet","kubernetes.EthernetMatcher","kubernetes.IngressStatus","kubernetes.InstanceTypeDetails","kubernetes.IpV4Config","kubernetes.KeyValue","kubernetes.LoadBalancer","kubernetes.NetworkInterfaceSpec","kubernetes.NodeAddress","kubernetes.NodeGroupLabel","kubernetes.NodeGroupTaint","kubernetes.NodeInfo","kubernetes.NodeSpec","kubernetes.NodeStatus","kubernetes.ObjectMeta","kubernetes.OvsBond","kubernetes.PodStatus","kubernetes.ProxyConfig","kubernetes.Route","kubernetes.ServiceStatus","kubernetes.StatefulSetStatus","kubernetes.Taint","license.SubstituteLicense","macpool.Block","macpool.MemberOf","macpool.ReservationReference","marketplace.UseCaseAutomation","marketplace.UseCaseDependency","marketplace.UseCaseLocale","marketplace.UseCaseVersionLocale","marketplace.UseCaseVersionResource","memory.PersistentMemoryGoal","memory.PersistentMemoryLocalSecurity","memory.PersistentMemoryLogicalNamespace","meta.AccessPrivilege","meta.DisplayNameDefinition","meta.IdentityDefinition","meta.PropDefinition","meta.RelationshipDefinition","metrics.MetricCriterion","mo.MoRef","mo.Tag","mo.VersionContext","monitoring.CategoryStatus","motemplate.ActionEntry","motemplate.ActionParam","motemplate.SyncError","network.HyperFlexInternetProtocolAddressRange","network.HyperFlexNetworkAddress","niaapi.Detail","niaapi.NewReleaseDetail","niaapi.RevisionInfo","niaapi.SoftwareRegex","niaapi.VersionRegexPlatform","niatelemetry.BootflashDetails","niatelemetry.CloudRegionsElement","niatelemetry.CloudRoutersElement","niatelemetry.DeploymentStatus","niatelemetry.DigitalOpticalMonitoring","niatelemetry.Diskinfo","niatelemetry.EqptStorageFirmware","niatelemetry.EqptcapacityPolUsage5min","niatelemetry.EqptcapacityPrefixEntries15min","niatelemetry.EqptcapacityPrefixEntries5min","niatelemetry.FanDetails","niatelemetry.ImageDetail","niatelemetry.Interface","niatelemetry.InterfaceElement","niatelemetry.JobDetail","niatelemetry.LogicalLink","niatelemetry.MdsNeighborInfo","niatelemetry.NetworkInfo","niatelemetry.Node","niatelemetry.NvePacketCounters","niatelemetry.NveVni","niatelemetry.NxosBgpEvpn","niatelemetry.NxosBgpMvpn","niatelemetry.NxosVtp","niatelemetry.ProcSysCpu15min","niatelemetry.ProcSysCpu5min","niatelemetry.ProcSysMem15min","niatelemetry.ProcSysMem5min","niatelemetry.Sites","niatelemetry.SmartLicense","niatelemetry.SwitchDiskUtilization","niatelemetry.VniStatus","niatelemetry.VpcDetails","notification.AggregationSettings","notification.AlarmMoCondition","notification.MoCondition","notification.SendEmail","notification.TriggerWebhook","ntp.AuthNtpServer","onprem.ImagePackage","onprem.Schedule","onprem.UpgradeNote","onprem.UpgradePhase","openapi.ApiInfo","openapi.FailedTask","openapi.KeyValuePair","oprs.Kvpair","os.Answers","os.FibreChannelTarget","os.GlobalConfig","os.Ipv4Configuration","os.Ipv6Configuration","os.IscsiTarget","os.PhysicalDisk","os.PhysicalDiskResponse","os.PlaceHolder","os.ServerConfig","os.ValidationInformation","os.VirtualDrive","os.VirtualDriveResponse","os.VmwareParameters","os.WindowsParameters","pkix.DistinguishedName","pkix.EcdsaKeySpec","pkix.EddsaKeySpec","pkix.RsaAlgorithm","pkix.SubjectAlternateName","policy.ActionParam","policy.ActionQualifier","policy.ConfigChange","policy.ConfigChangeContext","policy.ConfigChangeDisruptionDetailType","policy.ConfigContext","policy.ConfigResultContext","policy.PolicyError","policy.PolicyStatus","policy.Qualifier","policy.ScheduledAction","policyinventory.JobInfo","recovery.BackupSchedule","resource.PerTypeCombinedSelector","resource.Selector","resource.SourceToPermissionResources","resource.SourceToPermissionResourcesHolder","resourcepool.ServerLeaseParameters","resourcepool.ServerPoolParameters","scheduler.DailyCadenceParams","scheduler.EveryCadenceParams","scheduler.MonthlyCadenceParams","scheduler.OneTimeScheduleParams","scheduler.RecurringScheduleParams","scheduler.RestStimTaskRequest","scheduler.TaskResultStatus","scheduler.TaskScheduleStatus","scheduler.WeeklyCadenceParams","scheduler.YearlyCadenceParams","sdcard.Diagnostics","sdcard.Drivers","sdcard.HostUpgradeUtility","sdcard.OperatingSystem","sdcard.Partition","sdcard.ServerConfigurationUtility","sdcard.UserPartition","server.PendingWorkflowTrigger","server.ServerAssignTypeSlot","serviceitem.HealthCheckErrorElement","serviceitem.Message","serviceitem.SelectionCriteriaInput","servicerequest.Message","snmp.Trap","snmp.User","softwarerepository.ApplianceUpload","softwarerepository.CifsServer","softwarerepository.ConstraintModels","softwarerepository.HttpServer","softwarerepository.ImportResult","softwarerepository.LocalMachine","softwarerepository.NfsServer","softwarerepository.UnsupportedModelConstraint","storage.AutomaticDriveGroup","storage.ExternalLun","storage.ExternalParityGroup","storage.ExternalPath","storage.HitachiArrayUtilization","storage.HitachiCapacity","storage.HitachiInitiator","storage.HyperFlexIscsiInitiator","storage.Initiator","storage.KeySetting","storage.KmipAuthCredentials","storage.KmipServer","storage.LocalKeySetting","storage.M2VirtualDriveConfig","storage.ManualDriveGroup","storage.NetAppAutoSupport","storage.NetAppCifsAcl","storage.NetAppEthernetPortLag","storage.NetAppEthernetPortVlan","storage.NetAppExportPolicyRule","storage.NetAppHighAvailability","storage.NetAppPerformanceMetricsAverage","storage.NetAppPort","storage.NetAppSnapshotPolicySchedule","storage.NetAppStorageClusterEfficiency","storage.NetAppStorageUtilization","storage.NvmeDedicatedHotSpareConfiguration","storage.NvmePhysicalDiskState","storage.NvmeRaidDriveGroup","storage.NvmeVirtualDriveConfiguration","storage.PureArrayUtilization","storage.PureDiskUtilization","storage.PureHostUtilization","storage.PureReplicationBlackout","storage.PureVolumeUtilization","storage.R0Drive","storage.RemoteKeySetting","storage.Space","storage.SpanDrives","storage.StorageContainerHostMountStatus","storage.StorageContainerUtilization","storage.VirtualDriveConfiguration","storage.VirtualDrivePolicy","storage.VolumeUtilization","syslog.LocalFileLoggingClient","syslog.RemoteLoggingClient","tam.Action","tam.ApiDataSource","tam.EolAdvisoryDetails","tam.EolSeverity","tam.Identifiers","tam.Milestone","tam.PsirtSeverity","tam.QueryEntry","tam.S3DataSource","tam.SecurityAdvisoryDetails","tam.TextFsmTemplateDataSource","techsupportmanagement.ApplianceParam","techsupportmanagement.NiaParam","techsupportmanagement.PlatformParam","techsupportmanagement.TechSupportFileInfo","template.TransformationStage","terraform.CloudResource","terraform.Runstate","ucsd.ConnectorPack","ucsd.UcsdRestoreParameters","ucsdconnector.RestClientMessage","uuidpool.ReservationReference","uuidpool.UuidBlock","virtualization.ActionInfo","virtualization.AwsVmComputeConfiguration","virtualization.AwsVmConfiguration","virtualization.AwsVmNetworkConfiguration","virtualization.AwsVmStorageConfiguration","virtualization.CloudInitConfig","virtualization.ComputeCapacity","virtualization.CpuInfo","virtualization.EsxiCloneCustomSpec","virtualization.EsxiHostConfiguration","virtualization.EsxiOvaCustomSpec","virtualization.EsxiVmComputeConfiguration","virtualization.EsxiVmConfiguration","virtualization.EsxiVmNetworkConfiguration","virtualization.EsxiVmStorageConfiguration","virtualization.GuestInfo","virtualization.IpAddressInfo","virtualization.MemoryCapacity","virtualization.NetworkInterface","virtualization.ProductInfo","virtualization.StorageCapacity","virtualization.VirtualMachineDisk","virtualization.VmEsxiDisk","virtualization.VmwareDiscoveryProtocol","virtualization.VmwareRemoteDisplayInfo","virtualization.VmwareResourceAllocationSystemTrafficTypes","virtualization.VmwareResourceConsumption","virtualization.VmwareSharesInfo","virtualization.VmwareTeamingAndFailover","virtualization.VmwareVlanRange","virtualization.VmwareVmCpuShareInfo","virtualization.VmwareVmCpuSocketInfo","virtualization.VmwareVmDiskCommitInfo","virtualization.VmwareVmMemoryShareInfo","virtualization.VolumeInfo","vmedia.Mapping","vnic.ArfsSettings","vnic.Cdn","vnic.CompletionQueueSettings","vnic.EthInterruptSettings","vnic.EthRxQueueSettings","vnic.EthTxQueueSettings","vnic.FcErrorRecoverySettings","vnic.FcInterruptSettings","vnic.FcQueueSettings","vnic.FlogiSettings","vnic.IscsiAuthProfile","vnic.Lun","vnic.NvgreSettings","vnic.PlacementSettings","vnic.PlogiSettings","vnic.PtpSettings","vnic.RoceSettings","vnic.RssHashSettings","vnic.ScsiQueueSettings","vnic.SriovSettings","vnic.TcpOffloadSettings","vnic.UsnicSettings","vnic.VifStatus","vnic.VlanSettings","vnic.VmqSettings","vnic.VsanSettings","vnic.VxlanSettings","workflow.AnsiblePlaySession","workflow.ArrayDataType","workflow.AssociatedRoles","workflow.CancelableType","workflow.CliCommand","workflow.Comments","workflow.Constraints","workflow.CustomArrayItem","workflow.CustomDataProperty","workflow.CustomDataType","workflow.CustomDataTypeProperties","workflow.DecisionCase","workflow.DecisionTask","workflow.DefaultValue","workflow.DisplayMeta","workflow.DynamicTemplateParserDataType","workflow.EnumEntry","workflow.ExpectPrompt","workflow.FailureEndTask","workflow.FileDownloadOp","workflow.FileOperations","workflow.FileTemplateOp","workflow.FileTransfer","workflow.ForkTask","workflow.InitiatorContext","workflow.InternalProperties","workflow.JoinTask","workflow.LoopTask","workflow.Message","workflow.MoInventoryDataType","workflow.MoInventoryProperty","workflow.MoReferenceArrayItem","workflow.MoReferenceAutoArrayItem","workflow.MoReferenceAutoDataType","workflow.MoReferenceAutoProperty","workflow.MoReferenceDataType","workflow.MoReferenceProperty","workflow.OperationTypeDecommission","workflow.OperationTypeDeployment","workflow.OperationTypePostDeployment","workflow.ParameterSet","workflow.PowerShellApi","workflow.PrimitiveArrayItem","workflow.PrimitiveDataProperty","workflow.PrimitiveDataType","workflow.Properties","workflow.ResourceInlineSelector","workflow.ResourceSelectorCriteria","workflow.ResultHandler","workflow.RollbackTask","workflow.RollbackWorkflowTask","workflow.SelectorProperty","workflow.SequenceParams","workflow.SerialLoopTask","workflow.ServiceItemActionProperties","workflow.ServiceItemActionWorkflowDefinition","workflow.ServiceItemInputDefinitionType","workflow.ServiceItemType","workflow.SshCmd","workflow.SshConfig","workflow.SshSession","workflow.StartTask","workflow.SubWorkflowTask","workflow.SuccessEndTask","workflow.TargetContext","workflow.TargetDataType","workflow.TargetProperty","workflow.TaskConstraints","workflow.TaskInfoUpdate","workflow.TaskLoopInfo","workflow.TaskRetryInfo","workflow.UiFormConfig","workflow.UiInputFilter","workflow.UiViewConfig","workflow.ValidationError","workflow.ValidationInformation","workflow.WaitTask","workflow.WaitTaskPrompt","workflow.WebApi","workflow.WorkerTask","workflow.WorkflowCtx","workflow.WorkflowEngineProperties","workflow.WorkflowInfoAutoRestartProperties","workflow.WorkflowInfoProperties","workflow.WorkflowProperties","workflow.XmlApi","x509.Certificate"],"x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","type":"string","enum":["aaa.UserAgent","access.AddressType","access.ConfigurationType","adapter.AdapterConfig","adapter.DceInterfaceSettings","adapter.EthSettings","adapter.FcSettings","adapter.PhysicalNicModeSettings","adapter.PortChannelSettings","apic.FabricLeafNodeDetails","appliance.ApiStatus","appliance.CertRenewalPhase","appliance.ClusterInstallPhase","appliance.KeyValuePair","appliance.NetworkStatus","appliance.NodeIpInfo","appliance.StatusCheck","asset.AddressInformation","asset.AlarmSummary","asset.ApiKeyCredential","asset.ClientCertificateCredential","asset.CloudConnection","asset.ContractInformation","asset.CustomerInformation","asset.DeploymentAlarmInfo","asset.DeploymentDeviceAlarmInfo","asset.DeploymentDeviceInformation","asset.DeviceEndpointLocalCredential","asset.DeviceInformation","asset.DeviceStatistics","asset.DeviceTransaction","asset.GenericTargetClaimOptions","asset.GlobalUltimate","asset.GoogleCloudPlatformServiceAccountKeyCredential","asset.HttpConnection","asset.IntersightDeviceConnectorConnection","asset.MerakiCloudOptions","asset.MeteringType","asset.NewRelicCredential","asset.NoAuthenticationCredential","asset.OauthBearerTokenCredential","asset.OauthClientIdSecretCredential","asset.OrchestrationCivpVmwareVcenterOptions","asset.OrchestrationHitachiVirtualStoragePlatformOptions","asset.OrchestrationHsmVmwareVcenterOptions","asset.OrchestrationService","asset.ParentConnectionSignature","asset.PrivateKeyCredential","asset.ProductInformation","asset.ScopedTargetConnection","asset.ServiceNowCredential","asset.SshConnection","asset.SudiInfo","asset.TargetKey","asset.TargetSignature","asset.TargetStatusDetails","asset.TerraformIntegrationService","asset.TerraformIntegrationTerraformAgentOptions","asset.TerraformIntegrationTerraformCloudOptions","asset.UsernamePasswordCredential","asset.VirtualizationAmazonWebServiceOptions","asset.VirtualizationService","asset.VmHost","asset.WorkloadOptimizerAmazonWebServicesBillingOptions","asset.WorkloadOptimizerDynatraceOptions","asset.WorkloadOptimizerGoogleCloudPlatformBillingOptions","asset.WorkloadOptimizerHypervOptions","asset.WorkloadOptimizerMicrosoftAzureApplicationInsightsOptions","asset.WorkloadOptimizerMicrosoftAzureBillingOptions","asset.WorkloadOptimizerMicrosoftAzureEnterpriseAgreementOptions","asset.WorkloadOptimizerMicrosoftAzureServicePrincipalOptions","asset.WorkloadOptimizerMicrosoftSqlServerOptions","asset.WorkloadOptimizerNewRelicOptions","asset.WorkloadOptimizerOpenStackOptions","asset.WorkloadOptimizerOracleDatabaseServerOptions","asset.WorkloadOptimizerRedHatOpenStackOptions","asset.WorkloadOptimizerService","asset.WorkloadOptimizerVmwareVcenterOptions","boot.Bootloader","boot.FlexMmc","boot.Http","boot.Iscsi","boot.LocalCdd","boot.LocalDisk","boot.Nvme","boot.PchStorage","boot.Pxe","boot.San","boot.SdCard","boot.StaticIpV4Settings","boot.StaticIpV6Settings","boot.UefiShell","boot.Usb","boot.VirtualMedia","bulk.HttpHeader","bulk.MultiRelationEntryPatch","bulk.PatchContent","bulk.RestResult","bulk.RestSubRequest","bulk.SecResourceRoles","capability.FeatureConfig","capability.HsuIsoModelSpecificConstraint","capability.PortRange","capability.SwitchNetworkLimits","capability.SwitchStorageLimits","capability.SwitchSystemLimits","capability.SwitchingModeCapability","capability.UnsupportedFeatureConfig","capability.UpdateOrderListType","certificatemanagement.Imc","certificatemanagement.RootCaCertificate","cloud.AvailabilityZone","cloud.BillingUnit","cloud.CloudRegion","cloud.CloudTag","cloud.CustomAttributes","cloud.ImageReference","cloud.InstanceType","cloud.NetworkAccessConfig","cloud.NetworkAddress","cloud.NetworkInstanceAttachment","cloud.NetworkInterfaceAttachment","cloud.SecurityGroupRule","cloud.TfcWorkspaceVariables","cloud.VolumeAttachment","cloud.VolumeInstanceAttachment","cloud.VolumeIopsInfo","cloud.VolumeType","cmrf.CmRf","comm.IpV4AddressBlock","comm.IpV4Interface","comm.IpV6Interface","compute.AlarmSummary","compute.IpAddress","compute.PendingWorkflowTrigger","compute.PersistentMemoryModule","compute.PersistentMemoryOperation","compute.PersonalitySetting","compute.ServerConfig","compute.ServerOpStatus","compute.StorageControllerOperation","compute.StoragePhysicalDrive","compute.StoragePhysicalDriveOperation","compute.StorageUtilityImageOperation","compute.StorageVirtualDrive","compute.StorageVirtualDriveOperation","cond.AlarmAction","cond.AlarmClassificationEligibility","cond.AlarmSpec","cond.AlarmSummary","connector.CloseStreamMessage","connector.CommandControlMessage","connector.CommandTerminalStream","connector.EventLog","connector.ExpectPrompt","connector.FetchStreamMessage","connector.FileChecksum","connector.FileMessage","connector.HttpRequest","connector.SshConfig","connector.SshMessage","connector.StartStream","connector.StartStreamFromDevice","connector.StreamAcknowledge","connector.StreamInput","connector.StreamKeepalive","connector.TargetChangeMessage","connector.TargetSpecification","connector.Url","connector.WinrmRequest","connector.XmlApiMessage","connectorpack.ConnectorPackUpdate","content.ComplexType","content.Parameter","content.TextParameter","convergedinfra.AlarmSummary","convergedinfra.ComplianceSummary","convergedinfra.PodSummary","crd.CustomResourceConfigProperty","equipment.ChassisOperationStatus","equipment.DeviceLocation","equipment.IoCardIdentity","equipment.IoCardOperationStatus","fabric.ClusterAssignment","fabric.FcZoneMember","fabric.LldpSettings","fabric.MacAgingSettings","fabric.PortIdentifier","fabric.QosClass","fabric.UdldGlobalSettings","fabric.UdldSettings","fabric.VlanSettings","fcpool.Block","fcpool.ReservationReference","feedback.FeedbackData","firmware.ChassisUpgradeImpact","firmware.CifsServer","firmware.ComponentImpact","firmware.ComponentMeta","firmware.DirectDownload","firmware.ExcludeComponentPidListType","firmware.FabricUpgradeImpact","firmware.FirmwareInventory","firmware.HttpServer","firmware.ModelBundleVersion","firmware.NetworkShare","firmware.NfsServer","firmware.ServerUpgradeImpact","firmware.VersionMap","forecast.Model","hcl.Constraint","hcl.Firmware","hcl.HardwareCompatibilityProfile","hcl.Product","hyperflex.AlarmSummary","hyperflex.AppSettingConstraint","hyperflex.BackupPolicySettings","hyperflex.Capability","hyperflex.DatastoreInfo","hyperflex.EntityReference","hyperflex.ErrorStack","hyperflex.FeatureLimitEntry","hyperflex.FilePath","hyperflex.HealthCheckNodeLevelInfo","hyperflex.HealthCheckScriptInfo","hyperflex.HxHostMountStatusDt","hyperflex.HxLicenseAuthorizationDetailsDt","hyperflex.HxLinkDt","hyperflex.HxNetworkAddressDt","hyperflex.HxPlatformDatastoreConfigDt","hyperflex.HxRegistrationDetailsDt","hyperflex.HxResiliencyInfoDt","hyperflex.HxSiteDt","hyperflex.HxUuIdDt","hyperflex.HxZoneInfoDt","hyperflex.HxZoneResiliencyInfoDt","hyperflex.IpAddrRange","hyperflex.LogicalAvailabilityZone","hyperflex.MacAddrPrefixRange","hyperflex.MapClusterIdToProtectionInfo","hyperflex.MapClusterIdToStSnapshotPoint","hyperflex.MapUuidToTrackedDisk","hyperflex.NamedVlan","hyperflex.NamedVsan","hyperflex.NetworkConfiguration","hyperflex.PortTypeToPortNumberMap","hyperflex.ProtectionInfo","hyperflex.ReSyncClusterMoIds","hyperflex.ReplicationClusterReferenceToSchedule","hyperflex.ReplicationPeerInfo","hyperflex.ReplicationPlatDatastore","hyperflex.ReplicationPlatDatastorePair","hyperflex.ReplicationSchedule","hyperflex.ReplicationStatus","hyperflex.RpoStatus","hyperflex.ServerFirmwareVersionInfo","hyperflex.ServerModelEntry","hyperflex.SiteDetails","hyperflex.SnapshotFiles","hyperflex.SnapshotInfoBrief","hyperflex.SnapshotPoint","hyperflex.SnapshotStatus","hyperflex.StPlatformClusterHealingInfo","hyperflex.StPlatformClusterResiliencyInfo","hyperflex.Summary","hyperflex.TrackedDisk","hyperflex.TrackedFile","hyperflex.VcenterConfiguration","hyperflex.VirtualMachine","hyperflex.VirtualMachineRuntimeInfo","hyperflex.VmProtectionSpaceUsage","hyperflex.WwxnPrefixRange","i18n.Message","i18n.MessageParam","iaas.LicenseKeysInfo","iaas.LicenseUtilizationInfo","iaas.WorkflowSteps","iam.AccountPermissions","iam.AccountTags","iam.ClientMeta","iam.EndPointPasswordProperties","iam.FailureDetails","iam.FeatureDefinition","iam.GroupPermissionToRoles","iam.LdapBaseProperties","iam.LdapDnsParameters","iam.PermissionReference","iam.PermissionToRoles","iam.ResourceRole","iam.Rule","iam.SamlSpConnection","iam.SecurityContext","iam.SsoSessionAttributes","imcconnector.WebUiMessage","infra.GpuConfiguration","infra.HardwareInfo","infra.MetaData","infra.MigGpuConfiguration","inventory.InventoryMo","inventory.UemInfo","ippool.IpV4Block","ippool.IpV4Config","ippool.IpV6Block","ippool.IpV6Config","ippool.ReservationReference","iqnpool.IqnSuffixBlock","iqnpool.ReservationReference","issue.DeviceTag","issue.Message","issue.OdataCondition","kubernetes.ActionInfo","kubernetes.Addon","kubernetes.AddonConfiguration","kubernetes.AddonVersionReference","kubernetes.BaremetalNetworkInfo","kubernetes.CalicoConfig","kubernetes.ClusterCertificateConfiguration","kubernetes.ClusterManagementConfig","kubernetes.Configuration","kubernetes.DaemonSetStatus","kubernetes.DeploymentStatus","kubernetes.EssentialAddon","kubernetes.EsxiVirtualMachineInfraConfig","kubernetes.Ethernet","kubernetes.EthernetMatcher","kubernetes.IngressStatus","kubernetes.InstanceTypeDetails","kubernetes.IpV4Config","kubernetes.KeyValue","kubernetes.LoadBalancer","kubernetes.NetworkInterfaceSpec","kubernetes.NodeAddress","kubernetes.NodeGroupLabel","kubernetes.NodeGroupTaint","kubernetes.NodeInfo","kubernetes.NodeSpec","kubernetes.NodeStatus","kubernetes.ObjectMeta","kubernetes.OvsBond","kubernetes.PodStatus","kubernetes.ProxyConfig","kubernetes.Route","kubernetes.ServiceStatus","kubernetes.StatefulSetStatus","kubernetes.Taint","license.SubstituteLicense","macpool.Block","macpool.MemberOf","macpool.ReservationReference","marketplace.UseCaseAutomation","marketplace.UseCaseDependency","marketplace.UseCaseLocale","marketplace.UseCaseVersionLocale","marketplace.UseCaseVersionResource","memory.PersistentMemoryGoal","memory.PersistentMemoryLocalSecurity","memory.PersistentMemoryLogicalNamespace","meta.AccessPrivilege","meta.DisplayNameDefinition","meta.IdentityDefinition","meta.PropDefinition","meta.RelationshipDefinition","metrics.MetricCriterion","mo.MoRef","mo.Tag","mo.VersionContext","monitoring.CategoryStatus","motemplate.ActionEntry","motemplate.ActionParam","motemplate.SyncError","network.HyperFlexInternetProtocolAddressRange","network.HyperFlexNetworkAddress","niaapi.Detail","niaapi.NewReleaseDetail","niaapi.RevisionInfo","niaapi.SoftwareRegex","niaapi.VersionRegexPlatform","niatelemetry.BootflashDetails","niatelemetry.CloudRegionsElement","niatelemetry.CloudRoutersElement","niatelemetry.DeploymentStatus","niatelemetry.DigitalOpticalMonitoring","niatelemetry.Diskinfo","niatelemetry.EqptStorageFirmware","niatelemetry.EqptcapacityPolUsage5min","niatelemetry.EqptcapacityPrefixEntries15min","niatelemetry.EqptcapacityPrefixEntries5min","niatelemetry.FanDetails","niatelemetry.ImageDetail","niatelemetry.Interface","niatelemetry.InterfaceElement","niatelemetry.JobDetail","niatelemetry.LogicalLink","niatelemetry.MdsNeighborInfo","niatelemetry.NetworkInfo","niatelemetry.Node","niatelemetry.NvePacketCounters","niatelemetry.NveVni","niatelemetry.NxosBgpEvpn","niatelemetry.NxosBgpMvpn","niatelemetry.NxosVtp","niatelemetry.ProcSysCpu15min","niatelemetry.ProcSysCpu5min","niatelemetry.ProcSysMem15min","niatelemetry.ProcSysMem5min","niatelemetry.Sites","niatelemetry.SmartLicense","niatelemetry.SwitchDiskUtilization","niatelemetry.VniStatus","niatelemetry.VpcDetails","notification.AggregationSettings","notification.AlarmMoCondition","notification.MoCondition","notification.SendEmail","notification.TriggerWebhook","ntp.AuthNtpServer","onprem.ImagePackage","onprem.Schedule","onprem.UpgradeNote","onprem.UpgradePhase","openapi.ApiInfo","openapi.FailedTask","openapi.KeyValuePair","oprs.Kvpair","os.Answers","os.FibreChannelTarget","os.GlobalConfig","os.Ipv4Configuration","os.Ipv6Configuration","os.IscsiTarget","os.PhysicalDisk","os.PhysicalDiskResponse","os.PlaceHolder","os.ServerConfig","os.ValidationInformation","os.VirtualDrive","os.VirtualDriveResponse","os.VmwareParameters","os.WindowsParameters","pkix.DistinguishedName","pkix.EcdsaKeySpec","pkix.EddsaKeySpec","pkix.RsaAlgorithm","pkix.SubjectAlternateName","policy.ActionParam","policy.ActionQualifier","policy.ConfigChange","policy.ConfigChangeContext","policy.ConfigChangeDisruptionDetailType","policy.ConfigContext","policy.ConfigResultContext","policy.PolicyError","policy.PolicyStatus","policy.Qualifier","policy.ScheduledAction","policyinventory.JobInfo","recovery.BackupSchedule","resource.PerTypeCombinedSelector","resource.Selector","resource.SourceToPermissionResources","resource.SourceToPermissionResourcesHolder","resourcepool.ServerLeaseParameters","resourcepool.ServerPoolParameters","scheduler.DailyCadenceParams","scheduler.EveryCadenceParams","scheduler.MonthlyCadenceParams","scheduler.OneTimeScheduleParams","scheduler.RecurringScheduleParams","scheduler.RestStimTaskRequest","scheduler.TaskResultStatus","scheduler.TaskScheduleStatus","scheduler.WeeklyCadenceParams","scheduler.YearlyCadenceParams","sdcard.Diagnostics","sdcard.Drivers","sdcard.HostUpgradeUtility","sdcard.OperatingSystem","sdcard.Partition","sdcard.ServerConfigurationUtility","sdcard.UserPartition","server.PendingWorkflowTrigger","server.ServerAssignTypeSlot","serviceitem.HealthCheckErrorElement","serviceitem.Message","serviceitem.SelectionCriteriaInput","servicerequest.Message","snmp.Trap","snmp.User","softwarerepository.ApplianceUpload","softwarerepository.CifsServer","softwarerepository.ConstraintModels","softwarerepository.HttpServer","softwarerepository.ImportResult","softwarerepository.LocalMachine","softwarerepository.NfsServer","softwarerepository.UnsupportedModelConstraint","storage.AutomaticDriveGroup","storage.ExternalLun","storage.ExternalParityGroup","storage.ExternalPath","storage.HitachiArrayUtilization","storage.HitachiCapacity","storage.HitachiInitiator","storage.HyperFlexIscsiInitiator","storage.Initiator","storage.KeySetting","storage.KmipAuthCredentials","storage.KmipServer","storage.LocalKeySetting","storage.M2VirtualDriveConfig","storage.ManualDriveGroup","storage.NetAppAutoSupport","storage.NetAppCifsAcl","storage.NetAppEthernetPortLag","storage.NetAppEthernetPortVlan","storage.NetAppExportPolicyRule","storage.NetAppHighAvailability","storage.NetAppPerformanceMetricsAverage","storage.NetAppPort","storage.NetAppSnapshotPolicySchedule","storage.NetAppStorageClusterEfficiency","storage.NetAppStorageUtilization","storage.NvmeDedicatedHotSpareConfiguration","storage.NvmePhysicalDiskState","storage.NvmeRaidDriveGroup","storage.NvmeVirtualDriveConfiguration","storage.PureArrayUtilization","storage.PureDiskUtilization","storage.PureHostUtilization","storage.PureReplicationBlackout","storage.PureVolumeUtilization","storage.R0Drive","storage.RemoteKeySetting","storage.Space","storage.SpanDrives","storage.StorageContainerHostMountStatus","storage.StorageContainerUtilization","storage.VirtualDriveConfiguration","storage.VirtualDrivePolicy","storage.VolumeUtilization","syslog.LocalFileLoggingClient","syslog.RemoteLoggingClient","tam.Action","tam.ApiDataSource","tam.EolAdvisoryDetails","tam.EolSeverity","tam.Identifiers","tam.Milestone","tam.PsirtSeverity","tam.QueryEntry","tam.S3DataSource","tam.SecurityAdvisoryDetails","tam.TextFsmTemplateDataSource","techsupportmanagement.ApplianceParam","techsupportmanagement.NiaParam","techsupportmanagement.PlatformParam","techsupportmanagement.TechSupportFileInfo","template.TransformationStage","terraform.CloudResource","terraform.Runstate","ucsd.ConnectorPack","ucsd.UcsdRestoreParameters","ucsdconnector.RestClientMessage","uuidpool.ReservationReference","uuidpool.UuidBlock","virtualization.ActionInfo","virtualization.AwsVmComputeConfiguration","virtualization.AwsVmConfiguration","virtualization.AwsVmNetworkConfiguration","virtualization.AwsVmStorageConfiguration","virtualization.CloudInitConfig","virtualization.ComputeCapacity","virtualization.CpuInfo","virtualization.EsxiCloneCustomSpec","virtualization.EsxiHostConfiguration","virtualization.EsxiOvaCustomSpec","virtualization.EsxiVmComputeConfiguration","virtualization.EsxiVmConfiguration","virtualization.EsxiVmNetworkConfiguration","virtualization.EsxiVmStorageConfiguration","virtualization.GuestInfo","virtualization.IpAddressInfo","virtualization.MemoryCapacity","virtualization.NetworkInterface","virtualization.ProductInfo","virtualization.StorageCapacity","virtualization.VirtualMachineDisk","virtualization.VmEsxiDisk","virtualization.VmwareDiscoveryProtocol","virtualization.VmwareRemoteDisplayInfo","virtualization.VmwareResourceAllocationSystemTrafficTypes","virtualization.VmwareResourceConsumption","virtualization.VmwareSharesInfo","virtualization.VmwareTeamingAndFailover","virtualization.VmwareVlanRange","virtualization.VmwareVmCpuShareInfo","virtualization.VmwareVmCpuSocketInfo","virtualization.VmwareVmDiskCommitInfo","virtualization.VmwareVmMemoryShareInfo","virtualization.VolumeInfo","vmedia.Mapping","vnic.ArfsSettings","vnic.Cdn","vnic.CompletionQueueSettings","vnic.EthInterruptSettings","vnic.EthRxQueueSettings","vnic.EthTxQueueSettings","vnic.FcErrorRecoverySettings","vnic.FcInterruptSettings","vnic.FcQueueSettings","vnic.FlogiSettings","vnic.IscsiAuthProfile","vnic.Lun","vnic.NvgreSettings","vnic.PlacementSettings","vnic.PlogiSettings","vnic.PtpSettings","vnic.RoceSettings","vnic.RssHashSettings","vnic.ScsiQueueSettings","vnic.SriovSettings","vnic.TcpOffloadSettings","vnic.UsnicSettings","vnic.VifStatus","vnic.VlanSettings","vnic.VmqSettings","vnic.VsanSettings","vnic.VxlanSettings","workflow.AnsiblePlaySession","workflow.ArrayDataType","workflow.AssociatedRoles","workflow.CancelableType","workflow.CliCommand","workflow.Comments","workflow.Constraints","workflow.CustomArrayItem","workflow.CustomDataProperty","workflow.CustomDataType","workflow.CustomDataTypeProperties","workflow.DecisionCase","workflow.DecisionTask","workflow.DefaultValue","workflow.DisplayMeta","workflow.DynamicTemplateParserDataType","workflow.EnumEntry","workflow.ExpectPrompt","workflow.FailureEndTask","workflow.FileDownloadOp","workflow.FileOperations","workflow.FileTemplateOp","workflow.FileTransfer","workflow.ForkTask","workflow.InitiatorContext","workflow.InternalProperties","workflow.JoinTask","workflow.LoopTask","workflow.Message","workflow.MoInventoryDataType","workflow.MoInventoryProperty","workflow.MoReferenceArrayItem","workflow.MoReferenceAutoArrayItem","workflow.MoReferenceAutoDataType","workflow.MoReferenceAutoProperty","workflow.MoReferenceDataType","workflow.MoReferenceProperty","workflow.OperationTypeDecommission","workflow.OperationTypeDeployment","workflow.OperationTypePostDeployment","workflow.ParameterSet","workflow.PowerShellApi","workflow.PrimitiveArrayItem","workflow.PrimitiveDataProperty","workflow.PrimitiveDataType","workflow.Properties","workflow.ResourceInlineSelector","workflow.ResourceSelectorCriteria","workflow.ResultHandler","workflow.RollbackTask","workflow.RollbackWorkflowTask","workflow.SelectorProperty","workflow.SequenceParams","workflow.SerialLoopTask","workflow.ServiceItemActionProperties","workflow.ServiceItemActionWorkflowDefinition","workflow.ServiceItemInputDefinitionType","workflow.ServiceItemType","workflow.SshCmd","workflow.SshConfig","workflow.SshSession","workflow.StartTask","workflow.SubWorkflowTask","workflow.SuccessEndTask","workflow.TargetContext","workflow.TargetDataType","workflow.TargetProperty","workflow.TaskConstraints","workflow.TaskInfoUpdate","workflow.TaskLoopInfo","workflow.TaskRetryInfo","workflow.UiFormConfig","workflow.UiInputFilter","workflow.UiViewConfig","workflow.ValidationError","workflow.ValidationInformation","workflow.WaitTask","workflow.WaitTaskPrompt","workflow.WebApi","workflow.WorkerTask","workflow.WorkflowCtx","workflow.WorkflowEngineProperties","workflow.WorkflowInfoAutoRestartProperties","workflow.WorkflowInfoProperties","workflow.WorkflowProperties","workflow.XmlApi","x509.Certificate"],"x-enum-as-string":true}},"$$ref":"#/components/schemas/mo.BaseComplexType"},{"type":"object","description":"Definition of the list of properties defined in 'mo.VersionContext', excluding properties defined in parent classes.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","enum":["mo.VersionContext"],"default":"mo.VersionContext","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.","enum":["mo.VersionContext"],"default":"mo.VersionContext","x-enum-as-string":true},"InterestedMos":{"type":"array","items":{"description":"A collection of objects that have reference to this versioned object.\nThe lifecycle of the versioned object is based on the interestedMos list;\nthe versioned object will be purged when interestedMos is empty.","readOnly":true,"x-omitempty":true,"title":"Mo:Mo Ref","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"},"nullable":true},"MarkedForDeletion":{"description":"The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.","type":"boolean","default":false,"readOnly":true,"x-omitempty":true},"RefMo":{"description":"A reference to the original Managed Object.","readOnly":true,"x-omitempty":true,"title":"Mo:Mo Ref","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"},"Timestamp":{"description":"The time this versioned Managed Object was created.","type":"string","format":"date-time","readOnly":true,"x-omitempty":true},"Version":{"description":"The version of the Managed Object, e.g. an incrementing number or a hash id.","type":"string","readOnly":true,"x-omitempty":true},"VersionType":{"description":"Specifies type of version. Currently the only supported value is \"Configured\"\nthat is used to keep track of snapshots of policies and profiles that are intended\nto be configured to target endpoints.\n* `Modified` - Version created every time an object is modified.\n* `Configured` - Version created every time an object is configured to the service profile.\n* `Deployed` - Version created for objects related to a service profile when it is deployed.","type":"string","enum":["Modified","Configured","Deployed"],"default":"Modified","readOnly":true,"x-omitempty":true}}}],"$$ref":"#/components/schemas/mo.VersionContext"},"Ancestors":{"description":"An array of relationships to moBaseMo resources.","type":"array","items":{"description":"A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.","x-one-of-name":"mo.BaseMo.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/mo.BaseMo.Relationship"},"nullable":true,"readOnly":true},"Parent":{"description":"A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.","x-one-of-name":"mo.BaseMo.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/mo.BaseMo.Relationship","readOnly":true},"PermissionResources":{"description":"An array of relationships to moBaseMo resources.","type":"array","items":{"description":"A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.","x-one-of-name":"mo.BaseMo.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/mo.BaseMo.Relationship"},"nullable":true,"readOnly":true},"DisplayNames":{"type":"object","nullable":true,"description":"A set of display names for the MO resource. These names are calculated based on other properties of the\nMO and potentially properties of Ancestor MOs. Displaynames are intended as a way to provide a normalized\nuser appropriate name for an MO, especially for MOs which do not have a 'Name' property, which is the case\nfor much of the inventory discovered from managed targets.\nThere are a limited number of keys, currently 'short' and 'hierarchical'. The value is an array and clients\nshould use the first element of the array.","readOnly":true,"additionalProperties":{"type":"array","items":{"type":"string"}},"$$ref":"#/components/schemas/DisplayNames"}},"$$ref":"#/components/schemas/mo.BaseMo"},{"type":"object","description":"Definition of the list of properties defined in 'virtualization.BaseSourceDevice', excluding properties defined in parent classes.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareUplinkPort","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch"],"x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareUplinkPort","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch"],"x-enum-as-string":true},"RegisteredDevice":{"description":"A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.","x-one-of-name":"asset.DeviceRegistration.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/asset.DeviceRegistration.Relationship"}}}],"$$ref":"#/components/schemas/virtualization.BaseSourceDevice"},{"type":"object","description":"Definition of the list of properties defined in 'virtualization.BasePlacement', excluding properties defined in parent classes.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["cloud.AwsVpc","virtualization.VmwareDatacenter"],"x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["cloud.AwsVpc","virtualization.VmwareDatacenter"],"x-enum-as-string":true},"Name":{"description":"Name of the virtual machine placement. It is the name of the VPC (Virtual Private Cloud) in case of AWS\nvirtual machine, and datacenter name in case of VMware virtual machine.","type":"string","readOnly":true,"x-omitempty":true},"Uuid":{"description":"The uuid of this placement. The uuid is internally generated and not user specified.","type":"string","pattern":"^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$","readOnly":true,"x-omitempty":true}}}],"$$ref":"#/components/schemas/virtualization.BasePlacement"},{"type":"object","description":"Definition of the list of properties defined in 'virtualization.BaseDatacenter', excluding properties defined in parent classes.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["virtualization.VmwareDatacenter"],"default":"virtualization.VmwareDatacenter","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.","enum":["virtualization.VmwareDatacenter"],"default":"virtualization.VmwareDatacenter","x-enum-as-string":true},"Identity":{"description":"The internally generated identity of this placement. This entity is not manipulated by users. It aids in uniquely identifying the placement object.","type":"string","readOnly":true,"x-omitempty":true}}}],"$$ref":"#/components/schemas/virtualization.BaseDatacenter"},{"type":"object","description":"Definition of the list of properties defined in 'virtualization.VmwareDatacenter', excluding properties defined in parent classes.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","enum":["virtualization.VmwareDatacenter"],"default":"virtualization.VmwareDatacenter","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.","enum":["virtualization.VmwareDatacenter"],"default":"virtualization.VmwareDatacenter","x-enum-as-string":true},"ClusterCount":{"description":"Count of all clusters associated with this DC.","type":"integer","format":"int64","readOnly":true,"x-omitempty":true},"DatastoreCount":{"description":"Count of all datastores associated with this DC.","type":"integer","format":"int64","readOnly":true,"x-omitempty":true},"DistributedNetworkCount":{"description":"Count of all distributed networks associated with this datacenter (DC).","type":"integer","format":"int64","x-omitempty":true},"DistributedVirtualSwitchCount":{"description":"Count of all distributed virtual switches associated with this datacenter (DC).","type":"integer","format":"int64","x-omitempty":true},"HostCount":{"description":"Count of all hosts associated with this DC.","type":"integer","format":"int64","readOnly":true,"x-omitempty":true},"InventoryPath":{"description":"Inventory path of the DC.","type":"string","readOnly":true,"x-omitempty":true},"NetworkCount":{"description":"Count of all networks associated with this datacenter (DC).","type":"integer","format":"int64","readOnly":true,"x-omitempty":true},"StandardNetworkCount":{"description":"Count of all standard networks associated with this datacenter (DC).","type":"integer","format":"int64","x-omitempty":true},"VmCount":{"description":"Count of all virtual machines (VMs) associated with this DC.","type":"integer","format":"int64","x-omitempty":true},"VmTemplateCount":{"description":"Count of all virtual machines templates associated with this DC.","type":"integer","format":"int64","readOnly":true,"x-omitempty":true},"HypervisorManager":{"description":"A reference to a virtualizationVmwareVcenter resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.","readOnly":true,"x-one-of-name":"virtualization.VmwareVcenter.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/virtualization.VmwareVcenter.Relationship"},"ParentFolder":{"description":"A reference to a virtualizationVmwareFolder resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.","readOnly":true,"x-one-of-name":"virtualization.VmwareFolder.Relationship","oneOf":[{"title":"Mo:Mo Ref","description":"A reference to a REST resource, uniquely identified by object type and Moid.","required":["ClassId","ObjectType"],"properties":{"ClassId":{"description":"The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.","type":"string","enum":["mo.MoRef"],"default":"mo.MoRef","x-enum-as-string":true},"ObjectType":{"description":"The fully-qualified name of the remote type referred by this relationship.","type":"string","enum":["aaa.AuditRecord","aaa.RetentionConfig","aaa.RetentionPolicy","access.IpAddress","access.Policy","access.PolicyInventory","adapter.ConfigPolicy","adapter.ExtEthInterface","adapter.HostEthInterface","adapter.HostFcInterface","adapter.HostIscsiInterface","adapter.Unit","adapter.UnitExpander","apic.AciPod","apic.Application","apic.ApplicationEndpointGroup","apic.BridgeDomain","apic.ExternalRoutedLayerThreeDomain","apic.FabricLeafNode","apic.FabricLeafNodeInterface","apic.Out","apic.Subnet","apic.Tenant","apic.VpcGroup","apic.Vrfs","appliance.AppOpStatus","appliance.AppStatus","appliance.AutoRmaPolicy","appliance.Backup","appliance.BackupMonitor","appliance.BackupPolicy","appliance.BackupRotateData","appliance.CertificateSetting","appliance.ClusterInfo","appliance.ClusterInstall","appliance.ClusterReplaceNode","appliance.DataExportPolicy","appliance.DeviceCertificate","appliance.DeviceClaim","appliance.DeviceClusterInstall","appliance.DeviceUpgradePolicy","appliance.DiagSetting","appliance.ExternalSyslogSetting","appliance.FileGateway","appliance.FileSystemOpStatus","appliance.FileSystemStatus","appliance.GroupOpStatus","appliance.GroupStatus","appliance.ImageBundle","appliance.MetaManifest","appliance.MetricsConfig","appliance.NetworkLinkStatus","appliance.NodeInfo","appliance.NodeOpStatus","appliance.NodeStatus","appliance.ReleaseNote","appliance.RemoteFileImport","appliance.Restore","appliance.SetupInfo","appliance.SystemInfo","appliance.SystemOpStatus","appliance.SystemStatus","appliance.Upgrade","appliance.UpgradePolicy","asset.ClusterMember","asset.Deployment","asset.DeploymentDevice","asset.DeviceClaim","asset.DeviceConfiguration","asset.DeviceConnectorManager","asset.DeviceContractInformation","asset.DeviceContractNotification","asset.DeviceRegistration","asset.Subscription","asset.SubscriptionAccount","asset.SubscriptionDeviceContractInformation","asset.Target","bios.BootDevice","bios.BootMode","bios.Policy","bios.SystemBootOrder","bios.TokenSettings","bios.Unit","bios.VfSelectMemoryRasConfiguration","boot.CddDevice","boot.DeviceBootMode","boot.DeviceBootSecurity","boot.HddDevice","boot.IscsiDevice","boot.NvmeDevice","boot.PchStorageDevice","boot.PrecisionPolicy","boot.PxeDevice","boot.SanDevice","boot.SdDevice","boot.UefiShellDevice","boot.UsbDevice","boot.VmediaDevice","bulk.Export","bulk.ExportedItem","bulk.MoCloner","bulk.MoDeepCloner","bulk.MoMerger","bulk.Request","bulk.Result","bulk.SubRequestObj","capability.ActionsMetaData","capability.AdapterDeprecatedDef","capability.AdapterFirmwareRequirement","capability.AdapterUnitDescriptor","capability.AdapterUpdateConstraintMeta","capability.AdapterUpgradeSupportMeta","capability.Catalog","capability.ChassisDescriptor","capability.ChassisManufacturingDef","capability.ChassisUpgradeSupportMeta","capability.CimcFirmwareDescriptor","capability.CpuEndpointDescriptor","capability.DimmsEndpointDescriptor","capability.DrivesEndpointDescriptor","capability.EquipmentPhysicalDef","capability.EquipmentSlotArray","capability.FanModuleDescriptor","capability.FanModuleManufacturingDef","capability.FexCapabilityDef","capability.FexDescriptor","capability.FexManufacturingDef","capability.GpuEndpointDescriptor","capability.HsuIsoFileSupportMeta","capability.IoCardCapabilityDef","capability.IoCardDescriptor","capability.IoCardManufacturingDef","capability.IomUpgradeSupportMeta","capability.PortGroupAggregationDef","capability.ProcessorUnitUpdateConstraintMeta","capability.PsuDescriptor","capability.PsuManufacturingDef","capability.ServerDescriptor","capability.ServerModelsCapabilityDef","capability.ServerSchemaDescriptor","capability.ServerUpgradeSupportMeta","capability.SiocModuleCapabilityDef","capability.SiocModuleDescriptor","capability.SiocModuleManufacturingDef","capability.StorageControllerUpdateConstraintMeta","capability.SwitchCapability","capability.SwitchDescriptor","capability.SwitchEquipmentInfo","capability.SwitchManufacturingDef","capability.TemplateCatalog","capability.UpdateOrderMeta","capability.VicDescriptor","certificatemanagement.Policy","certificatemanagement.PolicyInventory","chassis.ConfigChangeDetail","chassis.ConfigImport","chassis.ConfigResult","chassis.ConfigResultEntry","chassis.IomProfile","chassis.Profile","chassis.ProfileTemplate","cloud.AwsBillingUnit","cloud.AwsKeyPair","cloud.AwsNetworkInterface","cloud.AwsOrganizationalUnit","cloud.AwsSecurityGroup","cloud.AwsSubnet","cloud.AwsVirtualMachine","cloud.AwsVolume","cloud.AwsVpc","cloud.CollectInventory","cloud.Regions","cloud.SkuContainerType","cloud.SkuDatabaseType","cloud.SkuInstanceType","cloud.SkuNetworkType","cloud.SkuRegionRateCards","cloud.SkuVolumeType","cloud.TfcAgentpool","cloud.TfcOrganization","cloud.TfcWorkspace","comm.HttpProxyPolicy","compute.Blade","compute.BladeIdentity","compute.Board","compute.Mapping","compute.Personality","compute.PhysicalSummary","compute.RackUnit","compute.RackUnitIdentity","compute.ServerIdPool","compute.ServerPowerPolicy","compute.ServerSetting","compute.Vmedia","cond.Alarm","cond.AlarmAggregation","cond.AlarmClassification","cond.AlarmDefinition","cond.AlarmSuppression","cond.HclStatus","cond.HclStatusDetail","cond.HclStatusJob","connectorpack.ConnectorPackUpgrade","connectorpack.UpgradeImpact","console.ConsoleConfig","convergedinfra.AdapterComplianceDetails","convergedinfra.Pod","convergedinfra.PodComplianceInfo","convergedinfra.ServerComplianceDetails","convergedinfra.StorageComplianceDetails","convergedinfra.SwitchComplianceDetails","crd.CustomResource","deviceconnector.Policy","dnac.Device","dnac.DeviceInterface","dnac.ExternalBorderNode","dnac.ExternalBorderNodeInterface","dnac.FabricSite","dnac.Site","dnac.SiteIpPool","dnac.Template","dnac.Transit","dnac.VirtualNetworkFabricSite","equipment.Chassis","equipment.ChassisIdPool","equipment.ChassisIdentity","equipment.ChassisOperation","equipment.DeviceSummary","equipment.EndPointLog","equipment.ExpanderModule","equipment.Fan","equipment.FanControl","equipment.FanModule","equipment.Fex","equipment.FexIdentity","equipment.FexOperation","equipment.Fru","equipment.HybridDriveSlot","equipment.IoCard","equipment.IoCardOperation","equipment.IoExpander","equipment.LocatorLed","equipment.LogDownload","equipment.Psu","equipment.PsuControl","equipment.RackEnclosure","equipment.RackEnclosureSlot","equipment.Sensor","equipment.SharedIoModule","equipment.SwitchCard","equipment.SwitchOperation","equipment.SystemIoController","equipment.Tpm","equipment.Transceiver","ether.HostPort","ether.NetworkPort","ether.PhysicalPort","ether.PortChannel","externalsite.Authorization","fabric.AppliancePcRole","fabric.ApplianceRole","fabric.ConfigChangeDetail","fabric.ConfigResult","fabric.ConfigResultEntry","fabric.ElementIdentity","fabric.EstimateImpact","fabric.EthNetworkControlPolicy","fabric.EthNetworkControlPolicyInventory","fabric.EthNetworkGroupPolicy","fabric.EthNetworkGroupPolicyInventory","fabric.EthNetworkPolicy","fabric.FcNetworkPolicy","fabric.FcStorageRole","fabric.FcUplinkPcRole","fabric.FcUplinkRole","fabric.FcZonePolicy","fabric.FcoeUplinkPcRole","fabric.FcoeUplinkRole","fabric.FlowControlPolicy","fabric.LanPinGroup","fabric.LinkAggregationPolicy","fabric.LinkControlPolicy","fabric.MulticastPolicy","fabric.PcMember","fabric.PcOperation","fabric.PortMode","fabric.PortOperation","fabric.PortPolicy","fabric.SanPinGroup","fabric.ServerRole","fabric.SwitchClusterProfile","fabric.SwitchClusterProfileTemplate","fabric.SwitchControlPolicy","fabric.SwitchProfile","fabric.SwitchProfileTemplate","fabric.SystemQosPolicy","fabric.UplinkPcRole","fabric.UplinkRole","fabric.Vlan","fabric.VlanInventory","fabric.VlanSet","fabric.Vsan","fabric.VsanInventory","fault.Instance","fc.Neighbor","fc.PhysicalPort","fc.PortChannel","fcpool.FcBlock","fcpool.Lease","fcpool.Pool","fcpool.PoolMember","fcpool.Reservation","fcpool.Universe","feedback.FeedbackPost","firmware.BiosDescriptor","firmware.BoardControllerDescriptor","firmware.ChassisUpgrade","firmware.CimcDescriptor","firmware.DimmDescriptor","firmware.Distributable","firmware.DistributableMeta","firmware.DriveDescriptor","firmware.DriverDistributable","firmware.Eula","firmware.FirmwareSummary","firmware.GpuDescriptor","firmware.HbaDescriptor","firmware.IomDescriptor","firmware.MswitchDescriptor","firmware.NxosDescriptor","firmware.PcieDescriptor","firmware.Policy","firmware.PsuDescriptor","firmware.RunningFirmware","firmware.SasExpanderDescriptor","firmware.ServerConfigurationUtilityDistributable","firmware.StorageControllerDescriptor","firmware.SwitchUpgrade","firmware.UnsupportedVersionUpgrade","firmware.Upgrade","firmware.UpgradeImpact","firmware.UpgradeImpactStatus","firmware.UpgradeStatus","firmware.UpgradeValidity","fmc.Device","fmc.DeviceHaPair","fmc.Domain","fmc.PhysicalInterface","forecast.Catalog","forecast.Definition","forecast.Instance","graphics.Card","graphics.Controller","hcl.CompatibilityStatus","hcl.DriverImage","hcl.ExemptedCatalog","hcl.HwCatalogInfo","hcl.HyperflexSoftwareCompatibilityInfo","hcl.OperatingSystem","hcl.OperatingSystemVendor","hcl.ServerHwCatalogInfo","hcl.SupportedDriverName","hyperflex.Alarm","hyperflex.AppCatalog","hyperflex.AutoSupportPolicy","hyperflex.BackupCluster","hyperflex.CapabilityInfo","hyperflex.Cluster","hyperflex.ClusterBackupPolicy","hyperflex.ClusterBackupPolicyDeployment","hyperflex.ClusterBackupPolicyInventory","hyperflex.ClusterHealthCheckExecutionSnapshot","hyperflex.ClusterNetworkPolicy","hyperflex.ClusterProfile","hyperflex.ClusterReplicationNetworkPolicy","hyperflex.ClusterReplicationNetworkPolicyDeployment","hyperflex.ClusterStoragePolicy","hyperflex.ConfigResult","hyperflex.ConfigResultEntry","hyperflex.DataProtectionPeer","hyperflex.DatastoreStatistic","hyperflex.DevicePackageDownloadState","hyperflex.Drive","hyperflex.Encryption","hyperflex.ExtFcStoragePolicy","hyperflex.ExtIscsiStoragePolicy","hyperflex.FeatureLimitExternal","hyperflex.FeatureLimitInternal","hyperflex.Health","hyperflex.HealthCheckDefinition","hyperflex.HealthCheckExecution","hyperflex.HealthCheckExecutionSnapshot","hyperflex.HealthCheckPackageChecksum","hyperflex.HealthCheckSchedulePolicy","hyperflex.HwCatalog","hyperflex.HxdpVersion","hyperflex.HypervisorHost","hyperflex.HypervisorVirtualMachine","hyperflex.InitiatorGroup","hyperflex.IscsiNetwork","hyperflex.KeyEncryptionKey","hyperflex.License","hyperflex.LocalCredentialPolicy","hyperflex.Lun","hyperflex.Node","hyperflex.NodeConfigPolicy","hyperflex.NodeProfile","hyperflex.ProtectedCluster","hyperflex.ProxySettingPolicy","hyperflex.ReduceReSync","hyperflex.ServerFirmwareVersion","hyperflex.ServerFirmwareVersionEntry","hyperflex.ServerModel","hyperflex.ServiceAuthToken","hyperflex.SoftwareDistributionComponent","hyperflex.SoftwareDistributionEntry","hyperflex.SoftwareDistributionVersion","hyperflex.SoftwareVersionPolicy","hyperflex.StartReduceReSync","hyperflex.StorageContainer","hyperflex.SysConfigPolicy","hyperflex.Target","hyperflex.UcsmConfigPolicy","hyperflex.VcenterConfigPolicy","hyperflex.VmBackupInfo","hyperflex.VmImportOperation","hyperflex.VmRestoreOperation","hyperflex.VmSnapshotInfo","hyperflex.Volume","hyperflex.WitnessConfiguration","iaas.ConnectorPack","iaas.CustomTaskInfo","iaas.DeviceStatus","iaas.DiagnosticMessages","iaas.LicenseInfo","iaas.MostRunTasks","iaas.ServiceRequest","iaas.SystemTaskInfo","iaas.UcsdInfo","iaas.UcsdManagedInfra","iaas.UcsdMessages","iam.Account","iam.AccountExperience","iam.ApiKey","iam.AppRegistration","iam.BannerMessage","iam.Certificate","iam.CertificateRequest","iam.DomainGroup","iam.DomainNameInfo","iam.EndPointPrivilege","iam.EndPointRole","iam.EndPointUser","iam.EndPointUserInventory","iam.EndPointUserPolicy","iam.EndPointUserPolicyInventory","iam.EndPointUserRole","iam.EndPointUserRoleInventory","iam.Idp","iam.IdpReference","iam.IpAccessManagement","iam.IpAddress","iam.LdapConfigParams","iam.LdapGroup","iam.LdapPolicy","iam.LdapProvider","iam.LocalUserPassword","iam.LocalUserPasswordPolicy","iam.OAuthToken","iam.Permission","iam.PrivateKeySpec","iam.Privilege","iam.PrivilegeSet","iam.Qualifier","iam.ResourceLimits","iam.ResourcePermission","iam.ResourceRoles","iam.Role","iam.SecurityHolder","iam.ServiceProvider","iam.Session","iam.SessionLimits","iam.SharingRule","iam.System","iam.TrustPoint","iam.User","iam.UserGroup","iam.UserPreference","iam.UserSetting","inventory.DeviceInfo","inventory.DnMoBinding","inventory.GenericInventory","inventory.GenericInventoryHolder","inventory.Request","ipmioverlan.Policy","ipmioverlan.PolicyInventory","ippool.BlockLease","ippool.IpLease","ippool.Pool","ippool.PoolMember","ippool.Reservation","ippool.ShadowBlock","ippool.ShadowPool","ippool.Universe","iqnpool.Block","iqnpool.Lease","iqnpool.Pool","iqnpool.PoolMember","iqnpool.Reservation","iqnpool.Universe","iwotenant.MaintenanceNotification","iwotenant.TenantCustomization","iwotenant.TenantStatus","kubernetes.AciCniApic","kubernetes.AciCniProfile","kubernetes.AciCniTenantClusterAllocation","kubernetes.AddonDefinition","kubernetes.AddonPolicy","kubernetes.AddonRepository","kubernetes.BaremetalNodeProfile","kubernetes.Catalog","kubernetes.Cluster","kubernetes.ClusterAddonProfile","kubernetes.ClusterProfile","kubernetes.ConfigResult","kubernetes.ConfigResultEntry","kubernetes.ContainerRuntimePolicy","kubernetes.DaemonSet","kubernetes.Deployment","kubernetes.HttpProxyPolicy","kubernetes.Ingress","kubernetes.NetworkPolicy","kubernetes.Node","kubernetes.NodeGroupProfile","kubernetes.NvidiaGpuProduct","kubernetes.Pod","kubernetes.Service","kubernetes.StatefulSet","kubernetes.SysConfigPolicy","kubernetes.TrustedRegistriesPolicy","kubernetes.Version","kubernetes.VersionPolicy","kubernetes.VirtualMachineInfraConfigPolicy","kubernetes.VirtualMachineInfrastructureProvider","kubernetes.VirtualMachineInstanceType","kubernetes.VirtualMachineNodeProfile","kvm.Policy","kvm.PolicyInventory","kvm.Session","kvm.Tunnel","kvm.TunneledKvmPolicy","license.AccountLicenseData","license.CustomerOp","license.IksCustomerOp","license.IksLicenseCount","license.IncCustomerOp","license.IncLicenseCount","license.IwoCustomerOp","license.IwoLicenseCount","license.LicenseInfo","license.LicenseInfoView","license.LicenseRegistrationStatus","license.LicenseReservationOp","license.SmartlicenseToken","ls.ServiceProfile","macpool.IdBlock","macpool.Lease","macpool.Pool","macpool.PoolMember","macpool.Reservation","macpool.Universe","management.Controller","management.Entity","management.Interface","marketplace.UseCase","marketplace.UseCaseVersion","memory.Array","memory.PersistentMemoryConfigResult","memory.PersistentMemoryConfiguration","memory.PersistentMemoryNamespace","memory.PersistentMemoryNamespaceConfigResult","memory.PersistentMemoryPolicy","memory.PersistentMemoryRegion","memory.PersistentMemoryUnit","memory.Unit","meraki.Device","meraki.Network","meraki.Organization","meta.Definition","metrics.MetricsExploration","monitoring.HealthStatus","network.DiscoveredNeighbor","network.Dns","network.Element","network.ElementSummary","network.FcZoneInfo","network.FeatureControl","network.InterfaceList","network.LicenseFile","network.SupervisorCard","network.TelemetryCheck","network.Vethernet","network.Vfc","network.VlanPortInfo","network.VpcDomain","network.VpcMember","network.VpcPeer","network.Vrf","networkconfig.Policy","networkconfig.PolicyInventory","niaapi.ApicCcoPost","niaapi.ApicFieldNotice","niaapi.ApicHweol","niaapi.ApicLatestMaintainedRelease","niaapi.ApicReleaseRecommend","niaapi.ApicSweol","niaapi.DcnmCcoPost","niaapi.DcnmFieldNotice","niaapi.DcnmHweol","niaapi.DcnmLatestMaintainedRelease","niaapi.DcnmReleaseRecommend","niaapi.DcnmSweol","niaapi.FileDownloader","niaapi.NiaMetadata","niaapi.NibFileDownloader","niaapi.NibMetadata","niaapi.PuvScriptDownloader","niaapi.UpgradeAssistFile","niaapi.VersionRegex","niatelemetry.AaaLdapProviderDetails","niatelemetry.AaaRadiusProviderDetails","niatelemetry.AaaTacacsProviderDetails","niatelemetry.ApicAppPluginDetails","niatelemetry.ApicCoreFileDetails","niatelemetry.ApicDbgexpRsExportDest","niatelemetry.ApicDbgexpRsTsScheduler","niatelemetry.ApicFanDetails","niatelemetry.ApicFexDetails","niatelemetry.ApicFlashDetails","niatelemetry.ApicNtpAuth","niatelemetry.ApicPerformanceData","niatelemetry.ApicPodData","niatelemetry.ApicPsuDetails","niatelemetry.ApicRealmDetails","niatelemetry.ApicSnmpClientGrpDetails","niatelemetry.ApicSnmpCommunityAccessDetails","niatelemetry.ApicSnmpCommunityDetails","niatelemetry.ApicSnmpTrapDetails","niatelemetry.ApicSnmpTrapFwdServerDetails","niatelemetry.ApicSnmpVersionThreeDetails","niatelemetry.ApicSysLogGrp","niatelemetry.ApicSysLogSrc","niatelemetry.ApicTransceiverDetails","niatelemetry.ApicUiPageCounts","niatelemetry.ApicVision","niatelemetry.AppDetails","niatelemetry.CloudDetails","niatelemetry.CommonPolicies","niatelemetry.DcnmFanDetails","niatelemetry.DcnmFexDetails","niatelemetry.DcnmModuleDetails","niatelemetry.DcnmPsuDetails","niatelemetry.DcnmTransceiverDetails","niatelemetry.Epg","niatelemetry.FabricModuleDetails","niatelemetry.FabricNodeControlDetails","niatelemetry.FabricPodProfile","niatelemetry.FabricPodSs","niatelemetry.Fault","niatelemetry.HcloudDetails","niatelemetry.HealthInsightsData","niatelemetry.HttpsAclContractDetails","niatelemetry.HttpsAclContractFilterMap","niatelemetry.HttpsAclEpgContractMap","niatelemetry.HttpsAclEpgDetails","niatelemetry.HttpsAclFilterDetails","niatelemetry.InsightGroupDetails","niatelemetry.Lc","niatelemetry.LeafPolGrpDetails","niatelemetry.MdsNeighbors","niatelemetry.MsoContractDetails","niatelemetry.MsoEpgDetails","niatelemetry.MsoSchemaDetails","niatelemetry.MsoSiteDetails","niatelemetry.MsoTenantDetails","niatelemetry.NexusCloudAccount","niatelemetry.NexusCloudSite","niatelemetry.NexusDashboardControllerDetails","niatelemetry.NexusDashboardDetails","niatelemetry.NexusDashboardMemoryDetails","niatelemetry.NexusDashboards","niatelemetry.NiaFeatureUsage","niatelemetry.NiaInventory","niatelemetry.NiaInventoryDcnm","niatelemetry.NiaInventoryFabric","niatelemetry.NiaLicenseState","niatelemetry.Nicc","niatelemetry.PasswordStrengthCheck","niatelemetry.PodCommPolicies","niatelemetry.PodSnmpPolicies","niatelemetry.PodTimeServerPolicies","niatelemetry.SiteInventory","niatelemetry.SnmpSrc","niatelemetry.SpinePolGrpDetails","niatelemetry.SshVersionTwo","niatelemetry.SupervisorModuleDetails","niatelemetry.SyslogRemoteDest","niatelemetry.SyslogSysMsg","niatelemetry.SyslogSysMsgFacFilter","niatelemetry.SystemControllerDetails","niatelemetry.Tenant","notification.AccountSubscription","ntp.NtpServer","ntp.Policy","oauth.AccessToken","oauth.Authorization","openapi.ApiMethodMeta","openapi.OpenApiSpecification","openapi.ProcessFile","openapi.TaskGenerationRequest","openapi.TaskGenerationResult","oprs.Deployment","oprs.SyncTargetListMessage","organization.Organization","os.BulkInstallInfo","os.Catalog","os.ConfigurationFile","os.Distribution","os.Install","os.OsSupport","os.SupportedVersion","os.TemplateFile","os.ValidInstallTarget","partnerintegration.DcLogs","partnerintegration.DeviceConnector","partnerintegration.DocIssues","partnerintegration.Etl","partnerintegration.File","partnerintegration.Inventory","partnerintegration.Logs","partnerintegration.Model","pci.CoprocessorCard","pci.Device","pci.Link","pci.Node","pci.Switch","port.Group","port.MacBinding","port.SubGroup","power.ControlState","power.Policy","power.PolicyInventory","processor.Unit","rack.UnitPersonality","recommendation.CapacityRunway","recommendation.ClusterExpansion","recommendation.HardwareExpansionRequest","recommendation.HardwareExpansionRequestItem","recommendation.PhysicalItem","recommendation.PurchaseOrderEstimate","recommendation.PurchaseOrderList","recommendation.SoftwareItem","recovery.BackupConfigPolicy","recovery.BackupProfile","recovery.ConfigResult","recovery.ConfigResultEntry","recovery.OnDemandBackup","recovery.Restore","recovery.ScheduleConfigPolicy","resource.Group","resource.GroupMember","resource.LicenseResourceCount","resource.Membership","resource.MembershipHolder","resource.Reservation","resource.SelectionCriteria","resource.SharedResourcesInfoHolder","resourcepool.Lease","resourcepool.LeaseResource","resourcepool.MembershipReservation","resourcepool.Pool","resourcepool.PoolMember","resourcepool.Universe","rproxy.ReverseProxy","scheduler.TaskResult","scheduler.TaskSchedule","sdaaci.Connection","sdaaci.ConnectionDetail","sdcard.Policy","sdcard.PolicyInventory","search.SearchItem","search.TagItem","security.Unit","server.ConfigChangeDetail","server.ConfigImport","server.ConfigResult","server.ConfigResultEntry","server.Disruption","server.Profile","server.ProfileTemplate","smtp.Policy","snmp.Policy","snmp.PolicyInventory","software.ApplianceDistributable","software.DownloadHistory","software.HciBundleDistributable","software.HciDistributable","software.HclMeta","software.HyperflexBundleDistributable","software.HyperflexDistributable","software.IksBundleDistributable","software.ReleaseMeta","software.SolutionDistributable","software.UcsdBundleDistributable","software.UcsdDistributable","softwarerepository.Authorization","softwarerepository.CachedImage","softwarerepository.Catalog","softwarerepository.CategoryMapper","softwarerepository.CategoryMapperModel","softwarerepository.CategorySupportConstraint","softwarerepository.CategoryUnsupportedModels","softwarerepository.DownloadSpec","softwarerepository.OperatingSystemFile","softwarerepository.Release","sol.Policy","sol.PolicyInventory","ssh.Policy","ssh.PolicyInventory","storage.BatteryBackupUnit","storage.Controller","storage.ControllerDrive","storage.DiskGroup","storage.DiskSlot","storage.DriveGroup","storage.DriveSecurityPolicy","storage.Enclosure","storage.EnclosureDisk","storage.EnclosureDiskSlotEp","storage.FileItem","storage.FlexFlashController","storage.FlexFlashControllerProps","storage.FlexFlashPhysicalDrive","storage.FlexFlashVirtualDrive","storage.FlexUtilController","storage.FlexUtilPhysicalDrive","storage.FlexUtilVirtualDrive","storage.HitachiArray","storage.HitachiController","storage.HitachiDisk","storage.HitachiExternalParityGroup","storage.HitachiExternalPathGroup","storage.HitachiExternalStorageLun","storage.HitachiExternalStoragePort","storage.HitachiHost","storage.HitachiHostLun","storage.HitachiParityGroup","storage.HitachiPool","storage.HitachiPort","storage.HitachiRemoteReplication","storage.HitachiSnapshot","storage.HitachiVolume","storage.HitachiVolumeMigrationPair","storage.HyperFlexStorageContainer","storage.HyperFlexVolume","storage.Item","storage.NetAppAggregate","storage.NetAppAggregateEvent","storage.NetAppBaseDisk","storage.NetAppCifsService","storage.NetAppCifsShare","storage.NetAppCloudTarget","storage.NetAppCluster","storage.NetAppClusterEvent","storage.NetAppClusterSnapMirrorPolicy","storage.NetAppClusterSnapshotPolicy","storage.NetAppDataIpInterface","storage.NetAppDataIpInterfaceEvent","storage.NetAppDiskEvent","storage.NetAppEthernetPort","storage.NetAppEthernetPortEvent","storage.NetAppExportPolicy","storage.NetAppFcInterface","storage.NetAppFcInterfaceEvent","storage.NetAppFcPort","storage.NetAppFcPortEvent","storage.NetAppInitiatorGroup","storage.NetAppIpInterface","storage.NetAppIpInterfaceEvent","storage.NetAppIscsiService","storage.NetAppLicense","storage.NetAppLun","storage.NetAppLunEvent","storage.NetAppLunMap","storage.NetAppNamespace","storage.NetAppNfsClient","storage.NetAppNfsService","storage.NetAppNode","storage.NetAppNodeCdpNeighbor","storage.NetAppNodeEvent","storage.NetAppNonDataIpInterface","storage.NetAppNonDataIpInterfaceEvent","storage.NetAppNtpServer","storage.NetAppQtree","storage.NetAppSchedule","storage.NetAppSensor","storage.NetAppSnapMirrorRelationship","storage.NetAppStorageVm","storage.NetAppSvmEvent","storage.NetAppSvmSnapMirrorPolicy","storage.NetAppSvmSnapshotPolicy","storage.NetAppVolume","storage.NetAppVolumeEvent","storage.NetAppVolumeSnapshot","storage.NvmeRaidConfiguration","storage.PhysicalDisk","storage.PhysicalDiskExtension","storage.PhysicalDiskUsage","storage.PureArray","storage.PureArrayAlerts","storage.PureController","storage.PureDisk","storage.PureHost","storage.PureHostGroup","storage.PureHostLun","storage.PurePort","storage.PureProtectionGroup","storage.PureProtectionGroupSnapshot","storage.PureReplicationSchedule","storage.PureSnapshotSchedule","storage.PureTargetArray","storage.PureVolume","storage.PureVolumeSnapshot","storage.SasExpander","storage.SasPort","storage.Span","storage.StoragePolicy","storage.VdMemberEp","storage.VirtualDrive","storage.VirtualDriveContainer","storage.VirtualDriveExtension","storage.VirtualDriveIdentity","syslog.Policy","syslog.PolicyInventory","tam.AdvisoryCount","tam.AdvisoryDefinition","tam.AdvisoryInfo","tam.AdvisoryInstance","tam.SecurityAdvisory","task.FabricMosScopedInventory","task.HitachiScopedInventory","task.HyperFlexManagementScopedInventory","task.HyperflexScopedInventory","task.MdsScopedInventory","task.MdsSystemScopedInventory","task.NetAppScopedInventory","task.NexusScopedInventory","task.NexusSystemScopedInventory","task.NexusVlanScopedInventory","task.PublicCloudScopedInventory","task.PureScopedInventory","task.ServerScopedInventory","techsupportmanagement.CollectionControlPolicy","techsupportmanagement.Download","techsupportmanagement.EndPoint","techsupportmanagement.TechSupportBundle","techsupportmanagement.TechSupportStatus","terminal.AuditLog","terraform.Executor","thermal.Policy","thermal.PolicyInventory","top.System","ucsd.BackupInfo","uuidpool.Block","uuidpool.Pool","uuidpool.PoolMember","uuidpool.Reservation","uuidpool.Universe","uuidpool.UuidLease","view.HealthStatus","view.Server","virtualization.EsxiConsole","virtualization.Host","virtualization.VirtualMachine","virtualization.VmwareCluster","virtualization.VmwareDatacenter","virtualization.VmwareDatastore","virtualization.VmwareDatastoreCluster","virtualization.VmwareDistributedNetwork","virtualization.VmwareDistributedSwitch","virtualization.VmwareFolder","virtualization.VmwareHost","virtualization.VmwareHostGpu","virtualization.VmwareKernelNetwork","virtualization.VmwareNetwork","virtualization.VmwarePhysicalNetworkInterface","virtualization.VmwareProactiveHa","virtualization.VmwareUplinkPort","virtualization.VmwareVcenter","virtualization.VmwareVirtualDisk","virtualization.VmwareVirtualMachine","virtualization.VmwareVirtualMachineGpu","virtualization.VmwareVirtualMachineSnapshot","virtualization.VmwareVirtualNetworkInterface","virtualization.VmwareVirtualSwitch","vmedia.Policy","vmedia.PolicyInventory","vmrc.Console","vnic.EthAdapterPolicy","vnic.EthAdapterPolicyInventory","vnic.EthIf","vnic.EthIfInventory","vnic.EthNetworkPolicy","vnic.EthNetworkPolicyInventory","vnic.EthQosPolicy","vnic.EthQosPolicyInventory","vnic.EthVethInventory","vnic.EthVnicInventory","vnic.FcAdapterPolicy","vnic.FcAdapterPolicyInventory","vnic.FcIf","vnic.FcIfInventory","vnic.FcNetworkPolicy","vnic.FcNetworkPolicyInventory","vnic.FcQosPolicy","vnic.FcQosPolicyInventory","vnic.FcVethInventory","vnic.FcVhbaPolicyInventory","vnic.IscsiAdapterPolicy","vnic.IscsiAdapterPolicyInventory","vnic.IscsiBootPolicy","vnic.IscsiBootPolicyInventory","vnic.IscsiStaticTargetPolicy","vnic.IscsiStaticTargetPolicyInventory","vnic.LanConnectivityPolicy","vnic.LanConnectivityPolicyInventory","vnic.LcpStatus","vnic.SanConnectivityPolicy","vnic.SanConnectivityPolicyInventory","vnic.ScpStatus","vnic.VhbaTemplate","vnic.VnicTemplate","vrf.Vrf","workflow.AnsibleBatchExecutor","workflow.BatchApiExecutor","workflow.Catalog","workflow.CatalogItemDefinition","workflow.CatalogServiceRequest","workflow.CustomDataTypeDefinition","workflow.ErrorResponseHandler","workflow.PowerShellBatchApiExecutor","workflow.RollbackWorkflow","workflow.ServiceItemActionDefinition","workflow.ServiceItemActionInstance","workflow.ServiceItemAttribute","workflow.ServiceItemDefinition","workflow.ServiceItemHealthCheckDefinition","workflow.ServiceItemHealthCheckExecution","workflow.ServiceItemInstance","workflow.ServiceItemOutput","workflow.SshBatchExecutor","workflow.TaskDebugLog","workflow.TaskDefinition","workflow.TaskInfo","workflow.TaskMetadata","workflow.TemplateEvaluation","workflow.TemplateFunctionMeta","workflow.TemplateParser","workflow.UiDisplayMetadata","workflow.WorkflowDefinition","workflow.WorkflowInfo","workflow.WorkflowMetadata","workspace.Folder"],"x-enum-as-string":true},"Moid":{"description":"The Moid of the referenced REST resource.","type":"string","x-omitempty":true},"Selector":{"description":"An OData $filter expression which describes the REST resource to be referenced. This field may\nbe set instead of 'moid' by clients.\n1. If 'moid' is set this field is ignored.\n1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the\nresource matching the filter expression and populates it in the MoRef that is part of the object\ninstance being inserted/updated to fulfill the REST request.\nAn error is returned if the filter matches zero or more than one REST resource.\nAn example filter string is: Serial eq '3AA8B7T11'.","type":"string","x-omitempty":true},"link":{"type":"string","description":"A URL to an instance of the 'mo.MoRef' class."}},"$$ref":"#/components/schemas/mo.MoRef"}],"discriminator":{"propertyName":"ClassId"},"nullable":true,"$$ref":"#/components/schemas/virtualization.VmwareFolder.Relationship"}}}],"$$ref":"#/components/schemas/virtualization.VmwareDatacenter"},"nullable":true}}}],"$$ref":"#/components/schemas/virtualization.VmwareDatacenter.List"},{"description":"The output of a request that includes the $apply query parameter.\nThe schema of an aggregation query is dynamically determined based on the request query parameters. \nSee https://intersight.com/apidocs/introduction/query/#apply-query-option for more details.","allOf":[{"description":"The base response schema.","type":"object","discriminator":{"propertyName":"ObjectType"},"required":["ObjectType"],"properties":{"ObjectType":{"description":"A discriminator value to disambiguate the schema of a HTTP GET response body.","type":"string"}},"$$ref":"#/components/schemas/mo.BaseResponse"},{"type":"object","properties":{"Results":{"description":"The results of the aggregation query.","type":"array","items":{"description":"A result entry in the aggregate query.","type":"object"},"nullable":true}}}],"$$ref":"#/components/schemas/mo.AggregateTransform"},{"description":"A document returned in a response body when the HTTP GET request specifies the 'tag' query parameter.","allOf":[{"description":"The base response schema.","type":"object","discriminator":{"propertyName":"ObjectType"},"required":["ObjectType"],"properties":{"ObjectType":{"description":"A discriminator value to disambiguate the schema of a HTTP GET response body.","type":"string"}},"$$ref":"#/components/schemas/mo.BaseResponse"},{"type":"object","properties":{"ObjectType":{"description":"A discriminator value to disambiguate the schema of a HTTP GET response body.","type":"string"},"Results":{"type":"array","items":{"type":"object","description":"A summary of the Tag usage for an API resource. Tags are Key, Value pairs that can be assigned to API resources.","properties":{"Key":{"type":"string","description":"The tag key for which usage information is provided."},"NumKeys":{"description":"The number of times this tag Key has been set in an API resource.","type":"integer","format":"int32"},"Values":{"type":"array","description":"A list of all Tag values that have been assigned to this tag Key.","items":{"type":"string"}}},"$$ref":"#/components/schemas/mo.TagKeySummary"},"nullable":true}}}],"$$ref":"#/components/schemas/mo.TagSummary"}],"discriminator":{"propertyName":"ObjectType"},"$$ref":"#/components/schemas/virtualization.VmwareDatacenter.Response"}},"text/csv":{"schema":{"type":"string","description":"The content is a comma-separated list of values.","format":"binary","$$ref":"#/components/schemas/CsvFile"}},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"schema":{"description":"The content is an Excel spreadsheet.","type":"string","format":"binary","$$ref":"#/components/schemas/ExcelFile"}}}},"400":{"description":"The request could not be understood by the server due to malformed syntax.\nThe client SHOULD NOT repeat the request without modifications.\nFor example, the request may contain an incorrect JSON syntax, or the request fails\nvalidation checks.\nThe HTTP body may contain a document that provides more details about the error.","headers":{"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"}},"content":{"application/json":{"schema":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"A value that is used to determine the nature of the error, and why it occurred.","enum":["InternalServerError","InvalidMethod","InvalidUrl","InvalidRequest","NotFound","NotSupported","NotImplemented","AuthenticationFailure","UnauthorizedOperation","ValidationConflict","ServiceUnavailable"]},"messageId":{"type":"string","description":"A language-independent identifier of the specific error message."},"message":{"type":"string","description":"A human-readable description of the error, localized with the i18n standard.\nThe language is determined from the \"Accept-Language\" request-header.\nThe Accept-Language request-header restricts the set of natural languages that are preferred as a response\nto the request. See RFC 2616 for more details.\nCodes:\n1. **InternalServerError** An internal error occurred.\n1. **InvalidMethod** The HTTP method (POST, PUT...) is invalid for this API path. For example, a POST request was sent but this API path only supports GET.\n1. **InvalidUrl** The HTTP request contains an invalid URL.\n1. **InvalidRequest** The HTTP request contains an invalid or malformed message body.\n1. **NotSupported** The request is not supported for the specified REST resource.\n1. **NotImplemented** This API path is experimental and not implemented yet.\n1. **NotFound** The requested REST resource does not exist.\n1. **AuthenticationFailure** The request lacks valid authentication credentials.\n1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges.\n1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values.\n1. **ServiceUnavailable** See RFC 7231, status 503."},"cause":{"$ref":"#/components/schemas/Error","$$ref":"#/components/schemas/Error","description":"The cause of this error."}},"$$ref":"#/components/schemas/Error"}}},"$$ref":"#/components/responses/http_status_400"},"401":{"description":"The request requires user authentication. The client may repeat the request with a suitable Authorization header field.\nIf the request already included Authorization credentials, then the 401 response indicates that authorization has\nbeen refused for those credentials.\nThe HTTP body may contain a document that provides more details about the error.","headers":{"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"}},"content":{"application/json":{"schema":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"A value that is used to determine the nature of the error, and why it occurred.","enum":["InternalServerError","InvalidMethod","InvalidUrl","InvalidRequest","NotFound","NotSupported","NotImplemented","AuthenticationFailure","UnauthorizedOperation","ValidationConflict","ServiceUnavailable"]},"messageId":{"type":"string","description":"A language-independent identifier of the specific error message."},"message":{"type":"string","description":"A human-readable description of the error, localized with the i18n standard.\nThe language is determined from the \"Accept-Language\" request-header.\nThe Accept-Language request-header restricts the set of natural languages that are preferred as a response\nto the request. See RFC 2616 for more details.\nCodes:\n1. **InternalServerError** An internal error occurred.\n1. **InvalidMethod** The HTTP method (POST, PUT...) is invalid for this API path. For example, a POST request was sent but this API path only supports GET.\n1. **InvalidUrl** The HTTP request contains an invalid URL.\n1. **InvalidRequest** The HTTP request contains an invalid or malformed message body.\n1. **NotSupported** The request is not supported for the specified REST resource.\n1. **NotImplemented** This API path is experimental and not implemented yet.\n1. **NotFound** The requested REST resource does not exist.\n1. **AuthenticationFailure** The request lacks valid authentication credentials.\n1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges.\n1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values.\n1. **ServiceUnavailable** See RFC 7231, status 503."},"cause":{"$ref":"#/components/schemas/Error","$$ref":"#/components/schemas/Error","description":"The cause of this error."}},"$$ref":"#/components/schemas/Error"}}},"$$ref":"#/components/responses/http_status_401"},"403":{"description":"The request was properly authenticated, but the server is refusing to fulfill it.\nThe HTTP body may contain a document that provides more details about the error.\nFor example, the user may not have sufficient privileges to perform the request.","headers":{"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"}},"content":{"application/json":{"schema":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"A value that is used to determine the nature of the error, and why it occurred.","enum":["InternalServerError","InvalidMethod","InvalidUrl","InvalidRequest","NotFound","NotSupported","NotImplemented","AuthenticationFailure","UnauthorizedOperation","ValidationConflict","ServiceUnavailable"]},"messageId":{"type":"string","description":"A language-independent identifier of the specific error message."},"message":{"type":"string","description":"A human-readable description of the error, localized with the i18n standard.\nThe language is determined from the \"Accept-Language\" request-header.\nThe Accept-Language request-header restricts the set of natural languages that are preferred as a response\nto the request. See RFC 2616 for more details.\nCodes:\n1. **InternalServerError** An internal error occurred.\n1. **InvalidMethod** The HTTP method (POST, PUT...) is invalid for this API path. For example, a POST request was sent but this API path only supports GET.\n1. **InvalidUrl** The HTTP request contains an invalid URL.\n1. **InvalidRequest** The HTTP request contains an invalid or malformed message body.\n1. **NotSupported** The request is not supported for the specified REST resource.\n1. **NotImplemented** This API path is experimental and not implemented yet.\n1. **NotFound** The requested REST resource does not exist.\n1. **AuthenticationFailure** The request lacks valid authentication credentials.\n1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges.\n1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values.\n1. **ServiceUnavailable** See RFC 7231, status 503."},"cause":{"$ref":"#/components/schemas/Error","$$ref":"#/components/schemas/Error","description":"The cause of this error."}},"$$ref":"#/components/schemas/Error"}}},"$$ref":"#/components/responses/http_status_403"},"404":{"description":"The specified resource was not found. The HTTP body contains a document that provides more details about the error.","headers":{"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"}},"content":{"application/json":{"schema":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"A value that is used to determine the nature of the error, and why it occurred.","enum":["InternalServerError","InvalidMethod","InvalidUrl","InvalidRequest","NotFound","NotSupported","NotImplemented","AuthenticationFailure","UnauthorizedOperation","ValidationConflict","ServiceUnavailable"]},"messageId":{"type":"string","description":"A language-independent identifier of the specific error message."},"message":{"type":"string","description":"A human-readable description of the error, localized with the i18n standard.\nThe language is determined from the \"Accept-Language\" request-header.\nThe Accept-Language request-header restricts the set of natural languages that are preferred as a response\nto the request. See RFC 2616 for more details.\nCodes:\n1. **InternalServerError** An internal error occurred.\n1. **InvalidMethod** The HTTP method (POST, PUT...) is invalid for this API path. For example, a POST request was sent but this API path only supports GET.\n1. **InvalidUrl** The HTTP request contains an invalid URL.\n1. **InvalidRequest** The HTTP request contains an invalid or malformed message body.\n1. **NotSupported** The request is not supported for the specified REST resource.\n1. **NotImplemented** This API path is experimental and not implemented yet.\n1. **NotFound** The requested REST resource does not exist.\n1. **AuthenticationFailure** The request lacks valid authentication credentials.\n1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges.\n1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values.\n1. **ServiceUnavailable** See RFC 7231, status 503."},"cause":{"$ref":"#/components/schemas/Error","$$ref":"#/components/schemas/Error","description":"The cause of this error."}},"$$ref":"#/components/schemas/Error"}}},"$$ref":"#/components/responses/http_status_404"},"default":{"description":"An unexpected error occurred.","headers":{"x-starship-traceid":{"description":"A value that uniquely identifies a HTTP request and its response.","schema":{"type":"string"},"$$ref":"#/components/headers/x-starship-traceid"}},"content":{"application/json":{"schema":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","description":"A value that is used to determine the nature of the error, and why it occurred.","enum":["InternalServerError","InvalidMethod","InvalidUrl","InvalidRequest","NotFound","NotSupported","NotImplemented","AuthenticationFailure","UnauthorizedOperation","ValidationConflict","ServiceUnavailable"]},"messageId":{"type":"string","description":"A language-independent identifier of the specific error message."},"message":{"type":"string","description":"A human-readable description of the error, localized with the i18n standard.\nThe language is determined from the \"Accept-Language\" request-header.\nThe Accept-Language request-header restricts the set of natural languages that are preferred as a response\nto the request. See RFC 2616 for more details.\nCodes:\n1. **InternalServerError** An internal error occurred.\n1. **InvalidMethod** The HTTP method (POST, PUT...) is invalid for this API path. For example, a POST request was sent but this API path only supports GET.\n1. **InvalidUrl** The HTTP request contains an invalid URL.\n1. **InvalidRequest** The HTTP request contains an invalid or malformed message body.\n1. **NotSupported** The request is not supported for the specified REST resource.\n1. **NotImplemented** This API path is experimental and not implemented yet.\n1. **NotFound** The requested REST resource does not exist.\n1. **AuthenticationFailure** The request lacks valid authentication credentials.\n1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges.\n1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values.\n1. **ServiceUnavailable** See RFC 7231, status 503."},"cause":{"$ref":"#/components/schemas/Error","$$ref":"#/components/schemas/Error","description":"The cause of this error."}},"$$ref":"#/components/schemas/Error"}}},"$$ref":"#/components/responses/default"}},"__originalOperationId":"GetVirtualizationVmwareDatacenterList","method":"get","path":"/api/v1/virtualization/VmwareDatacenters"}}