openapi: 3.2.0 info: description: 'Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. This document was created on 2026-08-07T06:46:04Z.' version: 1.0.11-20260807064027971 title: Cisco Intersight System Appliance API 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 x-provenance: method: harvested authored_by: Cisco Intersight harvested_by: API Evangelist harvested_on: '2026-08-19' first_party: true provider_published: true source_host: cdn.intersight.com note: Cisco publishes the full Intersight OpenAPI 3.0.2 anonymously from its CDN (27.5MB master document; 3,963 operations / 2,448 paths / 5,612 schemas) plus 11 per-service documents covering 100% of the master's paths. Byte-identity reconfirmed 2026-08-19 by SHA-256. Note intersight.com itself is a soft-404 farm — the contract is on the CDN, not the app host. x-evidence: - type: source url: https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-openapi-v3-1.0.11-20260807064027971.json - type: source url: https://intersight.com/apidocs/apirefs/ servers: - url: https://{server} variables: server: default: intersight.com description: The Intersight URL for the cloud-based infrastructure management APIs. tags: - name: appliance paths: /api/v1/appliance/AppOpStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.AppOpStatus' resource. operationId: GetApplianceAppOpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.AppOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.AppOpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AppOpStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/AppOpStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.AppOpStatus' resource. operationId: GetApplianceAppOpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.AppOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.AppOpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AppOpStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceAppOpStatusByMoid: operationId: GetApplianceAppOpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/AppOpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/AppStatuses: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.AppStatus' resource. operationId: GetApplianceAppStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.AppStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.AppStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AppStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/AppStatuses/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.AppStatus' resource. operationId: GetApplianceAppStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.AppStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.AppStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AppStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceAppStatusByMoid: operationId: GetApplianceAppStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/AppStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/AutoRmaPolicies: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.AutoRmaPolicy' resource. operationId: GetApplianceAutoRmaPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Fabric Interconnects - PRIVSET.Manage Servers - PRIVSET.Read-Only - PRIVSET.View Fabric Interconnects - PRIVSET.View HyperFlex Clusters - PRIVSET.View Servers - READ.appliance.AutoRmaPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.AutoRmaPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AutoRmaPolicy.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/AutoRmaPolicies/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.AutoRmaPolicy' resource. operationId: GetApplianceAutoRmaPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage Fabric Interconnects - PRIVSET.Manage Servers - PRIVSET.Read-Only - PRIVSET.View Fabric Interconnects - PRIVSET.View HyperFlex Clusters - PRIVSET.View Servers - READ.appliance.AutoRmaPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.AutoRmaPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.AutoRmaPolicy' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceAutoRmaPolicyByMoid: operationId: GetApplianceAutoRmaPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/AutoRmaPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Backups: get: tags: - appliance summary: Read a 'appliance.Backup' resource. operationId: GetApplianceBackupList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.Backup - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.Backup' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Backup.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Create a 'appliance.Backup' resource. operationId: CreateApplianceBackup security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.Backup - PRIVSET.Account Administrator - PRIVSET.Create backups - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.Backup' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.Backup' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.Backup' resource was created as requested. The 'appliance.Backup' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.Backup' links: GetApplianceBackupByMoid: operationId: GetApplianceBackupByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Backups/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Backups/{Moid}: get: tags: - appliance summary: Read a 'appliance.Backup' resource. operationId: GetApplianceBackupByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.Backup - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.Backup' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Backup' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceBackupByMoid: operationId: GetApplianceBackupByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Backups/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - appliance summary: Delete a 'appliance.Backup' resource. operationId: DeleteApplianceBackup security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.appliance.Backup - PRIVSET.Account Administrator - PRIVSET.Create backups - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupDownloads: get: tags: - appliance summary: Read a 'appliance.BackupDownload' resource. operationId: GetApplianceBackupDownloadList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupDownload - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.BackupDownload' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupDownload.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupDownloads/{Moid}: get: tags: - appliance summary: Read a 'appliance.BackupDownload' resource. operationId: GetApplianceBackupDownloadByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupDownload - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.BackupDownload' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupDownload' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceBackupDownloadByMoid: operationId: GetApplianceBackupDownloadByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupDownloads/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupMonitors: get: tags: - appliance summary: Read a 'appliance.BackupMonitor' resource. operationId: GetApplianceBackupMonitorList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.BackupMonitor parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.BackupMonitor' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupMonitor.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupMonitors/{Moid}: get: tags: - appliance summary: Read a 'appliance.BackupMonitor' resource. operationId: GetApplianceBackupMonitorByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.BackupMonitor parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.BackupMonitor' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupMonitor' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceBackupMonitorByMoid: operationId: GetApplianceBackupMonitorByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupMonitors/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupPolicies: get: tags: - appliance summary: Read a 'appliance.BackupPolicy' resource. operationId: GetApplianceBackupPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupPolicy - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.BackupPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Create a 'appliance.BackupPolicy' resource. operationId: CreateApplianceBackupPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.BackupPolicy - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.BackupPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.BackupPolicy' resource was created as requested. The 'appliance.BackupPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' links: GetApplianceBackupPolicyByMoid: operationId: GetApplianceBackupPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupPolicies/{Moid}: get: tags: - appliance summary: Read a 'appliance.BackupPolicy' resource. operationId: GetApplianceBackupPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupPolicy - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.BackupPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceBackupPolicyByMoid: operationId: GetApplianceBackupPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Update a 'appliance.BackupPolicy' resource. operationId: UpdateApplianceBackupPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - ROLE.Account Administrator - UPDATE.appliance.BackupPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.BackupPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.BackupPolicy' resource was modified as requested. The 'appliance.BackupPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' links: GetApplianceBackupPolicyByMoid: operationId: GetApplianceBackupPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance summary: Update a 'appliance.BackupPolicy' resource. operationId: PatchApplianceBackupPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - ROLE.Account Administrator - UPDATE.appliance.BackupPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.BackupPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.BackupPolicy' resource was patched as requested. The 'appliance.BackupPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupPolicy' links: GetApplianceBackupPolicyByMoid: operationId: GetApplianceBackupPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupRotateData: get: tags: - appliance summary: Read a 'appliance.BackupRotateData' resource. operationId: GetApplianceBackupRotateDataList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupRotateData - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.BackupRotateData' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupRotateData.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/BackupRotateData/{Moid}: get: tags: - appliance summary: Read a 'appliance.BackupRotateData' resource. operationId: GetApplianceBackupRotateDataByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.BackupRotateData - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.BackupRotateData' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.BackupRotateData' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceBackupRotateDataByMoid: operationId: GetApplianceBackupRotateDataByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/BackupRotateData/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/CertificateSettings: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.CertificateSetting' resource. operationId: GetApplianceCertificateSettingList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.CertificateSetting - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.CertificateSetting' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/CertificateSettings/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.CertificateSetting' resource. operationId: GetApplianceCertificateSettingByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.CertificateSetting - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.CertificateSetting' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceCertificateSettingByMoid: operationId: GetApplianceCertificateSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/CertificateSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.CertificateSetting' resource. operationId: UpdateApplianceCertificateSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.CertificateSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.CertificateSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.CertificateSetting' resource was modified as requested. The 'appliance.CertificateSetting' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting' links: GetApplianceCertificateSettingByMoid: operationId: GetApplianceCertificateSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/CertificateSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.CertificateSetting' resource. operationId: PatchApplianceCertificateSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.CertificateSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.CertificateSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.CertificateSetting' resource was patched as requested. The 'appliance.CertificateSetting' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.CertificateSetting' links: GetApplianceCertificateSettingByMoid: operationId: GetApplianceCertificateSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/CertificateSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterInfos: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterInfo' resource. operationId: GetApplianceClusterInfoList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.ClusterInfo - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ClusterInfo' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.ClusterInfo' resource. operationId: CreateApplianceClusterInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ClusterInfo - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ClusterInfo' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterInfo' resource was created as requested. The 'appliance.ClusterInfo' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' links: GetApplianceClusterInfoByMoid: operationId: GetApplianceClusterInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterInfos/{Moid}: post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterInfo' resource. operationId: UpdateApplianceClusterInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.ClusterInfo parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterInfo' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterInfo' resource was modified as requested. The 'appliance.ClusterInfo' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' links: GetApplianceClusterInfoByMoid: operationId: GetApplianceClusterInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterInfo' resource. operationId: PatchApplianceClusterInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.ClusterInfo parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterInfo' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterInfo' resource was patched as requested. The 'appliance.ClusterInfo' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' links: GetApplianceClusterInfoByMoid: operationId: GetApplianceClusterInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - appliance x-intersight-type: Appliance summary: Delete a 'appliance.ClusterInfo' resource. operationId: DeleteApplianceClusterInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.appliance.ClusterInfo - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterInfo' resource. operationId: GetApplianceClusterInfoByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.ClusterInfo - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ClusterInfo' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInfo' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceClusterInfoByMoid: operationId: GetApplianceClusterInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterInstalls: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterInstall' resource. operationId: GetApplianceClusterInstallList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterInstall parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ClusterInstall' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterInstalls/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterInstall' resource. operationId: GetApplianceClusterInstallByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterInstall parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ClusterInstall' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceClusterInstallByMoid: operationId: GetApplianceClusterInstallByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInstalls/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterInstall' resource. operationId: UpdateApplianceClusterInstall security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterInstall parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterInstall' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterInstall' resource was modified as requested. The 'appliance.ClusterInstall' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall' links: GetApplianceClusterInstallByMoid: operationId: GetApplianceClusterInstallByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInstalls/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterInstall' resource. operationId: PatchApplianceClusterInstall security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterInstall parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterInstall' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterInstall' resource was patched as requested. The 'appliance.ClusterInstall' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterInstall' links: GetApplianceClusterInstallByMoid: operationId: GetApplianceClusterInstallByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterInstalls/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterReplaceNodes: post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.ClusterReplaceNode' resource. operationId: CreateApplianceClusterReplaceNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ClusterReplaceNode parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ClusterReplaceNode' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterReplaceNode' resource was created as requested. The 'appliance.ClusterReplaceNode' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' links: GetApplianceClusterReplaceNodeByMoid: operationId: GetApplianceClusterReplaceNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterReplaceNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterReplaceNode' resource. operationId: GetApplianceClusterReplaceNodeList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterReplaceNode parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ClusterReplaceNode' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterReplaceNodes/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterReplaceNode' resource. operationId: GetApplianceClusterReplaceNodeByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterReplaceNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ClusterReplaceNode' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceClusterReplaceNodeByMoid: operationId: GetApplianceClusterReplaceNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterReplaceNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterReplaceNode' resource. operationId: UpdateApplianceClusterReplaceNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterReplaceNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterReplaceNode' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterReplaceNode' resource was modified as requested. The 'appliance.ClusterReplaceNode' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' links: GetApplianceClusterReplaceNodeByMoid: operationId: GetApplianceClusterReplaceNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterReplaceNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterReplaceNode' resource. operationId: PatchApplianceClusterReplaceNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterReplaceNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterReplaceNode' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterReplaceNode' resource was patched as requested. The 'appliance.ClusterReplaceNode' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterReplaceNode' links: GetApplianceClusterReplaceNodeByMoid: operationId: GetApplianceClusterReplaceNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterReplaceNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterWorkerNodes: post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.ClusterWorkerNode' resource. operationId: CreateApplianceClusterWorkerNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ClusterWorkerNode parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ClusterWorkerNode' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterWorkerNode' resource was created as requested. The 'appliance.ClusterWorkerNode' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' links: GetApplianceClusterWorkerNodeByMoid: operationId: GetApplianceClusterWorkerNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterWorkerNode' resource. operationId: GetApplianceClusterWorkerNodeList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterWorkerNode parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ClusterWorkerNode' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterWorkerNodes/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ClusterWorkerNode' resource. operationId: GetApplianceClusterWorkerNodeByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ClusterWorkerNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ClusterWorkerNode' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceClusterWorkerNodeByMoid: operationId: GetApplianceClusterWorkerNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterWorkerNode' resource. operationId: UpdateApplianceClusterWorkerNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterWorkerNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterWorkerNode' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterWorkerNode' resource was modified as requested. The 'appliance.ClusterWorkerNode' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' links: GetApplianceClusterWorkerNodeByMoid: operationId: GetApplianceClusterWorkerNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ClusterWorkerNode' resource. operationId: PatchApplianceClusterWorkerNode security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.ClusterWorkerNode parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ClusterWorkerNode' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterWorkerNode' resource was patched as requested. The 'appliance.ClusterWorkerNode' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNode' links: GetApplianceClusterWorkerNodeByMoid: operationId: GetApplianceClusterWorkerNodeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterWorkerNodeReplaces: post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.ClusterWorkerNodeReplace' resource. operationId: CreateApplianceClusterWorkerNodeReplace security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ClusterWorkerNodeReplace parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ClusterWorkerNodeReplace' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNodeReplace' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterWorkerNodeReplace' resource was created as requested. The 'appliance.ClusterWorkerNodeReplace' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNodeReplace' links: GetApplianceClusterWorkerNodeReplaceByMoid: operationId: GetApplianceClusterWorkerNodeReplaceByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodeReplaces/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ClusterWorkerNodeReuses: post: tags: - appliance summary: Create a 'appliance.ClusterWorkerNodeReuse' resource. operationId: CreateApplianceClusterWorkerNodeReuse security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ClusterWorkerNodeReuse parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ClusterWorkerNodeReuse' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNodeReuse' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ClusterWorkerNodeReuse' resource was created as requested. The 'appliance.ClusterWorkerNodeReuse' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ClusterWorkerNodeReuse' links: GetApplianceClusterWorkerNodeReuseByMoid: operationId: GetApplianceClusterWorkerNodeReuseByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ClusterWorkerNodeReuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/CpuUtilizations: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.CpuUtilization' resource. operationId: GetApplianceCpuUtilizationList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.CpuUtilization - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.CpuUtilization' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.CpuUtilization.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/CpuUtilizations/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.CpuUtilization' resource. operationId: GetApplianceCpuUtilizationByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.CpuUtilization - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.CpuUtilization' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.CpuUtilization' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceCpuUtilizationByMoid: operationId: GetApplianceCpuUtilizationByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/CpuUtilizations/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DataExportPolicies: get: tags: - appliance summary: Read a 'appliance.DataExportPolicy' resource. operationId: GetApplianceDataExportPolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure data collection settings - PRIVSET.Read-Only - READ.appliance.DataExportPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DataExportPolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Create a 'appliance.DataExportPolicy' resource. operationId: CreateApplianceDataExportPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.DataExportPolicy parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.DataExportPolicy' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DataExportPolicy' resource was created as requested. The 'appliance.DataExportPolicy' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' links: GetApplianceDataExportPolicyByMoid: operationId: GetApplianceDataExportPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DataExportPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DataExportPolicies/{Moid}: get: tags: - appliance summary: Read a 'appliance.DataExportPolicy' resource. operationId: GetApplianceDataExportPolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure data collection settings - PRIVSET.Read-Only - READ.appliance.DataExportPolicy - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DataExportPolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDataExportPolicyByMoid: operationId: GetApplianceDataExportPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DataExportPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Update a 'appliance.DataExportPolicy' resource. operationId: UpdateApplianceDataExportPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure data collection settings - ROLE.Account Administrator - UPDATE.appliance.DataExportPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DataExportPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DataExportPolicy' resource was modified as requested. The 'appliance.DataExportPolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' links: GetApplianceDataExportPolicyByMoid: operationId: GetApplianceDataExportPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DataExportPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance summary: Update a 'appliance.DataExportPolicy' resource. operationId: PatchApplianceDataExportPolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure data collection settings - ROLE.Account Administrator - UPDATE.appliance.DataExportPolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DataExportPolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DataExportPolicy' resource was patched as requested. The 'appliance.DataExportPolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DataExportPolicy' links: GetApplianceDataExportPolicyByMoid: operationId: GetApplianceDataExportPolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DataExportPolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceCertificates: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DeviceCertificate' resource. operationId: GetApplianceDeviceCertificateList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceCertificate parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DeviceCertificate' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceCertificate.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceCertificates/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DeviceCertificate' resource. operationId: GetApplianceDeviceCertificateByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceCertificate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DeviceCertificate' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceCertificate' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDeviceCertificateByMoid: operationId: GetApplianceDeviceCertificateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceCertificates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceClaims: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DeviceClaim' resource. operationId: GetApplianceDeviceClaimList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Claim targets - PRIVSET.Read-Only - PRIVSET.Unclaim targets - READ.appliance.DeviceClaim - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DeviceClaim' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.DeviceClaim' resource. operationId: CreateApplianceDeviceClaim security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.DeviceClaim - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Claim targets - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.DeviceClaim' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DeviceClaim' resource was created as requested. The 'appliance.DeviceClaim' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' links: GetApplianceDeviceClaimByMoid: operationId: GetApplianceDeviceClaimByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceClaims/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceClaims/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DeviceClaim' resource. operationId: GetApplianceDeviceClaimByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Claim targets - PRIVSET.Read-Only - PRIVSET.Unclaim targets - READ.appliance.DeviceClaim - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DeviceClaim' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDeviceClaimByMoid: operationId: GetApplianceDeviceClaimByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceClaims/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.DeviceClaim' resource. operationId: UpdateApplianceDeviceClaim security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Unclaim targets - ROLE.Account Administrator - UPDATE.appliance.DeviceClaim parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DeviceClaim' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DeviceClaim' resource was modified as requested. The 'appliance.DeviceClaim' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' links: GetApplianceDeviceClaimByMoid: operationId: GetApplianceDeviceClaimByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceClaims/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.DeviceClaim' resource. operationId: PatchApplianceDeviceClaim security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Unclaim targets - ROLE.Account Administrator - UPDATE.appliance.DeviceClaim parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DeviceClaim' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DeviceClaim' resource was patched as requested. The 'appliance.DeviceClaim' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClaim' links: GetApplianceDeviceClaimByMoid: operationId: GetApplianceDeviceClaimByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceClaims/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceClusterInstalls: get: tags: - appliance summary: Read a 'appliance.DeviceClusterInstall' resource. operationId: GetApplianceDeviceClusterInstallList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceClusterInstall parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DeviceClusterInstall' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClusterInstall.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceClusterInstalls/{Moid}: get: tags: - appliance summary: Read a 'appliance.DeviceClusterInstall' resource. operationId: GetApplianceDeviceClusterInstallByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceClusterInstall parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DeviceClusterInstall' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceClusterInstall' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDeviceClusterInstallByMoid: operationId: GetApplianceDeviceClusterInstallByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceClusterInstalls/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceStates: get: tags: - appliance summary: Read a 'appliance.DeviceState' resource. operationId: GetApplianceDeviceStateList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.DeviceState - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DeviceState' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceState.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceStates/{Moid}: get: tags: - appliance summary: Read a 'appliance.DeviceState' resource. operationId: GetApplianceDeviceStateByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.DeviceState - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DeviceState' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceState' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDeviceStateByMoid: operationId: GetApplianceDeviceStateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceStates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceUpgradePolicies: get: tags: - appliance summary: Read a 'appliance.DeviceUpgradePolicy' resource. operationId: GetApplianceDeviceUpgradePolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceUpgradePolicy parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DeviceUpgradePolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DeviceUpgradePolicies/{Moid}: get: tags: - appliance summary: Read a 'appliance.DeviceUpgradePolicy' resource. operationId: GetApplianceDeviceUpgradePolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.DeviceUpgradePolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DeviceUpgradePolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDeviceUpgradePolicyByMoid: operationId: GetApplianceDeviceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceUpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Update a 'appliance.DeviceUpgradePolicy' resource. operationId: UpdateApplianceDeviceUpgradePolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.DeviceUpgradePolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DeviceUpgradePolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DeviceUpgradePolicy' resource was modified as requested. The 'appliance.DeviceUpgradePolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' links: GetApplianceDeviceUpgradePolicyByMoid: operationId: GetApplianceDeviceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceUpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance summary: Update a 'appliance.DeviceUpgradePolicy' resource. operationId: PatchApplianceDeviceUpgradePolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.DeviceUpgradePolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DeviceUpgradePolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DeviceUpgradePolicy' resource was patched as requested. The 'appliance.DeviceUpgradePolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' links: GetApplianceDeviceUpgradePolicyByMoid: operationId: GetApplianceDeviceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DeviceUpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DiagSettings: post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.DiagSetting' resource. operationId: CreateApplianceDiagSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.DiagSetting - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.DiagSetting' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DiagSetting' resource was created as requested. The 'appliance.DiagSetting' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' links: GetApplianceDiagSettingByMoid: operationId: GetApplianceDiagSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DiagSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DiagSetting' resource. operationId: GetApplianceDiagSettingList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.DiagSetting - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.DiagSetting' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/DiagSettings/{Moid}: post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.DiagSetting' resource. operationId: UpdateApplianceDiagSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.DiagSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DiagSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DiagSetting' resource was modified as requested. The 'appliance.DiagSetting' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' links: GetApplianceDiagSettingByMoid: operationId: GetApplianceDiagSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DiagSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.DiagSetting' resource. operationId: PatchApplianceDiagSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.DiagSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.DiagSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.DiagSetting' resource was patched as requested. The 'appliance.DiagSetting' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' links: GetApplianceDiagSettingByMoid: operationId: GetApplianceDiagSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DiagSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.DiagSetting' resource. operationId: GetApplianceDiagSettingByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.DiagSetting - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.DiagSetting' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.DiagSetting' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceDiagSettingByMoid: operationId: GetApplianceDiagSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/DiagSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ExternalSyslogSettings: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ExternalSyslogSetting' resource. operationId: GetApplianceExternalSyslogSettingList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Add external syslog servers - PRIVSET.Delete external syslog servers - PRIVSET.Edit external syslog servers - PRIVSET.External Syslog Administrator - READ.appliance.ExternalSyslogSetting - ROLE.Account Administrator - ROLE.External Syslog Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ExternalSyslogSetting' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.ExternalSyslogSetting' resource. operationId: CreateApplianceExternalSyslogSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.ExternalSyslogSetting - PRIVSET.Account Administrator - PRIVSET.Add external syslog servers - PRIVSET.External Syslog Administrator - ROLE.Account Administrator - ROLE.External Syslog Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.ExternalSyslogSetting' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ExternalSyslogSetting' resource was created as requested. The 'appliance.ExternalSyslogSetting' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' links: GetApplianceExternalSyslogSettingByMoid: operationId: GetApplianceExternalSyslogSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ExternalSyslogSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ExternalSyslogSettings/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ExternalSyslogSetting' resource. operationId: GetApplianceExternalSyslogSettingByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Add external syslog servers - PRIVSET.Delete external syslog servers - PRIVSET.Edit external syslog servers - PRIVSET.External Syslog Administrator - READ.appliance.ExternalSyslogSetting - ROLE.Account Administrator - ROLE.External Syslog Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ExternalSyslogSetting' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceExternalSyslogSettingByMoid: operationId: GetApplianceExternalSyslogSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ExternalSyslogSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ExternalSyslogSetting' resource. operationId: UpdateApplianceExternalSyslogSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit external syslog servers - PRIVSET.External Syslog Administrator - ROLE.Account Administrator - ROLE.External Syslog Administrator - UPDATE.appliance.ExternalSyslogSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ExternalSyslogSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ExternalSyslogSetting' resource was modified as requested. The 'appliance.ExternalSyslogSetting' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' links: GetApplianceExternalSyslogSettingByMoid: operationId: GetApplianceExternalSyslogSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ExternalSyslogSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.ExternalSyslogSetting' resource. operationId: PatchApplianceExternalSyslogSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Edit external syslog servers - PRIVSET.External Syslog Administrator - ROLE.Account Administrator - ROLE.External Syslog Administrator - UPDATE.appliance.ExternalSyslogSetting parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.ExternalSyslogSetting' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.ExternalSyslogSetting' resource was patched as requested. The 'appliance.ExternalSyslogSetting' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' links: GetApplianceExternalSyslogSettingByMoid: operationId: GetApplianceExternalSyslogSettingByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ExternalSyslogSettings/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - appliance x-intersight-type: Appliance summary: Delete a 'appliance.ExternalSyslogSetting' resource. operationId: DeleteApplianceExternalSyslogSetting security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.appliance.ExternalSyslogSetting - PRIVSET.Account Administrator - PRIVSET.Delete external syslog servers - PRIVSET.External Syslog Administrator - ROLE.Account Administrator - ROLE.External Syslog Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileGateways: get: tags: - appliance summary: Read a 'appliance.FileGateway' resource. operationId: GetApplianceFileGatewayList security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.FileGateway parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FileGateway' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileGateway.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileGateways/{Moid}: get: tags: - appliance summary: Read a 'appliance.FileGateway' resource. operationId: GetApplianceFileGatewayByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.FileGateway parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FileGateway' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileGateway' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFileGatewayByMoid: operationId: GetApplianceFileGatewayByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FileGateways/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemOpStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FileSystemOpStatus' resource. operationId: GetApplianceFileSystemOpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FileSystemOpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemOpStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemOpStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FileSystemOpStatus' resource. operationId: GetApplianceFileSystemOpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FileSystemOpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemOpStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFileSystemOpStatusByMoid: operationId: GetApplianceFileSystemOpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FileSystemOpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemOpSummaries: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FileSystemOpSummary' resource. operationId: GetApplianceFileSystemOpSummaryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemOpSummary - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FileSystemOpSummary' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemOpSummary.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemOpSummaries/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FileSystemOpSummary' resource. operationId: GetApplianceFileSystemOpSummaryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemOpSummary - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FileSystemOpSummary' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemOpSummary' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFileSystemOpSummaryByMoid: operationId: GetApplianceFileSystemOpSummaryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FileSystemOpSummaries/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemStatuses: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.FileSystemStatus' resource. operationId: GetApplianceFileSystemStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FileSystemStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemStatuses/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.FileSystemStatus' resource. operationId: GetApplianceFileSystemStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FileSystemStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFileSystemStatusByMoid: operationId: GetApplianceFileSystemStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FileSystemStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemTelemetries: get: tags: - appliance summary: Read a 'appliance.FileSystemTelemetry' resource. operationId: GetApplianceFileSystemTelemetryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemTelemetry - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FileSystemTelemetry' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemTelemetry.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FileSystemTelemetries/{Moid}: get: tags: - appliance summary: Read a 'appliance.FileSystemTelemetry' resource. operationId: GetApplianceFileSystemTelemetryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.FileSystemTelemetry - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FileSystemTelemetry' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FileSystemTelemetry' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFileSystemTelemetryByMoid: operationId: GetApplianceFileSystemTelemetryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FileSystemTelemetries/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FqdnUpdates: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FqdnUpdate' resource. operationId: GetApplianceFqdnUpdateList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Delete Devices - PRIVSET.Read-Only - PRIVSET.View Devices - READ.appliance.FqdnUpdate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.FqdnUpdate' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.FqdnUpdate' resource. operationId: CreateApplianceFqdnUpdate security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.FqdnUpdate - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.FqdnUpdate' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.FqdnUpdate' resource was created as requested. The 'appliance.FqdnUpdate' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' links: GetApplianceFqdnUpdateByMoid: operationId: GetApplianceFqdnUpdateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FqdnUpdates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/FqdnUpdates/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.FqdnUpdate' resource. operationId: GetApplianceFqdnUpdateByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Claim Devices - PRIVSET.Delete Devices - PRIVSET.Read-Only - PRIVSET.View Devices - READ.appliance.FqdnUpdate - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.FqdnUpdate' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceFqdnUpdateByMoid: operationId: GetApplianceFqdnUpdateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FqdnUpdates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.FqdnUpdate' resource. operationId: UpdateApplianceFqdnUpdate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.FqdnUpdate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.FqdnUpdate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.FqdnUpdate' resource was modified as requested. The 'appliance.FqdnUpdate' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' links: GetApplianceFqdnUpdateByMoid: operationId: GetApplianceFqdnUpdateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FqdnUpdates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.FqdnUpdate' resource. operationId: PatchApplianceFqdnUpdate security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.FqdnUpdate parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.FqdnUpdate' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.FqdnUpdate' resource was patched as requested. The 'appliance.FqdnUpdate' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.FqdnUpdate' links: GetApplianceFqdnUpdateByMoid: operationId: GetApplianceFqdnUpdateByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/FqdnUpdates/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/GroupOpStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.GroupOpStatus' resource. operationId: GetApplianceGroupOpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.GroupOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.GroupOpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.GroupOpStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/GroupOpStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.GroupOpStatus' resource. operationId: GetApplianceGroupOpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.GroupOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.GroupOpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.GroupOpStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceGroupOpStatusByMoid: operationId: GetApplianceGroupOpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/GroupOpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/GroupStatuses: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.GroupStatus' resource. operationId: GetApplianceGroupStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.GroupStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.GroupStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.GroupStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/GroupStatuses/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.GroupStatus' resource. operationId: GetApplianceGroupStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.GroupStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.GroupStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.GroupStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceGroupStatusByMoid: operationId: GetApplianceGroupStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/GroupStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ImageBundles: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ImageBundle' resource. operationId: GetApplianceImageBundleList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Manage API Keys - PRIVSET.Read-Only - READ.appliance.ImageBundle - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ImageBundle' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ImageBundle.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ImageBundles/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ImageBundle' resource. operationId: GetApplianceImageBundleByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Manage API Keys - PRIVSET.Read-Only - READ.appliance.ImageBundle - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ImageBundle' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ImageBundle' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceImageBundleByMoid: operationId: GetApplianceImageBundleByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ImageBundles/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MemoryUtilizations: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MemoryUtilization' resource. operationId: GetApplianceMemoryUtilizationList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.MemoryUtilization - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.MemoryUtilization' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MemoryUtilization.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MemoryUtilizations/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MemoryUtilization' resource. operationId: GetApplianceMemoryUtilizationByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.MemoryUtilization - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.MemoryUtilization' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MemoryUtilization' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceMemoryUtilizationByMoid: operationId: GetApplianceMemoryUtilizationByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MemoryUtilizations/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetaManifests: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetaManifest' resource. operationId: GetApplianceMetaManifestList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage API Keys - PRIVSET.Read-Only - READ.appliance.MetaManifest - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.MetaManifest' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetaManifest.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetaManifests/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetaManifest' resource. operationId: GetApplianceMetaManifestByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Manage API Keys - PRIVSET.Read-Only - READ.appliance.MetaManifest - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.MetaManifest' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetaManifest' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceMetaManifestByMoid: operationId: GetApplianceMetaManifestByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MetaManifests/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetricsConfigs: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetricsConfig' resource. operationId: GetApplianceMetricsConfigList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Read-only Fabric Interconnects - PRIVSET.Read-only metrics explorations - PRIVSET.Server Administrator - READ.appliance.MetricsConfig - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.MetricsConfig' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetricsConfigs/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetricsConfig' resource. operationId: GetApplianceMetricsConfigByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Read-only Fabric Interconnects - PRIVSET.Read-only metrics explorations - PRIVSET.Server Administrator - READ.appliance.MetricsConfig - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.MetricsConfig' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceMetricsConfigByMoid: operationId: GetApplianceMetricsConfigByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MetricsConfigs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.MetricsConfig' resource. operationId: UpdateApplianceMetricsConfig security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.MetricsConfig parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.MetricsConfig' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.MetricsConfig' resource was modified as requested. The 'appliance.MetricsConfig' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig' links: GetApplianceMetricsConfigByMoid: operationId: GetApplianceMetricsConfigByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MetricsConfigs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.MetricsConfig' resource. operationId: PatchApplianceMetricsConfig security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.MetricsConfig parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.MetricsConfig' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.MetricsConfig' resource was patched as requested. The 'appliance.MetricsConfig' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsConfig' links: GetApplianceMetricsConfigByMoid: operationId: GetApplianceMetricsConfigByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MetricsConfigs/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetricsIngestionUtilizations: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetricsIngestionUtilization' resource. operationId: GetApplianceMetricsIngestionUtilizationList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Server Administrator - READ.appliance.MetricsIngestionUtilization - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.MetricsIngestionUtilization' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsIngestionUtilization.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/MetricsIngestionUtilizations/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.MetricsIngestionUtilization' resource. operationId: GetApplianceMetricsIngestionUtilizationByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Server Administrator - READ.appliance.MetricsIngestionUtilization - ROLE.Account Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.MetricsIngestionUtilization' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.MetricsIngestionUtilization' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceMetricsIngestionUtilizationByMoid: operationId: GetApplianceMetricsIngestionUtilizationByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/MetricsIngestionUtilizations/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NetworkLinkStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NetworkLinkStatus' resource. operationId: GetApplianceNetworkLinkStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NetworkLinkStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NetworkLinkStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NetworkLinkStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NetworkLinkStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NetworkLinkStatus' resource. operationId: GetApplianceNetworkLinkStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NetworkLinkStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NetworkLinkStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NetworkLinkStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNetworkLinkStatusByMoid: operationId: GetApplianceNetworkLinkStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NetworkLinkStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeInfos: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeInfo' resource. operationId: GetApplianceNodeInfoList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Read-Only - READ.appliance.NodeInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NodeInfo' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeInfo.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeInfos/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeInfo' resource. operationId: GetApplianceNodeInfoByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Read-Only - READ.appliance.NodeInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NodeInfo' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeInfo' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNodeInfoByMoid: operationId: GetApplianceNodeInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NodeInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeIopsMetrics: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeIopsMetric' resource. operationId: GetApplianceNodeIopsMetricList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeIopsMetric - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NodeIopsMetric' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeIopsMetric.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeIopsMetrics/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeIopsMetric' resource. operationId: GetApplianceNodeIopsMetricByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeIopsMetric - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NodeIopsMetric' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeIopsMetric' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNodeIopsMetricByMoid: operationId: GetApplianceNodeIopsMetricByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NodeIopsMetrics/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeOpStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeOpStatus' resource. operationId: GetApplianceNodeOpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NodeOpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeOpStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeOpStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.NodeOpStatus' resource. operationId: GetApplianceNodeOpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NodeOpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeOpStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNodeOpStatusByMoid: operationId: GetApplianceNodeOpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NodeOpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeStatuses: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.NodeStatus' resource. operationId: GetApplianceNodeStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NodeStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeStatuses/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.NodeStatus' resource. operationId: GetApplianceNodeStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NodeStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNodeStatusByMoid: operationId: GetApplianceNodeStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NodeStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeTelemetries: get: tags: - appliance summary: Read a 'appliance.NodeTelemetry' resource. operationId: GetApplianceNodeTelemetryList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeTelemetry - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.NodeTelemetry' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeTelemetry.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/NodeTelemetries/{Moid}: get: tags: - appliance summary: Read a 'appliance.NodeTelemetry' resource. operationId: GetApplianceNodeTelemetryByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.NodeTelemetry - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.NodeTelemetry' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.NodeTelemetry' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceNodeTelemetryByMoid: operationId: GetApplianceNodeTelemetryByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/NodeTelemetries/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ReleaseNotes: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ReleaseNote' resource. operationId: GetApplianceReleaseNoteList deprecated: true x-sunset: '2027-03-01' security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ReleaseNote parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.ReleaseNote' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ReleaseNote.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/ReleaseNotes/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.ReleaseNote' resource. operationId: GetApplianceReleaseNoteByMoid deprecated: true x-sunset: '2027-03-01' security: - cookieAuth: [] - http_signature: [] - oAuth2: - READ.appliance.ReleaseNote parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.ReleaseNote' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.ReleaseNote' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceReleaseNoteByMoid: operationId: GetApplianceReleaseNoteByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/ReleaseNotes/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/RemoteFileImports: post: tags: - appliance x-intersight-type: Appliance summary: Create a 'appliance.RemoteFileImport' resource. operationId: CreateApplianceRemoteFileImport security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.RemoteFileImport - PRIVSET.Account Administrator - PRIVSET.HyperFlex Cluster Administrator - PRIVSET.Server Administrator - ROLE.Account Administrator - ROLE.HyperFlex Cluster Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.RemoteFileImport' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.RemoteFileImport' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.RemoteFileImport' resource was created as requested. The 'appliance.RemoteFileImport' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.RemoteFileImport' links: GetApplianceRemoteFileImportByMoid: operationId: GetApplianceRemoteFileImportByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/RemoteFileImports/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.RemoteFileImport' resource. operationId: GetApplianceRemoteFileImportList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.HyperFlex Cluster Administrator - PRIVSET.Server Administrator - READ.appliance.RemoteFileImport - ROLE.Account Administrator - ROLE.HyperFlex Cluster Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.RemoteFileImport' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.RemoteFileImport.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/RemoteFileImports/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.RemoteFileImport' resource. operationId: GetApplianceRemoteFileImportByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.HyperFlex Cluster Administrator - PRIVSET.Server Administrator - READ.appliance.RemoteFileImport - ROLE.Account Administrator - ROLE.HyperFlex Cluster Administrator - ROLE.Server Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.RemoteFileImport' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.RemoteFileImport' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceRemoteFileImportByMoid: operationId: GetApplianceRemoteFileImportByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/RemoteFileImports/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Restores: get: tags: - appliance summary: Read a 'appliance.Restore' resource. operationId: GetApplianceRestoreList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.Restore - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.Restore' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Restore.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance summary: Create a 'appliance.Restore' resource. operationId: CreateApplianceRestore security: - cookieAuth: [] - http_signature: [] - oAuth2: - CREATE.appliance.Restore - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/IfMatch' - $ref: '#/components/parameters/IfNoneMatch' requestBody: description: The 'appliance.Restore' resource to create. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.Restore' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.Restore' resource was created as requested. The 'appliance.Restore' resource is created before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.Restore' links: GetApplianceRestoreByMoid: operationId: GetApplianceRestoreByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Restores/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Restores/{Moid}: get: tags: - appliance summary: Read a 'appliance.Restore' resource. operationId: GetApplianceRestoreByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure backup schedule - PRIVSET.Create backups - READ.appliance.Restore - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.Restore' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Restore' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceRestoreByMoid: operationId: GetApplianceRestoreByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Restores/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - appliance summary: Delete a 'appliance.Restore' resource. operationId: DeleteApplianceRestore security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.appliance.Restore - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SetupInfos: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SetupInfo' resource. operationId: GetApplianceSetupInfoList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Read-Only - READ.appliance.SetupInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.SetupInfo' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SetupInfos/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SetupInfo' resource. operationId: GetApplianceSetupInfoByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Read-Only - READ.appliance.SetupInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.SetupInfo' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceSetupInfoByMoid: operationId: GetApplianceSetupInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SetupInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.SetupInfo' resource. operationId: UpdateApplianceSetupInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.SetupInfo parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.SetupInfo' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.SetupInfo' resource was modified as requested. The 'appliance.SetupInfo' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo' links: GetApplianceSetupInfoByMoid: operationId: GetApplianceSetupInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SetupInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.SetupInfo' resource. operationId: PatchApplianceSetupInfo security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - ROLE.Account Administrator - UPDATE.appliance.SetupInfo parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.SetupInfo' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.SetupInfo' resource was patched as requested. The 'appliance.SetupInfo' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.SetupInfo' links: GetApplianceSetupInfoByMoid: operationId: GetApplianceSetupInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SetupInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemInfos: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SystemInfo' resource. operationId: GetApplianceSystemInfoList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Read-Only - READ.appliance.SystemInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.SystemInfo' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemInfo.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemInfos/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SystemInfo' resource. operationId: GetApplianceSystemInfoByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure metrics settings - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Read-Only - READ.appliance.SystemInfo - ROLE.Account Administrator - ROLE.Read-Only parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.SystemInfo' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemInfo' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceSystemInfoByMoid: operationId: GetApplianceSystemInfoByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SystemInfos/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemOpStatuses: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SystemOpStatus' resource. operationId: GetApplianceSystemOpStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.SystemOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.SystemOpStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemOpStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemOpStatuses/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.SystemOpStatus' resource. operationId: GetApplianceSystemOpStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.SystemOpStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.SystemOpStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemOpStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceSystemOpStatusByMoid: operationId: GetApplianceSystemOpStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SystemOpStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemStatuses: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.SystemStatus' resource. operationId: GetApplianceSystemStatusList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.SystemStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.SystemStatus' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemStatus.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/SystemStatuses/{Moid}: get: tags: - appliance x-intersight-type: SaaS summary: Read a 'appliance.SystemStatus' resource. operationId: GetApplianceSystemStatusByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.SystemStatus - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.SystemStatus' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.SystemStatus' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceSystemStatusByMoid: operationId: GetApplianceSystemStatusByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/SystemStatuses/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Upgrades: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.Upgrade' resource. operationId: GetApplianceUpgradeList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Read-only all alarms - READ.appliance.Upgrade - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.Upgrade' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/Upgrades/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.Upgrade' resource. operationId: GetApplianceUpgradeByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - PRIVSET.Read-only all alarms - READ.appliance.Upgrade - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.Upgrade' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceUpgradeByMoid: operationId: GetApplianceUpgradeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Upgrades/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.Upgrade' resource. operationId: UpdateApplianceUpgrade security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.Upgrade parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.Upgrade' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.Upgrade' resource was modified as requested. The 'appliance.Upgrade' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade' links: GetApplianceUpgradeByMoid: operationId: GetApplianceUpgradeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Upgrades/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.Upgrade' resource. operationId: PatchApplianceUpgrade security: - cookieAuth: [] - http_signature: [] - oAuth2: - UPDATE.appliance.Upgrade parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.Upgrade' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.Upgrade' resource was patched as requested. The 'appliance.Upgrade' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.Upgrade' links: GetApplianceUpgradeByMoid: operationId: GetApplianceUpgradeByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/Upgrades/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' delete: tags: - appliance x-intersight-type: Appliance summary: Delete a 'appliance.Upgrade' resource. operationId: DeleteApplianceUpgrade security: - cookieAuth: [] - http_signature: [] - oAuth2: - DELETE.appliance.Upgrade - PRIVSET.Account Administrator - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' responses: '200': description: Resource has been deleted successfully. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/UpgradePolicies: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.UpgradePolicy' resource. operationId: GetApplianceUpgradePolicyList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - READ.appliance.UpgradePolicy - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.UpgradePolicy' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/UpgradePolicies/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.UpgradePolicy' resource. operationId: GetApplianceUpgradePolicyByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - PRIVSET.Install updates - READ.appliance.UpgradePolicy - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.UpgradePolicy' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceUpgradePolicyByMoid: operationId: GetApplianceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/UpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' post: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.UpgradePolicy' resource. operationId: UpdateApplianceUpgradePolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - ROLE.Account Administrator - UPDATE.appliance.UpgradePolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.UpgradePolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.UpgradePolicy' resource was modified as requested. The 'appliance.UpgradePolicy' resource is modified before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy' links: GetApplianceUpgradePolicyByMoid: operationId: GetApplianceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/UpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' patch: tags: - appliance x-intersight-type: Appliance summary: Update a 'appliance.UpgradePolicy' resource. operationId: PatchApplianceUpgradePolicy security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - PRIVSET.Configure software update settings - ROLE.Account Administrator - UPDATE.appliance.UpgradePolicy parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/IfMatch' requestBody: description: The 'appliance.UpgradePolicy' resource to update. required: true content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy' application/json-patch+json: schema: $ref: '#/components/schemas/PatchDocument' responses: '200': description: The HTTP 200 status response code indicates that the request has succeeded and the 'appliance.UpgradePolicy' resource was patched as requested. The 'appliance.UpgradePolicy' resource is patched before this response is sent back and the resource is returned in the body of the message. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradePolicy' links: GetApplianceUpgradePolicyByMoid: operationId: GetApplianceUpgradePolicyByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/UpgradePolicies/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/UpgradeTrackers: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.UpgradeTracker' resource. operationId: GetApplianceUpgradeTrackerList security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.UpgradeTracker - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/filterParam' - $ref: '#/components/parameters/orderbyParam' - $ref: '#/components/parameters/topParam' - $ref: '#/components/parameters/skipParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/applyParam' - $ref: '#/components/parameters/countParam' - $ref: '#/components/parameters/inlinecountParam' - $ref: '#/components/parameters/atParam' - $ref: '#/components/parameters/tagsParam' responses: '200': description: List of 'appliance.UpgradeTracker' resources for the given filter criteria headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradeTracker.Response' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' /api/v1/appliance/UpgradeTrackers/{Moid}: get: tags: - appliance x-intersight-type: Appliance summary: Read a 'appliance.UpgradeTracker' resource. operationId: GetApplianceUpgradeTrackerByMoid security: - cookieAuth: [] - http_signature: [] - oAuth2: - PRIVSET.Account Administrator - READ.appliance.UpgradeTracker - ROLE.Account Administrator parameters: - $ref: '#/components/parameters/moidParam' - $ref: '#/components/parameters/selectParam' - $ref: '#/components/parameters/expandParam' - $ref: '#/components/parameters/atParam' responses: '200': description: An instance of the 'appliance.UpgradeTracker' resource. headers: Set-Cookie: $ref: '#/components/headers/Set-Cookie' x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' Content-Disposition: $ref: '#/components/headers/Content-Disposition' Content-Length: $ref: '#/components/headers/Content-Length' content: application/json: schema: $ref: '#/components/schemas/appliance.UpgradeTracker' text/csv: schema: $ref: '#/components/schemas/CsvFile' application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: $ref: '#/components/schemas/ExcelFile' links: GetApplianceUpgradeTrackerByMoid: operationId: GetApplianceUpgradeTrackerByMoid parameters: Moid: $response.body#/Moid description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/appliance/UpgradeTrackers/{Moid}'. GetIamAccountByMoid: $ref: '#/components/links/GetIamAccountByMoid' GetIamDomainGroupByMoid: $ref: '#/components/links/GetIamDomainGroupByMoid' '400': $ref: '#/components/responses/http_status_400' '401': $ref: '#/components/responses/http_status_401' '403': $ref: '#/components/responses/http_status_403' '404': $ref: '#/components/responses/http_status_404' default: $ref: '#/components/responses/default' components: schemas: iam.PrivateKeySpec.Relationship: description: A relationship to the 'iam.PrivateKeySpec' resource, or the expanded 'iam.PrivateKeySpec' resource, or the 'null' value. x-one-of-name: iam.PrivateKeySpec.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.PrivateKeySpec' discriminator: propertyName: ClassId appliance.Upgrade: title: Appliance:Upgrade description: 'The Upgrade object is a crucial component within the Intersight Appliance''s software management system, responsible for tracking and managing software upgrades. It facilitates the seamless transition of the appliance software to newer versions, ensuring both functionality and security enhancements are applied effectively. #### Purpose The Upgrade object automates the process of software upgrades by creating managed objects whenever there''s a pending software upgrade. It allows users to modify active Upgrade objects to reset the upgrade start time, providing flexibility in scheduling upgrades. #### Key Concepts - **Automated Creation:** Automatically generates Upgrade objects when new software versions are detected, streamlining the upgrade process. - **User Modification:** Offers users the ability to adjust upgrade start times, accommodating specific scheduling needs within set grace period limits. - **Dependency Tracking:** Maintains relationships with other upgrade instances to handle dependencies and ensure smooth transitions. - **Status Monitoring:** Provides comprehensive status updates and error codes, aiding in troubleshooting and decision-making regarding retries.' x-allOf-name: appliance.Upgrade allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.Upgrade', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.Upgrade default: appliance.Upgrade x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.Upgrade default: appliance.Upgrade x-enum-as-string: true Active: description: Indicates if the software upgrade is active or not. type: boolean readOnly: true x-omitempty: true AllNodesPingable: description: True if all nodes in cluster are pingable, otherwise false. type: boolean readOnly: true x-omitempty: true AutoCreated: description: Indicates that the request was automatically created by the system. type: boolean readOnly: true x-omitempty: true CompletedPhases: type: - array - 'null' items: description: Collection of the completed software upgrade phases. $ref: '#/components/schemas/onprem.UpgradePhase' readOnly: true x-omitempty: true CurrentPhase: description: Current phase of the Intersight Appliance's software upgrade. $ref: '#/components/schemas/onprem.UpgradePhase' readOnly: true x-omitempty: true Description: description: Description of the software upgrade. type: string readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds during the software upgrade. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date of the software upgrade. type: string format: date-time readOnly: true x-omitempty: true ErrorCode: description: Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried. type: integer format: int64 readOnly: true x-omitempty: true Fingerprint: description: Software upgrade manifest's fingerprint. type: string readOnly: true x-omitempty: true IsRollingBack: description: Track if software upgrade is upgrading or rolling back. type: boolean default: false readOnly: true x-omitempty: true IsUserTriggered: description: Indicates if the upgrade is triggered by user or due to schedule. type: boolean default: false readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the software upgrade process. type: string readOnly: true x-omitempty: true NodeInfo: type: - array - 'null' items: description: Node ip info, which contains the ip addresses and hostnames of the other cluster nodes. $ref: '#/components/schemas/appliance.NodeIpInfo' readOnly: true x-omitempty: true PreviousInstallAttempts: description: The number of previous failed install attempts of the same upgrade version. type: integer format: int64 readOnly: true x-omitempty: true RollbackNeeded: description: Track if rollback is needed. type: boolean default: false x-omitempty: true RollbackPhases: type: - array - 'null' items: description: Collection of the completed software rollback phases. $ref: '#/components/schemas/onprem.UpgradePhase' readOnly: true x-omitempty: true RollbackStatus: description: Status of the Intersight Appliance's software rollback status. type: string readOnly: true x-omitempty: true Services: type: - array - 'null' items: description: Services that are upgraded during the software upgrade process. For example, if the software upgrade has updates for five Intersight micro-services, then this field will have the names of those five micro-services. type: string readOnly: true x-omitempty: true StartTime: description: Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade. type: string format: date-time x-omitempty: true Status: description: Status of the Intersight Appliance's software upgrade. type: string x-omitempty: true TotalNodes: description: Total number of nodes this upgrade will run on. type: integer format: int64 readOnly: true x-omitempty: true TotalPhases: description: TotalPhase represents the total number of the upgradePhases for one upgrade. type: integer format: int64 readOnly: true x-omitempty: true UiPackages: type: - array - 'null' items: description: Name of the UI packages that are upgraded. For example, if the software upgrade has updates for five Intersight micro-service UI packages, then this field will have the names of those five micro-services. type: string readOnly: true x-omitempty: true Version: description: Software upgrade manifest's version. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' ImageBundle: $ref: '#/components/schemas/appliance.ImageBundle.Relationship' description: 'A reference to a applianceImageBundle resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Requires: $ref: '#/components/schemas/appliance.Upgrade.Relationship' description: 'A reference to a applianceUpgrade resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.AutoRmaPolicy.List: title: List of 'appliance.AutoRmaPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.AutoRmaPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.AutoRmaPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AutoRmaPolicy' iam.ResourceRoles.Relationship: description: A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value. x-one-of-name: iam.ResourceRoles.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.ResourceRoles' discriminator: propertyName: ClassId asset.GeoLocation.Relationship: description: A relationship to the 'asset.GeoLocation' resource, or the expanded 'asset.GeoLocation' resource, or the 'null' value. x-one-of-name: asset.GeoLocation.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.GeoLocation' discriminator: propertyName: ClassId iam.SwitchAccountPermission: title: Iam:Switch Account Permission description: SwitchScope parameters related to the Account to/from which user switched. x-allOf-name: iam.SwitchAccountPermission allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.SwitchAccountPermission', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.SwitchAccountPermission default: iam.SwitchAccountPermission x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.SwitchAccountPermission default: iam.SwitchAccountPermission x-enum-as-string: true AccountId: description: Moid of the Account to/from which user switched the scope. type: string readOnly: true x-omitempty: true PermissionId: description: Moid of the Permission for the Account to/from which user switched the scope. type: string readOnly: true x-omitempty: true appliance.DeviceClusterInstall: title: Appliance:Device Cluster Install description: 'The DeviceClusterInstall object tracks the installation process of Intersight Cluster Appliances, providing insights into system setup and configuration. #### Purpose DeviceClusterInstall monitors the various phases of cluster installation, aiding in successful deployments and system readiness. #### Key Concepts - **Phase Tracking:** Records current and completed installation phases, ensuring comprehensive monitoring and progress visibility. - **Node Management:** Documents node information, supporting efficient network configuration and cluster management. - **Error Reporting:** Captures installation errors, facilitating troubleshooting and ensuring successful setups.' x-allOf-name: appliance.DeviceClusterInstall allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DeviceClusterInstall', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DeviceClusterInstall default: appliance.DeviceClusterInstall x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DeviceClusterInstall default: appliance.DeviceClusterInstall x-enum-as-string: true CompletedPhases: type: - array - 'null' items: description: Collection of the completed software install phases. $ref: '#/components/schemas/appliance.ClusterInstallPhase' readOnly: true x-omitempty: true CurrentPhase: description: Current phase of the Intersight Appliance's software install. $ref: '#/components/schemas/appliance.ClusterInstallPhase' readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds during the software install. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date of the software install. type: string format: date-time readOnly: true x-omitempty: true ErrorCode: description: Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried. type: integer format: int64 readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the software install process. type: string readOnly: true x-omitempty: true NodeInfo: type: - array - 'null' items: description: Node ip info, which contains the ip addresses and hostnames of the other cluster nodes. $ref: '#/components/schemas/appliance.NodeIpInfo' readOnly: true x-omitempty: true StartTime: description: Start date of the software install. UI can modify startTime to re-schedule an install. type: string format: date-time x-omitempty: true Status: description: 'Status of the Intersight Appliance''s software install. * `NotReady` - Cluster is not ready. Install cannot be triggered. * `Ready` - Cluster is ready. Install can be triggered. * `InProgress` - Install is currently in progress. * `Success` - Install was run and succeeded. * `Fail` - Install was run and failed.' type: string enum: - NotReady - Ready - InProgress - Success - Fail default: NotReady readOnly: true x-omitempty: true TotalNodes: description: Total number of nodes in the system. type: integer format: int64 readOnly: true x-omitempty: true TotalPhases: description: TotalPhase represents the total number of the install phases for one install. type: integer format: int64 readOnly: true x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.NodeOpStatus.List: title: List of 'appliance.NodeOpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NodeOpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NodeOpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NodeOpStatus' appliance.GroupOpStatus: title: Appliance:Group Op Status description: 'The GroupOpStatus object describes the status of a group of applications within the Intersight Appliance system. It consolidates application-specific status to provide a unified view of group health. #### Purpose GroupOpStatus aggregates application status information to offer insights into the collective health and functionality of system features, aiding in efficient management and troubleshooting. #### Key Concepts - **Group Health:** Represents the overall status of applications grouped by features like Identity Management and Core Service. - **Application Aggregation:** Collates individual application statuses, providing a consolidated view for easier monitoring and intervention. - **Operational Insights:** Offers descriptions and status indicators vital for maintaining system operations and performance.' x-allOf-name: appliance.GroupOpStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.GroupOpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.GroupOpStatus default: appliance.GroupOpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.GroupOpStatus default: appliance.GroupOpStatus x-enum-as-string: true Description: description: Description of the group. type: string readOnly: true x-omitempty: true GroupName: description: The name of group, which includes Identity Management, Device Connector Service, Core Service, Analytics, Infra and Appliance. type: string readOnly: true x-omitempty: true OverallStatus: description: The overall API status from this group's applications. type: string readOnly: true x-omitempty: true Apps: description: An array of relationships to applianceAppOpStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppOpStatus.Relationship' readOnly: true SystemOpStatus: $ref: '#/components/schemas/appliance.SystemOpStatus.Relationship' description: 'A reference to a applianceSystemOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.AppCredentials: title: Iam:App Credentials description: Contains credentials information for a particular client application. x-allOf-name: iam.AppCredentials allOf: - $ref: '#/components/schemas/mo.BaseComplexType' appliance.ApiStatus: title: Appliance:Api Status description: Status of an API. APIs are all get type and from ApiDocs. x-allOf-name: appliance.ApiStatus allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.ApiStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ApiStatus default: appliance.ApiStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ApiStatus default: appliance.ApiStatus x-enum-as-string: true ElapsedTime: description: The elapsed time for query in seconds. type: number format: float readOnly: true x-omitempty: true ObjectName: description: Name to identify the API. type: string readOnly: true x-omitempty: true Reason: description: Reason to address why the API call failed, if API call was successed, reason would be null. type: string readOnly: true x-omitempty: true Response: description: Response code of the API call. type: integer format: int64 readOnly: true x-omitempty: true appliance.FileSystemOpSummary: title: Appliance:File System Op Summary description: 'The FileSystemOpSummary object aggregates alarm summaries for file systems on an Intersight Appliance node. It serves as an essential tool for maintaining system efficiency and reliability by summarizing critical health and capacity metrics. #### Purpose FileSystemOpSummary provides a consolidated view of file system health, supporting capacity management and ensuring that file systems remain operational and efficient. It highlights alarm counts per severity, aiding in proactive system management. #### Key Concepts - **Alarm Aggregation** Consolidates alarm data to provide a health score, facilitating quick identification of critical issues. - **Capacity Insights** Offers detailed views into file system usage and capacity, preventing overutilization and ensuring optimal performance. - **System Integration** Links file system status with broader system health metrics, contributing to comprehensive system management.' x-allOf-name: appliance.FileSystemOpSummary allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FileSystemOpSummary', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FileSystemOpSummary default: appliance.FileSystemOpSummary x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FileSystemOpSummary default: appliance.FileSystemOpSummary x-enum-as-string: true AlarmSummary: description: AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms. $ref: '#/components/schemas/cond.AlarmSummary' readOnly: true x-omitempty: true NodeOpStatus: $ref: '#/components/schemas/appliance.NodeOpStatus.Relationship' description: 'A reference to a applianceNodeOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.RemoteFileImport.List: title: List of 'appliance.RemoteFileImport' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.RemoteFileImport'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.RemoteFileImport' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.RemoteFileImport' appliance.UpgradePolicy.Response: description: "The response body of a HTTP GET request for the 'appliance.UpgradePolicy' 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 'appliance.UpgradePolicy' resources." x-one-of-name: appliance.UpgradePolicy.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.UpgradePolicy.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeOpStatus: title: Appliance:Node Op Status description: 'The NodeOpStatus object captures the status of individual nodes within the Intersight Appliance. It is essential for understanding node-specific operational metrics and performance indicators. #### Purpose NodeOpStatus focuses on node-level health and readiness, providing detailed metrics such as CPU and memory usage, file system status, and network connectivity within a cluster. #### Key Concepts - **Node Health:** Assesses individual nodes'' operational status, incorporating checks that reflect Critical, Warning, or Operational states. - **Resource Monitoring:** Reports on CPU and memory usage to optimize node performance and readiness for hosting applications. - **Cluster Connectivity:** Evaluates network status among nodes, ensuring effective communication and data exchange.' x-allOf-name: appliance.NodeOpStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.NodeOpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeOpStatus default: appliance.NodeOpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeOpStatus default: appliance.NodeOpStatus x-enum-as-string: true ClusterNetworkStatus: type: - array - 'null' items: description: Time to ping other nodes in a multinode cluster. $ref: '#/components/schemas/appliance.NetworkStatus' readOnly: true x-omitempty: true CpuUsage: description: Percentage of CPU currently in use. type: number format: float readOnly: true x-omitempty: true DeploymentSize: description: Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc. type: string readOnly: true x-omitempty: true MemUsage: description: Percentage of memory currently in use. type: number format: float readOnly: true x-omitempty: true NodeHostname: description: Hostname of the Intersight Appliance node. type: string readOnly: true x-omitempty: true NodeId: description: 'System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.' type: integer format: int64 readOnly: true x-omitempty: true NodeState: description: 'State of the node in terms of its readiness to host Kubernetes pods. * `Down` - The node is yet to come up and join as a member of theKubernetes cluster. * `Preparing` - The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods. * `Ready` - The node is ready to host Kubernetes pods.' type: string enum: - Down - Preparing - Ready default: Down readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the Intersight Appliance node. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true FileSystemOpStatuses: deprecated: true x-sunset: '2027-03-01' description: An array of relationships to applianceFileSystemOpStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemOpStatus.Relationship' readOnly: true FileSystemOpSummary: $ref: '#/components/schemas/appliance.FileSystemOpSummary.Relationship' description: 'A reference to a applianceFileSystemOpSummary resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true NetworkLinkStatuses: description: An array of relationships to applianceNetworkLinkStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NetworkLinkStatus.Relationship' readOnly: true NodeInfo: $ref: '#/components/schemas/appliance.NodeInfo.Relationship' description: 'A reference to a applianceNodeInfo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemOpStatus: $ref: '#/components/schemas/appliance.SystemOpStatus.Relationship' description: 'A reference to a applianceSystemOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.UpgradePolicy.List: title: List of 'appliance.UpgradePolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.UpgradePolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.UpgradePolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.UpgradePolicy' mo.VersionContext: title: Mo:Version Context description: VersionContext contains the versioning info for an object. x-allOf-name: mo.VersionContext allOf: - $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. This property is used as a discriminator to identify the type of the payload when 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. The value should be the same as the ''ClassId'' property.' enum: - mo.VersionContext default: mo.VersionContext x-enum-as-string: true InterestedMos: type: - array - 'null' items: description: 'A collection of objects that have reference to this versioned object. The lifecycle of the versioned object is based on the interestedMos list; the versioned object will be purged when interestedMos is empty.' $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: 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. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true 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" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints. * `Modified` - Version created every time an object is modified. * `Configured` - Version created every time an object is configured to the service profile. * `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 iam.Certificate.Relationship: description: A relationship to the 'iam.Certificate' resource, or the expanded 'iam.Certificate' resource, or the 'null' value. x-one-of-name: iam.Certificate.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Certificate' discriminator: propertyName: ClassId appliance.SetupInfo: title: Appliance:Setup Info description: 'SetupInfo will have only one managed object. SetupInfo managed object is to keep track of the Intersight Appliance''s setup information and guide the UI through the initial configuration of the Intersight Appliance. The SetupInfo managed object is created during the Intersight Appliance setup. The Intersight UI uses this object to store the initial configuration states that the user has completed. If the user closes the Intersight UI without finishing all the initial configuration, then the Intersight UI will use this managed object to display the next configuration that the user needs to complete when the user uses the Intersight Appliance next time.' x-allOf-name: appliance.SetupInfo allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.SetupInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.SetupInfo default: appliance.SetupInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.SetupInfo default: appliance.SetupInfo x-enum-as-string: true BuildType: description: Build type of the Intersight Appliance setup (e.g. release or debug). type: string readOnly: true x-omitempty: true Capabilities: type: - array - 'null' items: description: The array of capabilities, that enable key-value metadata for Intersight Appliance. For example, Intersight Assist is one of the capabilities. $ref: '#/components/schemas/appliance.KeyValuePair' readOnly: true x-omitempty: true CloudUrl: description: URL of the Intersight to which this Intersight Appliance is connected to. type: string readOnly: true x-omitempty: true DeploymentMode: description: 'Indicates where Intersight Appliance is installed in air-gapped or connected mode. In connected mode, Intersight Appliance is claimed by Intesight SaaS. In air-gapped mode, Intersight Appliance does not connect to any Cisco services. * `Connected` - In connected mode, Intersight Appliance connects to Intersight SaaS and other cisco.com services. * `Private` - In private mode, Intersight Appliance does not connect to Intersight SaaS or any cisco.com services.' type: string enum: - Connected - Private default: Connected readOnly: true x-omitempty: true EndTime: description: End date of the Intersight Appliance's initial setup. type: string format: date-time readOnly: true x-omitempty: true LatestVersion: description: The most recent version which Intersight Appliance can upgrade to. type: string readOnly: true x-omitempty: true MinCpu: description: The minimum cpu required of the node in cluster. type: integer format: int64 x-omitempty: true MinRam: description: The minimum ram required of the node in cluster. type: integer format: int64 x-omitempty: true SetupStates: type: - array - 'null' items: description: Collection of completed initial wizard setup states. Some examples of the wizard states are 'user account creation', 'licence registration' etc. type: string x-omitempty: true StartTime: description: Start date of the Intersight Appliance's initial setup. type: string format: date-time readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' iam.ClientMeta: title: Iam:Client Meta description: Contains meta information of the client. Currently it is used only within OAuth clients. x-allOf-name: iam.ClientMeta allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.ClientMeta', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ClientMeta default: iam.ClientMeta x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ClientMeta default: iam.ClientMeta x-enum-as-string: true DeviceModel: description: Parsed device model from raw User-Agent. type: string x-omitempty: true UserAgent: description: 'The value of the "User-Agent" HTTP header, as sent by the HTTP client when it initiate a session to Intersight. This can be used to identify the client operating system, browser type and browser version. Example - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 It is set when User successfully passed OAuth login flow and receives Access Token.' type: string x-omitempty: true appliance.ImageBundle.Relationship: description: A relationship to the 'appliance.ImageBundle' resource, or the expanded 'appliance.ImageBundle' resource, or the 'null' value. x-one-of-name: appliance.ImageBundle.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.ImageBundle' discriminator: propertyName: ClassId policy.AbstractProfile.Relationship: description: A relationship to the 'policy.AbstractProfile' resource, or the expanded 'policy.AbstractProfile' resource, or the 'null' value. x-one-of-name: policy.AbstractProfile.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/policy.AbstractProfile' discriminator: propertyName: ClassId appliance.ClusterReplaceNode: title: Appliance:Cluster Replace Node description: ClusterReplaceNode is a singleton that tracks the Intersight Appliance's process for replacing a cluster node. x-allOf-name: appliance.ClusterReplaceNode allOf: - $ref: '#/components/schemas/appliance.ClusterInstallBase' - type: object description: Definition of the list of properties defined in 'appliance.ClusterReplaceNode', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterReplaceNode default: appliance.ClusterReplaceNode x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterReplaceNode default: appliance.ClusterReplaceNode x-enum-as-string: true Hostname: description: Hostname of the node being replaced. type: string x-omitempty: true NodeId: description: Node id of the node being replaced. type: integer format: int64 x-omitempty: true NodeIpChanged: description: If the node being replaced has a different IP. type: boolean readOnly: true x-omitempty: true appliance.FileSystemOpStatus: title: Appliance:File System Op Status description: 'The FileSystemOpStatus object denotes the operational status of file systems within an Intersight Appliance node. It highlights the capacity and usage metrics critical to maintaining system efficiency. #### Purpose FileSystemOpStatus ensures the health and functionality of file systems, presenting data on usage and capacity that supports system reliability and performance. #### Key Concepts - **File System Health:** Determines the operational status through checks that categorize the state as Operational, AttentionNeeded, or Impaired. - **Capacity Management:** Provides insights into file system capacity and usage to prevent overutilization and maintain optimal performance. - **System Linkages:** Connects with device registration to integrate file system status within broader system health metrics.' x-allOf-name: appliance.FileSystemOpStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FileSystemOpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FileSystemOpStatus default: appliance.FileSystemOpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FileSystemOpStatus default: appliance.FileSystemOpStatus x-enum-as-string: true Capacity: description: Capacity of the file system in bytes. type: integer format: int64 readOnly: true x-omitempty: true DiskOrder: description: 'Symbolic order identifier of the physical disk from /dev/disk/by-order (e.g., disk1, disk2). This provides a stable, human-readable identifier for the disk that persists across reboots, unlike device names which may change. Currently, the relationship between filesystems to disks is one-to-one and this is unlikely to change in the future.' type: string readOnly: true x-omitempty: true Mountpoint: description: Mount point of this file system. type: string readOnly: true x-omitempty: true NodeHostname: description: Hostname of the Intersight Appliance node on which this filesystem is located. type: string readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the file system. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true Usage: description: Percentage of the file system capacity currently in use. type: number format: float readOnly: true x-omitempty: true FileSystemOpSummary: $ref: '#/components/schemas/appliance.FileSystemOpSummary.Relationship' description: 'A reference to a applianceFileSystemOpSummary resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true NodeOpStatus: $ref: '#/components/schemas/appliance.NodeOpStatus.Relationship' description: 'A reference to a applianceNodeOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.FileSystemStatus: title: Appliance:File System Status description: Status of a file system on an Intersight Appliance node. x-allOf-name: appliance.FileSystemStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FileSystemStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FileSystemStatus default: appliance.FileSystemStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FileSystemStatus default: appliance.FileSystemStatus x-enum-as-string: true Capacity: description: Capacity of the file system in bytes. type: integer format: int64 x-omitempty: true Mountpoint: description: Mount point of this file system. type: string readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the file system. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true StatusChecks: type: - array - 'null' items: description: A collection of the status checks performed. $ref: '#/components/schemas/appliance.StatusCheck' readOnly: true x-omitempty: true Usage: description: Percentage of the file system capacity currently in use. type: number format: float readOnly: true x-omitempty: true NodeStatus: $ref: '#/components/schemas/appliance.NodeStatus.Relationship' description: 'A reference to a applianceNodeStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true asset.DeviceConnection: title: Asset:Device Connection description: An abstract class that holds the details of a device connectors connection to Intersight. x-allOf-name: asset.DeviceConnection allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'asset.DeviceConnection', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.ClusterMember - asset.DeviceRegistration x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.ClusterMember - asset.DeviceRegistration x-enum-as-string: true ApiVersion: description: 'The version of the connector API, describes the capability of the connector''s framework. If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.' type: integer format: int64 readOnly: true x-omitempty: true AppPartitionNumber: description: The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector. type: integer format: int64 readOnly: true x-omitempty: true ConnectionId: description: The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter. type: string readOnly: true x-omitempty: true ConnectionReason: description: If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight. type: string readOnly: true x-omitempty: true ConnectionStatus: description: 'The status of the persistent connection between the device connector and Intersight. * `` - The target details have been persisted but Intersight has not yet attempted to connect to the target. * `Connected` - Intersight is able to establish a connection to the target and initiate management activities. * `NotConnected` - Intersight is unable to establish a connection to the target. * `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established. * `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported. * `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight. * `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect. * `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.' type: string enum: - '' - Connected - NotConnected - ClaimInProgress - UnclaimInProgress - Unclaimed - Claimed - PreClaimed default: '' readOnly: true x-omitempty: true ConnectionStatusLastChangeTime: description: The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight. type: string format: date-time readOnly: true x-omitempty: true ConnectorVersion: description: The version of the device connector running on the managed device. type: string readOnly: true x-omitempty: true DeviceExternalIpAddress: description: 'The IP Address of the managed device as seen from Intersight at the time of registration. This could be the IP address of the managed device''s interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.' type: string readOnly: true x-omitempty: true ProxyApp: description: The name of the app which will proxy the messages to the device connector. type: string readOnly: true x-omitempty: true appliance.ClusterInstall.List: title: List of 'appliance.ClusterInstall' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ClusterInstall'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ClusterInstall' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ClusterInstall' session.AbstractSession: title: Session:Abstract Session description: A base abstract class for all sessions. x-allOf-name: session.AbstractSession allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'session.AbstractSession', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - iam.Session - kvm.Session - kvm.Tunnel - virtualization.EsxiConsole - vmrc.Console x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - iam.Session - kvm.Session - kvm.Tunnel - virtualization.EsxiConsole - vmrc.Console x-enum-as-string: true ClientIpAddress: description: The user agent IP address from which the session is launched. type: string readOnly: true x-omitempty: true EndTime: description: The time at which the session ended. type: string format: date-time readOnly: true x-omitempty: true Role: description: Role of the user who launched the session. type: string readOnly: true x-omitempty: true Status: description: 'The status of the session. * `Active` - The session is currently active. * `Ended` - The session has ended normally. * `Terminated` - The session was terminated by an admin.' type: string enum: - Active - Ended - Terminated default: Active x-omitempty: true UserIdOrEmail: description: User ID or E-mail Address of the user who launched the session. type: string readOnly: true x-omitempty: true iam.AbstractQualifier.Relationship: description: A relationship to the 'iam.AbstractQualifier' resource, or the expanded 'iam.AbstractQualifier' resource, or the 'null' value. x-one-of-name: iam.AbstractQualifier.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.AbstractQualifier' discriminator: propertyName: ClassId appliance.ClusterWorkerNodeReuse: title: Appliance:Cluster Worker Node Reuse description: 'The ClusterWorkerNodeReuse object facilitates the reconnection process for worker nodes within the Intersight Appliance cluster. It triggers the appliance''s procedures to re-establish connectivity with worker nodes. #### Purpose ClusterWorkerNodeReuse is utilized to manage the lifecycle of worker nodes in the Intersight Appliance. It supports operations to reconnect nodes, ensuring that the cluster maintains its integrity and performance. #### Key Concepts - **Reconnection Process:** Provides a structured approach to reconnecting worker nodes, essential for maintaining cluster functionality. - **Integration with Accounts:** Establishes relationships between node objects and accounts, ensuring that node reconnection aligns with account management. - **Lifecycle Management:** Supports the creation of processes necessary for reconnecting nodes, aiding in cluster maintenance and stability.' x-allOf-name: appliance.ClusterWorkerNodeReuse allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ClusterWorkerNodeReuse', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterWorkerNodeReuse default: appliance.ClusterWorkerNodeReuse x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterWorkerNodeReuse default: appliance.ClusterWorkerNodeReuse x-enum-as-string: true Hostname: description: Hostname of the node being reconnected. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.SystemInfo.Response: description: "The response body of a HTTP GET request for the 'appliance.SystemInfo' 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 'appliance.SystemInfo' resources." x-one-of-name: appliance.SystemInfo.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.SystemInfo.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType policy.ActionQualifier: title: Policy:Action Qualifier description: Action qualifiers can be used to control actions that are performed on a profile object. For example - perform a 'Deploy' action only for specific policies. x-allOf-name: policy.ActionQualifier allOf: - $ref: '#/components/schemas/mo.BaseComplexType' iam.DomainGroup.Relationship: description: A relationship to the 'iam.DomainGroup' resource, or the expanded 'iam.DomainGroup' resource, or the 'null' value. x-one-of-name: iam.DomainGroup.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.DomainGroup' discriminator: propertyName: ClassId iam.LocalUserPassword.Relationship: description: A relationship to the 'iam.LocalUserPassword' resource, or the expanded 'iam.LocalUserPassword' resource, or the 'null' value. x-one-of-name: iam.LocalUserPassword.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.LocalUserPassword' discriminator: propertyName: ClassId policy.AbstractPolicy: title: Policy description: A base abstract class for all configuration policies that can be applied to service profiles. x-allOf-name: policy.AbstractPolicy allOf: - $ref: '#/components/schemas/policy.AbstractConfigurationObject' - type: object description: Definition of the list of properties defined in 'policy.AbstractPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - aaa.RetentionPolicy - access.IpAddress - access.Policy - adapter.ConfigPolicy - auditd.Policy - bios.Policy - boot.PrecisionPolicy - certificatemanagement.Policy - comm.HttpProxyPolicy - compute.PcieConnectivityPolicy - compute.ScrubPolicy - compute.ServerPowerPolicy - deviceconnector.Policy - fabric.EthNetworkControlPolicy - fabric.EthNetworkGroupPolicy - fabric.EthNetworkPolicy - fabric.FcNetworkPolicy - fabric.FcZonePolicy - fabric.FlowControlPolicy - fabric.LinkAggregationPolicy - fabric.LinkControlPolicy - fabric.MacSecPolicy - fabric.MulticastPolicy - fabric.NetFlowPolicy - fabric.PortPolicy - fabric.SwitchControlPolicy - fabric.SystemQosPolicy - fcpool.Pool - firmware.Policy - hyperflex.AutoSupportPolicy - hyperflex.ClusterBackupPolicy - hyperflex.ClusterNetworkPolicy - hyperflex.ClusterReplicationNetworkPolicy - hyperflex.ClusterStoragePolicy - hyperflex.ExtFcStoragePolicy - hyperflex.ExtIscsiStoragePolicy - hyperflex.LocalCredentialPolicy - hyperflex.NodeConfigPolicy - hyperflex.ProxySettingPolicy - hyperflex.SoftwareVersionPolicy - hyperflex.SysConfigPolicy - hyperflex.UcsmConfigPolicy - hyperflex.VcenterConfigPolicy - iam.EndPointUserPolicy - iam.LdapPolicy - ipmioverlan.Policy - ippool.Pool - ippool.ShadowPool - iqnpool.Pool - kvm.Policy - macpool.Pool - memory.PersistentMemoryPolicy - memory.Policy - networkconfig.Policy - ntp.Policy - pool.IdMappingPolicy - power.Policy - recovery.BackupConfigPolicy - recovery.OnDemandBackup - recovery.ScheduleConfigPolicy - resourcepool.ChassisQualificationPolicy - resourcepool.Pool - resourcepool.QualificationPolicy - scheduler.SchedulePolicy - sdcard.Policy - smtp.Policy - snmp.Policy - sol.Policy - ssh.Policy - storage.DriveSecurityPolicy - storage.StoragePolicy - syslog.Policy - thermal.Policy - uuidpool.Pool - vmedia.Policy - vnic.EthAdapterPolicy - vnic.EthNetworkPolicy - vnic.EthQosPolicy - vnic.FcAdapterPolicy - vnic.FcNetworkPolicy - vnic.FcQosPolicy - vnic.IscsiAdapterPolicy - vnic.IscsiBootPolicy - vnic.IscsiStaticTargetPolicy - vnic.LanConnectivityPolicy - vnic.LanSettings - vnic.SanConnectivityPolicy - vnic.SanSettings x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - aaa.RetentionPolicy - access.IpAddress - access.Policy - adapter.ConfigPolicy - auditd.Policy - bios.Policy - boot.PrecisionPolicy - certificatemanagement.Policy - comm.HttpProxyPolicy - compute.PcieConnectivityPolicy - compute.ScrubPolicy - compute.ServerPowerPolicy - deviceconnector.Policy - fabric.EthNetworkControlPolicy - fabric.EthNetworkGroupPolicy - fabric.EthNetworkPolicy - fabric.FcNetworkPolicy - fabric.FcZonePolicy - fabric.FlowControlPolicy - fabric.LinkAggregationPolicy - fabric.LinkControlPolicy - fabric.MacSecPolicy - fabric.MulticastPolicy - fabric.NetFlowPolicy - fabric.PortPolicy - fabric.SwitchControlPolicy - fabric.SystemQosPolicy - fcpool.Pool - firmware.Policy - hyperflex.AutoSupportPolicy - hyperflex.ClusterBackupPolicy - hyperflex.ClusterNetworkPolicy - hyperflex.ClusterReplicationNetworkPolicy - hyperflex.ClusterStoragePolicy - hyperflex.ExtFcStoragePolicy - hyperflex.ExtIscsiStoragePolicy - hyperflex.LocalCredentialPolicy - hyperflex.NodeConfigPolicy - hyperflex.ProxySettingPolicy - hyperflex.SoftwareVersionPolicy - hyperflex.SysConfigPolicy - hyperflex.UcsmConfigPolicy - hyperflex.VcenterConfigPolicy - iam.EndPointUserPolicy - iam.LdapPolicy - ipmioverlan.Policy - ippool.Pool - ippool.ShadowPool - iqnpool.Pool - kvm.Policy - macpool.Pool - memory.PersistentMemoryPolicy - memory.Policy - networkconfig.Policy - ntp.Policy - pool.IdMappingPolicy - power.Policy - recovery.BackupConfigPolicy - recovery.OnDemandBackup - recovery.ScheduleConfigPolicy - resourcepool.ChassisQualificationPolicy - resourcepool.Pool - resourcepool.QualificationPolicy - scheduler.SchedulePolicy - sdcard.Policy - smtp.Policy - snmp.Policy - sol.Policy - ssh.Policy - storage.DriveSecurityPolicy - storage.StoragePolicy - syslog.Policy - thermal.Policy - uuidpool.Pool - vmedia.Policy - vnic.EthAdapterPolicy - vnic.EthNetworkPolicy - vnic.EthQosPolicy - vnic.FcAdapterPolicy - vnic.FcNetworkPolicy - vnic.FcQosPolicy - vnic.IscsiAdapterPolicy - vnic.IscsiBootPolicy - vnic.IscsiStaticTargetPolicy - vnic.LanConnectivityPolicy - vnic.LanSettings - vnic.SanConnectivityPolicy - vnic.SanSettings x-enum-as-string: true Description: description: Description of the policy. type: string pattern: ^$|^[a-zA-Z0-9]+[\x00-\xFF]*$ maxLength: 1024 x-omitempty: true Name: description: Name of the concrete policy. type: string pattern: ^[a-zA-Z0-9_.:-]{1,64}$ x-omitempty: true appliance.MetricsConfig.List: title: List of 'appliance.MetricsConfig' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.MetricsConfig'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.MetricsConfig' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.MetricsConfig' appliance.MetadataManifestVersion: title: Appliance:Metadata Manifest Version description: 'BucketVersion is a 3 tuple (bucketName, timestamp of when the metamanifest was touched, checksum). Uniquely identifies a single metadata update to a bucket.' x-allOf-name: appliance.MetadataManifestVersion allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.MetadataManifestVersion', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.MetadataManifestVersion default: appliance.MetadataManifestVersion x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.MetadataManifestVersion default: appliance.MetadataManifestVersion x-enum-as-string: true FileSha: description: Metamanifest file checksum. type: string x-omitempty: true FileTime: description: The timestamp when the metamanifest was touched. type: string format: date-time x-omitempty: true MetadataType: description: 'Name of the bucket that is being monitored. * `hcl-meta` - Hcl bucket, metadata update will be automatically enabled. * `advisories` - Advisory bucket, metadata update will be automatically enabled. * `onprem-images` - Onprem images bucket, metadata update will be automatically enableds.' type: string enum: - hcl-meta - advisories - onprem-images default: hcl-meta x-omitempty: true iam.SwitchScopePermissions: title: Iam:Switch Scope Permissions description: SwitchScope parameters related to the Account to which user switched to. x-allOf-name: iam.SwitchScopePermissions allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.SwitchScopePermissions', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.SwitchScopePermissions default: iam.SwitchScopePermissions x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.SwitchScopePermissions default: iam.SwitchScopePermissions x-enum-as-string: true AccountAccessControlId: description: Moid of the AccountAccessControl through which the access is given to switch scope. type: string readOnly: true x-omitempty: true RequestIdentifier: description: Stores the identifier of the issue for which user is trying to switch scope to another account. type: string readOnly: true x-omitempty: true SwitchedFromAccount: description: Permission for the Account from which user switched the scope. $ref: '#/components/schemas/iam.SwitchAccountPermission' readOnly: true x-omitempty: true SwitchedToAccounts: type: - array - 'null' items: description: Collection of Accounts to which user switched the scope. $ref: '#/components/schemas/iam.SwitchAccountPermission' readOnly: true x-omitempty: true iam.ResourceLimits: title: Iam:Resource Limits description: 'ResourceLimits establishes account-level limits and policies for identity-related resources and credentials. #### Purpose It ensures controlled growth and predictable operational parameters for users and machine credentials. #### Key Concepts - **User Caps:** Governs the maximum number of users per account. - **Credential Lifecycles:** Defines expiration policies for API keys and app registrations. - **Exceptions Policy:** Controls whether non-expiring credentials are allowed. - **Broad Readability:** Exposed to multiple roles for visibility and governance.' x-allOf-name: iam.ResourceLimits allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.ResourceLimits', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ResourceLimits default: iam.ResourceLimits x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ResourceLimits default: iam.ResourceLimits x-enum-as-string: true AllowApiKeysWithoutExpiry: description: Boolean value used to decide whether API keys that never expire are allowed for the account. This allows creation of API keys which are perpetual which can used for specific applications where rotation of API keys are not feasible. type: boolean default: false x-omitempty: true AllowAppRegistrationsWithoutExpiry: description: Boolean value used to decide whether App Registration that never expire are allowed for the account. type: boolean default: false x-omitempty: true MaxApiKeyExpiry: description: The maximum expiration period (in seconds) allowed for API keys. The default value is 180 days or 15552000 seconds. It is shown to user in days for readability. type: integer format: int64 default: 15552000 minimum: 0 maximum: 31104000 x-omitempty: true MaxAppRegistrationExpiry: description: The maximum expiration period (in seconds) allowed for App Registration. The default value is 180 days or 15552000 seconds. It is shown to user in days for readability. type: integer format: int64 default: 15552000 minimum: 0 maximum: 31104000 x-omitempty: true PerAccountUserLimit: description: The maximum number of users allowed in an account. The default value is 200. type: integer format: int64 minimum: 1 maximum: 200 readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.AbstractQualifier: title: Iam:Abstract Qualifier description: Placeholder for different types of qualifiers. x-allOf-name: iam.AbstractQualifier allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.AbstractQualifier', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - iam.Qualifier - iam.UserQualifier x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - iam.Qualifier - iam.UserQualifier x-enum-as-string: true Usergroup: $ref: '#/components/schemas/iam.UserGroup.Relationship' description: 'A reference to a iamUserGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.FileGateway.List: title: List of 'appliance.FileGateway' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FileGateway'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FileGateway' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileGateway' iam.IdpReference: title: Iam:Idp Reference description: 'The IdpReference object represents the system-provided Cisco IdP association within an account, acting as the default reference for user and group assignments. #### Purpose IdpReference simplifies managing the default IdP relationship for user onboarding, preferences, and access. #### Key Concepts - **Default IdP linkage:** Provides a stable, system-backed IdP reference. - **User/group Association:** Central to managing users and groups tied to the Cisco IdP. - **Preference Anchor:** Links user UI preferences and settings to the IdP context. - **Account Scope:** Managed within the owning account''s boundaries.' x-allOf-name: iam.IdpReference allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.IdpReference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.IdpReference default: iam.IdpReference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.IdpReference default: iam.IdpReference x-enum-as-string: true DomainName: description: 'The DomainNameInfo object represents an organization’s email domain used during login mapping and ownership verification. It supports verifying domain control via DNS to enhance trust. #### Purpose DomainNameInfo ensures that only verified domains are used to route users to the correct identity provider, improving login integrity. #### Key Concepts - **Domain Routing:** Associates email domains with IdPs for seamless login. - **Ownership Verification:** Supports DNS-based verification for trust establishment. - **Status Tracking:** Maintains domain verification lifecycle state. - **Account Scoped:** Managed within the context of the owning account.' type: string readOnly: true x-omitempty: true IdpEntityId: description: Entity ID of the IdP. In SAML, the entity ID uniquely identifies the IdP/Service Provider. type: string readOnly: true x-omitempty: true MultiFactorAuthentication: description: The flag represents if the second factor of authentication is required for Cisco IdP users. type: boolean default: false x-omitempty: true Name: description: Cisco IdP reference in an account. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true UserPreferences: description: An array of relationships to iamUserPreference resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserPreference.Relationship' readOnly: true UserSettings: description: An array of relationships to iamUserSetting resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserSetting.Relationship' readOnly: true Usergroups: description: An array of relationships to iamUserGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserGroup.Relationship' Users: description: An array of relationships to iamUser resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.User.Relationship' iam.LdapGroup: title: Iam:Ldap Group description: 'The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint. #### Purpose The purpose is to grant permissions to remote users. When a user authenticates via LDAP and is found to be a member of a specified LDAP group, they are granted the permissions of the EndPointRoles associated with this LdapGroup object. This enables role-based access control for remote directory users. #### Key Concepts - **Group-to-Role Mapping:** Its core function is to link an LDAP group name (or DN) to one or more local endpoint roles (e.g., admin, read-only). - **Component of a Policy:** It is always defined within the context of an LdapPolicy. - **Authorization Mechanism:** Serves as the primary mechanism for authorizing remote users by assigning them appropriate privileges based on their directory group membership.' x-allOf-name: iam.LdapGroup allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.LdapGroup', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapGroup default: iam.LdapGroup x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapGroup default: iam.LdapGroup x-enum-as-string: true Domain: description: LDAP server domain the Group resides in. type: string pattern: ^$|^[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*$ maxLength: 255 x-omitempty: true GroupDn: description: LDAP Group DN in the LDAP server database. type: string pattern: ^$|^([^+\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$ maxLength: 300 x-omitempty: true Name: description: LDAP Group name in the LDAP server database. type: string pattern: ^([^+\-][a-zA-Z0-9=!#$%()*+,-.:;@ _{|}~?&]*)$ maxLength: 127 x-omitempty: true EndPointRole: description: An array of relationships to iamEndPointRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointRole.Relationship' LdapPolicy: $ref: '#/components/schemas/iam.LdapPolicy.Relationship' description: 'A reference to a iamLdapPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.ClusterInfo.Response: description: "The response body of a HTTP GET request for the 'appliance.ClusterInfo' 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 'appliance.ClusterInfo' resources." x-one-of-name: appliance.ClusterInfo.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ClusterInfo.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.ReleaseNote.List: title: List of 'appliance.ReleaseNote' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ReleaseNote'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ReleaseNote' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ReleaseNote' mo.AggregateTransform: 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: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Results: description: The results of the aggregation query. type: - array - 'null' items: description: A result entry in the aggregate query. type: object iam.AppRegistration.Relationship: description: A relationship to the 'iam.AppRegistration' resource, or the expanded 'iam.AppRegistration' resource, or the 'null' value. x-one-of-name: iam.AppRegistration.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.AppRegistration' discriminator: propertyName: ClassId PatchDocument: type: object description: A JSONPatch document as defined by RFC 6902. A JSONPatch document can be used in a request body when the 'Content-Type' HTTP header is set to 'application/json-patch+json'. required: - op - path externalDocs: description: Intersight API documentation of supported HTTP methods. url: /apidocs/introduction/methods/ properties: op: type: string description: The PATCH operation to be performed. 'move' and 'copy' are defined in RFC 6902 but are not supported in the Intersight API. enum: - add - remove - replace - move - copy - test path: type: string description: A JSON-Pointer to a property in a REST resource. value: type: object description: The value to be used within the operations. from: type: string description: A string containing a JSON Pointer value. iam.Session.Relationship: description: A relationship to the 'iam.Session' resource, or the expanded 'iam.Session' resource, or the 'null' value. x-one-of-name: iam.Session.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Session' discriminator: propertyName: ClassId iam.ApiKey: title: Iam:Api Key description: 'The ApiKey object is a critical component for secure authentication and authorization within the system. It allows clients to make API requests programmatically using a secure HTTP signature scheme. #### Purpose An ApiKey serves as a mechanism for authentication and authorization, enabling unattended clients, such as daemons, to interact with the API securely. This provides the means to verify the identity of a client and ensure they have the appropriate permissions to perform specific actions. #### Key Concepts - **Public Key Cryptography:** Utilizes public key cryptography to ensure secure authentication, with the server holding the public key and the client maintaining the confidentiality of the private key. - **Request Signing:** Involves signing HTTP requests to ensure integrity and authenticity, using cryptographic digest and signature mechanisms. - **Access Control:** Restricted to specific privilege sets, ensuring only authorized users can create, read, update, or delete API keys. - **Expiration and Rotation:** Supports expiration settings and key rotation, enhancing security by limiting the validity period of keys and facilitating the replacement of compromised or expired keys.' x-allOf-name: iam.ApiKey allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.ApiKey', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ApiKey default: iam.ApiKey x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ApiKey default: iam.ApiKey x-enum-as-string: true AdminStatus: description: 'Used to trigger the enable or disable action on the API key. These actions change the status of an API key. * `enable` - Used to enable a disabled API key/App Registration. If the API key/App Registration is already expired, this action has no effect. * `disable` - Used to disable an active API key/App Registration. If the API key/App Registration is already expired, this action has no effect.' type: string enum: - enable - disable default: enable x-omitempty: true ExpiryDateTime: description: The expiration date of the API key which is set at the time of creation of the key. Its value can only be assigned a date that falls within the range determined by the maximum expiration time configured at the account level. The expiry date can be edited to be earlier or later, provided it stays within the designated expiry period. This period is determined by adding the 'startTime' property of the API key to the maximum expiry time configured at the account level. type: string format: date-time x-omitempty: true HashAlgorithm: description: 'The cryptographic hash algorithm to calculate the message digest. * `SHA256` - The SHA-256 cryptographic hash, as defined by NIST in FIPS 180-4. * `SHA384` - The SHA-384 cryptographic hash, as defined by NIST in FIPS 180-4. * `SHA512` - The SHA-512 cryptographic hash, as defined by NIST in FIPS 180-4. * `SHA512_224` - The SHA-512/224 cryptographic hash, as defined by NIST in FIPS 180-4. * `SHA512_256` - The SHA-512/256 cryptographic hash, as defined by NIST in FIPS 180-4.' type: string enum: - SHA256 - SHA384 - SHA512 - SHA512_224 - SHA512_256 default: SHA256 x-createOnly: true x-omitempty: true IsNeverExpiring: description: Used to mark the API key as a never-expiring API key. type: boolean default: false x-omitempty: true KeySpec: description: The key generation specification provides the algorithm and the parameters required for this algorithm to generate a private key, public key pair. Supported key generation schemes include RSA, ECDSA and Edwards-Curve Digital Signature Algorithm (EdDSA). $ref: '#/components/schemas/pkix.KeyGenerationSpec' x-createOnly: true x-omitempty: true LastUsedIp: description: The IP address from which the API key was last used. type: string readOnly: true x-omitempty: true LastUsedTime: description: The time at which the API key was last used. It is updated every 24 hours. type: string format: date-time readOnly: true x-omitempty: true OperStatus: description: 'The current status of the API key that dictates the validity of the key. * `enabled` - An API key/App Registration having enabled status can be used for API invocation. * `disabled` - An API key/App Registration having disabled status cannot be used for API invocation. * `expired` - An API key/App Registration having expired status cannot be used for API invocation as the expiration date has passed.' type: string enum: - enabled - disabled - expired default: enabled readOnly: true x-omitempty: true PrivateKey: description: Holds the private key for the API key. type: string x-omitempty: true Purpose: description: The purpose of the API Key. type: string maxLength: 1024 x-omitempty: true Scope: description: Scope holds a collection of account Id, permission Id to which the current session is scoped to. $ref: '#/components/schemas/iam.SwitchScopePermissions' readOnly: true x-omitempty: true SigningAlgorithm: description: 'The signing algorithm used by the client to authenticate API requests to Intersight. The signing algorithm must be compatible with the key generation specification. * `RSASSA-PKCS1-v1_5` - RSASSA-PKCS1-v1_5 is a RSA signature scheme specified in [RFC 8017](https://tools.ietf.org/html/rfc8017).RSASSA-PKCS1-v1_5 is included only for compatibility with existing applications. * `RSASSA-PSS` - RSASSA-PSS is a RSA signature scheme specified in [RFC 8017](https://tools.ietf.org/html/rfc8017).It combines the RSASP1 and RSAVP1 primitives with the EMSA-PSS encoding method.In the interest of increased robustness, RSASSA-PSS is required in new applications. * `Ed25519` - The Ed25519 signature algorithm, as specified in [RFC 8032](https://tools.ietf.org/html/rfc8032).Ed25519 is a public-key signature system with several attractive features, includingfast single-signature verification, very fast signing, fast key generation and high security level. * `Ecdsa` - The Elliptic Curve Digital Signature Standard (ECDSA), as defined by NIST in FIPS 186-4 and ANSI X9.62.The signature is encoded as a ASN.1 DER SEQUENCE with two INTEGERs (r and s), as defined in RFC3279.When using ECDSA signatures, configure the client to use the same signature encoding as specified on the server side. * `EcdsaP1363Format` - The Elliptic Curve Digital Signature Standard (ECDSA), as defined by NIST in FIPS 186-4 and ANSI X9.62.The signature is the raw concatenation of r and s, as defined in the ISO/IEC 7816-8 IEEE P.1363 standard.In that format, r and s are represented as unsigned, big endian numbers.Extra padding bytes (of value 0x00) is applied so that both r and s encodings have the same size.When using ECDSA signatures, configure the client to use the same signature encoding as specified on the server side.' type: string enum: - RSASSA-PKCS1-v1_5 - RSASSA-PSS - Ed25519 - Ecdsa - EcdsaP1363Format default: RSASSA-PKCS1-v1_5 x-createOnly: true x-omitempty: true StartTime: description: The timestamp at which an expiry date was first set on this API key. For expiring API keys, this field is same as the create time of the API key. For never-expiring API keys, this field is set initially to zero time value. If a never-expiry API key is later changed to have an expiration, the timestamp marking the start of this transition is recorded in this field. type: string format: date-time readOnly: true x-omitempty: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true User: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true organization.Organization: title: Organization description: Organization provides multi-tenancy within an account. Multiple organizations can be present under an account. Resources are associated to organization using resource groups. Organization can have heterogeneous resources. Resources can be shared among multiple organizations. Organizations are associated to user permissions and privileges can be specified to provide access control. User can have access to multiple organizations in same permission and with different privileges on each organization. x-allOf-name: organization.Organization allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'organization.Organization', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - organization.Organization default: organization.Organization x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - organization.Organization default: organization.Organization x-enum-as-string: true Description: description: The informative description about the usage of this organization. type: string x-omitempty: true Name: description: The name of the organization. There can be multiple organizations under an account. type: string pattern: ^[a-zA-Z0-9_.:-]{1,64}$ minLength: 1 maxLength: 64 x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ResourceGroups: description: An array of relationships to resourceGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/resource.Group.Relationship' SharedWithResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true appliance.BackupRotateData.Response: description: "The response body of a HTTP GET request for the 'appliance.BackupRotateData' 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 'appliance.BackupRotateData' resources." x-one-of-name: appliance.BackupRotateData.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.BackupRotateData.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType policy.PolicyContextHolder: title: Policy:Policy Context Holder description: To store the policy details along with the context for which the entry is established. x-allOf-name: policy.PolicyContextHolder allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.PolicyContextHolder', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.PolicyContextHolder default: policy.PolicyContextHolder x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.PolicyContextHolder default: policy.PolicyContextHolder x-enum-as-string: true EndPointContext: description: 'Information about the endpoint to which it is applied. * `Server` - Configuration is applied to a server context. * `FI` - Configuration is applied to a Fabric Identifier (FI) context. * `IOM` - Configuration is applied to an Input/Output Module (IOM) context.' type: string enum: - Server - FI - IOM default: Server readOnly: true x-omitempty: true Policy: description: The name of the policy for which entry is created. type: string readOnly: true x-omitempty: true iam.EndPointRole: title: Iam:End Point Role description: 'EndPointRole represents roles defined on managed endpoints that encapsulate one or more endpoint privileges. #### Purpose It allows administrators to assign endpoint-specific capabilities to platform users in a structured way. #### Key Concepts - **Role Abstraction:** Groups endpoint privileges for ease of assignment. - **Device-type Aware:** Specific to endpoint platform types. - **User Linkage:** Assignable to users for GUI/CLI cross-launch and more. - **Discoverable:** Tied to endpoint-reported security models.' x-allOf-name: iam.EndPointRole allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.EndPointRole', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.EndPointRole default: iam.EndPointRole x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.EndPointRole default: iam.EndPointRole x-enum-as-string: true Name: description: The name of the end point role. type: string readOnly: true x-omitempty: true RoleType: description: User specified tags to roles like as ep-admin or ep-readonly. type: string readOnly: true x-omitempty: true Type: description: 'The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC. * `` - An unrecognized platform type. * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster. * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance. * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance. * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM). * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight. * `IMC` - A standalone Cisco UCS rack server (Deprecated). * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server. * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server. * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server. * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM). * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor. * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM). * `HX` - A Cisco HyperFlex (HX) cluster. * `UCSD` - A Cisco UCS Director (UCSD) instance. * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller. * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis. * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance. * `IntersightAssist` - A Cisco Intersight Assist instance. * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device. * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device. * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist. * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric. * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector. * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector. * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist. * `UCSC885` - A standalone Cisco UCS C885 Server. * `CAI845A` - A standalone Cisco AI 845A Server. * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist. * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers. * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist. * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor. * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor. * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller. * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server. * `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks. * `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc. * `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications. * `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications. * `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints. * `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server. * `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE. * `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application. * `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software. * `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster. * `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud. * `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines. * `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster. * `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services. * `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system. * `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications. * `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist. * `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment. * `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight. * `TerraformCloud` - A Terraform Cloud Business Tier account. * `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace. * `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints. * `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows. * `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token. * `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist. * `CiscoCatalyst` - A Cisco Catalyst networking switch device. * `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist. * `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance. * `CiscoFMC` - A Cisco Secure Firewall Management Center. * `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices. * `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager. * `MerakiCloud` - A Cisco Meraki Organization. * `CiscoISE` - A Cisco Identity Services Engine (ISE) target.' type: string enum: - '' - APIC - CAPIC - DCNM - UCSFI - UCSFIISM - IMC - IMCM4 - IMCM5 - IMCRack - UCSIOM - UCSPCIeNODE - UCSXFM - HX - UCSD - UCSXECMC - UCSXESecureRouter - IntersightAppliance - IntersightAssist - PureStorageFlashArray - PureStorageFlashBladeSystem - NexusDevice - ACISwitch - NexusSwitch - MDSSwitch - MDSDevice - UCSC885 - CAI845A - UCSC890 - RedfishServer - NetAppOntap - NetAppActiveIqUnifiedManager - EmcScaleIo - EmcVmax - EmcVplex - EmcXtremIo - VmwareVcenter - MicrosoftHyperV - AppDynamics - Dynatrace - NewRelic - ServiceNow - Umbrella - CloudFoundry - MicrosoftAzureApplicationInsights - OpenStack - MicrosoftSqlServer - MySqlServer - OracleDatabaseServer - IBMWebSphereApplicationServer - OracleWebLogicServer - ApacheTomcatServer - JavaVirtualMachine - RedHatJBossApplicationServer - Kubernetes - AmazonWebService - AmazonWebServiceBilling - GoogleCloudPlatform - GoogleCloudPlatformBilling - MicrosoftAzureServicePrincipal - MicrosoftAzureEnterpriseAgreement - MicrosoftAzureBilling - DellCompellent - HPE3Par - RedHatEnterpriseVirtualization - NutanixAcropolis - NutanixPrismCentral - HPEOneView - ServiceEngine - HitachiVirtualStoragePlatform - GenericTarget - IMCBlade - TerraformCloud - TerraformAgent - CustomTarget - AnsibleEndpoint - HTTPEndpoint - SSHEndpoint - CiscoCatalyst - PowerShellEndpoint - CiscoDNAC - CiscoFMC - ViptelaCloud - CatalystSDWANManager - MerakiCloud - CiscoISE default: '' readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true EndPointPrivileges: description: An array of relationships to iamEndPointPrivilege resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointPrivilege.Relationship' readOnly: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.DeviceClusterInstall.List: title: List of 'appliance.DeviceClusterInstall' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DeviceClusterInstall'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DeviceClusterInstall' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DeviceClusterInstall' appliance.ClusterInstall: title: Appliance:Cluster Install description: ClusterInstall is a singleton that tracks the Intersight Appliance's install of two additional nodes. x-allOf-name: appliance.ClusterInstall allOf: - $ref: '#/components/schemas/appliance.ClusterInstallBase' iam.Role.Relationship: description: A relationship to the 'iam.Role' resource, or the expanded 'iam.Role' resource, or the 'null' value. x-one-of-name: iam.Role.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Role' discriminator: propertyName: ClassId iam.User: title: User description: "The User object represents individual users within the system, encompassing their identity, permissions, and roles.\n#### Purpose\nA User is a central entity within the system, defining the attributes, and roles associated with an individual accessing the system. It enables personalized and secure interactions with the system's resources.\n #### Key Concepts\n - **Identity Management:** Maintains user identification details, including name, email, and unique identifiers, for authentication and authorization purposes.\n - **Role Assignment:** Associates users with roles, defining their access levels and capabilities within the system.\n - **Session Tracking:** Tracks user sessions, providing insights into login activity and enabling session management features.\n - **Security Controls:** Implements security measures such as password policies and account lockout features, ensuring user accounts are protected against unauthorized access." x-allOf-name: iam.User allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.User', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.User default: iam.User x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.User default: iam.User x-enum-as-string: true ClientIpAddress: description: IP address from which the user last logged in to Intersight. type: string readOnly: true x-omitempty: true Email: description: Email of the user. Remote users are added to Intersight using the email configured in the IdP. type: string pattern: ^$|^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ x-createOnly: true x-omitempty: true ExternalIdentifier: description: External identifier for the user, used for integration with external identity systems. type: string x-omitempty: true FirstName: description: First name of the user. For remote users, this field is populated from the IdP attributes received after authentication. type: string x-omitempty: true LastLoginTime: description: Last successful login time for user. type: string format: date-time readOnly: true x-omitempty: true LastName: description: Last name of the user. For remote users, this field is populated from the IdP attributes received after authentication. type: string x-omitempty: true LastRoleModifiedTime: description: Last role modification time for user. type: string format: date-time readOnly: true x-omitempty: true LockedUntil: description: Time until which the user account will be locked out. type: string format: date-time readOnly: true x-omitempty: true Name: description: Name of the user. For remote users, it is the value as configured in the IdP. type: string readOnly: true x-omitempty: true UserIdOrEmail: description: UserID or email of the user. For remote users, it is the value as configured in the IDP. type: string x-createOnly: true x-omitempty: true UserType: description: Type of the User. If a user is added manually by specifying the email address, or has logged in using groups, based on the IdP attributes received during authentication. If added manually, the user type will be static, otherwise dynamic. type: string readOnly: true x-omitempty: true UserUniqueIdentifier: description: Unique id of the user used by the identity provider to store the user. type: string readOnly: true x-omitempty: true ApiKeys: description: An array of relationships to iamApiKey resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.ApiKey.Relationship' readOnly: true AppRegistrations: description: An array of relationships to iamAppRegistration resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.AppRegistration.Relationship' readOnly: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Idpreference: $ref: '#/components/schemas/iam.IdpReference.Relationship' description: 'A reference to a iamIdpReference resource. When the $expand query parameter is specified, the referenced resource is returned inline.' LocalUserPassword: $ref: '#/components/schemas/iam.LocalUserPassword.Relationship' description: 'A reference to a iamLocalUserPassword resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true OauthTokens: description: An array of relationships to iamOAuthToken resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.OAuthToken.Relationship' readOnly: true Permissions: description: An array of relationships to iamPermission resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Permission.Relationship' Sessions: description: An array of relationships to iamSession resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Session.Relationship' readOnly: true Usergroup: description: An array of relationships to iamUserGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserGroup.Relationship' readOnly: true asset.DeviceRegistration.Relationship: description: A relationship to the 'asset.DeviceRegistration' resource, or the expanded 'asset.DeviceRegistration' resource, or the 'null' value. x-one-of-name: asset.DeviceRegistration.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.DeviceRegistration' discriminator: propertyName: ClassId iam.TestIdpConfiguration: title: Iam:Test Idp Configuration description: 'TestIdpConfiguration supports validating an IdP setup by performing a controlled authentication, currently supported only for testing LDAP configurations. test and capturing outcomes. #### Purpose It helps administrators verify IdP integration parameters and diagnose configuration issues before production use. #### Key Concepts - **Validation Utility:** Initiates a test flow against the configured IdP. - **Diagnostic Feedback:** Provides success status and error details. - **Readiness Signal:** Confirms correctness of protocol and mapping settings. - **Admin Tool:** Designed for identity administrators managing SSO.' x-allOf-name: iam.TestIdpConfiguration allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.TestIdpConfiguration', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.TestIdpConfiguration default: iam.TestIdpConfiguration x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.TestIdpConfiguration default: iam.TestIdpConfiguration x-enum-as-string: true ErrorDetails: description: Error returned by the IdP when the configuration test fails. type: string readOnly: true x-omitempty: true IdpEntityId: description: Entity ID of the IdP whose configuration needs to be tested. type: string readOnly: true x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true NoOfGroups: description: Total number of groups of the user received from the IdP after successful authentication. type: integer format: int64 readOnly: true x-omitempty: true Password: description: The password of the test user for testing the IdP configuration settings. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 256 characters. type: string pattern: ^$|^\S{3,256}$ writeOnly: true x-omitempty: true Status: description: 'IdP configuration test result. * `Unverified` - The IdP configuration is yet to be verified. * `Verified` - Successfully authenticated the user via the configured IdP and verified the configuration parameters. * `Pending` - Pending verification of the IdP configuration. * `Failed` - Could not authenticate the user via the configured IdP and verify its configuration.' type: string enum: - Unverified - Verified - Pending - Failed default: Unverified readOnly: true x-omitempty: true TriggerTest: description: Trigger property used to initiate an IdP configuration test. type: boolean x-omitempty: true Username: description: Email or userId of the test user for testing the IdP configuration settings. type: string pattern: ^$|^(?:[a-zA-Z0-9._-]{3,256}|[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$ x-omitempty: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.MemoryUtilization.List: title: List of 'appliance.MemoryUtilization' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.MemoryUtilization'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.MemoryUtilization' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.MemoryUtilization' appliance.AutoRmaPolicy: title: Appliance:Auto Rma Policy description: Auto rma policy to decide whether rma data should be collected. x-allOf-name: appliance.AutoRmaPolicy allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.AutoRmaPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.AutoRmaPolicy default: appliance.AutoRmaPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.AutoRmaPolicy default: appliance.AutoRmaPolicy x-enum-as-string: true Enable: description: Status of the data collection mode. If the value is 'true', then data collection is enabled. type: boolean x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' resource.Group: title: Resource:Group description: 'The Group object represents a collection of REST resources within the system, designed to streamline resource management through organized groupings. #### Purpose A Group is intended to aggregate resources into a single entity, simplifying management tasks such as resource allocation, access control, and membership evaluation. It supports both static and dynamic resource memberships, allowing for flexible and efficient resource grouping. #### Key Concepts - **Dynamic Memberships:** Allows resources to be grouped dynamically using OData query filters, enhancing flexibility in resource management. - **Access Control:** Ensures only authorized users can view or perform actions on Group data. - **Resource Aggregation:** Supports the organization of resources into cohesive groups, aiding in resource management and allocation.' x-allOf-name: resource.Group allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'resource.Group', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - resource.Group default: resource.Group x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - resource.Group default: resource.Group x-enum-as-string: true Description: description: The informative description about the usage of this Resource Group. type: string x-omitempty: true ExportedSelectors: type: - array - 'null' items: description: A list of OData filters to select resources. The group selectors may include URLs of individual resources, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host). $ref: '#/components/schemas/resource.Selector' x-omitempty: true Name: description: The name of this resource group. type: string pattern: ^[a-zA-Z0-9_.:-]{1,128}$ minLength: 1 maxLength: 128 x-omitempty: true PerTypeCombinedSelector: type: - array - 'null' items: description: A single filter expression created by OR'ing the $filter criteria of the 'selectors' of a given object type. Used to efficiently maintain the membership of the group. This filter is maintained per object type in this type. $ref: '#/components/schemas/resource.PerTypeCombinedSelector' readOnly: true x-omitempty: true Qualifier: description: 'Qualifier shall be used to specify if we want to organize resources using multiple resource group or single For an account, resource groups can be of only one of the above types. (Both the types are mutually exclusive for an account.). * `Allow-Selectors` - Resources will be added to resource groups based on ODATA filter. Multiple resource group can be created to organize resources. * `Allow-All` - All resources will become part of the Resource Group. Only one resource group can be created to organize resources.' type: string enum: - Allow-Selectors - Allow-All default: Allow-Selectors x-omitempty: true Reevaluate: description: Set Reevaluate to true to reevaluate the group members and memberships of this resource group. type: boolean x-omitempty: true Selectors: type: - array - 'null' items: description: A list of OData filters to select resources. The group selectors may be include URLs of individual resources, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host). $ref: '#/components/schemas/resource.Selector' x-omitempty: true Type: description: 'The type of this resource group. (Rbac, Licensing, solution). * `rbac` - These resource groups are used for multi-tenancy by assigning to organizations. * `licensing` - These resource groups are used to classify resources like servers to various groups which are associated to different license tiers. * `solution` - These resource groups are created for Flexpods.' type: string enum: - rbac - licensing - solution default: rbac readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Organizations: description: An array of relationships to organizationOrganization resources. type: - array - 'null' items: $ref: '#/components/schemas/organization.Organization.Relationship' iam.LdapProvider.Relationship: description: A relationship to the 'iam.LdapProvider' resource, or the expanded 'iam.LdapProvider' resource, or the 'null' value. x-one-of-name: iam.LdapProvider.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.LdapProvider' discriminator: propertyName: ClassId appliance.ClusterReplaceNode.List: title: List of 'appliance.ClusterReplaceNode' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ClusterReplaceNode'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ClusterReplaceNode' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ClusterReplaceNode' appliance.NodeInfo: title: Appliance:Node Info description: 'The NodeInfo object is designed to store the cluster node information of the Intersight Appliance. Created during the appliance''s setup, NodeInfo objects are updated periodically to reflect the status of each node within the cluster. #### Purpose NodeInfo serves as an informative entity that provides details about individual nodes in the Intersight Appliance cluster. It includes crucial information such as node IDs, hostnames, IP configurations, and operational status, thus facilitating node management and monitoring. #### Key Concepts - **Cluster Node Representation:** Each NodeInfo object corresponds to a node within the Intersight Appliance cluster, providing node-specific data. - **Read-Only Data:** Ensures that node information is accessible without the risk of unauthorized changes. - **Identity Management:** Utilizes system-assigned unique IDs to maintain node identity and facilitate tracking. - **Network Configuration:** Captures both IPv4 and IPv6 configurations, supporting comprehensive network management.' x-allOf-name: appliance.NodeInfo allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.NodeInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeInfo default: appliance.NodeInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeInfo default: appliance.NodeInfo x-enum-as-string: true DeploymentSize: description: Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc. type: string readOnly: true x-omitempty: true Hostname: description: Cluster node's FQDN or IP address. type: string readOnly: true x-omitempty: true NodeId: description: System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1. type: integer format: int64 readOnly: true x-omitempty: true NodeIpV4Config: description: IPv4 subnet and gateway configuration of the Intersight Appliance node. $ref: intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.IpV4Interface readOnly: true x-omitempty: true NodeIpV6Config: description: IPv6 subnet and gateway configuration of the Intersight Appliance node. $ref: intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.IpV6Interface readOnly: true x-omitempty: true NodeType: description: 'The node type of Intersight Virtual Appliance. * `standalone` - Single Node Intersight Virtual Appliance. * `management` - Management node type when Intersight Virtual Appliance is running as management-worker deployment. * `hamanagement` - Management node type when Intersight Virtual Appliance is running as multi node HA deployment. * `metrics` - Metrics node when Intersight Virtual Appliance is running management-metrics node.' type: string enum: - standalone - management - hamanagement - metrics default: standalone readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the Intersight Appliance node. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true appliance.NetworkLinkStatus: title: Appliance:Network Link Status description: 'The NetworkLinkStatus object examines the network connection between nodes in an Intersight Appliance cluster. It is vital for ensuring seamless communication and data transfer. #### Purpose NetworkLinkStatus provides insights into the connectivity and network performance between cluster nodes, facilitating efficient data flow and system integration. #### Key Concepts - **Link Health:** Assesses the network link status, reporting on connectivity and ping times between nodes. - **Communication Efficiency:** Ensures robust and efficient data exchange, crucial for maintaining overall system functionality. - **System Integration:** Integrates network link status within broader system monitoring to ensure comprehensive oversight.' x-allOf-name: appliance.NetworkLinkStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.NetworkLinkStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NetworkLinkStatus default: appliance.NetworkLinkStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NetworkLinkStatus default: appliance.NetworkLinkStatus x-enum-as-string: true DestinationHostname: description: Hostname of the destination endpoint. type: string readOnly: true x-omitempty: true PingTime: description: Time to reach the destination endpoint in milliseconds from the source endpoint. type: number format: float readOnly: true x-omitempty: true SourceHostname: description: Hostname of the source endpoint. type: string readOnly: true x-omitempty: true NodeOpStatus: $ref: '#/components/schemas/appliance.NodeOpStatus.Relationship' description: 'A reference to a applianceNodeOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true policy.ConfigContext: title: Policy:Config Context description: Configuration related state and results. x-allOf-name: policy.ConfigContext allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ConfigContext', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ConfigContext default: policy.ConfigContext x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ConfigContext default: policy.ConfigContext x-enum-as-string: true ConfigState: description: Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed. type: string readOnly: true x-omitempty: true ConfigStateSummary: description: 'Indicates a profile''s configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring. * `None` - The default state is none. * `Not-assigned` - Server is not assigned to the profile. * `Assigned` - Server is assigned to the profile and the configurations are not yet deployed. * `Preparing` - Preparing to deploy the configuration. * `Validating` - Profile validation in progress. * `Evaluating` - Policy edit configuration change evaluation in progress. * `Configuring` - Profile deploy operation is in progress. * `UnConfiguring` - Server is unassigned and config cleanup is in progress. * `Analyzing` - Profile changes are being analyzed. * `Activating` - Configuration is being activated at the endpoint. * `Inconsistent` - Profile is inconsistent with the endpoint configuration. * `Associated` - The profile configuration has been applied to the endpoint and no inconsistencies have been detected. * `Failed` - The last action on the profile has failed. * `Not-complete` - Config import operation on the profile is not complete. * `Waiting-for-resource` - Waiting for the resource to be allocated for the profile. * `Partially-deployed` - The profile configuration has been applied on a subset of endpoints.' type: string enum: - None - Not-assigned - Assigned - Preparing - Validating - Evaluating - Configuring - UnConfiguring - Analyzing - Activating - Inconsistent - Associated - Failed - Not-complete - Waiting-for-resource - Partially-deployed default: None readOnly: true x-omitempty: true ConfigType: description: The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress. type: string readOnly: true x-omitempty: true ControlAction: description: System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind. type: string x-omitempty: true ErrorState: description: Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error). type: string x-omitempty: true InconsistencyReason: type: - array - 'null' items: description: The reason for the profile being in an inconsistent state. Value -- Pending-changes, Out-of-sync, Not Activated, Config-sync-failure. type: string readOnly: true x-omitempty: true OperState: description: Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed. type: string readOnly: true x-omitempty: true appliance.BackupPolicy: title: Appliance:Backup Policy description: 'The BackupPolicy object defines the strategic approach to system backups, setting guidelines and parameters for regular data protection operations. #### Purpose BackupPolicy establishes the backup framework, detailing the schedule, retention, and manual operation modes to ensure comprehensive data safeguarding. #### Key Concepts - **Policy Definition:** Outlines the backup strategy, including schedules and retention policies, facilitating organized and predictable backup operations. - **Manual and Automatic Modes:** Supports user-defined backup modes, allowing flexibility in data protection management. - **Retention Strategies:** Specifies retention policies to manage backup data lifecycle, promoting efficient storage use and data integrity. - **Organizational Alignment:** Ensures backup operations align with organizational goals and security standards, promoting reliable data management.' x-allOf-name: appliance.BackupPolicy allOf: - $ref: '#/components/schemas/appliance.BackupBase' - type: object description: Definition of the list of properties defined in 'appliance.BackupPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.BackupPolicy default: appliance.BackupPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.BackupPolicy default: appliance.BackupPolicy x-enum-as-string: true BackupTime: description: The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field. type: string format: date-time readOnly: true x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true ManualBackup: description: Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored. type: boolean x-omitempty: true Password: description: Password to authenticate the file server. type: string pattern: ^$|^[^`]+$ writeOnly: true x-omitempty: true RetentionCount: description: The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled. type: integer format: int64 default: 1 x-omitempty: true RetentionPolicyEnabled: description: If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property. type: boolean x-omitempty: true Schedule: description: Schedule to create a backup of the Intersight Appliance. Manualbackup field must be set to 'false' for this schedule to be active. $ref: '#/components/schemas/onprem.Schedule' x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' mo.Tag: type: object title: Mo:Tag description: 'An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by assigning meta-data tags to any object.' properties: AncestorDefinitions: type: - array - 'null' items: description: The array containing the tag definition references of the ancestors in the object containment hierarchy. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true Definition: description: 'The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.' $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true Key: description: The string representation of a tag key. type: string minLength: 1 maxLength: 356 x-omitempty: true Propagated: description: Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects. type: boolean readOnly: true x-omitempty: true SysTag: description: Specifies whether the tag is user-defined or owned by the system. type: boolean readOnly: true x-omitempty: true Type: description: 'An enum type that defines the type of tag. Supported values are ''pathtag'' and ''keyvalue''. * `KeyValue` - KeyValue type of tag. Key is required for these tags. Value is optional. * `PathTag` - Key contain path information. Value is not present for these tags. The path is created by using the ''/'' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".' type: string enum: - KeyValue - PathTag default: KeyValue readOnly: true x-omitempty: true Value: description: The string representation of a tag value. type: string minLength: 0 maxLength: 256 x-omitempty: true appliance.ReleaseNote.Response: description: "The response body of a HTTP GET request for the 'appliance.ReleaseNote' 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 'appliance.ReleaseNote' resources." x-one-of-name: appliance.ReleaseNote.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ReleaseNote.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.FqdnUpdate.List: title: List of 'appliance.FqdnUpdate' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FqdnUpdate'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FqdnUpdate' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FqdnUpdate' cond.AlarmSummary: title: Cond:Alarm Summary description: The summary of alarm counts based on alarm serverity. x-allOf-name: cond.AlarmSummary allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'cond.AlarmSummary', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - cond.AlarmSummary default: cond.AlarmSummary x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - cond.AlarmSummary default: cond.AlarmSummary x-enum-as-string: true Critical: description: The count of active alarms that have severity type Critical. type: integer format: int64 readOnly: true x-omitempty: true Health: description: 'Health of the managed end point. The highest severity computed from alarmSummary property is set as the health. * `Healthy` - The Enum value represents that the entity is healthy. * `Warning` - The Enum value Warning represents that the entity has one or more active warnings on it. * `Critical` - The Enum value Critical represents that the entity is in a critical state.' type: string enum: - Healthy - Warning - Critical default: Healthy readOnly: true x-omitempty: true Info: description: The count of active alarms that have severity type Info. type: integer format: int64 readOnly: true x-omitempty: true SuppressedCritical: description: The count of active suppressed alarms that have severity type Critical. type: integer format: int64 readOnly: true x-omitempty: true SuppressedInfo: description: The count of active suppressed alarms that have severity type Info. type: integer format: int64 readOnly: true x-omitempty: true SuppressedWarning: description: The count of active suppressed alarms that have severity type Warning. type: integer format: int64 readOnly: true x-omitempty: true Warning: description: The count of active alarms that have severity type Warning. type: integer format: int64 readOnly: true x-omitempty: true appliance.NetworkStatus: title: Appliance:Network Status description: Time to ping a target endpoint. x-allOf-name: appliance.NetworkStatus allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.NetworkStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NetworkStatus default: appliance.NetworkStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NetworkStatus default: appliance.NetworkStatus x-enum-as-string: true DestinationHostname: description: Hostname of the destination endpoint. type: string readOnly: true x-omitempty: true PingTime: description: Time to reach the destination endpoint in milliseconds from the source endpoint. type: number format: float readOnly: true x-omitempty: true SourceHostname: description: Hostname of the source endpoint. type: string readOnly: true x-omitempty: true iam.Privilege: title: Iam:Privilege description: Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc. x-allOf-name: iam.Privilege allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Privilege', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Privilege default: iam.Privilege x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Privilege default: iam.Privilege x-enum-as-string: true AttributeNames: type: - array - 'null' items: description: The list of attribute names associated with a conditional privilege. When the condition is met, access is granted to update these specific attributes. type: string readOnly: true x-omitempty: true Condition: description: The condition expression or criteria that determines when this conditional privilege can grant access to update the specified attribute names. type: string readOnly: true x-omitempty: true Description: description: Informative description about each privilege. type: string readOnly: true x-omitempty: true HostnamePrefix: description: The hostname prefix of the resource corresponding to this privilege. For example \'sentry\' in https://sentry.intersight.com . type: string readOnly: true x-omitempty: true IsConditionalPrivilege: description: Flag that indicates whether this privilege is conditional. type: boolean readOnly: true x-omitempty: true Method: description: The API method on the rest resource corresponding to privilege. For example READ, CREATE, UPDATE etc. type: string readOnly: true x-omitempty: true Name: description: The name of the privilege reported by microservice. type: string readOnly: true x-omitempty: true RestPath: description: The REST API path of the resource corresponding to this privilege. For example /v1/iam/Accounts, /v1/iam/Sessions. type: string readOnly: true x-omitempty: true UrlPrefix: description: The URL path prefix of the resource corresponding to this privilege. For example /devops/kibana, /devops/grafana etc. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.NodeIopsMetric: title: Appliance:Node Iops Metric description: "Input/Output operations per second (IOPS) metrics for Intersight Appliance nodes. \nMeasures the aggregate rate of disk read and write operations, providing insights \ninto storage subsystem performance and I/O workload patterns across the cluster." x-allOf-name: appliance.NodeIopsMetric allOf: - $ref: '#/components/schemas/appliance.NodeMetricBase' - type: object description: Definition of the list of properties defined in 'appliance.NodeIopsMetric', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeIopsMetric default: appliance.NodeIopsMetric x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeIopsMetric default: appliance.NodeIopsMetric x-enum-as-string: true Iops: description: Aggregate input/output operations per second. type: number format: double readOnly: true x-omitempty: true appliance.BackupDownload.Response: description: "The response body of a HTTP GET request for the 'appliance.BackupDownload' 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 'appliance.BackupDownload' resources." x-one-of-name: appliance.BackupDownload.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.BackupDownload.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.LocalUserPassword: title: Iam:Local User Password description: 'LocalUserPassword provides the mechanism for a local user to change their own password within the platform appliance context. This model is applicable only to Intersight Appliance deployments. #### Purpose It enforces secure password-change operations for local users while keeping reset flows separate. #### Key Concepts - **Self-service Change:** Allows users to update their own password. - **Policy-aware:** Works alongside password policy configurations. - **Scoped to User:** Inherits permissions from the associated user. - **Appliance Focus:** Applicable to local authentication scenarios.' x-allOf-name: iam.LocalUserPassword allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.LocalUserPassword', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LocalUserPassword default: iam.LocalUserPassword x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LocalUserPassword default: iam.LocalUserPassword x-enum-as-string: true CurrentPassword: description: User-entered password to be compared to password for change password function. type: string writeOnly: true x-omitempty: true InitialPassword: description: Initial password set for the local user for the first time when the local user gets created or when the password gets reset by the Account Administrator. type: string writeOnly: true x-omitempty: true IsCurrentPasswordSet: description: Indicates whether the value of the 'currentPassword' property has been set. type: boolean default: false readOnly: true x-omitempty: true IsInitialPasswordSet: description: Indicates whether the value of the 'initialPassword' property has been set. type: boolean default: false readOnly: true x-omitempty: true IsNewPasswordSet: description: Indicates whether the value of the 'newPassword' property has been set. type: boolean default: false readOnly: true x-omitempty: true NeedPasswordReset: description: Indicates whether the user should be prompted to reset their password. type: boolean readOnly: true x-omitempty: true NewPassword: description: New password that the user's password should be changed to. type: string writeOnly: true x-omitempty: true PasswordExpiresInDays: description: 'The passwordExpiresInDays attribute indicates the number of days remaining until a user''s password expires, with negative values meaning the password has already expired and zero indicating expiration today. This value is dynamically calculated based on the time since the last password change and the maximum allowed password age defined by the password policy. No migration code or default value is required during system upgrades because the value is computed in real-time, and initially, the password age property defaults to zero, ensuring no passwords are mistakenly marked as expired.' type: integer format: int64 readOnly: true x-omitempty: true User: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.FileSystemTelemetry.Response: description: "The response body of a HTTP GET request for the 'appliance.FileSystemTelemetry' 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 'appliance.FileSystemTelemetry' resources." x-one-of-name: appliance.FileSystemTelemetry.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FileSystemTelemetry.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeUtilizationMetric: title: Appliance:Node Utilization Metric description: Base class for percentage-based utilization metrics collected from Intersight Appliance nodes. x-allOf-name: appliance.NodeUtilizationMetric allOf: - $ref: '#/components/schemas/appliance.NodeMetricBase' - type: object description: Definition of the list of properties defined in 'appliance.NodeUtilizationMetric', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization x-enum-as-string: true Utilization: description: The percent utilization of the metric. type: number format: double readOnly: true x-omitempty: true appliance.DeviceUpgradePolicy: title: Appliance:Device Upgrade Policy description: 'The DeviceUpgradePolicy object defines the upgrade policies of Intersight Appliances, guiding the automated and scheduled distribution of software updates. #### Purpose DeviceUpgradePolicy establishes comprehensive rules for software upgrades, ensuring systematic and controlled deployment across appliances. #### Key Concepts - **Automation Control:** Provides settings for auto-upgrade initiation, allowing flexibility in update scheduling and execution. - **Metadata Synchronization:** Supports immediate or scheduled metadata file syncing, enhancing data consistency and appliance performance. - **Blackout Management:** Enables definition of blackout periods to prevent upgrades during specific times, maintaining operational stability.' x-allOf-name: appliance.DeviceUpgradePolicy allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DeviceUpgradePolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DeviceUpgradePolicy default: appliance.DeviceUpgradePolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DeviceUpgradePolicy default: appliance.DeviceUpgradePolicy x-enum-as-string: true AutoUpgrade: description: Indicates if the upgrade service is set to automatically start the software upgrade or not. If autoUpgrade is true, then the value of the schedule field is ignored. type: boolean x-omitempty: true BlackoutDatesEnabled: description: If enabled, allows the user to define a blackout period during which the appliance will not be upgraded. type: boolean x-omitempty: true BlackoutEndDate: description: End date of the black out period. type: string format: date-time x-omitempty: true BlackoutStartDate: description: Start date of the black out period. The appliance will not be upgraded during this period. type: string format: date-time x-omitempty: true DisruptiveGracePeriodWeek: description: Updates requiring a reboot will start automatically once the grace period ends. type: integer format: int64 x-omitempty: true EnableMetaDataSync: description: Indicates if the updated metadata files should be synced immediately or at the next upgrade. type: boolean default: true x-omitempty: true IsCustomGracePeriodEnabled: description: Custom grace period for subsequent reboot and non-reboot updates. type: boolean x-omitempty: true NondisruptiveGracePeriodWeek: description: Updates not requiring a reboot will start automatically once the grace period ends. type: integer format: int64 x-omitempty: true Schedule: description: User defined schedule for upgrading the Intersight Appliance software. $ref: '#/components/schemas/onprem.Schedule' x-omitempty: true SerialId: description: SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. It is a unique UUID string, and serialId will not change for the life time of the Intersight Appliance. type: string readOnly: true x-omitempty: true SoftwareDownloadType: description: 'UpgradeType is used to indicate the kink of software upload to upgrade. * `unknown` - Indicates user setting of upgrade service to unknown. * `connected` - Indicates if the upgrade service is set to upload software to latest version automatically. * `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.' type: string enum: - unknown - connected - manual default: unknown x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.ExternalSyslogSetting.List: title: List of 'appliance.ExternalSyslogSetting' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ExternalSyslogSetting'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ExternalSyslogSetting' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ExternalSyslogSetting' policy.ConfigResultContext: title: Policy:Config Result Context description: The context for a validation/config result such as the related entity's name, type, MOID etc. x-allOf-name: policy.ConfigResultContext allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ConfigResultContext', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ConfigResultContext default: policy.ConfigResultContext x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ConfigResultContext default: policy.ConfigResultContext x-enum-as-string: true DependentPolicyList: type: - array - 'null' items: description: Dependent policies that require redeployment for this change. type: string readOnly: true x-omitempty: true EntityData: description: The data of the object present in config result context. readOnly: true x-omitempty: true EntityMoid: description: The Moid of the object present in config result context. type: string x-omitempty: true EntityName: description: The name of the object present in config result context. type: string x-omitempty: true EntityType: description: The type of the object present in config result context. type: string x-omitempty: true ParentMoid: description: The Moid of the parent object present in config result context. type: string x-omitempty: true ParentPolicyObjectType: description: The type of the policy object associated with the profile. type: string x-omitempty: true ParentType: description: The type of the parent object present in config result context. type: string x-omitempty: true policy.AbstractConfigProfile: title: Policy:Abstract Config Profile description: AbstractConfigProfile is an abstract base type for all config actions on a profile. x-allOf-name: policy.AbstractConfigProfile allOf: - $ref: '#/components/schemas/policy.AbstractProfile' - type: object description: Definition of the list of properties defined in 'policy.AbstractConfigProfile', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - fabric.SwitchProfile - fabric.SwitchProfileTemplate - hyperflex.ClusterProfile - hyperflex.NodeProfile - recovery.BackupProfile - server.Profile - server.ProfileTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - fabric.SwitchProfile - fabric.SwitchProfileTemplate - hyperflex.ClusterProfile - hyperflex.NodeProfile - recovery.BackupProfile - server.Profile - server.ProfileTemplate x-enum-as-string: true Action: description: User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign. type: string default: No-op x-omitempty: true ActionParams: type: - array - 'null' items: description: Action parameters for the user initiated action. For day-2 operations on HyperFlex Cluster Profile, actions like encrypt, rekey, expand, upgrade etc will have action parameters which are collection of key:value pairs. e.g. dryrun:true, validate:true, etc. $ref: '#/components/schemas/policy.ActionParam' x-omitempty: true ConfigContext: description: The configuration state and results of the last configuration operation. $ref: '#/components/schemas/policy.ConfigContext' x-omitempty: true DeployedPolicies: type: - array - 'null' items: description: List of policy types which are deployed on the endpoint from Intersight. We do not have a way to track if a policy was deployed or not from the profile service. Only policy service stores that information along with the deployed configuration. For cases where a policy needs to be added to the removed list when it is detached from the profile, to ensure that only those policies which were deployed, we will have to make one remote call to per policy removed. Inorder to avoid these remote calls in the user request flow, it is good to maintain the list of policy types deployed in the profile service itself. type: string readOnly: true x-omitempty: true PartiallyDeployedPolicies: type: - array - 'null' items: description: List of policy types which are partially deployed on the endpoint from Intersight. $ref: '#/components/schemas/policy.PolicyContextHolder' readOnly: true x-omitempty: true PolicyChangeDetails: type: - array - 'null' items: description: A transient property that is used by policy services to report change details for the profile corresponding to a single policy. $ref: '#/components/schemas/policy.ConfigChangeDetailType' readOnly: true x-omitempty: true RemovedPolicies: type: - array - 'null' items: description: List of policy types which are removed from last deploy or removed and pending activation. type: string readOnly: true x-omitempty: true ReportedPolicyChanges: type: - array - 'null' items: description: Tracks policy changes that have been reported for the profile. $ref: '#/components/schemas/policy.ReportedPolicyChange' readOnly: true x-omitempty: true ScheduledActions: type: - array - 'null' items: description: User-initiated actions that will be executed in an asynchronous way. User can schedule actions, deploy, activate, or both. Example, user can schedule deploy before pending changes are evaluated, or schedule activate after deploy if reboot will happen as part of deploy. $ref: '#/components/schemas/policy.ScheduledAction' x-omitempty: true IncompletePolicies: description: An array of relationships to policyAbstractPolicy resources. type: - array - 'null' items: $ref: '#/components/schemas/policy.AbstractPolicy.Relationship' readOnly: true PolicyBucket: description: An array of relationships to policyAbstractPolicy resources. type: - array - 'null' items: $ref: '#/components/schemas/policy.AbstractPolicy.Relationship' appliance.AppOpStatus: title: Appliance:App Op Status description: 'The AppOpStatus object articulates the operational status of applications running on the Intersight Appliance. It tracks the application''s readiness and performance. #### Purpose AppOpStatus is crucial for assessing application-level health, monitoring metrics such as replica counts, restarts, and API statuses to ensure robust application functionality. #### Key Concepts - **Application Health:** Evaluates operational status, readiness, and performance, categorizing applications as Operational, AttentionNeeded, or Impaired. - **Replica Management:** Monitors the number of application instances provisioned and running to ensure adequate resources. - **Performance Tracking:** Keeps track of restarts and API statuses to maintain application stability and efficiency.' x-allOf-name: appliance.AppOpStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.AppOpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.AppOpStatus default: appliance.AppOpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.AppOpStatus default: appliance.AppOpStatus x-enum-as-string: true ApiStatuses: type: - array - 'null' items: description: A collection of the apis status. $ref: '#/components/schemas/appliance.ApiStatus' readOnly: true x-omitempty: true AppLabel: description: Unique label to identify the application. type: string readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the application. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true ReadyCount: description: 'Number of replicas ready. The number of instances of the application currently ready to perform its intended functions.' type: integer format: int64 readOnly: true x-omitempty: true ReplicaCount: description: 'Number of replicas provisioned. The number of instances of the application provisioned to run on the Intersight appliance.' type: integer format: int64 readOnly: true x-omitempty: true RestartCount1Hour: description: Number of instance restarts in the last hour. type: integer format: int64 readOnly: true x-omitempty: true RestartCount24Hours: description: Number of instance restarts in the last 24 hours. type: integer format: int64 readOnly: true x-omitempty: true RestartCount5Mins: description: Number of instance restarts in the last 5 minutes. type: integer format: int64 readOnly: true x-omitempty: true RestartCountTotal: description: Total number of restarts since last deployment. type: integer format: int64 readOnly: true x-omitempty: true RunningCount: description: 'Number of replicas running. The number of instances of the application currently running.' type: integer format: int64 readOnly: true x-omitempty: true GroupOpStatus: $ref: '#/components/schemas/appliance.GroupOpStatus.Relationship' description: 'A reference to a applianceGroupOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemOpStatus: $ref: '#/components/schemas/appliance.SystemOpStatus.Relationship' description: 'A reference to a applianceSystemOpStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.BackupMonitor.List: title: List of 'appliance.BackupMonitor' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.BackupMonitor'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.BackupMonitor' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.BackupMonitor' appliance.SetupInfo.Response: description: "The response body of a HTTP GET request for the 'appliance.SetupInfo' 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 'appliance.SetupInfo' resources." x-one-of-name: appliance.SetupInfo.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.SetupInfo.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType ExcelFile: description: The content is an Excel spreadsheet. type: string format: binary mo.BaseResponse: 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 appliance.Upgrade.Relationship: description: A relationship to the 'appliance.Upgrade' resource, or the expanded 'appliance.Upgrade' resource, or the 'null' value. x-one-of-name: appliance.Upgrade.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.Upgrade' discriminator: propertyName: ClassId appliance.DataExportPolicy.Relationship: description: A relationship to the 'appliance.DataExportPolicy' resource, or the expanded 'appliance.DataExportPolicy' resource, or the 'null' value. x-one-of-name: appliance.DataExportPolicy.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.DataExportPolicy' discriminator: propertyName: ClassId pkix.KeyGenerationSpec: title: Pkix:Key Generation Spec description: The key generation spec provides the algorithm and the parameters required for this algorithm to generate a key. x-allOf-name: pkix.KeyGenerationSpec allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'pkix.KeyGenerationSpec', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - pkix.EcdsaKeySpec - pkix.EddsaKeySpec - pkix.RsaAlgorithm x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - pkix.EcdsaKeySpec - pkix.EddsaKeySpec - pkix.RsaAlgorithm x-enum-as-string: true Name: description: 'Name of the key generation algorithm. * `RSA` - Key pairs should be generated by the RSA algorithm.' type: string enum: - RSA default: RSA readOnly: true x-omitempty: true policy.AbstractPolicy.Relationship: description: A relationship to the 'policy.AbstractPolicy' resource, or the expanded 'policy.AbstractPolicy' resource, or the 'null' value. x-one-of-name: policy.AbstractPolicy.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/policy.AbstractPolicy' discriminator: propertyName: ClassId iam.System.Relationship: description: A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value. x-one-of-name: iam.System.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.System' discriminator: propertyName: ClassId appliance.BackupRotateData.List: title: List of 'appliance.BackupRotateData' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.BackupRotateData'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.BackupRotateData' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.BackupRotateData' appliance.SystemOpStatus: title: Appliance:System Op Status description: 'The SystemOpStatus object represents the status of the Intersight Appliance within a system. This provides a comprehensive view of the appliance''s operational state, including the health and performance of its nodes and applications. #### Purpose SystemOpStatus serves as the primary indicator of the appliance''s operational health. It encompasses the results of status checks across various components, determining the overall status as Operational, AttentionNeeded, or Impaired based on these checks. #### Key Concepts - **Operational Status:** Defines the health of the appliance, influenced by checks on nodes, applications, and system components. - **Node and Application Monitoring:** Tracks the number of nodes and applications that require attention or are impaired. - **Alert System:** Utilizes certificate expiry dates to raise alarms, ensuring timely updates and security compliance. - **Relationships:** Links to system information, applications, groups, and accounts to provide a holistic overview.' x-allOf-name: appliance.SystemOpStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.SystemOpStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.SystemOpStatus default: appliance.SystemOpStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.SystemOpStatus default: appliance.SystemOpStatus x-enum-as-string: true OperationalStatus: description: 'Operational status of the Intersight Appliance. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true AppOpStatuses: description: An array of relationships to applianceAppOpStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppOpStatus.Relationship' readOnly: true GroupOpStatuses: description: An array of relationships to applianceGroupOpStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.GroupOpStatus.Relationship' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemInfo: $ref: '#/components/schemas/appliance.SystemInfo.Relationship' description: 'A reference to a applianceSystemInfo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.IpAccessManagement.Relationship: description: A relationship to the 'iam.IpAccessManagement' resource, or the expanded 'iam.IpAccessManagement' resource, or the 'null' value. x-one-of-name: iam.IpAccessManagement.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.IpAccessManagement' discriminator: propertyName: ClassId appliance.GroupOpStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.GroupOpStatus' 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 'appliance.GroupOpStatus' resources." x-one-of-name: appliance.GroupOpStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.GroupOpStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeIpInfo: title: Appliance:Node Ip Info description: NodeInfo contains the hostname, ip address, and node number for a node. x-allOf-name: appliance.NodeIpInfo allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.NodeIpInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeIpInfo default: appliance.NodeIpInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeIpInfo default: appliance.NodeIpInfo x-enum-as-string: true Gateway: description: Gateway ip address of the cluster node. type: string readOnly: true x-omitempty: true Hostname: description: Hostname of the cluster node. type: string readOnly: true x-omitempty: true IpAddress: description: Ip address of the cluster node. type: string readOnly: true x-omitempty: true Netmask: description: Netmask of the cluster node. type: string readOnly: true x-omitempty: true NodeId: description: Id number of the cluster node. type: integer format: int64 readOnly: true x-omitempty: true NodeMoid: description: Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo. type: string readOnly: true x-omitempty: true NodeType: description: 'The node type of Intersight Virtual Appliance. * `standalone` - Single Node Intersight Virtual Appliance. * `management` - Management node type when Intersight Virtual Appliance is running as management-worker deployment. * `hamanagement` - Management node type when Intersight Virtual Appliance is running as multi node HA deployment. * `metrics` - Metrics node when Intersight Virtual Appliance is running management-metrics node.' type: string enum: - standalone - management - hamanagement - metrics default: standalone readOnly: true x-omitempty: true Status: description: 'Status of the cluster node. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true iam.CertificateRequest: title: Iam:Certificate Request description: 'The information required to generate a certificate signing request (CSR), which is a block of encoded text that is given to a Certificate Authority when applying for an SSL Certificate.' x-allOf-name: iam.CertificateRequest allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.CertificateRequest', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.CertificateRequest default: iam.CertificateRequest x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.CertificateRequest default: iam.CertificateRequest x-enum-as-string: true EmailAddress: description: User input email address, an optional part of the subject of the certificate request. type: string x-omitempty: true Name: description: Name of the certificate request. type: string pattern: ^$|^[A-Za-z0-9]([^/\\.]*(\.[^/\\.]+)*)?$ x-createOnly: true x-omitempty: true Request: description: Generated certificate signing request (CSR) in PEM format. type: string readOnly: true x-omitempty: true SelfSigned: description: Whether the user wants the generated CSR to be self-signed by the appliance. type: boolean x-omitempty: true Subject: description: The x.509 distinguished name of the subject of the certificate request. $ref: '#/components/schemas/pkix.DistinguishedName' x-omitempty: true SubjectAlternateName: description: The x.509 subject alternate name values of the certificate request. $ref: '#/components/schemas/pkix.SubjectAlternateName' x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Certificate: $ref: '#/components/schemas/iam.Certificate.Relationship' description: 'A reference to a iamCertificate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PrivateKeySpec: $ref: '#/components/schemas/iam.PrivateKeySpec.Relationship' description: 'A reference to a iamPrivateKeySpec resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.FqdnUpdate: title: Appliance:Fqdn Update description: FqdnUpdate provides configuration parameters for updating Appliance FQDN (fully qualified domain name) on claimed Endpoints. Appliance with new FQDN should be restored using the backup. The FQDN must be unique within the network. For multinode the input FQDN should be only one management node FQDN not the metrics node FQDN. If the restored appliance is going to be a HA cluster, other management node FQDNs will be updated during add node and cluster expansion operations. x-allOf-name: appliance.FqdnUpdate allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FqdnUpdate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FqdnUpdate default: appliance.FqdnUpdate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FqdnUpdate default: appliance.FqdnUpdate x-enum-as-string: true EndTime: description: End date of the appliance FQDN change. type: string format: date-time readOnly: true x-omitempty: true Fqdn: description: The FQDN (fully qualified domain name) of the destination appliance for target migration. type: string x-omitempty: true StartTime: description: Start date of the appliance FQDN change. type: string format: date-time readOnly: true x-omitempty: true Status: description: 'The status of the FQDN update operation. * `NotStarted` - Appliance FQDN update operation has not started. * `Started` - Appliance FQDN update operation has started. * `Failed` - Appliance FQDN update operation has failed. * `Completed` - Appliance FQDN update operation has completed.' type: string enum: - NotStarted - Started - Failed - Completed default: NotStarted readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.DeviceUpgradePolicy.Response: description: "The response body of a HTTP GET request for the 'appliance.DeviceUpgradePolicy' 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 'appliance.DeviceUpgradePolicy' resources." x-one-of-name: appliance.DeviceUpgradePolicy.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DeviceUpgradePolicy.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.ResourcePermission: title: Iam:Resource Permission description: ResourcePermission represents the permissions defined on a resource like organization. x-allOf-name: iam.ResourcePermission allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.ResourcePermission', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ResourcePermission default: iam.ResourcePermission x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ResourcePermission default: iam.ResourcePermission x-enum-as-string: true PermissionRoles: type: - array - 'null' items: description: Permissions which are associated with the organization and their role mapping. $ref: '#/components/schemas/iam.PermissionToRoles' readOnly: true x-omitempty: true TargetApp: description: Name of the service owning the resource. type: string readOnly: true x-omitempty: true Holder: $ref: '#/components/schemas/iam.SecurityHolder.Relationship' description: 'A reference to a iamSecurityHolder resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Resource: $ref: '#/components/schemas/mo.BaseMo.Relationship' description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.ClusterInfo.List: title: List of 'appliance.ClusterInfo' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ClusterInfo'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ClusterInfo' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ClusterInfo' iam.SessionLimits.Relationship: description: A relationship to the 'iam.SessionLimits' resource, or the expanded 'iam.SessionLimits' resource, or the 'null' value. x-one-of-name: iam.SessionLimits.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.SessionLimits' discriminator: propertyName: ClassId iam.Privilege.Relationship: description: A relationship to the 'iam.Privilege' resource, or the expanded 'iam.Privilege' resource, or the 'null' value. x-one-of-name: iam.Privilege.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Privilege' discriminator: propertyName: ClassId appliance.DeviceClaim.Response: description: "The response body of a HTTP GET request for the 'appliance.DeviceClaim' 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 'appliance.DeviceClaim' resources." x-one-of-name: appliance.DeviceClaim.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DeviceClaim.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.UserGroup: title: Iam:User Group description: 'UserGroup provides a policy mechanism to assign permissions to cohorts of users based on identity attributes or explicit guest inclusion. #### Purpose UserGroup simplifies access management by mapping identity attributes (or guest lists) to permissions at scale. #### Key Concepts - **Attribute-based Access:** Qualifies users into groups using IdP attributes. - **Guest Access Mode:** Supports time-bound, link-based access for guest users. - **Permission Binding:** Assigns roles and privileges via permissions to the group. - **Lifecycle Governance:** Tracks activation/expiry for guest access scenarios.' x-allOf-name: iam.UserGroup allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.UserGroup', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.UserGroup default: iam.UserGroup x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.UserGroup default: iam.UserGroup x-enum-as-string: true AccessActivationTime: description: AccessActivationTime indicates the activation time for the guest user's access to the Account. Before this time, if guest user tries to login to the account, access the account will be denied. type: string format: date-time x-omitempty: true AccessExpiryTime: description: AccessExpiryTime indicates the expiration time for the guest user's access to the Account. Its value can only be assigned a date that falls within the range determined by the maximum expiration time configured for the API entries. The AccessExpiry date can be edited to be earlier or later. type: string format: date-time x-omitempty: true AccessLink: description: AccessLink using which the guest user uses to log in to Intersight. type: string readOnly: true x-omitempty: true GroupType: description: 'Group type determines the type of groups that is being associated with users. By default, Default User group will be used for associating dynamic user login. If the value of the User Group is set to guest, then this type of user group will be used for guest user login. * `Default` - Default User Group Type used for dynamic users login. * `Guest` - Guest User Group type used for guest users login.' type: string enum: - Default - Guest default: Default x-omitempty: true Instruction: description: Instruction property holds detailed guidance and information intended for individuals accessing the system as guest users. It holds the information to assist guests in navigating the platform, understanding policies, and performing necessary actions to ensure a seamless and secure user experience. type: string maxLength: 2048 x-omitempty: true Name: description: The name of the user group which the dynamic/or guest user belongs to. type: string minLength: 1 maxLength: 2048 x-omitempty: true UniqueReferenceId: description: A random mixed character string which is unique per user groups. UniqueReferenceId is used as key for identifying the guest user groups. type: string readOnly: true x-omitempty: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Idpreference: $ref: '#/components/schemas/iam.IdpReference.Relationship' description: 'A reference to a iamIdpReference resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Permissions: description: An array of relationships to iamPermission resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Permission.Relationship' Qualifier: $ref: '#/components/schemas/iam.AbstractQualifier.Relationship' description: 'A reference to a iamAbstractQualifier resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Users: description: An array of relationships to iamUser resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.User.Relationship' readOnly: true resource.Reservation: title: Resource:Reservation description: 'The Reservation object is responsible for reserving slots for new resources within resource groups, ensuring organized and planned resource allocation. #### Purpose A Reservation acts as a placeholder for resources that are yet to be added to the system, providing a structured approach to resource planning and allocation. It supports seamless integration with resource groups, facilitating efficient resource management. #### Key Concepts - **Resource Allocation:** Provides a mechanism for reserving space for new resources, aiding in planned resource allocation. - **Integration:** Seamlessly integrates with resource groups to ensure that reserved resources are properly managed and allocated. - **Access Control:** Implements privilege sets to manage access to reservation data, ensuring secure and controlled resource planning.' x-allOf-name: resource.Reservation allOf: - $ref: '#/components/schemas/resource.AbstractReservation' - type: object description: Definition of the list of properties defined in 'resource.Reservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - resource.Reservation default: resource.Reservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - resource.Reservation default: resource.Reservation x-enum-as-string: true MarkFail: description: MarkFail is used to set the reservation status to Failed. type: boolean x-omitempty: true ResourceMoids: type: - array - 'null' items: description: Moids of the resources which will be added to the resource groups. type: string readOnly: true x-omitempty: true UserMoid: description: Moid of the user who created the reservation. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true CustomPermissionResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true Groups: description: An array of relationships to resourceGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/resource.Group.Relationship' x-createOnly: true onprem.ResourceInfo: title: Onprem:Resource Info description: Common data structure used for capturing memory or storage usage information. x-allOf-name: onprem.ResourceInfo allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.ResourceInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.ResourceInfo default: onprem.ResourceInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.ResourceInfo default: onprem.ResourceInfo x-enum-as-string: true Avail: description: Available memory or storage in bytes. type: integer format: int64 readOnly: true x-omitempty: true Name: description: Name of the resource. In case of disk, it is the mount name of the disk. type: string readOnly: true x-omitempty: true Total: description: Total memory or storage in bytes. type: integer format: int64 readOnly: true x-omitempty: true appliance.FileSystemOpStatus.Relationship: description: A relationship to the 'appliance.FileSystemOpStatus' resource, or the expanded 'appliance.FileSystemOpStatus' resource, or the 'null' value. x-one-of-name: appliance.FileSystemOpStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.FileSystemOpStatus' discriminator: propertyName: ClassId iam.Role: title: Iam:Role description: A role is a collection of privilege sets that are assigned to a user using a permission object. x-allOf-name: iam.Role allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Role', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Role default: iam.Role x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Role default: iam.Role x-enum-as-string: true Description: description: Informative description about each role. type: string readOnly: true x-omitempty: true Name: description: The name of the role which has to be granted to user. type: string pattern: ^[a-zA-Z0-9_ .:-]{1,64}$ minLength: 1 maxLength: 64 x-createOnly: true x-omitempty: true PrivilegeNames: type: - array - 'null' items: description: Names of the privileges in the role. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true PrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' readOnly: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true onprem.Schedule: title: Onprem:Schedule description: 'Schedule is used by Intersight Appliance services to store task scheduling information. For example, appliance backup service uses Schedule to store the backup schedule of the Intersight Appliance. The Upgrade service uses Schedule to store the user-defined schedule for software upgrades of the Intersight Appliance.' x-allOf-name: onprem.Schedule allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.Schedule', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.Schedule default: onprem.Schedule x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.Schedule default: onprem.Schedule x-enum-as-string: true DayOfMonth: description: Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied. type: integer format: int64 minimum: 0 maximum: 31 x-omitempty: true DayOfWeek: description: Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified. type: integer format: int64 minimum: 0 maximum: 7 x-omitempty: true MonthOfYear: description: Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January. type: integer format: int64 minimum: 0 maximum: 12 x-omitempty: true RepeatInterval: description: Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval. type: integer format: int64 x-omitempty: true TimeOfDay: description: Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified. type: integer format: int64 minimum: 0 maximum: 86399 x-omitempty: true TimeZone: description: "Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" type: string enum: - Pacific/Niue - Africa/Abidjan - Africa/Accra - Africa/Addis_Ababa - Africa/Algiers - Africa/Asmara - Africa/Bamako - Africa/Bangui - Africa/Banjul - Africa/Bissau - Africa/Blantyre - Africa/Brazzaville - Africa/Bujumbura - Africa/Cairo - Africa/Casablanca - Africa/Ceuta - Africa/Conakry - Africa/Dakar - Africa/Dar_es_Salaam - Africa/Djibouti - Africa/Douala - Africa/El_Aaiun - Africa/Freetown - Africa/Gaborone - Africa/Harare - Africa/Johannesburg - Africa/Juba - Africa/Kampala - Africa/Khartoum - Africa/Kigali - Africa/Kinshasa - Africa/Lagos - Africa/Libreville - Africa/Lome - Africa/Luanda - Africa/Lubumbashi - Africa/Lusaka - Africa/Malabo - Africa/Maputo - Africa/Maseru - Africa/Mbabane - Africa/Mogadishu - Africa/Monrovia - Africa/Nairobi - Africa/Ndjamena - Africa/Niamey - Africa/Nouakchott - Africa/Ouagadougou - Africa/Porto-Novo - Africa/Sao_Tome - Africa/Tripoli - Africa/Tunis - Africa/Windhoek - America/Adak - America/Anchorage - America/Anguilla - America/Antigua - America/Araguaina - America/Argentina/Buenos_Aires - America/Argentina/Catamarca - America/Argentina/Cordoba - America/Argentina/Jujuy - America/Argentina/La_Rioja - America/Argentina/Mendoza - America/Argentina/Rio_Gallegos - America/Argentina/Salta - America/Argentina/San_Juan - America/Argentina/San_Luis - America/Argentina/Tucuman - America/Argentina/Ushuaia - America/Aruba - America/Asuncion - America/Atikokan - America/Bahia - America/Bahia_Banderas - America/Barbados - America/Belem - America/Belize - America/Blanc-Sablon - America/Boa_Vista - America/Bogota - America/Boise - America/Cambridge_Bay - America/Campo_Grande - America/Cancun - America/Caracas - America/Cayenne - America/Cayman - America/Chicago - America/Chihuahua - America/Costa_Rica - America/Creston - America/Cuiaba - America/Curacao - America/Danmarkshavn - America/Dawson - America/Dawson_Creek - America/Denver - America/Detroit - America/Dominica - America/Edmonton - America/Eirunepe - America/El_Salvador - America/Fortaleza - America/Glace_Bay - America/Godthab - America/Goose_Bay - America/Grand_Turk - America/Grenada - America/Guadeloupe - America/Guatemala - America/Guayaquil - America/Guyana - America/Halifax - America/Havana - America/Hermosillo - America/Indiana/Indianapolis - America/Indiana/Knox - America/Indiana/Marengo - America/Indiana/Petersburg - America/Indiana/Tell_City - America/Indiana/Vevay - America/Indiana/Vincennes - America/Indiana/Winamac - America/Inuvik - America/Iqaluit - America/Jamaica - America/Juneau - America/Kentucky/Louisville - America/Kentucky/Monticello - America/Kralendijk - America/La_Paz - America/Lima - America/Los_Angeles - America/Lower_Princes - America/Maceio - America/Managua - America/Manaus - America/Marigot - America/Martinique - America/Matamoros - America/Mazatlan - America/Menominee - America/Merida - America/Metlakatla - America/Mexico_City - America/Miquelon - America/Moncton - America/Monterrey - America/Montevideo - America/Montreal - America/Montserrat - America/Nassau - America/New_York - America/Nipigon - America/Nome - America/Noronha - America/North_Dakota/Beulah - America/North_Dakota/Center - America/North_Dakota/New_Salem - America/Ojinaga - America/Panama - America/Pangnirtung - America/Paramaribo - America/Phoenix - America/Port-au-Prince - America/Port_of_Spain - America/Porto_Velho - America/Puerto_Rico - America/Rainy_River - America/Rankin_Inlet - America/Recife - America/Regina - America/Resolute - America/Rio_Branco - America/Santa_Isabel - America/Santarem - America/Santiago - America/Santo_Domingo - America/Sao_Paulo - America/Scoresbysund - America/Shiprock - America/Sitka - America/St_Barthelemy - America/St_Johns - America/St_Kitts - America/St_Lucia - America/St_Thomas - America/St_Vincent - America/Swift_Current - America/Tegucigalpa - America/Thule - America/Thunder_Bay - America/Tijuana - America/Toronto - America/Tortola - America/Vancouver - America/Whitehorse - America/Winnipeg - America/Yakutat - America/Yellowknife - Antarctica/Casey - Antarctica/Davis - Antarctica/DumontDUrville - Antarctica/Macquarie - Antarctica/Mawson - Antarctica/McMurdo - Antarctica/Palmer - Antarctica/Rothera - Antarctica/South_Pole - Antarctica/Syowa - Antarctica/Troll - Antarctica/Vostok - Arctic/Longyearbyen - Asia/Aden - Asia/Almaty - Asia/Amman - Asia/Anadyr - Asia/Aqtau - Asia/Aqtobe - Asia/Ashgabat - Asia/Baghdad - Asia/Bahrain - Asia/Baku - Asia/Bangkok - Asia/Beirut - Asia/Bishkek - Asia/Brunei - Asia/Calcutta - Asia/Choibalsan - Asia/Chongqing - Asia/Colombo - Asia/Damascus - Asia/Dhaka - Asia/Dili - Asia/Dubai - Asia/Dushanbe - Asia/Gaza - Asia/Harbin - Asia/Hebron - Asia/Ho_Chi_Minh - Asia/Hong_Kong - Asia/Hovd - Asia/Irkutsk - Asia/Jakarta - Asia/Jayapura - Asia/Jerusalem - Asia/Kabul - Asia/Kamchatka - Asia/Karachi - Asia/Kashgar - Asia/Kathmandu - Asia/Katmandu - Asia/Khandyga - Asia/Kolkata - Asia/Krasnoyarsk - Asia/Kuala_Lumpur - Asia/Kuching - Asia/Kuwait - Asia/Macau - Asia/Magadan - Asia/Makassar - Asia/Manila - Asia/Muscat - Asia/Nicosia - Asia/Novokuznetsk - Asia/Novosibirsk - Asia/Omsk - Asia/Oral - Asia/Phnom_Penh - Asia/Pontianak - Asia/Pyongyang - Asia/Qatar - Asia/Qyzylorda - Asia/Rangoon - Asia/Riyadh - Asia/Saigon - Asia/Sakhalin - Asia/Samarkand - Asia/Seoul - Asia/Shanghai - Asia/Singapore - Asia/Taipei - Asia/Tashkent - Asia/Tbilisi - Asia/Tehran - Asia/Thimphu - Asia/Tokyo - Asia/Ulaanbaatar - Asia/Urumqi - Asia/Ust-Nera - Asia/Vientiane - Asia/Vladivostok - Asia/Yakutsk - Asia/Yekaterinburg - Asia/Yerevan - Atlantic/Azores - Atlantic/Bermuda - Atlantic/Canary - Atlantic/Cape_Verde - Atlantic/Faroe - Atlantic/Madeira - Atlantic/Reykjavik - Atlantic/South_Georgia - Atlantic/St_Helena - Atlantic/Stanley - Australia/Adelaide - Australia/Brisbane - Australia/Broken_Hill - Australia/Currie - Australia/Darwin - Australia/Eucla - Australia/Hobart - Australia/Lindeman - Australia/Lord_Howe - Australia/Melbourne - Australia/Perth - Australia/Sydney - Etc/GMT - Europe/Amsterdam - Europe/Andorra - Europe/Athens - Europe/Belgrade - Europe/Berlin - Europe/Bratislava - Europe/Brussels - Europe/Bucharest - Europe/Budapest - Europe/Busingen - Europe/Chisinau - Europe/Copenhagen - Europe/Dublin - Europe/Gibraltar - Europe/Guernsey - Europe/Helsinki - Europe/Isle_of_Man - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad - Europe/Kiev - Europe/Lisbon - Europe/Ljubljana - Europe/London - Europe/Luxembourg - Europe/Madrid - Europe/Malta - Europe/Mariehamn - Europe/Minsk - Europe/Monaco - Europe/Moscow - Europe/Oslo - Europe/Paris - Europe/Podgorica - Europe/Prague - Europe/Riga - Europe/Rome - Europe/Samara - Europe/San_Marino - Europe/Sarajevo - Europe/Simferopol - Europe/Skopje - Europe/Sofia - Europe/Stockholm - Europe/Tallinn - Europe/Tirane - Europe/Uzhgorod - Europe/Vaduz - Europe/Vatican - Europe/Vienna - Europe/Vilnius - Europe/Volgograd - Europe/Warsaw - Europe/Zagreb - Europe/Zaporozhye - Europe/Zurich - Indian/Antananarivo - Indian/Chagos - Indian/Christmas - Indian/Cocos - Indian/Comoro - Indian/Kerguelen - Indian/Mahe - Indian/Maldives - Indian/Mauritius - Indian/Mayotte - Indian/Reunion - Pacific/Apia - Pacific/Auckland - Pacific/Chatham - Pacific/Chuuk - Pacific/Easter - Pacific/Efate - Pacific/Enderbury - Pacific/Fakaofo - Pacific/Fiji - Pacific/Funafuti - Pacific/Galapagos - Pacific/Gambier - Pacific/Guadalcanal - Pacific/Guam - Pacific/Honolulu - Pacific/Johnston - Pacific/Kiritimati - Pacific/Kosrae - Pacific/Kwajalein - Pacific/Majuro - Pacific/Marquesas - Pacific/Midway - Pacific/Nauru - Pacific/Norfolk - Pacific/Noumea - Pacific/Pago_Pago - Pacific/Palau - Pacific/Pitcairn - Pacific/Pohnpei - Pacific/Port_Moresby - Pacific/Rarotonga - Pacific/Saipan - Pacific/Tahiti - Pacific/Tarawa - Pacific/Tongatapu - Pacific/Wake - Pacific/Wallis - UTC default: Pacific/Niue x-omitempty: true WeekOfMonth: description: Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified. type: integer format: int64 minimum: 0 maximum: 5 x-omitempty: true pkix.SubjectAlternateName: title: Pkix:Subject Alternate Name description: The additional hostnames to be protected by a given X.509 certificate. x-allOf-name: pkix.SubjectAlternateName allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'pkix.SubjectAlternateName', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - pkix.SubjectAlternateName default: pkix.SubjectAlternateName x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - pkix.SubjectAlternateName default: pkix.SubjectAlternateName x-enum-as-string: true DnsName: type: - array - 'null' items: description: Alternate DNS names for the host. type: string readOnly: true x-omitempty: true EmailAddress: type: - array - 'null' items: description: Alternate email addresses for the host. type: string readOnly: true x-omitempty: true IpAddress: type: - array - 'null' items: description: Alternate IP addresses for the host. type: string readOnly: true x-omitempty: true Uri: type: - array - 'null' items: description: Alternate URIs for the host. type: string readOnly: true x-omitempty: true appliance.NodeTelemetry.List: title: List of 'appliance.NodeTelemetry' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NodeTelemetry'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NodeTelemetry' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NodeTelemetry' iam.IpAddress: title: IP Address description: 'IpAddress represents a single allowlisted IP, CIDR block, or range used by IpAccessManagement. #### Purpose It models an individual entry in the IP access policy to refine allowed sources. #### Key Concepts - **Entry Granularity:** Supports point IPs, CIDR, and address ranges. - **Descriptive Policy:** Accommodates human-readable rationale for entries. - **Policy Membership:** Always associated with an IpAccessManagement policy. - **Enforcement-ready:** Used directly in access control evaluations.' x-allOf-name: iam.IpAddress allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.IpAddress', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.IpAddress default: iam.IpAddress x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.IpAddress default: iam.IpAddress x-enum-as-string: true Address: description: The Trusted IP range's address. IP address, CIDR range, and IP address range formats are supported. For example '12.13.14.15', '12.13.14.0/24', and '12.13.14.15-12.13.14.200'. Reserved IP ranges '127.0.0.1', '10.0.0.0/8', '172.16.0.0/12', and '192.168.0.0/16' are not allowed. type: string x-omitempty: true Description: description: Description of Trusted IP address range. type: string x-omitempty: true IpAccessManagement: $ref: '#/components/schemas/iam.IpAccessManagement.Relationship' description: 'A reference to a iamIpAccessManagement resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.NodeStatus: title: Appliance:Node Status description: Status of an Intersight Appliance node. x-allOf-name: appliance.NodeStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.NodeStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeStatus default: appliance.NodeStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeStatus default: appliance.NodeStatus x-enum-as-string: true CpuUsage: description: Percentage of CPU currently in use. type: number format: float readOnly: true x-omitempty: true MemUsage: description: Percentage of memory currently in use. type: number format: float readOnly: true x-omitempty: true NodeId: description: 'System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.' type: integer format: int64 readOnly: true x-omitempty: true NodeState: description: 'State of the node in terms of its readiness to host Kubernetes pods. * `Down` - The node is yet to come up and join as a member of theKubernetes cluster. * `Preparing` - The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods. * `Ready` - The node is ready to host Kubernetes pods.' type: string enum: - Down - Preparing - Ready default: Down readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the Intersight Appliance node. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true StatusChecks: type: - array - 'null' items: description: A collection of the status checks performed. $ref: '#/components/schemas/appliance.StatusCheck' readOnly: true x-omitempty: true FileSystemStatuses: description: An array of relationships to applianceFileSystemStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemStatus.Relationship' readOnly: true NodeInfo: $ref: '#/components/schemas/appliance.NodeInfo.Relationship' description: 'A reference to a applianceNodeInfo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemStatus: $ref: '#/components/schemas/appliance.SystemStatus.Relationship' description: 'A reference to a applianceSystemStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.SystemInfo.List: title: List of 'appliance.SystemInfo' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.SystemInfo'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.SystemInfo' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.SystemInfo' CsvFile: type: string description: The content is a comma-separated list of values. format: binary resource.Group.Relationship: description: A relationship to the 'resource.Group' resource, or the expanded 'resource.Group' resource, or the 'null' value. x-one-of-name: resource.Group.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/resource.Group' discriminator: propertyName: ClassId iam.SecurityHolder.Relationship: description: A relationship to the 'iam.SecurityHolder' resource, or the expanded 'iam.SecurityHolder' resource, or the 'null' value. x-one-of-name: iam.SecurityHolder.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.SecurityHolder' discriminator: propertyName: ClassId appliance.CpuUtilization.List: title: List of 'appliance.CpuUtilization' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.CpuUtilization'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.CpuUtilization' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.CpuUtilization' appliance.AutoRmaPolicy.Response: description: "The response body of a HTTP GET request for the 'appliance.AutoRmaPolicy' 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 'appliance.AutoRmaPolicy' resources." x-one-of-name: appliance.AutoRmaPolicy.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.AutoRmaPolicy.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.GroupOpStatus.Relationship: description: A relationship to the 'appliance.GroupOpStatus' resource, or the expanded 'appliance.GroupOpStatus' resource, or the 'null' value. x-one-of-name: appliance.GroupOpStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.GroupOpStatus' discriminator: propertyName: ClassId mo.DocumentCount: description: A document returned in a response body when the HTTP GET request specifies the '$count' query parameter. allOf: - $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 appliance.MetricsConfig: title: Appliance:Metrics Config description: 'The MetricsConfig object provides configuration parameters for managing metrics collection on the Intersight Appliance. It supports system and user-defined metrics collection settings. #### Purpose MetricsConfig serves as a framework for configuring metrics collection, enabling administrators to manage data collection based on resource constraints. This provides insights into metrics usage and supports system monitoring. #### Key Concepts - **Metrics Management:** Configures metrics collection settings, supporting efficient data management. - **Resource Constraints:** Monitors metrics usage based on system resources, aiding in capacity planning. - **Access Control:** Restricted to authorized users, ensuring secure configuration of metrics settings. - **Usage Tracking:** Provides detailed insights into endpoint usage, supporting informed decision-making.' x-allOf-name: appliance.MetricsConfig allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.MetricsConfig', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.MetricsConfig default: appliance.MetricsConfig x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.MetricsConfig default: appliance.MetricsConfig x-enum-as-string: true CurrentEndpointCount: description: Number of discovered endpoints from where metrics is being collected currently. type: integer format: int64 default: 0 readOnly: true x-omitempty: true DiskCapacity: description: Capacity of the metrics disk /opt/database in bytes. type: integer format: int64 readOnly: true x-omitempty: true DiskUsage: description: Disk usage of the metrics disk /opt/database in bytes. type: integer format: int64 readOnly: true x-omitempty: true EndpointUsagePercent: description: Usage percentage of the discovered endpoints. type: integer format: int64 default: 0 readOnly: true x-omitempty: true LastDisabledDate: description: Disabled date of the metrics collection feature. type: string format: date-time readOnly: true x-omitempty: true LastEnabledDate: description: Enabled date of the metrics collection feature. type: string format: date-time readOnly: true x-omitempty: true MaxEndpointCount: description: The maximum number of supported endpoints for an appliance deployment type. type: integer format: int64 default: 0 readOnly: true x-omitempty: true StatusMessage: description: The overall metrics collection Status based on resource constraints. type: string readOnly: true x-omitempty: true SystemEnabled: description: Metric collection state defined by the system. type: boolean default: false readOnly: true x-omitempty: true UserEnabled: description: Configured metric collection state by the account administrator. type: boolean default: false x-omitempty: true Utilization: description: Measures the utilization of the metrics feature in relation to the available capacity of the system. type: integer format: int64 default: 0 readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.MetaManifest: title: Appliance:Meta Manifest description: 'MetaManifest managed object describes the files by downloading from the S3 and without having required user to run the upgrade for the appliance. This MO will be polled periodically from UI to display the installation of the current and past history of Metada Manifest ImageBundle.' x-allOf-name: appliance.MetaManifest allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.MetaManifest', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.MetaManifest default: appliance.MetaManifest x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.MetaManifest default: appliance.MetaManifest x-enum-as-string: true CreationDate: description: Record creation date for explicitly tracking all collections for purging the old records. type: string format: time readOnly: true x-omitempty: true FileDescription: description: Metadata Manifest ImageBundle file description. type: string readOnly: true x-omitempty: true FileName: description: File names of the Metadata Manifest ImageBundle as reported by the pvapp portal. type: string readOnly: true x-omitempty: true FilechkSum: description: The md5 checksum of the Metadata Manifest ImageBundle file. type: string readOnly: true x-omitempty: true InstallDate: description: Install date of the Metadata Manifest ImageBundle. type: string format: date-time readOnly: true x-omitempty: true Status: description: Status reported for the successful installation of the meta data files. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.FileSystemStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.FileSystemStatus' 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 'appliance.FileSystemStatus' resources." x-one-of-name: appliance.FileSystemStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FileSystemStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.BackupMonitor: title: Appliance:Backup Monitor description: 'The BackupMonitor object plays a pivotal role in overseeing the history and status of backup operations, ensuring ongoing data protection and system reliability. Purpose BackupMonitor tracks backup activities, providing a clear overview of the backup status and alerting users to potential issues or outdated backups. #### Key Concepts - **Status Tracking:** Monitors the success, failure, and currency of backups, offering timely feedback on data protection health. - **Alarm Integration:** Works in conjunction with alarm definitions to alert users to backup failures or outdated processes, ensuring proactive management. - **System-Oriented:** Designed for automated, system-driven monitoring, enhancing operational efficiency and reliability. - **Account Integration:** Connects seamlessly with account structures for consistent and secure monitoring operations.' x-allOf-name: appliance.BackupMonitor allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.BackupMonitor', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.BackupMonitor default: appliance.BackupMonitor x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.BackupMonitor default: appliance.BackupMonitor x-enum-as-string: true Filename: description: Filename of the backup for the backup monitor. type: string readOnly: true x-omitempty: true LastBackupRotationStatus: description: 'Status of the oldest Intersight Appliance backup cleanup. * `BackupFound` - Backup is successful and complete. * `BackupFailed` - The current Backup failed. * `BackupOutdated` - Backup is old and outdated. * `BackupCleanupFailed` - Cleanup of the old backup has failed.' type: string enum: - BackupFound - BackupFailed - BackupOutdated - BackupCleanupFailed default: BackupFound readOnly: true x-omitempty: true LastBackupStatus: description: 'Status of the most recent Intersight Appliance backup. * `BackupFound` - Backup is successful and complete. * `BackupFailed` - The current Backup failed. * `BackupOutdated` - Backup is old and outdated. * `BackupCleanupFailed` - Cleanup of the old backup has failed.' type: string enum: - BackupFound - BackupFailed - BackupOutdated - BackupCleanupFailed default: BackupFound readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.DeviceClaim: title: Appliance:Device Claim description: 'The DeviceClaim object represents a user-initiated claim request for endpoint devices within the Intersight Appliance. It facilitates the multi-step operation of claiming devices, integrating with workflows to process requests. #### Purpose DeviceClaim serves as a mechanism to claim endpoint devices, allowing users to register and manage devices within the Intersight Appliance ecosystem. This provides insights into the claim process, supporting device integration and management. #### Key Concepts - **Multi-step Operation:** DeviceClaim initiates workflows with multiple tasks, ensuring comprehensive processing of claim requests. - **User-defined Identifiers:** Supports user-defined claim request identifiers, enabling customization and tracking of claim operations. - **Integration with Resources:** Establishes relationships with resource reservations, integrating claimed devices into resource groups. - **Access Control:** Utilizes privilege sets to manage claim processes, ensuring secure and authorized operations.' x-allOf-name: appliance.DeviceClaim allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DeviceClaim', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DeviceClaim default: appliance.DeviceClaim x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DeviceClaim default: appliance.DeviceClaim x-enum-as-string: true DeviceId: description: Device identifier of the endpoint device. type: string readOnly: true x-omitempty: true Hostname: description: Hostname or IP address of the endpoint device the user wants to claim. type: string x-createOnly: true x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true IsRenew: description: Tracks if this device is to be claimed or certificate renewal. type: boolean default: false x-omitempty: true Message: description: Message set by the device claim process. type: string readOnly: true x-omitempty: true Password: description: Password to be used to login to the endpoint device. type: string writeOnly: true x-omitempty: true PlatformType: description: 'Platform type of the endpoint device. * `` - An unrecognized platform type. * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster. * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance. * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance. * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM). * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight. * `IMC` - A standalone Cisco UCS rack server (Deprecated). * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server. * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server. * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server. * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM). * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor. * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM). * `HX` - A Cisco HyperFlex (HX) cluster. * `UCSD` - A Cisco UCS Director (UCSD) instance. * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller. * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis. * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance. * `IntersightAssist` - A Cisco Intersight Assist instance. * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device. * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device. * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist. * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric. * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector. * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector. * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist. * `UCSC885` - A standalone Cisco UCS C885 Server. * `CAI845A` - A standalone Cisco AI 845A Server. * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist. * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers. * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist. * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor. * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor. * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller. * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server. * `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks. * `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc. * `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications. * `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications. * `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints. * `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server. * `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE. * `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application. * `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software. * `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster. * `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud. * `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines. * `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster. * `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services. * `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system. * `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications. * `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist. * `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment. * `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight. * `TerraformCloud` - A Terraform Cloud Business Tier account. * `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace. * `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints. * `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows. * `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token. * `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist. * `CiscoCatalyst` - A Cisco Catalyst networking switch device. * `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist. * `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance. * `CiscoFMC` - A Cisco Secure Firewall Management Center. * `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices. * `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager. * `MerakiCloud` - A Cisco Meraki Organization. * `CiscoISE` - A Cisco Identity Services Engine (ISE) target.' type: string enum: - '' - APIC - CAPIC - DCNM - UCSFI - UCSFIISM - IMC - IMCM4 - IMCM5 - IMCRack - UCSIOM - UCSPCIeNODE - UCSXFM - HX - UCSD - UCSXECMC - UCSXESecureRouter - IntersightAppliance - IntersightAssist - PureStorageFlashArray - PureStorageFlashBladeSystem - NexusDevice - ACISwitch - NexusSwitch - MDSSwitch - MDSDevice - UCSC885 - CAI845A - UCSC890 - RedfishServer - NetAppOntap - NetAppActiveIqUnifiedManager - EmcScaleIo - EmcVmax - EmcVplex - EmcXtremIo - VmwareVcenter - MicrosoftHyperV - AppDynamics - Dynatrace - NewRelic - ServiceNow - Umbrella - CloudFoundry - MicrosoftAzureApplicationInsights - OpenStack - MicrosoftSqlServer - MySqlServer - OracleDatabaseServer - IBMWebSphereApplicationServer - OracleWebLogicServer - ApacheTomcatServer - JavaVirtualMachine - RedHatJBossApplicationServer - Kubernetes - AmazonWebService - AmazonWebServiceBilling - GoogleCloudPlatform - GoogleCloudPlatformBilling - MicrosoftAzureServicePrincipal - MicrosoftAzureEnterpriseAgreement - MicrosoftAzureBilling - DellCompellent - HPE3Par - RedHatEnterpriseVirtualization - NutanixAcropolis - NutanixPrismCentral - HPEOneView - ServiceEngine - HitachiVirtualStoragePlatform - GenericTarget - IMCBlade - TerraformCloud - TerraformAgent - CustomTarget - AnsibleEndpoint - HTTPEndpoint - SSHEndpoint - CiscoCatalyst - PowerShellEndpoint - CiscoDNAC - CiscoFMC - ViptelaCloud - CatalystSDWANManager - MerakiCloud - CiscoISE default: '' x-createOnly: true x-omitempty: true RequestId: description: User defined claim request identifier set by the UI. The RequestId field is not a mandatory. The Intersight Appliance will assign a unique value automatically if the field is not set. type: string x-omitempty: true SecurityToken: description: Device security token of the endpoint device. type: string readOnly: true x-omitempty: true Status: description: 'Status of the device claim process. * `started` - Device claim operation has started. * `failed` - Device claim operation has failed. * `completed` - Device claim operation has completed.' type: string enum: - started - failed - completed default: started readOnly: true x-omitempty: true Username: description: Username to log in to the endpoint device. type: string x-createOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true AssignedLocation: $ref: '#/components/schemas/asset.GeoLocation.Relationship' description: 'A reference to a assetGeoLocation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Reservation: $ref: '#/components/schemas/resource.Reservation.Relationship' description: 'A reference to a resourceReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true TlsCertificate: $ref: '#/components/schemas/iam.TrustPoint.Relationship' description: 'A reference to a iamTrustPoint resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.DiagSetting.List: title: List of 'appliance.DiagSetting' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DiagSetting'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DiagSetting' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DiagSetting' appliance.SystemStatus.List: title: List of 'appliance.SystemStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.SystemStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.SystemStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.SystemStatus' appliance.DeviceUpgradePolicy.Relationship: description: A relationship to the 'appliance.DeviceUpgradePolicy' resource, or the expanded 'appliance.DeviceUpgradePolicy' resource, or the 'null' value. x-one-of-name: appliance.DeviceUpgradePolicy.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' discriminator: propertyName: ClassId appliance.BackupPolicy.List: title: List of 'appliance.BackupPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.BackupPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.BackupPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.BackupPolicy' appliance.DeviceUpgradePolicy.List: title: List of 'appliance.DeviceUpgradePolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DeviceUpgradePolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DeviceUpgradePolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy' appliance.ClusterInstallPhase: title: Appliance:Cluster Install Phase description: A phase in the Intersight Appliance cluster installation life cycle. x-allOf-name: appliance.ClusterInstallPhase allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.ClusterInstallPhase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterInstallPhase default: appliance.ClusterInstallPhase x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterInstallPhase default: appliance.ClusterInstallPhase x-enum-as-string: true CurrentNode: description: Node number install is running on. type: integer format: int64 readOnly: true x-omitempty: true CurrentSubphase: description: Subphase of the phase currently running. type: integer format: int64 readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds to complete the current install phase. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date of the software install phase. type: string format: date-time readOnly: true x-omitempty: true Failed: description: Indicates if the install phase has failed or not. type: boolean readOnly: true x-omitempty: true Message: description: Status message set during the install phase. type: string readOnly: true x-omitempty: true Name: description: 'Name of the install phase. * `Backup` - Backup the currently running node. * `EnableBootstrap` - Disable echo and enable nginx on the currently running node. * `UpdateAnsibleHosts` - Update /etc/ansible/hosts on each node. * `UpdateNetworkConfig` - Update Network config for node IP change scenario. * `SyncImages` - Sync images and manifest to each node. * `ConfigureEtcd` - Configure etcd on each node. * `DeployServices` - Deploy kubernetes services from node 1. * `InstallEquinox` - Configure and install equinox on each node. * `Validate` - Validate equinox is running in primary/secondary mode. * `CheckApplianceClusterState` - Check the appliance cluster status. * `Success` - Upgrade completed successfully. * `Fail` - Indicates that the upgrade process has failed. * `Cancel` - Indicates that the upgrade was canceled by the Intersight Appliance.' type: string enum: - Backup - EnableBootstrap - UpdateAnsibleHosts - UpdateNetworkConfig - SyncImages - ConfigureEtcd - DeployServices - InstallEquinox - Validate - CheckApplianceClusterState - Success - Fail - Cancel default: Backup readOnly: true x-omitempty: true PendingNodes: type: - array - 'null' items: description: Node number install is pending. type: integer format: int64 readOnly: true x-omitempty: true StartTime: description: Start date of the software install phase. type: string format: date-time readOnly: true x-omitempty: true Status: description: Status of the install phase. type: string readOnly: true x-omitempty: true appliance.BackupBase: title: Appliance:Backup Base description: 'BackupBase is the parent type of Backup, Restore, and BackupPolicy managed objects. BackupBase holds the common information required for copying the file from the Intersight Appliance to the remote file server and vice versa.' x-allOf-name: appliance.BackupBase allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.BackupBase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.Backup - appliance.BackupPolicy - appliance.BackupRotateData - appliance.Restore x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.Backup - appliance.BackupPolicy - appliance.BackupRotateData - appliance.Restore x-enum-as-string: true Filename: description: Backup filename to backup or restore. type: string pattern: ^$|^[a-zA-Z0-9][a-zA-Z0-9_\.\-\+]*$ x-omitempty: true Protocol: description: 'Communication protocol used by backup and restore workflow (e.g. scp, sftp, cifs, or local). * `scp` - Secure Copy Protocol (SCP) to access the file server. * `sftp` - SSH File Transfer Protocol (SFTP) to access file server. * `cifs` - Common Internet File System (CIFS) Protocol to access file server. * `local` - Backup file is stored in Intersight Appliance.' type: string enum: - scp - sftp - cifs - local default: scp x-omitempty: true RemoteHost: description: Hostname of the remote file server. Not required when protocol is local. type: string x-omitempty: true RemotePath: description: File server directory or share name to copy the file. Not required when protocol is local. type: string pattern: ^$|^[^`]+$ x-omitempty: true RemotePort: description: Remote TCP port on the file server (e.g. 22 for scp). Not required when protocol is local. type: integer format: int64 x-omitempty: true Username: description: Username to authenticate the fileserver. Not required when protocol is local. type: string pattern: ^$|^[a-zA-Z0-9_][a-zA-Z0-9_\.\@\\\-\+]*$ x-omitempty: true appliance.NodeOpStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.NodeOpStatus' 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 'appliance.NodeOpStatus' resources." x-one-of-name: appliance.NodeOpStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NodeOpStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeMetricBase: title: Appliance:Node Metric Base description: Base class for all metrics collected from Intersight Appliance nodes. x-allOf-name: appliance.NodeMetricBase allOf: - $ref: '#/components/schemas/appliance.MetricBase' - type: object description: Definition of the list of properties defined in 'appliance.NodeMetricBase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization - appliance.NodeIopsMetric x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization - appliance.NodeIopsMetric x-enum-as-string: true NodeHostname: description: "Hostname of the Intersight Appliance node. This human-readable identifier \ncorresponds to the Kubernetes node name used for metric queries and provides \nan intuitive way for users to correlate resource utilization data \nwith specific physical or virtual machines in the cluster topology." type: string readOnly: true x-omitempty: true NodeId: description: 'System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.' type: integer format: int64 readOnly: true x-omitempty: true iam.PermissionToRoles: title: Iam:Permission To Roles description: Complex type representing a permission and its associated roles. x-allOf-name: iam.PermissionToRoles allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.PermissionToRoles', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.PermissionToRoles default: iam.PermissionToRoles x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.PermissionToRoles default: iam.PermissionToRoles x-enum-as-string: true Permission: description: Permission Id of the object. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true PrivilegeSets: type: - array - 'null' items: description: Collection of PrivilegeSets for the Permission. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true Roles: type: - array - 'null' items: description: Collection of Roles for the Permission. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true appliance.NodeStatus.Relationship: description: A relationship to the 'appliance.NodeStatus' resource, or the expanded 'appliance.NodeStatus' resource, or the 'null' value. x-one-of-name: appliance.NodeStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.NodeStatus' discriminator: propertyName: ClassId iam.LdapDnsParameters: title: Iam:Ldap Dns Parameters description: DNS settings used to access LDAP Providers. x-allOf-name: iam.LdapDnsParameters allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.LdapDnsParameters', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapDnsParameters default: iam.LdapDnsParameters x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapDnsParameters default: iam.LdapDnsParameters x-enum-as-string: true SearchDomain: description: Domain name that acts as a source for a DNS query. type: string pattern: ^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\.\-]*[a-zA-Z0-9]))$ maxLength: 64 x-omitempty: true SearchForest: description: Forest name that acts as a source for a DNS query. type: string pattern: ^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\.\-]*[a-zA-Z0-9]))$ maxLength: 64 x-omitempty: true Source: description: 'Source of the domain name used for the DNS SRV request. * `Extracted` - The domain name extracted-domain from the login ID. * `Configured` - The configured-search domain. * `ConfiguredExtracted` - The domain name extracted from the login ID than the configured-search domain.' type: string enum: - Extracted - Configured - ConfiguredExtracted default: Extracted x-omitempty: true iam.SecurityHolder: title: Iam:Security Holder description: 'SecurityHolder aggregates account-wide and organization-scoped permissions, serving as the nexus for effective authorization state across the accounts resource hierarchy. #### Purpose SecurityHolder centralizes derived permissions and related controls like IP access management for consistent policy enforcement. #### Key Concepts - **Aggregated Permissions:** Collects effective permissions per resource (organization). - **Policy Container:** Anchors resource-permission mappings for authorization checks. - **Access Governance:** Hosts IP-based access management settings for the account. - **Account Integration:** Bound to the accounts overall security structure.' x-allOf-name: iam.SecurityHolder allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.SecurityHolder', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.SecurityHolder default: iam.SecurityHolder x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.SecurityHolder default: iam.SecurityHolder x-enum-as-string: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IpRulesConfiguration: $ref: '#/components/schemas/iam.IpAccessManagement.Relationship' description: 'A reference to a iamIpAccessManagement resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ResourcePermissions: description: An array of relationships to iamResourcePermission resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.ResourcePermission.Relationship' readOnly: true iam.ResourcePermission.Relationship: description: A relationship to the 'iam.ResourcePermission' resource, or the expanded 'iam.ResourcePermission' resource, or the 'null' value. x-one-of-name: iam.ResourcePermission.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.ResourcePermission' discriminator: propertyName: ClassId appliance.Backup.List: title: List of 'appliance.Backup' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.Backup'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.Backup' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.Backup' asset.DeviceConfiguration.Relationship: description: A relationship to the 'asset.DeviceConfiguration' resource, or the expanded 'asset.DeviceConfiguration' resource, or the 'null' value. x-one-of-name: asset.DeviceConfiguration.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.DeviceConfiguration' discriminator: propertyName: ClassId appliance.DeviceCertificate: title: Appliance:Device Certificate description: 'The DeviceCertificate object stores the CA Certificate used by the Intersight Appliance''s device connector. It tracks the renewal process and ensures the certificate''s integrity and validity. #### Purpose DeviceCertificate serves as a repository for CA Certificates, providing essential data for device connectors. It manages the certificate renewal process, ensuring that certificates remain valid and secure. #### Key Concepts - **Certificate Management:** Stores and manages CA Certificates, supporting secure communication. - **Renewal Tracking:** Monitors the certificate renewal process, ensuring timely updates and compliance. - **Integration with Operations:** Establishes relationships with operation configurations, aligning certificate processes with operational needs.' x-allOf-name: appliance.DeviceCertificate allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DeviceCertificate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DeviceCertificate default: appliance.DeviceCertificate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DeviceCertificate default: appliance.DeviceCertificate x-enum-as-string: true CaCertificate: description: The base64 encoded certificate in PEM format. type: string readOnly: true x-omitempty: true CaCertificateExpiryTime: description: The expiry datetime of new ca certificate which need to be applied on device connector. type: string format: date-time readOnly: true x-omitempty: true CertificateRenewalExpiryTime: description: 'The date time allocated till cert renewal will be executed. This time used here will be based on cert renewal plan.' type: string format: date-time readOnly: true x-omitempty: true CompletedPhases: type: - array - 'null' items: description: Collection of the completed certificate renewal phases. $ref: '#/components/schemas/appliance.CertRenewalPhase' readOnly: true x-omitempty: true ConfigurationMoId: description: The operation configuration MOId. type: string x-omitempty: true CurrentPhase: description: Current phase of the Intersight Appliance's Certificate Renewal. $ref: '#/components/schemas/appliance.CertRenewalPhase' readOnly: true x-omitempty: true EndTime: description: End date of the certificate renewal. type: string format: date-time readOnly: true x-omitempty: true LastSuccessPollTime: description: The last poll time when data collection was successfull. This time is used to collect data after this time in next cycle. type: string format: date-time readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the cert renewal process. type: string readOnly: true x-omitempty: true StartTime: description: Start date of the certificate renewal. type: string format: date-time x-omitempty: true Status: description: The status of ca certificate renewal. type: string x-omitempty: true appliance.SystemOpStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.SystemOpStatus' 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 'appliance.SystemOpStatus' resources." x-one-of-name: appliance.SystemOpStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.SystemOpStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.FileSystemTelemetry.List: title: List of 'appliance.FileSystemTelemetry' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FileSystemTelemetry'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FileSystemTelemetry' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemTelemetry' DisplayNames: type: - object - 'null' description: 'A set of display names for the MO resource. These names are calculated based on other properties of the MO and potentially properties of Ancestor MOs. Displaynames are intended as a way to provide a normalized user appropriate name for an MO, especially for MOs which do not have a ''Name'' property, which is the case for much of the inventory discovered from managed targets. There are a limited number of keys, currently ''short'', ''hierarchical'', and ''auditlog''. The value is an array and clients should use the first element of the array.' readOnly: true additionalProperties: type: array items: type: string iam.LdapMeta.Relationship: description: A relationship to the 'iam.LdapMeta' resource, or the expanded 'iam.LdapMeta' resource, or the 'null' value. x-one-of-name: iam.LdapMeta.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.LdapMeta' discriminator: propertyName: ClassId appliance.MetricsIngestionUtilization.Response: description: "The response body of a HTTP GET request for the 'appliance.MetricsIngestionUtilization' 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 'appliance.MetricsIngestionUtilization' resources." x-one-of-name: appliance.MetricsIngestionUtilization.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.MetricsIngestionUtilization.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.BackupDownload.List: title: List of 'appliance.BackupDownload' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.BackupDownload'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.BackupDownload' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.BackupDownload' appliance.AppStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.AppStatus' 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 'appliance.AppStatus' resources." x-one-of-name: appliance.AppStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.AppStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.SystemStatus: title: Appliance:System Status description: Status of the Intersight Appliance. x-allOf-name: appliance.SystemStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.SystemStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.SystemStatus default: appliance.SystemStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.SystemStatus default: appliance.SystemStatus x-enum-as-string: true OperationalStatus: description: 'Operational status of the Intersight Appliance. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true StatusChecks: type: - array - 'null' items: description: A collection of the status checks performed. $ref: '#/components/schemas/appliance.StatusCheck' readOnly: true x-omitempty: true AppStatuses: description: An array of relationships to applianceAppStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppStatus.Relationship' readOnly: true GroupStatuses: description: An array of relationships to applianceGroupStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.GroupStatus.Relationship' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemInfo: $ref: '#/components/schemas/appliance.SystemInfo.Relationship' description: 'A reference to a applianceSystemInfo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.LdapProvider: title: Iam:Ldap Provider description: '### Overview The LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy. #### Purpose The purpose is to define the connection details for one LDAP server. An LdapPolicy can contain a list of LdapProvider objects, creating an ordered list of servers that the endpoint will attempt to contact for authentication. #### Key Concepts - **Server Endpoint:** - Specifies the IP address or hostname and the port of the LDAP server. - **Component of a Policy:** - It does not function independently but is always part of an LdapPolicy. - **Ordered List:** - The order of LdapProvider objects within the policy determines the failover sequence for authentication attempts.' x-allOf-name: iam.LdapProvider allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.LdapProvider', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapProvider default: iam.LdapProvider x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapProvider default: iam.LdapProvider x-enum-as-string: true Port: description: LDAP Server Port for connection establishment. type: integer format: int64 default: 389 minimum: 1 maximum: 65535 x-omitempty: true Server: description: LDAP Server Address, such as an IP address or hostname. type: string x-omitempty: true Vendor: description: 'LDAP server vendor type used for authentication. * `OpenLDAP` - Open source LDAP server for remote authentication. * `MSAD` - Microsoft active directory for remote authentication.' type: string enum: - OpenLDAP - MSAD default: OpenLDAP x-omitempty: true LdapPolicy: $ref: '#/components/schemas/iam.LdapPolicy.Relationship' description: 'A reference to a iamLdapPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.FileSystemOpStatus.List: title: List of 'appliance.FileSystemOpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FileSystemOpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FileSystemOpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemOpStatus' appliance.NetworkLinkStatus.List: title: List of 'appliance.NetworkLinkStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NetworkLinkStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NetworkLinkStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NetworkLinkStatus' appliance.MetricsConfig.Response: description: "The response body of a HTTP GET request for the 'appliance.MetricsConfig' 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 'appliance.MetricsConfig' resources." x-one-of-name: appliance.MetricsConfig.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.MetricsConfig.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.BackupDownload: title: Appliance:Backup Download description: 'The BackupDownload object represents the download of a backup file, providing a secure and efficient mechanism for retrieving backup artifacts. #### Purpose The BackupDownload object manages the download process of backup files, ensuring secure access and efficient retrieval of backup data for recovery or archival purposes. #### Key Concepts - **Artifact Access:** Provides a standardized method to download the specific backup file generated by the system. - **Integration:** Works in tandem with the Backup object to ensure that only validated and successful backups are made available for download. - **Security:** Enforces access controls to ensure that only authorized users can download system backup files.' x-allOf-name: appliance.BackupDownload allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.BackupDownload', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.BackupDownload default: appliance.BackupDownload x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.BackupDownload default: appliance.BackupDownload x-enum-as-string: true Backup: $ref: '#/components/schemas/appliance.Backup.Relationship' description: 'A reference to a applianceBackup resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.FileGateway.Response: description: "The response body of a HTTP GET request for the 'appliance.FileGateway' 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 'appliance.FileGateway' resources." x-one-of-name: appliance.FileGateway.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FileGateway.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.System: title: Iam:System description: 'The System object is the global root within the platform, serving as a container for objects that are shared across all accounts. It centralizes platform-wide security constructs, such as privileges, privilege sets, and roles, as well as the default identity provider and service provider configuration. #### Purpose System provides a consistent, read-only global context from which account-scoped security and access models are derived and referenced. #### Key Concepts - **Global Scope:** Hosts objects that are common and reusable across all accounts. - **Security Model Anchor:** Aggregates privilege sets, privileges, and roles available platform-wide. - **Identity Foundation:** Holds the default identity provider and service provider definitions. - **Read-only Access:** Ensures integrity of shared security constructs.' x-allOf-name: iam.System allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.System', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.System default: iam.System x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.System default: iam.System x-enum-as-string: true EndPointPrivileges: description: An array of relationships to iamEndPointPrivilege resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointPrivilege.Relationship' readOnly: true EndPointRoles: description: An array of relationships to iamEndPointRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointRole.Relationship' readOnly: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true PrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' readOnly: true Privileges: description: An array of relationships to iamPrivilege resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Privilege.Relationship' readOnly: true Roles: description: An array of relationships to iamRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Role.Relationship' readOnly: true ServiceProvider: $ref: '#/components/schemas/iam.ServiceProvider.Relationship' description: 'A reference to a iamServiceProvider resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.StatusCheck: title: Appliance:Status Check description: Status check on an Intersight Appliance entity. x-allOf-name: appliance.StatusCheck allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.StatusCheck', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.StatusCheck default: appliance.StatusCheck x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.StatusCheck default: appliance.StatusCheck x-enum-as-string: true Code: description: Unique identifier of the status check. type: string x-omitempty: true Result: description: 'Result of this status check. * `OK` - Result of the check is OK. * `Warning` - Result of the check is Warning. * `Critical` - Result of the check is Critical. * `Info` - Result of the check is low.' type: string enum: - OK - Warning - Critical - Info default: OK x-omitempty: true iam.IpAddress.Relationship: description: A relationship to the 'iam.IpAddress' resource, or the expanded 'iam.IpAddress' resource, or the 'null' value. x-one-of-name: iam.IpAddress.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.IpAddress' discriminator: propertyName: ClassId appliance.GroupStatus: title: Appliance:Group Status description: Status of a group of applications. x-allOf-name: appliance.GroupStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.GroupStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.GroupStatus default: appliance.GroupStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.GroupStatus default: appliance.GroupStatus x-enum-as-string: true Description: description: Description of the group. type: string readOnly: true x-omitempty: true GroupName: description: The name of group, which includes Identity Management, Device Connector Service, Core Service, Analytics, Internal and Appliance. type: string readOnly: true x-omitempty: true OverallStatus: description: The overall API status from this group's applications. type: string readOnly: true x-omitempty: true Apps: description: An array of relationships to applianceAppStatus resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppStatus.Relationship' readOnly: true SystemStatus: $ref: '#/components/schemas/appliance.SystemStatus.Relationship' description: 'A reference to a applianceSystemStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.ClusterInstall.Response: description: "The response body of a HTTP GET request for the 'appliance.ClusterInstall' 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 'appliance.ClusterInstall' resources." x-one-of-name: appliance.ClusterInstall.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ClusterInstall.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeTelemetry: title: Appliance:Node Telemetry description: 'NodeTelemetry represents the operational status of an Assist node, including CPU, memory, and disk usage metrics collected from Prometheus.' x-allOf-name: appliance.NodeTelemetry allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.NodeTelemetry', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.NodeTelemetry default: appliance.NodeTelemetry x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.NodeTelemetry default: appliance.NodeTelemetry x-enum-as-string: true CpuUsage: description: 'CpuUsage indicates the operational status of CPU utilization on the Assist node. Values are Optimal, Warning, or Critical based on configured thresholds. * `Optimal` - Resource usage is within normal operating parameters. * `Warning` - Resource usage has exceeded warning thresholds and attention may be needed. * `Critical` - Resource usage has exceeded critical thresholds and immediate attention is required.' type: string enum: - Optimal - Warning - Critical default: Optimal readOnly: true x-omitempty: true Instance: description: The instance identifier from which the metrics were collected. type: string readOnly: true x-omitempty: true MemoryUsage: description: 'MemoryUsage indicates the operational status of memory utilization on the Assist node. Values are Optimal, Warning, or Critical based on configured thresholds. * `Optimal` - Resource usage is within normal operating parameters. * `Warning` - Resource usage has exceeded warning thresholds and attention may be needed. * `Critical` - Resource usage has exceeded critical thresholds and immediate attention is required.' type: string enum: - Optimal - Warning - Critical default: Optimal readOnly: true x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.EndPointPrivilege.Relationship: description: A relationship to the 'iam.EndPointPrivilege' resource, or the expanded 'iam.EndPointPrivilege' resource, or the 'null' value. x-one-of-name: iam.EndPointPrivilege.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.EndPointPrivilege' discriminator: propertyName: ClassId appliance.ImageBundle.List: title: List of 'appliance.ImageBundle' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ImageBundle'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ImageBundle' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ImageBundle' appliance.Restore: title: Appliance:Restore description: 'The Restore object is crucial for handling system restoration requests, enabling recovery operations to maintain system stability and data accuracy. #### Purpose The Restore object facilitates the process of restoring system data from backups, ensuring timely and accurate recovery following disruptions or data loss. #### Key Concepts - **Process Tracking:** Monitors restore processes from start to finish, providing insights into operation progress and status. - **Single Active Instance:** Ensures only one active restoration operation occurs, preventing overlap and conflicts in recovery efforts. - **Secure Operations:** Utilizes secure communication protocols for data transfer, promoting reliability and safety during restoration. - **Relationship Management:** Maintains connections to account structures, supporting coherent and systematic restore operations.' x-allOf-name: appliance.Restore allOf: - $ref: '#/components/schemas/appliance.BackupBase' - type: object description: Definition of the list of properties defined in 'appliance.Restore', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.Restore default: appliance.Restore x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.Restore default: appliance.Restore x-enum-as-string: true ElapsedTime: description: Elapsed time in seconds since the restore process has started. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date and time of the restore process. type: string format: date-time readOnly: true x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the restore process. type: string x-omitempty: true Password: description: Password for authenticating with the file server. type: string pattern: ^$|^[^`]+$ writeOnly: true x-omitempty: true StartTime: description: Start date and time of the restore process. type: string format: date-time readOnly: true x-omitempty: true Status: description: 'Status of the restore managed object. * `Started` - Backup or restore process has started. * `Created` - Backup or restore is in created state. * `Failed` - Backup or restore process has failed. * `Completed` - Backup or restore process has completed. * `Copied` - Backup file has been copied. * `Cleanup Failed` - Cleanup of the old backup has failed.' type: string enum: - Started - Created - Failed - Completed - Copied - Cleanup Failed default: Started readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.ResourceLimits.Relationship: description: A relationship to the 'iam.ResourceLimits' resource, or the expanded 'iam.ResourceLimits' resource, or the 'null' value. x-one-of-name: iam.ResourceLimits.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.ResourceLimits' discriminator: propertyName: ClassId appliance.ClusterInstallBase: title: Appliance:Cluster Install Base description: MultinodeInstall is a singleton that tracks the Intersight Appliance's install of two additional nodes. x-allOf-name: appliance.ClusterInstallBase allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ClusterInstallBase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.ClusterInstall - appliance.ClusterReplaceNode - appliance.ClusterWorkerNode x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.ClusterInstall - appliance.ClusterReplaceNode - appliance.ClusterWorkerNode x-enum-as-string: true CompletedPhases: type: - array - 'null' items: description: Collection of the completed software install phases. $ref: '#/components/schemas/appliance.ClusterInstallPhase' readOnly: true x-omitempty: true CurrentPhase: description: Current phase of the Intersight Appliance's software install. $ref: '#/components/schemas/appliance.ClusterInstallPhase' readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds during the software install. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date of the software install. type: string format: date-time readOnly: true x-omitempty: true ErrorCode: description: Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried. type: integer format: int64 readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the software install process. type: string readOnly: true x-omitempty: true NodeInfo: type: - array - 'null' items: description: Node ip info, which contains the ip addresses and hostnames of the other cluster nodes. $ref: '#/components/schemas/appliance.NodeIpInfo' readOnly: true x-omitempty: true RemoteDns: description: Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster. type: string x-omitempty: true StartTime: description: Start date of the software install. UI can modify startTime to re-schedule an install. type: string format: date-time x-omitempty: true Status: description: 'Status of the Intersight Appliance''s software install. * `NotReady` - Cluster is not ready. Install cannot be triggered. * `Ready` - Cluster is ready. Install can be triggered. * `InProgress` - Install is currently in progress. * `Success` - Install was run and succeeded. * `Fail` - Install was run and failed.' type: string enum: - NotReady - Ready - InProgress - Success - Fail default: NotReady readOnly: true x-omitempty: true TotalNodes: description: Total number of nodes in the system. type: integer format: int64 readOnly: true x-omitempty: true TotalPhases: description: TotalPhase represents the total number of the install phases for one install. type: integer format: int64 readOnly: true x-omitempty: true Vip: description: VIP hostname and ip address of the onprem cluster. $ref: '#/components/schemas/appliance.NodeIpInfo' readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.MemoryUtilization.Response: description: "The response body of a HTTP GET request for the 'appliance.MemoryUtilization' 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 'appliance.MemoryUtilization' resources." x-one-of-name: appliance.MemoryUtilization.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.MemoryUtilization.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType asset.ClaimSignature: title: Asset:Claim Signature description: A cryptographic signature that can be used to auto-claim a device connector into a user's account. x-allOf-name: asset.ClaimSignature allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.ClaimSignature', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.ParentConnectionSignature - asset.TargetSignature - asset.Token x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.ParentConnectionSignature - asset.TargetSignature - asset.Token x-enum-as-string: true Signature: description: The result of signing the deviceId appended with the timeStamp fields with the devices private key. type: string format: byte x-omitempty: true TimeStamp: description: The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature. type: string format: date-time x-omitempty: true iam.AccountPermissions: title: Iam:Account Permissions description: Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight identifies the accounts and permissions within each account which the user has access to. In case multiple permissions are identified, the user and session objects are created in the onboarding-user account, and the session object is updated with account and permission information. Intersight GUI uses this information to show available accounts and permissions for the user to select. x-allOf-name: iam.AccountPermissions allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.AccountPermissions', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.AccountPermissions default: iam.AccountPermissions x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.AccountPermissions default: iam.AccountPermissions x-enum-as-string: true AccountIdentifier: description: MOID of the account which a user can select after authentication. type: string readOnly: true x-omitempty: true AccountName: description: Name of the account which a user can select after authentication. type: string readOnly: true x-omitempty: true AccountPermissionTags: type: - array - 'null' items: description: The array of tags on account permission object. $ref: '#/components/schemas/iam.AccountTags' readOnly: true x-omitempty: true AccountStatus: description: Status of the account. Account remains inactive until a device is claimed to the account. type: string readOnly: true x-omitempty: true HomeRegion: description: Region where account belongs. type: string readOnly: true x-omitempty: true Permissions: type: - array - 'null' items: description: Permissions within an account which a user can select after authentication. $ref: '#/components/schemas/iam.PermissionReference' readOnly: true x-omitempty: true appliance.Upgrade.Response: description: "The response body of a HTTP GET request for the 'appliance.Upgrade' 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 'appliance.Upgrade' resources." x-one-of-name: appliance.Upgrade.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.Upgrade.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType mo.MoRef: title: Mo:Mo Ref description: A reference to a REST resource, uniquely identified by object type and Moid. required: - ClassId - ObjectType - objectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when 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 - apiproxy.AllowList - appliance.AppOpStatus - appliance.AppStatus - appliance.AutoRmaPolicy - appliance.Backup - appliance.BackupDownload - appliance.BackupMonitor - appliance.BackupPolicy - appliance.BackupRotateData - appliance.CertificateSetting - appliance.ClusterInfo - appliance.ClusterInstall - appliance.ClusterReplaceNode - appliance.ClusterWorkerNode - appliance.ClusterWorkerNodeReplace - appliance.ClusterWorkerNodeReuse - appliance.CpuUtilization - appliance.DataExportPolicy - appliance.DeviceCertificate - appliance.DeviceClaim - appliance.DeviceClusterInstall - appliance.DeviceState - appliance.DeviceUpgradePolicy - appliance.DiagSetting - appliance.ExternalSyslogSetting - appliance.FileGateway - appliance.FileSystemOpStatus - appliance.FileSystemOpSummary - appliance.FileSystemStatus - appliance.FileSystemTelemetry - appliance.FqdnUpdate - appliance.GroupOpStatus - appliance.GroupStatus - appliance.ImageBundle - appliance.MemoryUtilization - appliance.MetaManifest - appliance.MetricsConfig - appliance.MetricsIngestionUtilization - appliance.NetworkLinkStatus - appliance.NodeInfo - appliance.NodeIopsMetric - appliance.NodeOpStatus - appliance.NodeStatus - appliance.NodeTelemetry - appliance.ReleaseNote - appliance.RemoteFileImport - appliance.Restore - appliance.SetupInfo - appliance.SystemInfo - appliance.SystemOpStatus - appliance.SystemStatus - appliance.Upgrade - appliance.UpgradePolicy - appliance.UpgradeTracker - asset.ClaimToken - asset.ClusterMember - asset.Deployment - asset.DeploymentDevice - asset.DeviceClaim - asset.DeviceConfiguration - asset.DeviceConnectorManager - asset.DeviceContractInformation - asset.DeviceContractNotification - asset.DeviceRegistration - asset.GeoLocation - asset.PreClaim - asset.Subscription - asset.SubscriptionAccount - asset.SubscriptionDeviceContractInformation - asset.Target - auditd.Policy - 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.BiosTokens - capability.Catalog - capability.ChassisDescriptor - capability.ChassisManufacturingDef - capability.ChassisUpgradeSupportMeta - capability.CimcFirmwareDescriptor - capability.CpuEndpointDescriptor - capability.DimmsEndpointDescriptor - capability.DomainPolicyRequirement - capability.DrivesEndpointDescriptor - capability.EquipmentPhysicalDef - capability.EquipmentSlotArray - capability.FanModuleDescriptor - capability.FanModuleManufacturingDef - capability.FexCapabilityDef - capability.FexDescriptor - capability.FexManufacturingDef - capability.FexSupportMeta - capability.GpuEndpointDescriptor - capability.HsuIsoFileSupportMeta - capability.IoCardCapabilityDef - capability.IoCardDescriptor - capability.IoCardManufacturingDef - capability.IomUpgradeSupportMeta - capability.NetworkEquipmentPowerDef - capability.PolicyConstants - capability.PortGroupAggregationDef - capability.ProcessorUnitUpdateConstraintMeta - capability.PsuDescriptor - capability.PsuManufacturingDef - capability.ServerActionsMeta - capability.ServerDescriptor - capability.ServerModelsCapabilityDef - capability.ServerPcieConnectivityCatalog - capability.ServerSchemaDescriptor - capability.ServerTopologyMap - capability.ServerUpgradeSupportMeta - capability.SiocModuleCapabilityDef - capability.SiocModuleDescriptor - capability.SiocModuleManufacturingDef - capability.StandardRedfishSupportMeta - capability.StorageControllerUpdateConstraintMeta - capability.StorageControllersMetaData - capability.SwitchCapability - capability.SwitchDescriptor - capability.SwitchEquipmentInfo - capability.SwitchManufacturingDef - capability.SwitchUpgradeSupportMeta - capability.TemplateCatalog - capability.TimeZoneMetaData - capability.UpdateOrderMeta - capability.VicDescriptor - catalystsdwan.ConfigGroup - catalystsdwan.Interface - catalystsdwan.PhysicalPort - catalystsdwan.PolicyGroup - catalystsdwan.PortChannel - catalystsdwan.VedgeDevice - catalystsdwan.Vlan - catalystsdwan.WanEdgeDevice - certificatemanagement.Policy - certificatemanagement.PolicyInventory - chassis.ConfigChangeDetail - chassis.ConfigImport - chassis.ConfigResult - chassis.ConfigResultEntry - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - cli.CliPolicy - cloud.CollectInventory - cloud.TfcAgentpool - cloud.TfcOrganization - cloud.TfcWorkspace - comm.HttpProxyPolicy - comm.TagDefinition - compute.Blade - compute.BladeIdentity - compute.Board - compute.DownloadStatus - compute.HostUtilityOperation - compute.Mapping - compute.PcieConnectivityPolicy - compute.PcieConnectivityPolicyInventory - compute.Personality - compute.PhysicalSummary - compute.RackUnit - compute.RackUnitIdentity - compute.ScrubPolicy - compute.ServerIdPool - compute.ServerPowerParameters - compute.ServerPowerPolicy - compute.ServerSetting - compute.Vmedia - cond.Alarm - cond.AlarmAggregation - cond.AlarmClassification - cond.AlarmDefinition - cond.AlarmRule - cond.AlarmSuppression - cond.AlarmSuppressionDryRun - cond.CustomHclBaseline - cond.CustomHclStatus - cond.HclStatus - cond.HclStatusDetail - cond.HclStatusJob - cond.ThresholdDefinition - connectorpack.ConnectorPackUpgrade - connectorpack.UpgradeImpact - console.ConsoleConfig - convergedinfra.AdapterComplianceDetails - convergedinfra.Pod - convergedinfra.PodComplianceInfo - convergedinfra.ServerComplianceDetails - convergedinfra.StorageComplianceDetails - convergedinfra.SwitchComplianceDetails - coremanagement.CoreFile - coremanagement.Download - crd.CustomResource - deviceconnector.Policy - dnac.Device - dnac.DeviceInterface - dnac.ExternalBorderNode - dnac.ExternalBorderNodeInterface - dnac.FabricSite - dnac.Site - dnac.SiteIpPool - dnac.Template - dnac.Transit - dnac.VirtualNetworkFabricSite - energy.DailyMetrics - energy.Metrics - equipment.Chassis - equipment.ChassisController - equipment.ChassisIdPool - equipment.ChassisIdentity - equipment.ChassisOperation - equipment.DeviceSummary - equipment.EnclosureElement - equipment.EndPointLog - equipment.ExpanderModule - equipment.ExpanderModuleIdentity - equipment.ExpanderModuleOperation - equipment.Fan - equipment.FanControl - equipment.FanModule - equipment.Fex - equipment.FexIdentity - equipment.FexOperation - equipment.Fru - equipment.HybridDriveSlot - equipment.Interconnect - equipment.IoCard - equipment.IoCardOperation - equipment.IoExpander - equipment.LocatorLed - equipment.LogDownload - equipment.Psu - equipment.PsuControl - equipment.RackEnclosure - equipment.RackEnclosureSlot - equipment.Riser - equipment.Sensor - equipment.SharedAdapterUnit - equipment.SharedGraphicsCard - equipment.SharedIoModule - equipment.SwitchCard - equipment.SwitchOperation - equipment.SystemIoController - equipment.Tpm - equipment.Transceiver - ether.HostPort - ether.InterSwitchPort - ether.LanPort - 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.MacSecPolicy - fabric.MulticastPolicy - fabric.NetFlowExporter - fabric.NetFlowMonitor - fabric.NetFlowPolicy - fabric.NetFlowRecord - fabric.PcMember - fabric.PcOperation - fabric.PortMode - fabric.PortOperation - fabric.PortPolicy - fabric.SanPinGroup - fabric.SecureRouterRole - fabric.ServerRole - fabric.SpanDestEthPort - fabric.SpanSession - fabric.SpanSourceEthPort - fabric.SpanSourceEthPortChannel - fabric.SpanSourceVlan - fabric.SpanSourceVnicEthIf - 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.PciNodeUpgrade - firmware.PcieDescriptor - firmware.Policy - firmware.PsuDescriptor - firmware.PsxDescriptor - firmware.RunningFirmware - firmware.SasExpanderDescriptor - firmware.SecureRouterUpgrade - 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 - hci.AhvVm - hci.AhvVmDisk - hci.AhvVmGpu - hci.AhvVmNic - hci.Alarm - hci.Cluster - hci.ClusterOperation - hci.Compliance - hci.Disk - hci.DomainManager - hci.Entitlement - hci.EsxiVm - hci.EsxiVmDisk - hci.EsxiVmNic - hci.ExternalStorage - hci.Gpu - hci.License - hci.NccCheckPolicy - hci.Node - hci.PhysicalGpu - hci.StorageContainer - hci.Violation - hci.VirtualGpu - hcl.CompatibilityStatus - hcl.DataImportLog - hcl.DriverImage - hcl.ExemptedCatalog - hcl.HwCatalogInfo - hcl.HyperflexSoftwareCompatibilityInfo - hcl.OperatingSystem - hcl.OperatingSystemVendor - hcl.ServerCatalog - 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.CuiIntegration - iam.DefaultAuthentication - iam.DomainGroup - iam.DomainNameInfo - iam.EndPointPrivilege - iam.EndPointRole - iam.EndPointUser - iam.EndPointUserInventory - iam.EndPointUserPolicy - iam.EndPointUserPolicyInventory - iam.EndPointUserRole - iam.EndPointUserRoleInventory - iam.GuestAccessSettings - iam.Idp - iam.IdpReference - iam.IpAccessManagement - iam.IpAddress - iam.LdapConfigParams - iam.LdapGroup - iam.LdapGroupInventory - iam.LdapMeta - iam.LdapPolicy - iam.LdapPolicyInventory - iam.LdapProvider - iam.LdapProviderInventory - iam.LocalUserPassword - iam.LocalUserPasswordPolicy - iam.OAuthToken - iam.PasswordHistorySettingCollection - iam.Permission - iam.PrivateKeySpec - iam.Privilege - iam.PrivilegeSet - iam.PrivilegeSetMetaInfo - iam.Qualifier - iam.ResourceLimits - iam.ResourcePermission - iam.ResourceRoles - iam.Role - iam.SecurityHolder - iam.ServiceProvider - iam.Session - iam.SessionLimits - iam.SharingRule - iam.System - iam.TestIdpConfiguration - iam.TrustPoint - iam.User - iam.UserGroup - iam.UserPreference - iam.UserQualifier - 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.Migrate - iwotenant.TenantCustomization - iwotenant.TenantStatus - kvm.Policy - kvm.PolicyInventory - kvm.Session - kvm.Tunnel - kvm.TunneledKvmPolicy - license.AccountLicenseData - license.CustomerOp - license.ErpCustomerOp - license.ErpLicenseCount - 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 - memory.Array - memory.PersistentMemoryConfigResult - memory.PersistentMemoryConfiguration - memory.PersistentMemoryNamespace - memory.PersistentMemoryNamespaceConfigResult - memory.PersistentMemoryPolicy - memory.PersistentMemoryRegion - memory.PersistentMemoryUnit - memory.Policy - memory.PolicyInventory - memory.Unit - meraki.Device - meraki.Network - meraki.Organization - meraki.PortProfile - meraki.Tag - meta.Definition - metrics.Configuration - metrics.MetricsExploration - metrics.ResourceConfiguration - mgmt.BackupCategory - mgmt.ConfigBackupFile - mgmt.ConfigBackupInstance - mgmt.ConfigBackupOperation - mgmt.ConfigCategorySummary - mgmt.ConfigOperationSetting - mgmt.ConfigRestoreCategorySummary - mgmt.ConfigRestoreOperation - mgmt.ObjectBackupMeta - mgmt.OrgBackupOperation - mgmt.OrgRestoreOperation - monitoring.HealthStatus - network.DiscoveredNeighbor - network.Dns - network.Element - network.ElementSummary - network.FcZoneInfo - network.FeatureControl - network.InterfaceList - network.LicenseFile - network.SecureRouter - network.SecureRouterSetting - 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.NdEncryptedFileDownload - niaapi.NdMetadata - niaapi.NdMetadataFileDownloader - niaapi.NdMetadataSoftwareDownload - niaapi.NiaMetadata - niaapi.NibFileDownloader - niaapi.NibMetadata - niaapi.PuvScriptDownloader - niaapi.SnValidatorMetadata - niaapi.UpgradeAssistFile - niaapi.VersionRegex - niatelemetry.AaaLdapProviderDetails - niatelemetry.AaaRadiusProviderDetails - niatelemetry.AaaTacacsProviderDetails - niatelemetry.Anomaly - 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.Cluster - niatelemetry.ClusterNode - niatelemetry.CommonPolicies - niatelemetry.Controller - niatelemetry.DcnmFanDetails - niatelemetry.DcnmFexDetails - niatelemetry.DcnmModuleDetails - niatelemetry.DcnmPsuDetails - niatelemetry.DcnmTransceiverDetails - niatelemetry.DomInfoObject - niatelemetry.DomThresInfoObject - niatelemetry.Epg - niatelemetry.Fabric - 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.Link - niatelemetry.MdsNeighbors - niatelemetry.MsoContractDetails - niatelemetry.MsoEpgDetails - niatelemetry.MsoSchemaDetails - niatelemetry.MsoSiteDetails - niatelemetry.MsoTenantDetails - niatelemetry.Neighbor - niatelemetry.Network - 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.Route - niatelemetry.SiteInventory - niatelemetry.SnmpSrc - niatelemetry.SpinePolGrpDetails - niatelemetry.SshVersionTwo - niatelemetry.SupervisorModuleDetails - niatelemetry.Switch - niatelemetry.SwitchInterface - niatelemetry.SyslogRemoteDest - niatelemetry.SyslogSysMsg - niatelemetry.SyslogSysMsgFacFilter - niatelemetry.SystemControllerDetails - niatelemetry.Tenant - notification.AccountSubscription - ntp.NtpServer - ntp.Policy - ntp.PolicyInventory - oauth.AccessToken - oauth.Authorization - onprem.ApplianceSystemInfo - onprem.AuditRecord - onprem.Upgrade - onprem.UserPreference - 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 - os.ValidRemoteTarget - partnerintegration.DcLogs - partnerintegration.DeviceConnector - partnerintegration.DocIssues - partnerintegration.Etl - partnerintegration.File - partnerintegration.Inventory - partnerintegration.Logs - partnerintegration.Metrics - partnerintegration.Model - pci.CoprocessorCard - pci.Device - pci.Endpoint - pci.Link - pci.Node - pci.NodeSetting - pci.Port - pci.Slot - pci.Switch - pci.Zone - pool.IdMappingMember - pool.IdMappingPolicy - port.Group - port.MacBinding - port.SubGroup - power.ControlState - power.Policy - power.PolicyInventory - power.PowerGroup - power.PowerGroupMember - 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.ChassisQualificationPolicy - resourcepool.Lease - resourcepool.LeaseResource - resourcepool.MembershipReservation - resourcepool.Pool - resourcepool.PoolMember - resourcepool.QualificationPolicy - resourcepool.Reservation - resourcepool.Universe - rproxy.ReverseProxy - scheduler.SchedulePolicy - 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.DiagnosticStatus - server.Diagnostics - server.Disruption - server.MigrationKeyDetails - server.Profile - server.ProfilePendingChangeEval - server.ProfileTemplate - servicenow.ChangeRequest - servicenow.ChangeRequestDoc - servicenow.Incident - servicenow.IncidentDoc - smtp.Policy - smtp.PolicyInventory - smtp.PolicyTest - 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.HitachiNvmSubsystem - storage.HitachiParityGroup - storage.HitachiPool - storage.HitachiPort - storage.HitachiRemoteCopyPairGad - storage.HitachiRemoteCopyPairTc - storage.HitachiRemoteCopyPairUr - storage.HitachiRemoteReplication - storage.HitachiSnapshot - storage.HitachiVolume - storage.HitachiVolumeMigrationPair - storage.HyperFlexStorageContainer - storage.HyperFlexVolume - storage.Item - storage.KnoxSecureDriveConfiguration - 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.PureBlade - storage.PureController - storage.PureDirectory - storage.PureDirectoryExport - storage.PureDirectoryPolicy - storage.PureDirectoryQuota - storage.PureDirectorySnapshot - storage.PureDisk - storage.PureFileSystems - storage.PureFlashBladeFileSystem - storage.PureFlashBladeSystem - storage.PureHost - storage.PureHostGroup - storage.PureHostLun - storage.PureManagementAccessPolicy - storage.PureNfsPolicyRule - storage.PureObjectBucket - storage.PureObjectStoreAccount - storage.PureObjectStoreUser - storage.PurePod - storage.PurePort - storage.PureProtectionGroup - storage.PureProtectionGroupSnapshot - storage.PureQuotaPolicyRule - storage.PureRealm - storage.PureReplicationSchedule - storage.PureSmbPolicyRule - storage.PureSnapshotSchedule - storage.PureTargetArray - storage.PureVolume - storage.PureVolumeGroup - 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.CatalystSdwanScopedInventory - task.FabricMosScopedInventory - task.HciScopedInventory - task.HitachiScopedInventory - task.HyperFlexManagementScopedInventory - task.HyperflexScopedInventory - task.MdsScopedInventory - task.MdsSystemScopedInventory - task.MerakiScopedInventory - task.NetAppScopedInventory - task.NexusScopedInventory - task.NexusSystemScopedInventory - task.NexusVlanScopedInventory - task.PureFlashBladeScopedInventory - task.PureScopedInventory - task.ServerScopedInventory - techsupportmanagement.CollectionControlPolicy - techsupportmanagement.Download - techsupportmanagement.EndPoint - techsupportmanagement.TechSupportBundle - techsupportmanagement.TechSupportStatus - terminal.AuditLog - 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.LanSettings - vnic.LcpStatus - vnic.SanConnectivityPolicy - vnic.SanConnectivityPolicyInventory - vnic.SanSettings - vnic.ScpStatus - vnic.ServiceEthIf - vnic.ServiceEthIfInventory - vnic.VhbaTemplate - vnic.VifIdPool - vnic.VnicTemplate - vrf.Vrf - webhook.Endpoint - webhook.Schema - 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.Variable - workflow.WorkflowDefinition - workflow.WorkflowInfo - workflow.WorkflowMetadata - workload.Blueprint - workload.ClearWorkloadTag - workload.DeploymentInput - workload.WorkloadDefinition - workload.WorkloadDeployment - workload.WorkloadInstance - workload.WorkloadMetadata 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 be set instead of ''moid'' by clients. 1. If ''moid'' is set this field is ignored. 1. If ''selector'' is set and ''moid'' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An 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. appliance.BackupRotateData: title: Appliance:Backup Rotate Data description: 'BackupRotateData tracks the set of current backups being managed under a backup rotation policy. It serves as the system’s record for actively managing backups during rotation, including when each backup was taken and which account scope it belongs to. #### Purpose Maintain rotation-aware backup bookkeeping so the platform can manage, retain, and rotate backups according to policy while providing read-only visibility into the backups currently under rotation management. #### Key Concepts - **Rotation management record**: Represents backups that are actively managed as part of a backup rotation process. - **Backup timestamping**: `backupTime` captures when the backup was taken, enabling ordering and retention/rotation decisions. - **Account-scoped ownership**: The `account` relationship ties the record to an `iam.Account`, and deletion of the account cascades to these records. - **Permission inheritance**: Inherits permissions from `account`, ensuring access aligns with account-level authorization. - **Read-only observability**: Exposed via READ for visibility; typically maintained by internal backup/rotation workflows rather than end-user CRUD operations.' x-allOf-name: appliance.BackupRotateData allOf: - $ref: '#/components/schemas/appliance.BackupBase' - type: object description: Definition of the list of properties defined in 'appliance.BackupRotateData', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.BackupRotateData default: appliance.BackupRotateData x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.BackupRotateData default: appliance.BackupRotateData x-enum-as-string: true BackupTime: description: The time at which the backup was taken. type: string format: date-time readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.MetricsIngestionUtilization.List: title: List of 'appliance.MetricsIngestionUtilization' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.MetricsIngestionUtilization'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.MetricsIngestionUtilization' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.MetricsIngestionUtilization' iam.PermissionReference: title: Iam:Permission Reference description: Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight identifies the accounts and permissions within each account which the user has access to. In case multiple permissions are identified, the user and session objects are created in the onboarding-user account, and the session object is updated with account and permission information. Intersight GUI uses this information to show available accounts and permissions for the user to select. PermissionReference type is used to store permission information of an account. x-allOf-name: iam.PermissionReference allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.PermissionReference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.PermissionReference default: iam.PermissionReference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.PermissionReference default: iam.PermissionReference x-enum-as-string: true PermissionIdentifier: description: MOID of the permission which user has access to. type: string readOnly: true x-omitempty: true PermissionName: description: Name of the permission which user has access to. type: string readOnly: true x-omitempty: true UserGroupMappings: type: - array - 'null' items: description: Moids of the user groups which grant this permission to the user. $ref: '#/components/schemas/mo.MoRef' readOnly: true x-omitempty: true asset.ClusterMember.Relationship: description: A relationship to the 'asset.ClusterMember' resource, or the expanded 'asset.ClusterMember' resource, or the 'null' value. x-one-of-name: asset.ClusterMember.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.ClusterMember' discriminator: propertyName: ClassId appliance.Restore.Response: description: "The response body of a HTTP GET request for the 'appliance.Restore' 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 'appliance.Restore' resources." x-one-of-name: appliance.Restore.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.Restore.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.PrivateKeySpec: title: Iam:Private Key Spec description: 'PrivateKeySpec defines parameters for generating a private key that will be used to sign a certificate signing request (CSR). #### Purpose It standardizes the key generation process for certificate workflows. #### Key Concepts - **CSR Workflow:** Couples key generation with a certificate request. - **Algorithm Selection:** Encapsulates key algorithm and parameters. - **Scoped Inheritance:** Governed by the associated certificate request. - **Security Posture:** Ensures consistent, policy-aligned key creation.' x-allOf-name: iam.PrivateKeySpec allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.PrivateKeySpec', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.PrivateKeySpec default: iam.PrivateKeySpec x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.PrivateKeySpec default: iam.PrivateKeySpec x-enum-as-string: true Algorithm: description: Algorithm used to generate the key pair and algorithm-speicifc parameters, such as RSA modulus size. $ref: '#/components/schemas/pkix.KeyGenerationSpec' x-createOnly: true x-omitempty: true CertificateRequest: $ref: '#/components/schemas/iam.CertificateRequest.Relationship' description: 'A reference to a iamCertificateRequest resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.ClusterWorkerNode.Response: description: "The response body of a HTTP GET request for the 'appliance.ClusterWorkerNode' 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 'appliance.ClusterWorkerNode' resources." x-one-of-name: appliance.ClusterWorkerNode.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ClusterWorkerNode.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.DeviceCertificate.List: title: List of 'appliance.DeviceCertificate' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DeviceCertificate'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DeviceCertificate' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DeviceCertificate' iam.ApiKey.Relationship: description: A relationship to the 'iam.ApiKey' resource, or the expanded 'iam.ApiKey' resource, or the 'null' value. x-one-of-name: iam.ApiKey.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.ApiKey' discriminator: propertyName: ClassId appliance.ClusterInfo: title: Appliance:Cluster Info description: 'ClusterInfo model is used for a peer appliance to create a cluster with an existing, fully configured appliance.' x-allOf-name: appliance.ClusterInfo allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ClusterInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterInfo default: appliance.ClusterInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterInfo default: appliance.ClusterInfo x-enum-as-string: true BuildType: description: The build type of the Intersight Virtual Appliance. type: string x-omitempty: true DeploymentSize: description: The deployment size of the node requiring to join cluster. type: string x-omitempty: true Gateway: description: Default gateway configured on the peer node. type: string x-omitempty: true Hostip: description: Publicly accessible IP of the peer node. type: string x-omitempty: true Hostname: description: Publicly accessible FQDN of the peer node. type: string x-omitempty: true HypervisorType: description: 'The hypervisor type of the node. * `ESXi` - VMware ESXi hypervisor type.Indicates the appliance node is running on a VMware ESXi virtualization platform. * `Hyper-V` - Microsoft Hyper-V hypervisor type.Indicates the appliance node is running on a Microsoft Hyper-V virtualization platform. * `KVM` - Kernel-based Virtual Machine hypervisor type.Indicates the appliance node is running on a KVM virtualization platform.' type: string enum: - ESXi - Hyper-V - KVM default: ESXi x-omitempty: true InstallerVersion: description: Installer version used to install on peer node. type: string x-omitempty: true NodeId: description: System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance starting with a value of 0. type: integer format: int64 readOnly: true x-omitempty: true NodeType: description: 'The node type of Intersight Virtual Appliance. * `standalone` - Single Node Intersight Virtual Appliance. * `management` - Management node type when Intersight Virtual Appliance is running as management-worker deployment. * `hamanagement` - Management node type when Intersight Virtual Appliance is running as multi node HA deployment. * `metrics` - Metrics node when Intersight Virtual Appliance is running management-metrics node.' type: string enum: - standalone - management - hamanagement - metrics default: standalone x-omitempty: true PartitionDatabase: description: The partition size for /opt/database of this node. type: integer format: int64 x-omitempty: true PartitionFileCisco: description: The partition size for /Cisco of this node. type: integer format: int64 x-omitempty: true PartitionOptData: description: The partition size for /opt/cisco/data of this node. type: integer format: int64 x-omitempty: true PartitionOptKafka: description: The partition size for /opt/kafka of this node. type: integer format: int64 x-omitempty: true PartitionOptMongo: description: The partition size for /opt/mongodb of this node. type: integer format: int64 x-omitempty: true PartitionVarLibDocker: description: The partition size for /var/lib/docker of this node. type: integer format: int64 x-omitempty: true PartitionVarLog: description: The partition size for /var of this node. type: integer format: int64 x-omitempty: true Peerkey: description: The public key of peer host. type: string x-omitempty: true Responsekey: description: Public key returned to the client. type: string x-omitempty: true SignedManifest: description: The signed manifest content for verifying integrity of cluster artifacts. type: string format: byte writeOnly: true x-omitempty: true Status: description: 'The status of the cluster join process. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true Subnetmask: description: Subnet Mask of the peer node. type: string x-omitempty: true Uuid: description: The UUID of the peer appliance. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.ClusterWorkerNode: title: Appliance:Cluster Worker Node description: ClusterWorkerNode is an object that tracks the Intersight Appliance's process for adding a worker node. x-allOf-name: appliance.ClusterWorkerNode allOf: - $ref: '#/components/schemas/appliance.ClusterInstallBase' - type: object description: Definition of the list of properties defined in 'appliance.ClusterWorkerNode', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterWorkerNode default: appliance.ClusterWorkerNode x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterWorkerNode default: appliance.ClusterWorkerNode x-enum-as-string: true Hostname: description: Hostname of the worker node being added. type: string x-omitempty: true ReuseNode: description: Indicates if the worker node being added is being reused. type: boolean x-omitempty: true SessionId: description: Session Moid for the user session. type: string readOnly: true x-omitempty: true iam.DefaultPermissionInfo: title: Iam:Default Permission Info description: Contains information about a stored default permission and its shared login interface coverage for product-facing default role selection. x-allOf-name: iam.DefaultPermissionInfo allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.DefaultPermissionInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.DefaultPermissionInfo default: iam.DefaultPermissionInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.DefaultPermissionInfo default: iam.DefaultPermissionInfo x-enum-as-string: true Interface: description: 'The shared login interface coverage for the stored default permission. * `All` - The stored default permission applies to all currently supported login interfaces.' type: string enum: - All default: All x-omitempty: true Permission: description: Reference to the selected default permission for the shared login interface coverage. $ref: '#/components/schemas/mo.MoRef' x-omitempty: true iam.TrustPoint.Relationship: description: A relationship to the 'iam.TrustPoint' resource, or the expanded 'iam.TrustPoint' resource, or the 'null' value. x-one-of-name: iam.TrustPoint.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.TrustPoint' discriminator: propertyName: ClassId appliance.FileSystemStatus.Relationship: description: A relationship to the 'appliance.FileSystemStatus' resource, or the expanded 'appliance.FileSystemStatus' resource, or the 'null' value. x-one-of-name: appliance.FileSystemStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.FileSystemStatus' discriminator: propertyName: ClassId resource.Selector: title: Resource:Selector description: Complex type representing the filter condition to extract the resources. x-allOf-name: resource.Selector allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'resource.Selector', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - resource.Selector default: resource.Selector x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - resource.Selector default: resource.Selector x-enum-as-string: true Selector: description: ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host). type: string pattern: ^$|/api/v1/.* x-createOnly: true x-omitempty: true policy.ActionParam: title: Policy:Action Param description: An action parameter setting as a key/value pair. x-allOf-name: policy.ActionParam allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ActionParam', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ActionParam default: policy.ActionParam x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ActionParam default: policy.ActionParam x-enum-as-string: true Name: description: The action parameter identifier. type: string x-omitempty: true Value: description: The action parameter value. type: string x-omitempty: true appliance.DiagSetting: title: Appliance:Diag Setting description: 'The DiagSetting object is used to manage the password of the Intersight Appliance''s OS diagnostic user account. It is designed to ensure secure access to the appliance''s virtual machine for diagnostic purposes. #### Purpose DiagSetting provides administrators with the ability to change the password of the diagnostic user account, facilitating secure management of the Intersight Appliance''s diagnostics. It ensures that only authorized users can access diagnostic features. #### Key Concepts - **Password Management:** Allows administrators to update the diagnostic user account password, enhancing security. - **Access Control:** Restricted to account administrators, ensuring that sensitive operations are conducted securely. - **Diagnostic Access:** Supports secure login to the Intersight Appliance virtual machine for diagnostic purposes.' x-allOf-name: appliance.DiagSetting allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DiagSetting', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DiagSetting default: appliance.DiagSetting x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DiagSetting default: appliance.DiagSetting x-enum-as-string: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true Message: description: Status message of the password change operation. type: string x-omitempty: true Password: description: Password of the Intersight Appliance's OS diagnostic user account. type: string writeOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.SystemOpStatus.Relationship: description: A relationship to the 'appliance.SystemOpStatus' resource, or the expanded 'appliance.SystemOpStatus' resource, or the 'null' value. x-one-of-name: appliance.SystemOpStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.SystemOpStatus' discriminator: propertyName: ClassId appliance.CertificateSetting.Response: description: "The response body of a HTTP GET request for the 'appliance.CertificateSetting' 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 'appliance.CertificateSetting' resources." x-one-of-name: appliance.CertificateSetting.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.CertificateSetting.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.LdapMeta: title: Iam:Ldap Meta description: 'LdapMeta stores metadata for internal LDAP connectors created to support an appliance LDAP cluster configuration. #### Purpose It provides system-managed insight into the LDAP integration topology associated with an IdP. #### Key Concepts - **Connector Inventory:** Lists internal connector names for an LDAP cluster. - **IdP Linkage:** Tied to the corresponding LDAP IdP domain. - **System-managed:** Created and maintained by internal services. - **Operational Visibility:** Aids diagnostics and lifecycle management.' x-allOf-name: iam.LdapMeta allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.LdapMeta', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapMeta default: iam.LdapMeta x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapMeta default: iam.LdapMeta x-enum-as-string: true Connectors: type: - array - 'null' items: description: The list of internal ldap dex connectors created by the system for an Ldap server cluster. type: string readOnly: true x-omitempty: true Domain: description: The domain of the Ldap IdP corresponding to the appliance Ldap configuration. type: string readOnly: true x-omitempty: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.ImageBundle.Response: description: "The response body of a HTTP GET request for the 'appliance.ImageBundle' 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 'appliance.ImageBundle' resources." x-one-of-name: appliance.ImageBundle.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ImageBundle.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType asset.Credential: title: Asset:Credential description: A credential which can be used to authenticate with a managed target. x-allOf-name: asset.Credential allOf: - $ref: '#/components/schemas/mo.BaseComplexType' appliance.FqdnUpdate.Response: description: "The response body of a HTTP GET request for the 'appliance.FqdnUpdate' 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 'appliance.FqdnUpdate' resources." x-one-of-name: appliance.FqdnUpdate.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FqdnUpdate.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.BackupPolicy.Response: description: "The response body of a HTTP GET request for the 'appliance.BackupPolicy' 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 'appliance.BackupPolicy' resources." x-one-of-name: appliance.BackupPolicy.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.BackupPolicy.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.GroupStatus.Relationship: description: A relationship to the 'appliance.GroupStatus' resource, or the expanded 'appliance.GroupStatus' resource, or the 'null' value. x-one-of-name: appliance.GroupStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.GroupStatus' discriminator: propertyName: ClassId appliance.Restore.List: title: List of 'appliance.Restore' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.Restore'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.Restore' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.Restore' iam.Permission: title: Role description: Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy. x-allOf-name: iam.Permission allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Permission', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Permission default: iam.Permission x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Permission default: iam.Permission x-enum-as-string: true Description: description: The informative description about each permission. type: string minLength: 0 maxLength: 1024 x-omitempty: true Name: description: The name of the permission which has to be granted to user. type: string pattern: ^[a-zA-Z0-9_ .:-]{1,128}$ minLength: 1 maxLength: 128 x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true EndPointRoles: description: An array of relationships to iamEndPointRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointRole.Relationship' readOnly: true PrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' ResourceRoles: description: An array of relationships to iamResourceRoles resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.ResourceRoles.Relationship' x-createOnly: true Roles: deprecated: true x-sunset: '2027-03-01' description: An array of relationships to iamRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Role.Relationship' SessionLimits: $ref: '#/components/schemas/iam.SessionLimits.Relationship' description: 'A reference to a iamSessionLimits resource. When the $expand query parameter is specified, the referenced resource is returned inline.' UserGroups: description: An array of relationships to iamUserGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserGroup.Relationship' Users: description: An array of relationships to iamUser resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.User.Relationship' iam.Idp.Relationship: description: A relationship to the 'iam.Idp' resource, or the expanded 'iam.Idp' resource, or the 'null' value. x-one-of-name: iam.Idp.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Idp' discriminator: propertyName: ClassId appliance.GroupOpStatus.List: title: List of 'appliance.GroupOpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.GroupOpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.GroupOpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.GroupOpStatus' policy.ConfigChangeDetailType: title: Policy:Config Change Detail Type description: Defines the details of a configuration change including change type, disruption and description of the change. x-allOf-name: policy.ConfigChangeDetailType allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ConfigChangeDetailType', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ConfigChangeDetailType default: policy.ConfigChangeDetailType x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ConfigChangeDetailType default: policy.ConfigChangeDetailType x-enum-as-string: true Changes: type: - array - 'null' items: description: Type of the configuration change. type: string x-omitempty: true ConfigChangeContext: description: Context information on the change. $ref: '#/components/schemas/policy.ConfigResultContext' x-omitempty: true ConfigChangeFlag: description: 'Config change flag to differentiate Pending-changes and Config-drift. * `Pending-changes` - Config change flag represents changes are due to not deployed changes from Intersight. * `Drift-changes` - Config change flag represents changes are due to endpoint configuration changes.' type: string enum: - Pending-changes - Drift-changes default: Pending-changes x-omitempty: true Disruptions: type: - array - 'null' items: description: Possible disruption the configuration change might cause. type: string x-omitempty: true Message: description: Detailed description of the config change. type: string x-omitempty: true ModStatus: description: 'Modification status of the mo in this config change. * `None` - The ''none'' operation/state.Indicates a configuration profile has been deployed, and the desired configuration matches the actual device configuration. * `Created` - The ''create'' operation/state.Indicates a configuration profile has been created and associated with a device, but the configuration specified in the profilehas not been applied yet. For example, this could happen when the user creates a server profile and has not deployed the profile yet. * `Modified` - The ''update'' operation/state.Indicates some of the desired configuration changes specified in a profile have not been been applied to the associated device.This happens when the user has made changes to a profile and has not deployed the changes yet, or when the workflow to applythe configuration changes has not completed successfully. * `Deleted` - The ''delete'' operation/state.Indicates a configuration profile has been been disassociated from a device and the user has not undeployed these changes yet.' type: string enum: - None - Created - Modified - Deleted default: None x-omitempty: true asset.SudiInfo: title: Asset:Sudi Info description: 'The SUDI is an X.509v3 certificate, which maintains the product identifier and serial number. The identity is implemented at manufacturing and chained to a publicly identifiable root certificate authority. It can be used as an unchangeable identity for configuration, security, auditing, and management. This structure contains the SUDI information read from the device''s Trust Anchor Module (TAM). When the Intersight service receives a SUDI signature, it performs the following steps: 1. Validate the SUDI certificate is valid and has been issued by a trusted Certificate Authority. 2. Validate the ''signature''. In DC ApiVersion >= 16, the signature is expected to be a JWT signed by the TAM private key. 3. Set the ''status'' property to indicate whether the signature is valid or not.' x-allOf-name: asset.SudiInfo allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.SudiInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.SudiInfo default: asset.SudiInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.SudiInfo default: asset.SudiInfo x-enum-as-string: true Jti: description: The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information. type: string readOnly: true x-omitempty: true Pid: description: The device model (PID) extracted from the X.509 SUDI leaf certificate. type: string readOnly: true x-omitempty: true SerialNumber: description: The device SerialNumber extracted from the X.509 SUDI leaf certificate. type: string readOnly: true x-omitempty: true Signature: description: The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme. type: string readOnly: true x-omitempty: true Status: description: 'The validation status of the device. * `DeviceStatusUnknown` - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value. * `Verified` - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature. * `EndToEndVerified` - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. * `ChallengeVerified` - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. * `CertificateValidationFailed` - Validation of the certificate signing chain failed. * `UnsupportedSignatureScheme` - The SUDI signature scheme is not supported. * `SignatureValidationFailed` - Validation of the SUDI signature has failed. * `UnsupportedFirmware` - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation. * `UnsupportedHardware` - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated. * `DeviceError` - The device returned an error when it received a SUDIrequrest request. * `DeviceNotResponding` - A request was sent to the device, but no response was received. * `InvalidSignatureEncoding` - The encoding of the SUDI signature is invalid. * `MissingSignature` - The SUDI signature is missing. * `MissingSignatureScheme` - The SUDI signature scheme is missing. * `MissingCertificate` - The SUDI certificate is missing. * `InvalidCertificateEncoding` - The encoding of the SUDI certificate is invalid. * `InvalidIdentity` - The model or serial number of the device is either missing or does not match the certificate attributes. * `Suspect` - The DC claims the SUDI has been verified, but there is no way to validate the claim.' type: string enum: - DeviceStatusUnknown - Verified - EndToEndVerified - ChallengeVerified - CertificateValidationFailed - UnsupportedSignatureScheme - SignatureValidationFailed - UnsupportedFirmware - UnsupportedHardware - DeviceError - DeviceNotResponding - InvalidSignatureEncoding - MissingSignature - MissingSignatureScheme - MissingCertificate - InvalidCertificateEncoding - InvalidIdentity - Suspect default: DeviceStatusUnknown readOnly: true x-omitempty: true StatusDetails: description: The detailed validation status of the device, such as an error message explaining why the validation failed. type: string readOnly: true x-omitempty: true SudiCertificate: description: The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate). $ref: '#/components/schemas/x509.Certificate' readOnly: true x-omitempty: true organization.Organization.Relationship: description: A relationship to the 'organization.Organization' resource, or the expanded 'organization.Organization' resource, or the 'null' value. x-one-of-name: organization.Organization.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/organization.Organization' discriminator: propertyName: ClassId appliance.BackupMonitor.Response: description: "The response body of a HTTP GET request for the 'appliance.BackupMonitor' 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 'appliance.BackupMonitor' resources." x-one-of-name: appliance.BackupMonitor.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.BackupMonitor.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeOpStatus.Relationship: description: A relationship to the 'appliance.NodeOpStatus' resource, or the expanded 'appliance.NodeOpStatus' resource, or the 'null' value. x-one-of-name: appliance.NodeOpStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.NodeOpStatus' discriminator: propertyName: ClassId appliance.MetricsIngestionUtilization: title: Appliance:Metrics Ingestion Utilization description: Measures the utilization of the metrics feature in relation to the available capacity of the system. x-allOf-name: appliance.MetricsIngestionUtilization allOf: - $ref: '#/components/schemas/appliance.UtilizationMetric' appliance.UpgradePolicy: title: Appliance:Upgrade Policy description: 'UpgradePolicy stores the Intersight Appliance''s software upgrade policy. UpgradePolicy is a sinlgeton managed object. A default upgrade policy is created during the Intersight Appliance setup, and it is configured with an automatic upgrade policy. Automatic upgrade policy lets the system start software upgrade after a pre-defined number of seconds set in the software manifest. Scheduled upgrade policy lets the user start software upgrade at a specified schedule. However, scheduled time cannot be beyond the time limit enforced by the upgrade grace period set in the software manifest.' x-allOf-name: appliance.UpgradePolicy allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.UpgradePolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.UpgradePolicy default: appliance.UpgradePolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.UpgradePolicy default: appliance.UpgradePolicy x-enum-as-string: true AutoUpgrade: description: Updates are installed automatically 2 weeks after detection, or 4 weeks if an appliance reboot is required. type: boolean x-omitempty: true BlackoutDatesEnabled: description: Appliance will not be updated during the blocked dates. type: boolean x-omitempty: true BlackoutEndDate: description: End date of the black out period. type: string format: date-time x-omitempty: true BlackoutStartDate: description: Start date of the black out period. The appliance will not be upgraded during this period. type: string format: date-time x-omitempty: true DisruptiveGracePeriodWeek: description: Updates that require an appliance reboot start automatically after the grace period ends. type: integer format: int64 default: 4 minimum: 1 maximum: 6 x-omitempty: true EnableMetaDataSync: description: Indicates if the updated metadata files should be synced immediately or at the next upgrade. type: boolean default: true x-omitempty: true IsCustomGracePeriodEnabled: description: Waiting period before major and patch updates are triggered automatically. type: boolean x-omitempty: true IsSynced: description: Flag to indicate software upgrade setting is synchronized with Intersight SaaS. type: boolean readOnly: true x-omitempty: true ManualInstallationStartTime: description: Intersight Appliance manual upgrade start time. type: string format: date-time x-omitempty: true NondisruptiveGracePeriodWeek: description: Updates that do not require an appliance reboot start automatically after the grace period ends. type: integer format: int64 default: 4 minimum: 1 maximum: 6 x-omitempty: true Schedule: description: User defined schedule for upgrading the Intersight Appliance software. $ref: '#/components/schemas/onprem.Schedule' x-omitempty: true SoftwareDownloadType: description: 'SoftwareDownloadType is used to indicate the kind of software download. * `unknown` - Indicates user setting of upgrade service to unknown. * `connected` - Indicates if the upgrade service is set to upload software to latest version automatically. * `manual` - Indicates if the upgrade service is set to upload software to user picked verison manually.' type: string enum: - unknown - connected - manual default: unknown x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.DeviceClusterInstall.Response: description: "The response body of a HTTP GET request for the 'appliance.DeviceClusterInstall' 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 'appliance.DeviceClusterInstall' resources." x-one-of-name: appliance.DeviceClusterInstall.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DeviceClusterInstall.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.Account: title: Iam:Account description: 'The Account object defines the organizational framework within which users and resources are managed, serving as the central hub for access and permissions. #### Purpose An Account encapsulates the structure and permissions associated with a specific organizational unit, providing a secure environment for managing users and resources. #### Key Concepts - **Access Management:** Governs user access and permissions, ensuring appropriate roles are assigned to users within the account. - **Resource Organization:** Structures resources under the account, facilitating management and oversight of assets. - **Security Configuration:** Enforces security policies and configurations, including IP access management and session limits. - **Identity Providers:** Integrates with identity providers to streamline authentication and user management, enhancing security and user experience.' x-allOf-name: iam.Account allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Account', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Account default: iam.Account x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Account default: iam.Account x-enum-as-string: true ExternalIdentifier: description: External identifier for the account, used for integration with external identity systems. type: string readOnly: true x-omitempty: true Name: description: Name of the Intersight account. By default, name is same as the MoID of the account. type: string pattern: ^$|^[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9]$ x-omitempty: true Regions: type: - array - 'null' items: description: Captures the regions where account is present. For now, account can be present in only one region. type: string readOnly: true x-omitempty: true SingleAdminLockout: description: "Indicates if the account is prone to lockout as it has only a single Account Administrator. \nAn account is prone to lockout if it has only one configured Account Administrator and no user groups configured that \ncan grant Account Administrator role to dynamic users." type: boolean readOnly: true x-omitempty: true Status: description: Status of the account. To activate the Intersight account, claim a device to the account. type: string readOnly: true x-omitempty: true AppRegistrations: description: An array of relationships to iamAppRegistration resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.AppRegistration.Relationship' readOnly: true DomainGroups: description: An array of relationships to iamDomainGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.DomainGroup.Relationship' readOnly: true EndPointRoles: description: An array of relationships to iamEndPointRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointRole.Relationship' readOnly: true Idpreferences: description: An array of relationships to iamIdpReference resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.IdpReference.Relationship' readOnly: true Idps: description: An array of relationships to iamIdp resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Idp.Relationship' readOnly: true Permissions: description: An array of relationships to iamPermission resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Permission.Relationship' readOnly: true PrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' readOnly: true Privileges: description: An array of relationships to iamPrivilege resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Privilege.Relationship' readOnly: true ResourceLimits: $ref: '#/components/schemas/iam.ResourceLimits.Relationship' description: 'A reference to a iamResourceLimits resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Roles: description: An array of relationships to iamRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Role.Relationship' readOnly: true SecurityHolder: $ref: '#/components/schemas/iam.SecurityHolder.Relationship' description: 'A reference to a iamSecurityHolder resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SessionLimits: $ref: '#/components/schemas/iam.SessionLimits.Relationship' description: 'A reference to a iamSessionLimits resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.DeviceState.Response: description: "The response body of a HTTP GET request for the 'appliance.DeviceState' 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 'appliance.DeviceState' resources." x-one-of-name: appliance.DeviceState.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DeviceState.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.PrivilegeSet: title: Iam:Privilege Set description: A collection of privileges. x-allOf-name: iam.PrivilegeSet allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.PrivilegeSet', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.PrivilegeSet default: iam.PrivilegeSet x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.PrivilegeSet default: iam.PrivilegeSet x-enum-as-string: true AllowFutureUpdates: description: Flag used by UI to keep track of the user selection option for future updates of privilege sets. type: boolean default: true x-omitempty: true Description: description: Description of the privilege set. type: string x-omitempty: true IsPrivilegeNamesUpdated: description: Flag to indicate if the privilege names are updated. type: boolean default: false x-omitempty: true Name: description: Name of the privilege set. type: string pattern: ^[a-zA-Z0-9_ .:,()&/-]{1,128}$ minLength: 1 maxLength: 128 x-omitempty: true PrivilegeNames: type: - array - 'null' items: description: Names of the privileges in the privilege set. type: string readOnly: true x-omitempty: true PrivilegeSetType: description: 'Type of the privilege set. * `Internal` - Privilege set is internal to the system. * `SystemPackaged` - Privilege set is packaged by the system and user can use it as a reference for custom privilege set creation. * `SystemDefined` - Privilege set is defined by the system. * `TreeNode` - Privilege set is a tree node in the custom privilege set creation hierarchy. * `TreeRoot` - Privilege set is a tree root in the custom privilege set creation hierarchy. * `TreeLeaf` - Privilege set is a tree leaf in the custom privilege set creation hierarchy. * `UserCreated` - Privilege set is created by the user.' type: string enum: - Internal - SystemPackaged - SystemDefined - TreeNode - TreeRoot - TreeLeaf - UserCreated default: Internal readOnly: true x-omitempty: true Scope: description: 'The scope of the privilege set. * `Generic` - Privilege set can be added to account wide permission or organization permissions. * `Account` - Privilege set can be added to account wide permission only.' type: string enum: - Generic - Account default: Generic readOnly: true x-omitempty: true Uuid: description: UUID of the privilege set. type: string pattern: ^[a-zA-Z0-9_ .:,-]{0,128}$ minLength: 0 maxLength: 128 readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true AssociatedPrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' Privileges: description: An array of relationships to iamPrivilege resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Privilege.Relationship' readOnly: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.NodeInfo.Response: description: "The response body of a HTTP GET request for the 'appliance.NodeInfo' 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 'appliance.NodeInfo' resources." x-one-of-name: appliance.NodeInfo.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NodeInfo.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.Permission.Relationship: description: A relationship to the 'iam.Permission' resource, or the expanded 'iam.Permission' resource, or the 'null' value. x-one-of-name: iam.Permission.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Permission' discriminator: propertyName: ClassId asset.DeviceClaim: title: Asset:Device Claim description: DeviceClaim captures the intent to claim a device to an Intersight account. A device can be unclaimed by performing a DELETE on a DeviceClaim instance. When performing a claim, a secret passphrase must be obtained from the device connector UI/API by a sufficiently privileged user. The passphrase is timebound and proves that the user currently has privileged administrative access to the device being claimed. x-allOf-name: asset.DeviceClaim allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'asset.DeviceClaim', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.DeviceClaim default: asset.DeviceClaim x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.DeviceClaim default: asset.DeviceClaim x-enum-as-string: true SecurityToken: description: Obtained from the device connector management UI or API (REST endpoint '/connector/SecurityTokens'). type: string x-createOnly: true x-omitempty: true SerialNumber: description: Obtained from the device connector management UI or API (REST endpoint '/connector/DeviceIdentifiers'). type: string x-createOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true CustomPermissionResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true Device: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/resource.Reservation.Relationship' description: 'A reference to a resourceReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.DeviceState: title: Appliance:Device State description: 'The DeviceState object captures the current operational state of Intersight Appliances, providing critical data for system monitoring and management. #### Purpose DeviceState serves as a snapshot of an appliance''s status, aiding in diagnostics, upgrades, and overall system health assessments. #### Key Concepts - **State Monitoring:** Records key attributes such as version, connectivity status, and upgrade capabilities, supporting informed decision-making. - **Cluster Information:** Provides insights into cluster configurations and node details, enhancing network management and scalability. - **Upgrade Facilitation:** Supports upgrade processes by tracking device state changes and readiness for updates.' x-allOf-name: appliance.DeviceState allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DeviceState', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DeviceState default: appliance.DeviceState x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DeviceState default: appliance.DeviceState x-enum-as-string: true BlockReasons: type: - array - 'null' items: description: Reasons why Intersight Appliance upgrade is blocked. type: string readOnly: true x-omitempty: true BlockedVersion: description: Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade. type: string readOnly: true x-omitempty: true Capabilities: type: - array - 'null' items: description: Capabilities represent the capabilities presented in Appliance. $ref: '#/components/schemas/appliance.KeyValuePair' readOnly: true x-omitempty: true Certificate: description: Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState. type: string readOnly: true x-omitempty: true CertificateNotAfter: description: Expiration date of the software bundle verification certificate. type: string format: date-time readOnly: true x-omitempty: true ClusterInfo: description: Details of the Intersight Appliance cluster as reported by the Intersight Appliance's device connector. $ref: '#/components/schemas/onprem.ClusterInfo' readOnly: true x-omitempty: true ConnectionStatus: description: 'Intersight Appliance''s connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried. * `` - The target details have been persisted but Intersight has not yet attempted to connect to the target. * `Connected` - Intersight is able to establish a connection to the target and initiate management activities. * `NotConnected` - Intersight is unable to establish a connection to the target. * `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established. * `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported. * `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight. * `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect. * `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.' type: string enum: - '' - Connected - NotConnected - ClaimInProgress - UnclaimInProgress - Unclaimed - Claimed - PreClaimed default: '' readOnly: true x-omitempty: true CurrentFingerprint: description: Fingerprint of the software bundle that is currently installed in the Intersight Appliance. type: string readOnly: true x-omitempty: true CurrentVersion: description: Version string of the current software bundle that is installed in the Intersight Appliance. type: string readOnly: true x-omitempty: true DcVersion: description: Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake. type: string readOnly: true x-omitempty: true DesiredVersion: description: The desired software bundle version of the Intersight Appliance. type: string readOnly: true x-omitempty: true DownloadedFingerprint: description: Fingerprint of the downloaded software bundle. type: string readOnly: true x-omitempty: true DownloadedMetadataVersion: type: - array - 'null' items: description: The downloaded metadata version for each bucket on the Intersight Appliance. $ref: '#/components/schemas/appliance.MetadataManifestVersion' readOnly: true x-omitempty: true DownloadedVersion: description: 'Intersight appliance software bundle version downloaded on the endpoint. Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.' type: string readOnly: true x-omitempty: true Hostname: description: Hostname of the Intersight Appliance. type: string readOnly: true x-omitempty: true PendingFingerprint: description: Fingerprint of the pending software bundle. type: string readOnly: true x-omitempty: true PendingVersion: description: Version string of the pending software bundle that the Intersight Appliance will install. type: string readOnly: true x-omitempty: true SerialId: description: SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance. type: string readOnly: true x-omitempty: true UpgradeBlocked: description: Flag to indicate whether upgrade on this Intersight Appliance is blocked. type: boolean readOnly: true x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true UpgradePolicy: $ref: '#/components/schemas/appliance.DeviceUpgradePolicy.Relationship' description: 'A reference to a applianceDeviceUpgradePolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' resource.Reservation.Relationship: description: A relationship to the 'resource.Reservation' resource, or the expanded 'resource.Reservation' resource, or the 'null' value. x-one-of-name: resource.Reservation.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/resource.Reservation' discriminator: propertyName: ClassId mo.TagKeySummary: 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 appliance.AppOpStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.AppOpStatus' 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 'appliance.AppOpStatus' resources." x-one-of-name: appliance.AppOpStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.AppOpStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType policy.AbstractConfigurationObject: title: Policy:Abstract Configuration Object description: Abstract base type for all configuration objects. All logical objects like profiles, policies, policy items like vnic, vhba and templates extend from this type. It helps with querying all logical objects belonging to an organization. x-allOf-name: policy.AbstractConfigurationObject allOf: - $ref: '#/components/schemas/mo.BaseMo' asset.DeviceRegistration: title: Asset:Device Registration description: 'The DeviceRegistration object represents a device connector-enabled endpoint that has registered with Intersight. It is a concrete object central to the management of devices, allowing them to be claimed, configured, and monitored within Intersight''s infrastructure. #### Purpose The DeviceRegistration serves as the primary interface for representing devices within Intersight. It facilitates device management, enabling users to perform operations like claiming, updating, or deleting device-related data. It is essential for capturing the status and configuration of devices interacting with Intersight services. #### Key Concepts - **Claiming and Ownership:** Supports claiming devices into a user''s account, establishing ownership and enabling management operations. - **Connectivity Status:** Provides insights into the device''s connection status with Intersight, including persistent connection details. - **Device Identity:** Maintains device-specific information, such as serial numbers and product IDs, crucial for device validation and tracking. - **Security and Access:** Ensures secure management through authentication keys and tokens, facilitating safe device operation and interaction with Intersight.' x-allOf-name: asset.DeviceRegistration allOf: - $ref: '#/components/schemas/asset.DeviceConnection' - type: object description: Definition of the list of properties defined in 'asset.DeviceRegistration', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.DeviceRegistration default: asset.DeviceRegistration x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.DeviceRegistration default: asset.DeviceRegistration x-enum-as-string: true AccessKeyId: description: An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway. type: string x-omitempty: true ClaimedByUserName: description: The name of the user who claimed the device for the account. type: string readOnly: true x-omitempty: true ClaimedTime: description: The date and time at which the device was claimed to this account. type: string format: date-time readOnly: true x-omitempty: true DeviceHostname: type: - array - 'null' items: description: The hostnames of the managed device. There can be multiple hostnames depending on the number of elements managed (i.e. HA clusters). type: string readOnly: true x-omitempty: true DeviceIpAddress: type: - array - 'null' items: description: The IP Addresses of the managed device. There can be multiple management IPs depending on the number of elements managed (i.e. HA clusters) and in-band/out-of-band connectivity. type: string readOnly: true x-omitempty: true ExecutionMode: description: 'Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator]. * `` - The device reported an empty or unrecognized executionMode. * `Normal` - The device connector is running in normal mode, i.e. it is not a simulation. * `Emulator` - The device connector is running in simulation mode inside an emulated device. * `ContainerEmulator` - The device connector is running in simulation mode inside a containerized emulated device.' type: string enum: - '' - Normal - Emulator - ContainerEmulator default: '' x-createOnly: true x-omitempty: true ParentSignature: description: A signature generated by a parent device or target used to auto-claim a device into a user account at time of registration. $ref: '#/components/schemas/asset.ClaimSignature' x-createOnly: true x-omitempty: true Pid: type: - array - 'null' items: description: The product Id of the managed device. type: string readOnly: true x-omitempty: true PlatformType: description: 'The platform type on which device connector is executing. * `` - An unrecognized platform type. * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster. * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance. * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance. * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM). * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight. * `IMC` - A standalone Cisco UCS rack server (Deprecated). * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server. * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server. * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server. * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM). * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor. * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM). * `HX` - A Cisco HyperFlex (HX) cluster. * `UCSD` - A Cisco UCS Director (UCSD) instance. * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller. * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis. * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance. * `IntersightAssist` - A Cisco Intersight Assist instance. * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device. * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device. * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist. * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric. * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector. * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector. * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist. * `UCSC885` - A standalone Cisco UCS C885 Server. * `CAI845A` - A standalone Cisco AI 845A Server. * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist. * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers. * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist. * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor. * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor. * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller. * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server. * `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks. * `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc. * `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications. * `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications. * `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints. * `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server. * `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE. * `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application. * `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software. * `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster. * `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud. * `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines. * `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster. * `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services. * `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system. * `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications. * `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist. * `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment. * `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight. * `TerraformCloud` - A Terraform Cloud Business Tier account. * `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace. * `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints. * `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows. * `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token. * `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist. * `CiscoCatalyst` - A Cisco Catalyst networking switch device. * `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist. * `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance. * `CiscoFMC` - A Cisco Secure Firewall Management Center. * `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices. * `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager. * `MerakiCloud` - A Cisco Meraki Organization. * `CiscoISE` - A Cisco Identity Services Engine (ISE) target.' type: string enum: - '' - APIC - CAPIC - DCNM - UCSFI - UCSFIISM - IMC - IMCM4 - IMCM5 - IMCRack - UCSIOM - UCSPCIeNODE - UCSXFM - HX - UCSD - UCSXECMC - UCSXESecureRouter - IntersightAppliance - IntersightAssist - PureStorageFlashArray - PureStorageFlashBladeSystem - NexusDevice - ACISwitch - NexusSwitch - MDSSwitch - MDSDevice - UCSC885 - CAI845A - UCSC890 - RedfishServer - NetAppOntap - NetAppActiveIqUnifiedManager - EmcScaleIo - EmcVmax - EmcVplex - EmcXtremIo - VmwareVcenter - MicrosoftHyperV - AppDynamics - Dynatrace - NewRelic - ServiceNow - Umbrella - CloudFoundry - MicrosoftAzureApplicationInsights - OpenStack - MicrosoftSqlServer - MySqlServer - OracleDatabaseServer - IBMWebSphereApplicationServer - OracleWebLogicServer - ApacheTomcatServer - JavaVirtualMachine - RedHatJBossApplicationServer - Kubernetes - AmazonWebService - AmazonWebServiceBilling - GoogleCloudPlatform - GoogleCloudPlatformBilling - MicrosoftAzureServicePrincipal - MicrosoftAzureEnterpriseAgreement - MicrosoftAzureBilling - DellCompellent - HPE3Par - RedHatEnterpriseVirtualization - NutanixAcropolis - NutanixPrismCentral - HPEOneView - ServiceEngine - HitachiVirtualStoragePlatform - GenericTarget - IMCBlade - TerraformCloud - TerraformAgent - CustomTarget - AnsibleEndpoint - HTTPEndpoint - SSHEndpoint - CiscoCatalyst - PowerShellEndpoint - CiscoDNAC - CiscoFMC - ViptelaCloud - CatalystSDWANManager - MerakiCloud - CiscoISE default: '' x-createOnly: true x-omitempty: true PublicAccessKey: description: The device connector's public key used by Intersight to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA or Ed22519 public key string. type: string readOnly: true x-omitempty: true PublicAccessKeyRotated: description: The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed. type: string readOnly: true x-omitempty: true PublicEncryptionKey: description: The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string. type: string readOnly: true x-omitempty: true ReadOnly: description: Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted. type: boolean readOnly: true x-omitempty: true RotateAccessKey: description: Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key. type: boolean x-omitempty: true Serial: type: - array - 'null' items: description: A list of serial numbers of the individual device elements (e.g. HA primary/secondary or cluster members) which are exposed as a single unit of management by the device connector. type: string readOnly: true x-omitempty: true Vendor: description: The vendor of the managed device. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ClaimedByUser: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ClusterMembers: description: An array of relationships to assetClusterMember resources. type: - array - 'null' items: $ref: '#/components/schemas/asset.ClusterMember.Relationship' readOnly: true CustomPermissionResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true DeviceClaim: $ref: '#/components/schemas/asset.DeviceClaim.Relationship' description: 'A reference to a assetDeviceClaim resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true DeviceConfiguration: $ref: '#/components/schemas/asset.DeviceConfiguration.Relationship' description: 'A reference to a assetDeviceConfiguration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true DomainGroup: $ref: '#/components/schemas/iam.DomainGroup.Relationship' description: 'A reference to a iamDomainGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ParentConnection: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Target: $ref: '#/components/schemas/asset.Target.Relationship' description: 'A reference to a assetTarget resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.Upgrade.List: title: List of 'appliance.Upgrade' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.Upgrade'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.Upgrade' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.Upgrade' appliance.AppStatus.List: title: List of 'appliance.AppStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.AppStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.AppStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppStatus' appliance.SystemStatus.Relationship: description: A relationship to the 'appliance.SystemStatus' resource, or the expanded 'appliance.SystemStatus' resource, or the 'null' value. x-one-of-name: appliance.SystemStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.SystemStatus' discriminator: propertyName: ClassId iam.Certificate: title: Iam:Certificate description: 'Certificate holds a user-provided certificate (signed by a CA) associated with a previously generated CSR, including validation status. #### Purpose It completes the certificate lifecycle by attaching the signed artifact to the originating request. #### Key Concepts - **CSR Pairing:** Linked to a specific certificate request. - **Validation State:** Tracks readiness and correctness of the certificate. - **Account Process:** Operates within account certificate workflows. - **Trust Enablement:** Supports secure endpoint and service identities.' x-allOf-name: iam.Certificate allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Certificate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Certificate default: iam.Certificate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Certificate default: iam.Certificate x-enum-as-string: true Certificate: description: User-input pem-encoded certificate, signed by a CAcert. $ref: '#/components/schemas/x509.Certificate' x-omitempty: true Status: description: 'Status of the certificate. * `PendingValidation` - The certificate has not been validated. * `Valid` - The certificate is valid. * `Invalid` - Ther certificate is invalid.' type: string enum: - PendingValidation - Valid - Invalid default: PendingValidation readOnly: true x-omitempty: true CertificateRequest: $ref: '#/components/schemas/iam.CertificateRequest.Relationship' description: 'A reference to a iamCertificateRequest resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.MetaManifest.Response: description: "The response body of a HTTP GET request for the 'appliance.MetaManifest' 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 'appliance.MetaManifest' resources." x-one-of-name: appliance.MetaManifest.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.MetaManifest.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType onprem.UpgradeNote: title: Onprem:Upgrade Note description: UpgradeNote managed object contains the description of one feature/bug fix. x-allOf-name: onprem.UpgradeNote allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.UpgradeNote', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.UpgradeNote default: onprem.UpgradeNote x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.UpgradeNote default: onprem.UpgradeNote x-enum-as-string: true Message: description: The change description, such as explanations of a new feature or defect resolution. type: string readOnly: true x-omitempty: true appliance.CpuUtilization: title: Appliance:Cpu Utilization description: "CPU utilization metrics for Intersight Appliance nodes. Tracks the percentage \nof CPU capacity being used, helping administrators monitor processor load and \nidentify performance bottlenecks across the cluster." x-allOf-name: appliance.CpuUtilization allOf: - $ref: '#/components/schemas/appliance.NodeUtilizationMetric' iam.SessionLimits: title: Iam:Session Limits description: The session related configuration limits. x-allOf-name: iam.SessionLimits allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.SessionLimits', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.SessionLimits default: iam.SessionLimits x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.SessionLimits default: iam.SessionLimits x-enum-as-string: true IdleTimeOut: description: The idle timeout interval for the web session in seconds. When a session is not refreshed for this duration, the session is marked as idle and removed. The minimum value is 300 seconds and the maximum value is 18000 seconds (5 hours). The system default value is 1800 seconds. type: integer format: int64 default: 1800 minimum: 300 maximum: 18000 x-omitempty: true MaximumLimit: description: The maximum number of sessions allowed in an account or permission. The default value is 128. type: integer format: int64 default: 128 minimum: 1 maximum: 128 x-omitempty: true PerUserLimit: description: The maximum number of sessions allowed per user. Default value is 32. type: integer format: int64 default: 32 minimum: 2 maximum: 32 x-omitempty: true SessionTimeOut: description: The session expiry duration in seconds. The minimum value is 350 seconds and the maximum value is 31536000 seconds (1 year). The system default value is 57600 seconds. type: integer format: int64 default: 57600 minimum: 300 maximum: 31536000 x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.ExternalSyslogSetting: title: Appliance:External Syslog Setting description: 'The ExternalSyslogSetting object configures the external Syslog server for the Intersight Appliance. It allows administrators to define how Syslog messages are transmitted to external servers. #### Purpose ExternalSyslogSetting provides a mechanism to manage Syslog server configurations, facilitating the transmission of logs to external systems for monitoring and analysis. It supports various protocols and configurations to adapt to different network environments. #### Key Concepts - **Syslog Configuration:** Enables configuration of external Syslog servers, including server addresses and ports. - **Protocol Management:** Supports multiple communication protocols, providing flexibility in Syslog message transmission. - **Access Control:** Restricted to authorized users, ensuring secure configuration of Syslog settings. - **Log Exporting:** Facilitates the export of various logs, including audit and alarm logs, to external servers.' x-allOf-name: appliance.ExternalSyslogSetting allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ExternalSyslogSetting', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ExternalSyslogSetting default: appliance.ExternalSyslogSetting x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ExternalSyslogSetting default: appliance.ExternalSyslogSetting x-enum-as-string: true Enabled: description: Enable or disable External Syslog Server. type: boolean default: false x-omitempty: true ExportAlarms: description: If the flag is set, the alarms reported in Intersight Appliances are exported to external syslog server based on the alarm severity selection. type: boolean default: false x-omitempty: true ExportAudit: description: Enable or disable exporting of Audit logs. type: boolean default: false x-omitempty: true ExportNginx: description: Enable or disable exporting of Web Server access logs. type: boolean default: false x-omitempty: true Port: description: External Syslog Server Port for connection establishment. type: integer format: int64 default: 10514 minimum: 1 maximum: 65535 x-omitempty: true Protocol: description: 'Protocol used to connect to external syslog server. * `TCP` - External Syslog messages sent over TCP. * `UDP` - External Syslog messages sent over UDP. * `TLS` - Secure External Syslog messages sent over TLS.' type: string enum: - TCP - UDP - TLS default: TCP x-omitempty: true Server: description: External Syslog Server Address, can be IP address or hostname. type: string x-omitempty: true Severity: description: 'Minimum severity level to report. * `None` - The Enum value None represents that there is no severity. * `Info` - The Enum value Info represents the Informational level of severity. * `Critical` - The Enum value Critical represents the Critical level of severity. * `Warning` - The Enum value Warning represents the Warning level of severity. * `Cleared` - The Enum value Cleared represents that the alarm severity has been cleared.' type: string enum: - None - Info - Critical - Warning - Cleared default: None x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' iam.DomainGroup: title: Iam:Domain Group description: 'Intersight services are mapped to three different categories of services for scaling purpose. Three categories are defined: Partition1/Partition2/Partition3. Topics for each category are created with a specific number of partitions. For each cloud environment these numbers will be different.' x-allOf-name: iam.DomainGroup allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.DomainGroup', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.DomainGroup default: iam.DomainGroup x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.DomainGroup default: iam.DomainGroup x-enum-as-string: true Name: description: The name of the domain-group. type: string readOnly: true x-omitempty: true Partition1: description: The partition number domain group related messages are produced for 'Partition1' category service topics. type: integer format: int64 readOnly: true x-omitempty: true Partition2: description: In a cloud environment this parameter will indicate to which partition number domain group related messages are produced for 'Partition2' category service topics. type: integer format: int64 readOnly: true x-omitempty: true Partition3: description: In a cloud environment this parameter will indicate to which partition number domain group related messages are produced for 'Partition3' category service topics. type: integer format: int64 readOnly: true x-omitempty: true PartitionKey: description: Partition key used for producing messages to Kafka partitions. By default Domain-group id will be used as partition key. For Domain-groups belonging to Early adopters domain-group id will be prefixed with 'H' and used as partition key, such partition key will be treated differently and messages will always be produced to partition 0. type: string readOnly: true x-omitempty: true Usage: description: 'The number of devices in the domain-group. Device registration notifications are processed to update the usage of the domain-group. The on-boarding account will have multiple domain-groups, and during the device registration least used domain-group will be selected for the device.' type: integer format: int64 readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.UserGroup.Relationship: description: A relationship to the 'iam.UserGroup' resource, or the expanded 'iam.UserGroup' resource, or the 'null' value. x-one-of-name: iam.UserGroup.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.UserGroup' discriminator: propertyName: ClassId appliance.NodeStatus.List: title: List of 'appliance.NodeStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NodeStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NodeStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NodeStatus' appliance.GroupStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.GroupStatus' 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 'appliance.GroupStatus' resources." x-one-of-name: appliance.GroupStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.GroupStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType asset.DeviceConfiguration: title: Asset:Device Configuration description: The configuration of a device connector. Configuration properties may be changed by a Intersight user or by a device administrator using the connector's API exposed through the platforms management interface. x-allOf-name: asset.DeviceConfiguration allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'asset.DeviceConfiguration', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.DeviceConfiguration default: asset.DeviceConfiguration x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.DeviceConfiguration default: asset.DeviceConfiguration x-enum-as-string: true LocalConfigurationLocked: description: Specifies whether configuration through the platforms local management interface has been disabled, with only configuration through the Intersight service enabled. type: boolean x-omitempty: true LogLevel: description: The log level of the device connector service. type: string x-omitempty: true TunneledKvm: description: Specifies whether Tunneled vKVM is enabled on the device connector. type: boolean readOnly: true x-omitempty: true Device: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.Session: title: Iam:Session description: The web session of a user. After a user logs into Intersight, a session object is created. Session object is deleted upon logout, idle timeout, expiry timeout, or manual deletion. x-allOf-name: iam.Session allOf: - $ref: '#/components/schemas/session.AbstractSession' - type: object description: Definition of the list of properties defined in 'iam.Session', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Session default: iam.Session x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Session default: iam.Session x-enum-as-string: true AccountPermissions: type: - array - 'null' items: description: The accounts and the permissions within each account which a user can select after authentication. After authentication if user has access to multiple permissions, then user and session object are created in onboarding user account and asked to select one of these permissions. $ref: '#/components/schemas/iam.AccountPermissions' readOnly: true x-omitempty: true Expiration: description: Expiration time for the session. type: string format: date-time readOnly: true x-omitempty: true FailedLogins: description: Failed logins since last login for admin user. type: integer format: int64 readOnly: true x-omitempty: true IdleTimeExpiration: description: Idle time expiration for the session. type: string format: date-time readOnly: true x-omitempty: true LastLoginClient: description: The client address from which last login is initiated. type: string readOnly: true x-omitempty: true LastLoginTime: description: The last login time for user. type: string format: date-time readOnly: true x-omitempty: true LoginType: description: 'The type of login that created this session. Indicates whether the session was created through standard web login or JWT token exchange. * `weblogin` - Session created through standard web login process. * `tokenexchange` - Session created through JWT token exchange process.' type: string enum: - weblogin - tokenexchange default: weblogin readOnly: true x-omitempty: true Scope: description: Scope holds a collection of account Id, permission Id to which the current session is scoped to. $ref: '#/components/schemas/iam.SwitchScopePermissions' readOnly: true x-omitempty: true SessionId: description: Session token shared with the user agent which is used to identify the user session when API requests are received to perform authorization. type: string x-omitempty: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true User: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.AbstractClientApplication: title: Iam:Abstract Client Application description: "Describes an internal application registered against an endpoint in Intersight. The application receives requests specific to \nits use case and these requests require authentication via bearer token validations. The SCIM Client and WebHook Event Receiver Endpoints\nare such examples." x-allOf-name: iam.AbstractClientApplication allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.AbstractClientApplication', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - webhook.Endpoint default: webhook.Endpoint x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - webhook.Endpoint default: webhook.Endpoint x-enum-as-string: true AppCredentials: description: Stores the credentials for the specified authentication type. $ref: '#/components/schemas/iam.AppCredentials' x-createOnly: true x-omitempty: true AuthType: description: 'Type of authentication used by the clientApp. * `basic` - The client uses basic username/password authentication. The password is expected to be a JWT token. * `none` - No authentication method specified by the client. * `bearer-token` - The client uses a long-lived bearer token to authenticate. * `auth-code` - The client uses OAuth Authorization Grant Flow without PKCE for authentication. * `client-credentials` - The client uses OAuth Client Credentials Flow for authentication.' type: string enum: - basic - none - bearer-token - auth-code - client-credentials default: basic x-createOnly: true x-omitempty: true CredentialsAction: description: 'An action to be performed on the credentials. * `none` - No action to be performed. * `regenerateCredentials` - Allows for revocation and regeneration of a token. The old token associated with the client application. will not be usable and a new token will be generated.' type: string enum: - none - regenerateCredentials default: none x-omitempty: true AppRegistration: $ref: '#/components/schemas/iam.AppRegistration.Relationship' description: 'A reference to a iamAppRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' policy.AbstractProfile: title: Policy:Abstract Profile description: Abstract base type for all profiles. x-allOf-name: policy.AbstractProfile allOf: - $ref: '#/components/schemas/policy.AbstractConfigurationObject' - type: object description: Definition of the list of properties defined in 'policy.AbstractProfile', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - fabric.SwitchClusterProfile - fabric.SwitchClusterProfileTemplate - fabric.SwitchProfile - fabric.SwitchProfileTemplate - hyperflex.ClusterProfile - hyperflex.NodeProfile - recovery.BackupProfile - server.Profile - server.ProfileTemplate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - fabric.SwitchClusterProfile - fabric.SwitchClusterProfileTemplate - fabric.SwitchProfile - fabric.SwitchProfileTemplate - hyperflex.ClusterProfile - hyperflex.NodeProfile - recovery.BackupProfile - server.Profile - server.ProfileTemplate x-enum-as-string: true Description: description: Description of the profile. type: string pattern: ^$|^[a-zA-Z0-9]+[\x00-\xFF]*$ maxLength: 1024 x-omitempty: true Name: description: Name of the profile instance or profile template. type: string pattern: ^[a-zA-Z0-9_.-]{1,64}$ x-omitempty: true Type: description: 'Defines the type of the profile. Accepted values are instance or template. * `instance` - The profile defines the configuration for a specific instance of a target.' type: string enum: - instance default: instance x-omitempty: true SrcTemplate: $ref: '#/components/schemas/policy.AbstractProfile.Relationship' description: 'A reference to a policyAbstractProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline.' onprem.UpgradePhase: title: Onprem:Upgrade Phase description: 'UpgradePhase represents a phase of the Intersight Appliance software upgrade process. This data structure is shared by both the Intersight upgrade service and the Intersight Appliance''s upgrade service.' x-allOf-name: onprem.UpgradePhase allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.UpgradePhase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.UpgradePhase default: onprem.UpgradePhase x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.UpgradePhase default: onprem.UpgradePhase x-enum-as-string: true CurrentNode: description: Id of the node the upgrade phase is running on. type: integer format: int64 readOnly: true x-omitempty: true CurrentNodeHostname: description: Hostname of the node the upgrade phase is running on. type: string readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds to complete the current upgrade phase. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date of the software upgrade phase. type: string format: date-time readOnly: true x-omitempty: true Failed: description: Indicates if the upgrade phase has failed or not. type: boolean readOnly: true x-omitempty: true Message: description: Status message set during the upgrade phase. type: string readOnly: true x-omitempty: true Name: description: 'Name of the upgrade phase. * `init` - Upgrade service initialization phase. * `CheckCluster` - For a multinode system, check that all nodes in the cluster are connected and running. * `monitor` - Monitor a required upgrade. * `UpdateAnsibleHosts` - Update the ansible hosts file with latest template. * `SyncImages` - For a multinode system, sync image files between nodes. * `Prepare` - Upgrade service prepares folders and templated files. * `ServiceLoad` - Upgrade service loads the service images into the local docker cache. * `UiLoad` - Upgrade service loads the UI packages into the local cache. * `GenerateConfig` - Upgrade service generates the Kubernetes configuration files. * `DeployService` - Upgrade service deploys the Kubernetes services. * `UpgradeOS` - Run /opt/cisco/bin/onprem-upgrade-start.sh for each node. * `UpgradeServices` - Run /opt/cisco/bin/onprem-upgrade-start.sh per node. * `VerifyPlaybookSuccess` - Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully. * `FinishUpgrade` - Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node. * `Success` - Upgrade completed successfully. * `Fail` - Indicates that the upgrade process has failed. * `Cancel` - Indicates that the upgrade was canceled by the Intersight Appliance. * `Telemetry` - Upgrade service sends basic telemetry data to the Intersight.' type: string enum: - init - CheckCluster - monitor - UpdateAnsibleHosts - SyncImages - Prepare - ServiceLoad - UiLoad - GenerateConfig - DeployService - UpgradeOS - UpgradeServices - VerifyPlaybookSuccess - FinishUpgrade - Success - Fail - Cancel - Telemetry default: init readOnly: true x-omitempty: true RetryCount: description: Retry count of the upgrade phase. type: integer format: int64 readOnly: true x-omitempty: true StartTime: description: Start date of the software upgrade phase. type: string format: date-time readOnly: true x-omitempty: true Status: description: Status of the upgrade phase. type: string readOnly: true x-omitempty: true asset.Connection: title: Asset:Connection description: A method for Intersight to connect to a managed target, including network connectivity and authentication details. x-allOf-name: asset.Connection allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.Connection', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.CloudConnection - asset.HttpConnection - asset.IntersightDeviceConnectorConnection - asset.ScopedTargetConnection - asset.SshConnection x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.CloudConnection - asset.HttpConnection - asset.IntersightDeviceConnectorConnection - asset.ScopedTargetConnection - asset.SshConnection x-enum-as-string: true Credential: description: The credential to be used to authenticate with the managed target. $ref: '#/components/schemas/asset.Credential' x-omitempty: true onprem.ClusterNode: title: Onprem:Cluster Node description: 'ClusterNode encapsulates the properties of an Intersight Appliance node (virtual machine). ClusterNode and ClusterInfo data structures are shared between the upgrade services running in the Intersight and the Intersight Appliance.' x-allOf-name: onprem.ClusterNode allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.ClusterNode', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.ClusterNode default: onprem.ClusterNode x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.ClusterNode default: onprem.ClusterNode x-enum-as-string: true BootTime: description: Start time of the device connector in the Intersight Appliance node. type: string format: date-time readOnly: true x-omitempty: true ClusterMode: description: Mode of the appliance cluster. type: string readOnly: true x-omitempty: true CpuCount: description: Number of CPUs configured for the Intersight Appliance node. type: integer format: int64 readOnly: true x-omitempty: true DeploymentType: description: Deployment type of the Intersight Appliance node. type: string readOnly: true x-omitempty: true Disks: type: - array - 'null' items: description: Disk usage information for the Intersight Appliance node. $ref: '#/components/schemas/onprem.ResourceInfo' readOnly: true x-omitempty: true Hostname: description: The hostname or FQDN of the Intersight Appliance node. type: string readOnly: true x-omitempty: true Memory: description: Memory usage information for the Intersight Appliance node. $ref: '#/components/schemas/onprem.ResourceInfo' readOnly: true x-omitempty: true NodeId: description: Identifier of the Intersight Appliance node (one based). type: integer format: int64 readOnly: true x-omitempty: true PingErrorNodes: type: - array - 'null' items: description: Host names of the nodes that are unreachable from this node. type: string readOnly: true x-omitempty: true PingOk: description: Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts. type: boolean readOnly: true x-omitempty: true PrimaryNode: description: Indicates if this node is the primary node. type: boolean readOnly: true x-omitempty: true RsyncErrorNodes: type: - array - 'null' items: description: Host names of the nodes that are unreachable by rsync from this node. type: string readOnly: true x-omitempty: true RsyncOk: description: Indicates if this node can rsync to other nodes. type: boolean readOnly: true x-omitempty: true Version: description: Current version of the device connector in the Intersight Appliance node. type: string readOnly: true x-omitempty: true VirtualEnvType: description: Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM). type: string readOnly: true x-omitempty: true iam.AccountTags: title: Iam:Account Tags description: 'An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by assigning meta-data tags to any object.' x-allOf-name: iam.AccountTags allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.AccountTags', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.AccountTags default: iam.AccountTags x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.AccountTags default: iam.AccountTags x-enum-as-string: true Key: description: The string representation of a tag key. type: string x-omitempty: true Value: description: The string representation of a tag value. type: string x-omitempty: true appliance.DiagSetting.Response: description: "The response body of a HTTP GET request for the 'appliance.DiagSetting' 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 'appliance.DiagSetting' resources." x-one-of-name: appliance.DiagSetting.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DiagSetting.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.PrivilegeSet.Relationship: description: A relationship to the 'iam.PrivilegeSet' resource, or the expanded 'iam.PrivilegeSet' resource, or the 'null' value. x-one-of-name: iam.PrivilegeSet.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.PrivilegeSet' discriminator: propertyName: ClassId iam.ServiceProvider.Relationship: description: A relationship to the 'iam.ServiceProvider' resource, or the expanded 'iam.ServiceProvider' resource, or the 'null' value. x-one-of-name: iam.ServiceProvider.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.ServiceProvider' discriminator: propertyName: ClassId appliance.SystemInfo.Relationship: description: A relationship to the 'appliance.SystemInfo' resource, or the expanded 'appliance.SystemInfo' resource, or the 'null' value. x-one-of-name: appliance.SystemInfo.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.SystemInfo' discriminator: propertyName: ClassId iam.AppRegistration: title: App Registration description: 'The AppRegistration object facilitates the registration of OAuth2 client applications, enabling secure access to APIs using OAuth2 credentials. #### Purpose An AppRegistration defines the metadata and configuration required for OAuth2 client applications to authenticate and obtain access tokens. The metadata defines how a client application retrieves an OAuth2 access token and uses it to invoke the Intersight API on behalf of the AppRegistration. It ensures a secure and controlled mechanism for applications to interact with the system. #### Key Concepts - **OAuth2 Compliance:** Adheres to OAuth2 standards, supporting various grant types and response types for secure API access. - **Client Identification:** Provides unique client IDs and secrets for registered applications, ensuring each client is identifiable and secure. - **Redirect URIs:** Specifies the redirection endpoints for OAuth2 flows, ensuring the safe transfer of authorization codes or tokens. - **Token Management:** Includes mechanisms for token expiration, revocation, and renewal, maintaining security by managing the lifecycle of access tokens.' x-allOf-name: iam.AppRegistration allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.AppRegistration', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.AppRegistration default: iam.AppRegistration x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.AppRegistration default: iam.AppRegistration x-enum-as-string: true AdminStatus: description: 'Used to trigger the enable or disable action on the App Registration. These actions change the status of an App Registration. * `enable` - Used to enable a disabled API key/App Registration. If the API key/App Registration is already expired, this action has no effect. * `disable` - Used to disable an active API key/App Registration. If the API key/App Registration is already expired, this action has no effect.' type: string enum: - enable - disable default: enable x-omitempty: true ClientId: description: 'A unique identifier for the OAuth2 client application. The client ID is auto-generated when the AppRegistration object is created.' type: string readOnly: true x-omitempty: true ClientName: description: App Registration name specified by user. type: string x-omitempty: true ClientSecret: description: 'The OAuth2 client secret. The value of this property is generated when grantType includes ''client-credentials''. Otherwise, no client-secret is generated.' type: string x-omitempty: true ClientType: description: 'The type of the OAuth2 client (public or confidential), as specified in https://tools.ietf.org/html/rfc6749#section-2.1. * `public` - Clients incapable of maintaining the confidentiality of their credentials.This includes clients executing on the device used by the resource owner,such as mobile applications, installed native application or a webbrowser-based application. * `confidential` - Clients capable of maintaining the confidentiality of their credentials.For example, this could be a client implemented on a secure server withrestricted access to the client credentials.To maintain the confidentiality of the OAuth2 credentials, two use cases areconsidered.1) The application is running as a service within Intersight. The application automatically obtains the OAuth2 credentials when the application starts and the credentials are not exposed to the end-user. Because end-users (even account administrators) do not have access the OAuth2 credentials, they cannot take the credentials with them when they leave their organization.2) The application is under the control of a "trusted" end-user. For example, the end-user may create a native application running outside Intersight. The application uses OAuth2 credentials to interact with the Intersight API. In that case, the Intersight account administrator may generate OAuth2 credentials with a registered application using "client_credentials" grant type. In that case, the end-user is responsible for maintaining the confidentiality of the OAuth2 credentials. If the end-user leaves the organization, you should revoke the credentials and issue new Oauth2 credentials.Here is a possible workflow for handling OAuth2 tokens.1) User Alice (Intersight Account Administrator) logins to Intersight and deploys an Intersight application that requires an OAuth2 token.2) Intersight automatically deploys the application. The application is assigned a OAuth2 token, possibly linked to Alice. The application must NOT expose the OAuth2 secret to Alice, otherwise Alice would be able to use the token after she leaves the company.3) The application can make API calls to Intersight using its assigned OAuth2 token. For example, the application could make weekly scheduled API calls to Intersight.4) Separately, Alice may also get OAuth2 tokens that she can use to make API calls from the Intersight SDK through the northbound API. In that case, Alice will get the associated OAuth2 secrets, but not the one assigned in step #2.5) Alice leaves the organization. The OAuth2 tokens assigned in step #2 must retain their validity even after Alice has left the organization. Because the OAuth2 secrets were never shared with Alice, there is no risk Alice can reuse the OAuth2 secrets. On the other hand, the OAuth2 tokens assigned in step #4 must be invalidated because Alice had the OAuth2 tokens in her possession.' type: string enum: - public - confidential default: public x-omitempty: true Description: description: Description of the application. type: string x-omitempty: true EntityId: description: EntityId holds the Id of the client application that is using this AppRegistration. type: string readOnly: true x-omitempty: true ExpiryDateTime: description: The expiration date of the App Registration which is set at the time of its creation. Its value can only be assigned a date that falls within the range determined by the maximum expiration time configured at the account level. The expiry date can be edited to be earlier or later, provided it stays within the designated expiry period. This period is determined by adding the 'startTime' property of the App Registration to the maximum expiry time configured at the account level. type: string format: date-time x-omitempty: true GrantTypes: type: - array - 'null' items: description: 'The set of grant types that OAuth2 clients can use for this application. The grant type is used in the OAuth2 login flow to validate the grant type that has been requested by the client. See https://tools.ietf.org/html/rfc7591#page-9 for more details. # It is set automatically when AppRegistration is created since currently we do not provide option for the user. * `authorization_code` - The ''authorization code'' grant type as defined in the OAuth2 specification.It implies a "response_types" value that includes "code". * `refresh_token` - The ''refresh token'' grant type defined in the OAuth2 specification.https://tools.ietf.org/html/rfc7591#section-6. * `client_credentials` - The ''client credentials'' grant type defined in the OAuth2 specification.A client can request an access token using only its clientcredentials (or other supported means of authentication) when theclient is requesting access to the protected resources under itscontrol, or those of another resource owner that have been previouslyarranged with the authorization server.https://tools.ietf.org/html/rfc6749#section-4.4. * `implicit` - The implicit grant is a simplified authorization code flow optimizedfor clients implemented in a browser using a scripting language suchas JavaScript. In the implicit flow, instead of issuing the clientan authorization code, the client is issued an access token directly(as the result of the resource owner authorization). The grant typeis implicit, as no intermediate credentials (such as an authorizationcode) are issued (and later used to obtain an access token).When issuing an access token during the implicit grant flow, theauthorization server does not authenticate the client. In somecases, the client identity can be verified via the redirection URIused to deliver the access token to the client. The access token maybe exposed to the resource owner or other applications with access tothe resource owner''s user-agent. * `password` - The resource owner password credentials (i.e., username and password)can be used directly as an authorization grant to obtain an accesstoken. The credentials should only be used when there is a highdegree of trust between the resource owner and the client (e.g., theclient is part of the device operating system or a highly privilegedapplication), and when other authorization grant types are notavailable (such as an authorization code). * `urn:ietf:params:oauth:grant-type:jwt-bearer` - The JWT Bearer Token Grant Type defined in OAuth JWT Bearer Token Profiles [RFC7523]. * `urn:ietf:params:oauth:grant-type:saml2-bearer` - The SAML 2.0 Bearer Assertion Grant defined in OAuth SAML 2 Bearer Token Profiles [RFC7522].' type: string enum: - authorization_code - refresh_token - client_credentials - implicit - password - urn:ietf:params:oauth:grant-type:jwt-bearer - urn:ietf:params:oauth:grant-type:saml2-bearer default: authorization_code readOnly: true x-omitempty: true IsNeverExpiring: description: Used to mark the App Registration as a never-expiring App Registration. type: boolean default: false x-omitempty: true LastUsedIp: description: The ip address from which the App Registration was last used. type: string readOnly: true x-omitempty: true LastUsedTime: description: The time at which the App Registration was last used. It is updated every 24 hours. type: string format: date-time readOnly: true x-omitempty: true OperStatus: description: 'The current status of the App Registration that dictates the validity of the app. * `enabled` - An API key/App Registration having enabled status can be used for API invocation. * `disabled` - An API key/App Registration having disabled status cannot be used for API invocation. * `expired` - An API key/App Registration having expired status cannot be used for API invocation as the expiration date has passed.' type: string enum: - enabled - disabled - expired default: enabled readOnly: true x-omitempty: true RedirectUris: type: - array - 'null' items: description: 'After a user successfully authorizes an application, the OAuth2 authorization server will redirect the user back to the application with either an authorization code or access token in the URL. Registered redirect URLs may contain query string parameters, but must not contain anything in the fragment. The registration server rejects the request if a user tries to register a redirect URL that contains a fragment. For native and mobile apps, Intersight allows a user to register a URL scheme such as myapp:// which can then be used in the redirect URL. The authorization server allows arbitrary URL schemes to be registered in order to support registering redirect URLs for native apps. Redirect URLs are a critical part of the OAuth flow. After a user successfully authorizes an application, the authorization server will redirect the user back to the application with either an authorization code or access token in the URL. Because the redirect URL will contain sensitive information, it is critical that the service doesn’t redirect the user to arbitrary locations. The best way to ensure the user will only be directed to appropriate locations is to require the developer to register one or more redirect URLs when they create the application. The redirection endpoint URI MUST be an absolute URI.' type: string pattern: ^$|^(?:[\w.-]+?:\/\/)[\w\.\-\/\d\:]+$ x-omitempty: true RenewClientSecret: description: Set value to true to renew the client-secret. Applicable to client_credentials grant type. type: boolean default: false x-omitempty: true ResponseTypes: type: - array - 'null' items: description: 'The set of response types that a OAuth2 client can use. This is static list and it is set automatically when AppRegistration is created. According to RFC, it is used in OAuth2 login flow to check that this AppRegistration supports response type from the request. See https://tools.ietf.org/html/rfc7591#page-9 for more details. * `code` - The authorization code response type defined in OAuth2, section 4.1. * `token` - The token response type defined in OAuth2, section 4.2.' type: string enum: - code - token default: code readOnly: true x-omitempty: true RevocationTimestamp: description: 'Used to perform revocation for tokens of AppRegistration. Updated only internally is case Revoke property come from UI with value true. On each request with OAuth2 access token the CreationTime of the OAuth2 token will be compared to RevokationTimestamp of the corresponding App Registration.' type: string format: date-time readOnly: true x-omitempty: true Revoke: description: 'Used to trigger update the revocationTimestamp value. If UI sent updating request with the Revoke value is true, then update RevocationTimestamp.' type: boolean default: false x-omitempty: true Scope: description: Scope holds a collection of account Id, permission Id to which the current session is scoped to. $ref: '#/components/schemas/iam.SwitchScopePermissions' readOnly: true x-omitempty: true ShowConsentScreen: description: 'Set to true if consent screen needs to be shown during the OAuth login process. Applicable only for public AppRegistrations, means only ''authorization_code'' grantType. Note that consent screen will be shown on each login.' type: boolean default: false x-omitempty: true StartTime: description: "The timestamp at which an expiry date was first set on this app registration. \nFor expiring App Registrations, this field is same as the create time of the App Registration.\nFor never-expiring App Registrations, this field is set initially to zero time value. If a never-expiry App Registration is later changed to have an expiration, the timestamp marking the start of this transition is recorded in this field." type: string format: date-time readOnly: true x-omitempty: true TokenExpiry: description: 'Defines the expiry time of the token generated via the AppRegistration. * `generic` - This sets the expiryTime to ten minutes from the token issuing time. * `longLived` - This sets the expiryTime to an year from the token issuing time. * `infinite` - This allows for a never-expiring token. Use with caution.' type: string enum: - generic - longLived - infinite default: generic readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true ClientApplication: $ref: '#/components/schemas/iam.AbstractClientApplication.Relationship' description: 'A reference to a iamAbstractClientApplication resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true OauthTokens: description: An array of relationships to iamOAuthToken resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.OAuthToken.Relationship' readOnly: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Roles: deprecated: true x-sunset: '2027-03-01' description: An array of relationships to iamRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Role.Relationship' SecurityHolder: $ref: '#/components/schemas/iam.SecurityHolder.Relationship' description: 'A reference to a iamSecurityHolder resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true User: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.CertificateSetting.List: title: List of 'appliance.CertificateSetting' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.CertificateSetting'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.CertificateSetting' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.CertificateSetting' appliance.Backup.Relationship: description: A relationship to the 'appliance.Backup' resource, or the expanded 'appliance.Backup' resource, or the 'null' value. x-one-of-name: appliance.Backup.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.Backup' discriminator: propertyName: ClassId appliance.FileSystemTelemetry: title: Appliance:File System Telemetry description: Calculated operational status of a file system on a node. x-allOf-name: appliance.FileSystemTelemetry allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FileSystemTelemetry', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FileSystemTelemetry default: appliance.FileSystemTelemetry x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FileSystemTelemetry default: appliance.FileSystemTelemetry x-enum-as-string: true DiskOrder: description: 'Symbolic order identifier of the physical disk from /dev/disk/by-order (e.g., disk1, disk2). This provides a stable, human-readable identifier for the disk that persists across reboots, unlike device names which may change. Currently, the relationship between filesystems to disks is one-to-one and this is unlikely to change in the future.' type: string readOnly: true x-omitempty: true Instance: description: The instance identifier from which the metrics were collected. type: string readOnly: true x-omitempty: true Mountpoint: description: Mount point of this file system. type: string readOnly: true x-omitempty: true Usage: description: 'Operational status of filesystem utilization. Values are Optimal, Warning, or Critical based on configured thresholds. * `Optimal` - Resource usage is within normal operating parameters. * `Warning` - Resource usage has exceeded warning thresholds and attention may be needed. * `Critical` - Resource usage has exceeded critical thresholds and immediate attention is required.' type: string enum: - Optimal - Warning - Critical default: Optimal readOnly: true x-omitempty: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.AppOpStatus.Relationship: description: A relationship to the 'appliance.AppOpStatus' resource, or the expanded 'appliance.AppOpStatus' resource, or the 'null' value. x-one-of-name: appliance.AppOpStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.AppOpStatus' discriminator: propertyName: ClassId appliance.NodeInfo.List: title: List of 'appliance.NodeInfo' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NodeInfo'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NodeInfo' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NodeInfo' appliance.DeviceClaim.List: title: List of 'appliance.DeviceClaim' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DeviceClaim'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DeviceClaim' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DeviceClaim' appliance.MetricBase: title: Appliance:Metric Base description: A metric that reports a value or set of values over a measurement period. x-allOf-name: appliance.MetricBase allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.MetricBase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization - appliance.MetricsIngestionUtilization - appliance.NodeIopsMetric x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.CpuUtilization - appliance.MemoryUtilization - appliance.MetricsIngestionUtilization - appliance.NodeIopsMetric x-enum-as-string: true Attributes: description: The set of attributes that describe that uniquely describe the metric. $ref: '#/components/schemas/mo.BaseComplexType' readOnly: true x-omitempty: true EndTime: description: The end of the measurement window. type: string format: date-time readOnly: true x-omitempty: true MetaField: description: Uniquely identifies the source of the metric. type: string readOnly: true x-omitempty: true Time: description: The start of the measurement window. type: string format: date-time readOnly: true x-omitempty: true appliance.NodeIopsMetric.Response: description: "The response body of a HTTP GET request for the 'appliance.NodeIopsMetric' 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 'appliance.NodeIopsMetric' resources." x-one-of-name: appliance.NodeIopsMetric.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NodeIopsMetric.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NetworkLinkStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.NetworkLinkStatus' 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 'appliance.NetworkLinkStatus' resources." x-one-of-name: appliance.NetworkLinkStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NetworkLinkStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.LdapBaseProperties: title: Iam:Ldap Base Properties description: Base settings of LDAP required while configuring LDAP policy. x-allOf-name: iam.LdapBaseProperties allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'iam.LdapBaseProperties', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapBaseProperties default: iam.LdapBaseProperties x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapBaseProperties default: iam.LdapBaseProperties x-enum-as-string: true Attribute: description: Role and locale information of the user. type: string pattern: ^$|^[a-zA-Z0-9][a-zA-Z0-9\-\.]*[a-zA-Z0-9\-]$ x-omitempty: true BaseDn: description: Base Distinguished Name (DN), the starting point for searching users and groups. type: string maxLength: 254 x-omitempty: true BindDn: description: Distinguished Name (DN) used to authenticate against LDAP servers. type: string minLength: 0 maxLength: 254 x-omitempty: true BindMethod: description: 'Authentication method to access LDAP servers. * `LoginCredentials` - Requires the user credentials. If the bind process fails, then user is denied access. * `Anonymous` - Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access. * `ConfiguredCredentials` - Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.' type: string enum: - LoginCredentials - Anonymous - ConfiguredCredentials default: LoginCredentials x-omitempty: true Domain: description: The IPv4 domain that all users must be in. type: string pattern: ^$|^(([a-zA-Z0-9])|([a-zA-Z0-9][a-zA-Z0-9\.\-]*[a-zA-Z0-9]))$ maxLength: 255 x-omitempty: true EnableEncryption: description: If enabled, the endpoint encrypts all information sent to the LDAP server. type: boolean x-omitempty: true EnableGroupAuthorization: description: If enabled, user authorization is also done at the group level for LDAP users not in the local user database. type: boolean x-omitempty: true EnableNestedGroupSearch: description: If enabled, an extended search walks the ancestry chain to the root and returns all groups and subgroups recursively. type: boolean default: false x-omitempty: true Filter: description: Criteria to identify entries in search requests. type: string pattern: ^$|^[a-zA-Z0-9(][a-zA-Z0-9_#@$%&\-\^|()*=:!,.]*[a-zA-Z0-9\-)]$ x-omitempty: true GroupAttribute: description: Groups to which an LDAP entry belongs. type: string pattern: ^$|^[a-zA-Z0-9][a-zA-Z0-9_#@$%&\-\^]*[a-zA-Z0-9\-]$ x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true NestedGroupSearchDepth: description: Search depth to look for a nested LDAP group in an LDAP group map. type: integer format: int64 default: 128 minimum: 1 maximum: 128 x-omitempty: true Password: description: The password for the initial bind process. Must not contain spaces, tabs, or line breaks, and cannot exceed 254 characters. type: string pattern: ^[\S+]{0,254}$ writeOnly: true x-omitempty: true Timeout: description: LDAP authentication timeout duration, in seconds. type: integer format: int64 default: 0 minimum: 0 maximum: 180 x-omitempty: true UserSearchAttribute: type: - array - 'null' items: description: 'LDAP attributes used for username matching during authentication. Multiple attributes create an OR condition in the search filter. Examples: "mail", "sAMAccountName", "uid". Leave blank to use default attributes: "mail", "sAMAccountName".' type: string x-omitempty: true appliance.DataExportPolicy.List: title: List of 'appliance.DataExportPolicy' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DataExportPolicy'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DataExportPolicy' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DataExportPolicy' appliance.FileSystemOpSummary.List: title: List of 'appliance.FileSystemOpSummary' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FileSystemOpSummary'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FileSystemOpSummary' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemOpSummary' mo.BaseMo: type: object discriminator: propertyName: ClassId title: Mo:Base Mo description: The base abstract class for all Cisco Intersight managed objects. required: - ClassId - ObjectType - objectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The 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 - apiproxy.AllowList - appliance.AppOpStatus - appliance.AppStatus - appliance.AutoRmaPolicy - appliance.Backup - appliance.BackupDownload - appliance.BackupMonitor - appliance.BackupPolicy - appliance.BackupRotateData - appliance.CertificateSetting - appliance.ClusterInfo - appliance.ClusterInstall - appliance.ClusterReplaceNode - appliance.ClusterWorkerNode - appliance.ClusterWorkerNodeReplace - appliance.ClusterWorkerNodeReuse - appliance.CpuUtilization - appliance.DataExportPolicy - appliance.DeviceCertificate - appliance.DeviceClaim - appliance.DeviceClusterInstall - appliance.DeviceState - appliance.DeviceUpgradePolicy - appliance.DiagSetting - appliance.ExternalSyslogSetting - appliance.FileGateway - appliance.FileSystemOpStatus - appliance.FileSystemOpSummary - appliance.FileSystemStatus - appliance.FileSystemTelemetry - appliance.FqdnUpdate - appliance.GroupOpStatus - appliance.GroupStatus - appliance.ImageBundle - appliance.MemoryUtilization - appliance.MetaManifest - appliance.MetricsConfig - appliance.MetricsIngestionUtilization - appliance.NetworkLinkStatus - appliance.NodeInfo - appliance.NodeIopsMetric - appliance.NodeOpStatus - appliance.NodeStatus - appliance.NodeTelemetry - appliance.ReleaseNote - appliance.RemoteFileImport - appliance.Restore - appliance.SetupInfo - appliance.SystemInfo - appliance.SystemOpStatus - appliance.SystemStatus - appliance.Upgrade - appliance.UpgradePolicy - appliance.UpgradeTracker - asset.ClaimToken - asset.ClusterMember - asset.Deployment - asset.DeploymentDevice - asset.DeviceClaim - asset.DeviceConfiguration - asset.DeviceConnectorManager - asset.DeviceContractInformation - asset.DeviceContractNotification - asset.DeviceRegistration - asset.GeoLocation - asset.PreClaim - asset.Subscription - asset.SubscriptionAccount - asset.SubscriptionDeviceContractInformation - asset.Target - auditd.Policy - 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.BiosTokens - capability.Catalog - capability.ChassisDescriptor - capability.ChassisManufacturingDef - capability.ChassisUpgradeSupportMeta - capability.CimcFirmwareDescriptor - capability.CpuEndpointDescriptor - capability.DimmsEndpointDescriptor - capability.DomainPolicyRequirement - capability.DrivesEndpointDescriptor - capability.EquipmentPhysicalDef - capability.EquipmentSlotArray - capability.FanModuleDescriptor - capability.FanModuleManufacturingDef - capability.FexCapabilityDef - capability.FexDescriptor - capability.FexManufacturingDef - capability.FexSupportMeta - capability.GpuEndpointDescriptor - capability.HsuIsoFileSupportMeta - capability.IoCardCapabilityDef - capability.IoCardDescriptor - capability.IoCardManufacturingDef - capability.IomUpgradeSupportMeta - capability.NetworkEquipmentPowerDef - capability.PolicyConstants - capability.PortGroupAggregationDef - capability.ProcessorUnitUpdateConstraintMeta - capability.PsuDescriptor - capability.PsuManufacturingDef - capability.ServerActionsMeta - capability.ServerDescriptor - capability.ServerModelsCapabilityDef - capability.ServerPcieConnectivityCatalog - capability.ServerSchemaDescriptor - capability.ServerTopologyMap - capability.ServerUpgradeSupportMeta - capability.SiocModuleCapabilityDef - capability.SiocModuleDescriptor - capability.SiocModuleManufacturingDef - capability.StandardRedfishSupportMeta - capability.StorageControllerUpdateConstraintMeta - capability.StorageControllersMetaData - capability.SwitchCapability - capability.SwitchDescriptor - capability.SwitchEquipmentInfo - capability.SwitchManufacturingDef - capability.SwitchUpgradeSupportMeta - capability.TemplateCatalog - capability.TimeZoneMetaData - capability.UpdateOrderMeta - capability.VicDescriptor - catalystsdwan.ConfigGroup - catalystsdwan.Interface - catalystsdwan.PhysicalPort - catalystsdwan.PolicyGroup - catalystsdwan.PortChannel - catalystsdwan.VedgeDevice - catalystsdwan.Vlan - catalystsdwan.WanEdgeDevice - certificatemanagement.Policy - certificatemanagement.PolicyInventory - chassis.ConfigChangeDetail - chassis.ConfigImport - chassis.ConfigResult - chassis.ConfigResultEntry - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - cli.CliPolicy - cloud.CollectInventory - cloud.TfcAgentpool - cloud.TfcOrganization - cloud.TfcWorkspace - comm.HttpProxyPolicy - comm.TagDefinition - compute.Blade - compute.BladeIdentity - compute.Board - compute.DownloadStatus - compute.HostUtilityOperation - compute.Mapping - compute.PcieConnectivityPolicy - compute.PcieConnectivityPolicyInventory - compute.Personality - compute.PhysicalSummary - compute.RackUnit - compute.RackUnitIdentity - compute.ScrubPolicy - compute.ServerIdPool - compute.ServerPowerParameters - compute.ServerPowerPolicy - compute.ServerSetting - compute.Vmedia - cond.Alarm - cond.AlarmAggregation - cond.AlarmClassification - cond.AlarmDefinition - cond.AlarmRule - cond.AlarmSuppression - cond.AlarmSuppressionDryRun - cond.CustomHclBaseline - cond.CustomHclStatus - cond.HclStatus - cond.HclStatusDetail - cond.HclStatusJob - cond.ThresholdDefinition - connectorpack.ConnectorPackUpgrade - connectorpack.UpgradeImpact - console.ConsoleConfig - convergedinfra.AdapterComplianceDetails - convergedinfra.Pod - convergedinfra.PodComplianceInfo - convergedinfra.ServerComplianceDetails - convergedinfra.StorageComplianceDetails - convergedinfra.SwitchComplianceDetails - coremanagement.CoreFile - coremanagement.Download - crd.CustomResource - deviceconnector.Policy - dnac.Device - dnac.DeviceInterface - dnac.ExternalBorderNode - dnac.ExternalBorderNodeInterface - dnac.FabricSite - dnac.Site - dnac.SiteIpPool - dnac.Template - dnac.Transit - dnac.VirtualNetworkFabricSite - energy.DailyMetrics - energy.Metrics - equipment.Chassis - equipment.ChassisController - equipment.ChassisIdPool - equipment.ChassisIdentity - equipment.ChassisOperation - equipment.DeviceSummary - equipment.EnclosureElement - equipment.EndPointLog - equipment.ExpanderModule - equipment.ExpanderModuleIdentity - equipment.ExpanderModuleOperation - equipment.Fan - equipment.FanControl - equipment.FanModule - equipment.Fex - equipment.FexIdentity - equipment.FexOperation - equipment.Fru - equipment.HybridDriveSlot - equipment.Interconnect - equipment.IoCard - equipment.IoCardOperation - equipment.IoExpander - equipment.LocatorLed - equipment.LogDownload - equipment.Psu - equipment.PsuControl - equipment.RackEnclosure - equipment.RackEnclosureSlot - equipment.Riser - equipment.Sensor - equipment.SharedAdapterUnit - equipment.SharedGraphicsCard - equipment.SharedIoModule - equipment.SwitchCard - equipment.SwitchOperation - equipment.SystemIoController - equipment.Tpm - equipment.Transceiver - ether.HostPort - ether.InterSwitchPort - ether.LanPort - 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.MacSecPolicy - fabric.MulticastPolicy - fabric.NetFlowExporter - fabric.NetFlowMonitor - fabric.NetFlowPolicy - fabric.NetFlowRecord - fabric.PcMember - fabric.PcOperation - fabric.PortMode - fabric.PortOperation - fabric.PortPolicy - fabric.SanPinGroup - fabric.SecureRouterRole - fabric.ServerRole - fabric.SpanDestEthPort - fabric.SpanSession - fabric.SpanSourceEthPort - fabric.SpanSourceEthPortChannel - fabric.SpanSourceVlan - fabric.SpanSourceVnicEthIf - 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.PciNodeUpgrade - firmware.PcieDescriptor - firmware.Policy - firmware.PsuDescriptor - firmware.PsxDescriptor - firmware.RunningFirmware - firmware.SasExpanderDescriptor - firmware.SecureRouterUpgrade - 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 - hci.AhvVm - hci.AhvVmDisk - hci.AhvVmGpu - hci.AhvVmNic - hci.Alarm - hci.Cluster - hci.ClusterOperation - hci.Compliance - hci.Disk - hci.DomainManager - hci.Entitlement - hci.EsxiVm - hci.EsxiVmDisk - hci.EsxiVmNic - hci.ExternalStorage - hci.Gpu - hci.License - hci.NccCheckPolicy - hci.Node - hci.PhysicalGpu - hci.StorageContainer - hci.Violation - hci.VirtualGpu - hcl.CompatibilityStatus - hcl.DataImportLog - hcl.DriverImage - hcl.ExemptedCatalog - hcl.HwCatalogInfo - hcl.HyperflexSoftwareCompatibilityInfo - hcl.OperatingSystem - hcl.OperatingSystemVendor - hcl.ServerCatalog - 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.CuiIntegration - iam.DefaultAuthentication - iam.DomainGroup - iam.DomainNameInfo - iam.EndPointPrivilege - iam.EndPointRole - iam.EndPointUser - iam.EndPointUserInventory - iam.EndPointUserPolicy - iam.EndPointUserPolicyInventory - iam.EndPointUserRole - iam.EndPointUserRoleInventory - iam.GuestAccessSettings - iam.Idp - iam.IdpReference - iam.IpAccessManagement - iam.IpAddress - iam.LdapConfigParams - iam.LdapGroup - iam.LdapGroupInventory - iam.LdapMeta - iam.LdapPolicy - iam.LdapPolicyInventory - iam.LdapProvider - iam.LdapProviderInventory - iam.LocalUserPassword - iam.LocalUserPasswordPolicy - iam.OAuthToken - iam.PasswordHistorySettingCollection - iam.Permission - iam.PrivateKeySpec - iam.Privilege - iam.PrivilegeSet - iam.PrivilegeSetMetaInfo - iam.Qualifier - iam.ResourceLimits - iam.ResourcePermission - iam.ResourceRoles - iam.Role - iam.SecurityHolder - iam.ServiceProvider - iam.Session - iam.SessionLimits - iam.SharingRule - iam.System - iam.TestIdpConfiguration - iam.TrustPoint - iam.User - iam.UserGroup - iam.UserPreference - iam.UserQualifier - 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.Migrate - iwotenant.TenantCustomization - iwotenant.TenantStatus - kvm.Policy - kvm.PolicyInventory - kvm.Session - kvm.Tunnel - kvm.TunneledKvmPolicy - license.AccountLicenseData - license.CustomerOp - license.ErpCustomerOp - license.ErpLicenseCount - 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 - memory.Array - memory.PersistentMemoryConfigResult - memory.PersistentMemoryConfiguration - memory.PersistentMemoryNamespace - memory.PersistentMemoryNamespaceConfigResult - memory.PersistentMemoryPolicy - memory.PersistentMemoryRegion - memory.PersistentMemoryUnit - memory.Policy - memory.PolicyInventory - memory.Unit - meraki.Device - meraki.Network - meraki.Organization - meraki.PortProfile - meraki.Tag - meta.Definition - metrics.Configuration - metrics.MetricsExploration - metrics.ResourceConfiguration - mgmt.BackupCategory - mgmt.ConfigBackupFile - mgmt.ConfigBackupInstance - mgmt.ConfigBackupOperation - mgmt.ConfigCategorySummary - mgmt.ConfigOperationSetting - mgmt.ConfigRestoreCategorySummary - mgmt.ConfigRestoreOperation - mgmt.ObjectBackupMeta - mgmt.OrgBackupOperation - mgmt.OrgRestoreOperation - monitoring.HealthStatus - network.DiscoveredNeighbor - network.Dns - network.Element - network.ElementSummary - network.FcZoneInfo - network.FeatureControl - network.InterfaceList - network.LicenseFile - network.SecureRouter - network.SecureRouterSetting - 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.NdEncryptedFileDownload - niaapi.NdMetadata - niaapi.NdMetadataFileDownloader - niaapi.NdMetadataSoftwareDownload - niaapi.NiaMetadata - niaapi.NibFileDownloader - niaapi.NibMetadata - niaapi.PuvScriptDownloader - niaapi.SnValidatorMetadata - niaapi.UpgradeAssistFile - niaapi.VersionRegex - niatelemetry.AaaLdapProviderDetails - niatelemetry.AaaRadiusProviderDetails - niatelemetry.AaaTacacsProviderDetails - niatelemetry.Anomaly - 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.Cluster - niatelemetry.ClusterNode - niatelemetry.CommonPolicies - niatelemetry.Controller - niatelemetry.DcnmFanDetails - niatelemetry.DcnmFexDetails - niatelemetry.DcnmModuleDetails - niatelemetry.DcnmPsuDetails - niatelemetry.DcnmTransceiverDetails - niatelemetry.DomInfoObject - niatelemetry.DomThresInfoObject - niatelemetry.Epg - niatelemetry.Fabric - 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.Link - niatelemetry.MdsNeighbors - niatelemetry.MsoContractDetails - niatelemetry.MsoEpgDetails - niatelemetry.MsoSchemaDetails - niatelemetry.MsoSiteDetails - niatelemetry.MsoTenantDetails - niatelemetry.Neighbor - niatelemetry.Network - 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.Route - niatelemetry.SiteInventory - niatelemetry.SnmpSrc - niatelemetry.SpinePolGrpDetails - niatelemetry.SshVersionTwo - niatelemetry.SupervisorModuleDetails - niatelemetry.Switch - niatelemetry.SwitchInterface - niatelemetry.SyslogRemoteDest - niatelemetry.SyslogSysMsg - niatelemetry.SyslogSysMsgFacFilter - niatelemetry.SystemControllerDetails - niatelemetry.Tenant - notification.AccountSubscription - ntp.NtpServer - ntp.Policy - ntp.PolicyInventory - oauth.AccessToken - oauth.Authorization - onprem.ApplianceSystemInfo - onprem.AuditRecord - onprem.Upgrade - onprem.UserPreference - 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 - os.ValidRemoteTarget - partnerintegration.DcLogs - partnerintegration.DeviceConnector - partnerintegration.DocIssues - partnerintegration.Etl - partnerintegration.File - partnerintegration.Inventory - partnerintegration.Logs - partnerintegration.Metrics - partnerintegration.Model - pci.CoprocessorCard - pci.Device - pci.Endpoint - pci.Link - pci.Node - pci.NodeSetting - pci.Port - pci.Slot - pci.Switch - pci.Zone - pool.IdMappingMember - pool.IdMappingPolicy - port.Group - port.MacBinding - port.SubGroup - power.ControlState - power.Policy - power.PolicyInventory - power.PowerGroup - power.PowerGroupMember - 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.ChassisQualificationPolicy - resourcepool.Lease - resourcepool.LeaseResource - resourcepool.MembershipReservation - resourcepool.Pool - resourcepool.PoolMember - resourcepool.QualificationPolicy - resourcepool.Reservation - resourcepool.Universe - rproxy.ReverseProxy - scheduler.SchedulePolicy - 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.DiagnosticStatus - server.Diagnostics - server.Disruption - server.MigrationKeyDetails - server.Profile - server.ProfilePendingChangeEval - server.ProfileTemplate - servicenow.ChangeRequest - servicenow.ChangeRequestDoc - servicenow.Incident - servicenow.IncidentDoc - smtp.Policy - smtp.PolicyInventory - smtp.PolicyTest - 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.HitachiNvmSubsystem - storage.HitachiParityGroup - storage.HitachiPool - storage.HitachiPort - storage.HitachiRemoteCopyPairGad - storage.HitachiRemoteCopyPairTc - storage.HitachiRemoteCopyPairUr - storage.HitachiRemoteReplication - storage.HitachiSnapshot - storage.HitachiVolume - storage.HitachiVolumeMigrationPair - storage.HyperFlexStorageContainer - storage.HyperFlexVolume - storage.Item - storage.KnoxSecureDriveConfiguration - 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.PureBlade - storage.PureController - storage.PureDirectory - storage.PureDirectoryExport - storage.PureDirectoryPolicy - storage.PureDirectoryQuota - storage.PureDirectorySnapshot - storage.PureDisk - storage.PureFileSystems - storage.PureFlashBladeFileSystem - storage.PureFlashBladeSystem - storage.PureHost - storage.PureHostGroup - storage.PureHostLun - storage.PureManagementAccessPolicy - storage.PureNfsPolicyRule - storage.PureObjectBucket - storage.PureObjectStoreAccount - storage.PureObjectStoreUser - storage.PurePod - storage.PurePort - storage.PureProtectionGroup - storage.PureProtectionGroupSnapshot - storage.PureQuotaPolicyRule - storage.PureRealm - storage.PureReplicationSchedule - storage.PureSmbPolicyRule - storage.PureSnapshotSchedule - storage.PureTargetArray - storage.PureVolume - storage.PureVolumeGroup - 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.CatalystSdwanScopedInventory - task.FabricMosScopedInventory - task.HciScopedInventory - task.HitachiScopedInventory - task.HyperFlexManagementScopedInventory - task.HyperflexScopedInventory - task.MdsScopedInventory - task.MdsSystemScopedInventory - task.MerakiScopedInventory - task.NetAppScopedInventory - task.NexusScopedInventory - task.NexusSystemScopedInventory - task.NexusVlanScopedInventory - task.PureFlashBladeScopedInventory - task.PureScopedInventory - task.ServerScopedInventory - techsupportmanagement.CollectionControlPolicy - techsupportmanagement.Download - techsupportmanagement.EndPoint - techsupportmanagement.TechSupportBundle - techsupportmanagement.TechSupportStatus - terminal.AuditLog - 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.LanSettings - vnic.LcpStatus - vnic.SanConnectivityPolicy - vnic.SanConnectivityPolicyInventory - vnic.SanSettings - vnic.ScpStatus - vnic.ServiceEthIf - vnic.ServiceEthIfInventory - vnic.VhbaTemplate - vnic.VifIdPool - vnic.VnicTemplate - vrf.Vrf - webhook.Endpoint - webhook.Schema - 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.Variable - workflow.WorkflowDefinition - workflow.WorkflowInfo - workflow.WorkflowMetadata - workload.Blueprint - workload.ClearWorkloadTag - workload.DeploymentInput - workload.WorkloadDefinition - workload.WorkloadDeployment - workload.WorkloadInstance - workload.WorkloadMetadata x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The 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 - apiproxy.AllowList - appliance.AppOpStatus - appliance.AppStatus - appliance.AutoRmaPolicy - appliance.Backup - appliance.BackupDownload - appliance.BackupMonitor - appliance.BackupPolicy - appliance.BackupRotateData - appliance.CertificateSetting - appliance.ClusterInfo - appliance.ClusterInstall - appliance.ClusterReplaceNode - appliance.ClusterWorkerNode - appliance.ClusterWorkerNodeReplace - appliance.ClusterWorkerNodeReuse - appliance.CpuUtilization - appliance.DataExportPolicy - appliance.DeviceCertificate - appliance.DeviceClaim - appliance.DeviceClusterInstall - appliance.DeviceState - appliance.DeviceUpgradePolicy - appliance.DiagSetting - appliance.ExternalSyslogSetting - appliance.FileGateway - appliance.FileSystemOpStatus - appliance.FileSystemOpSummary - appliance.FileSystemStatus - appliance.FileSystemTelemetry - appliance.FqdnUpdate - appliance.GroupOpStatus - appliance.GroupStatus - appliance.ImageBundle - appliance.MemoryUtilization - appliance.MetaManifest - appliance.MetricsConfig - appliance.MetricsIngestionUtilization - appliance.NetworkLinkStatus - appliance.NodeInfo - appliance.NodeIopsMetric - appliance.NodeOpStatus - appliance.NodeStatus - appliance.NodeTelemetry - appliance.ReleaseNote - appliance.RemoteFileImport - appliance.Restore - appliance.SetupInfo - appliance.SystemInfo - appliance.SystemOpStatus - appliance.SystemStatus - appliance.Upgrade - appliance.UpgradePolicy - appliance.UpgradeTracker - asset.ClaimToken - asset.ClusterMember - asset.Deployment - asset.DeploymentDevice - asset.DeviceClaim - asset.DeviceConfiguration - asset.DeviceConnectorManager - asset.DeviceContractInformation - asset.DeviceContractNotification - asset.DeviceRegistration - asset.GeoLocation - asset.PreClaim - asset.Subscription - asset.SubscriptionAccount - asset.SubscriptionDeviceContractInformation - asset.Target - auditd.Policy - 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.BiosTokens - capability.Catalog - capability.ChassisDescriptor - capability.ChassisManufacturingDef - capability.ChassisUpgradeSupportMeta - capability.CimcFirmwareDescriptor - capability.CpuEndpointDescriptor - capability.DimmsEndpointDescriptor - capability.DomainPolicyRequirement - capability.DrivesEndpointDescriptor - capability.EquipmentPhysicalDef - capability.EquipmentSlotArray - capability.FanModuleDescriptor - capability.FanModuleManufacturingDef - capability.FexCapabilityDef - capability.FexDescriptor - capability.FexManufacturingDef - capability.FexSupportMeta - capability.GpuEndpointDescriptor - capability.HsuIsoFileSupportMeta - capability.IoCardCapabilityDef - capability.IoCardDescriptor - capability.IoCardManufacturingDef - capability.IomUpgradeSupportMeta - capability.NetworkEquipmentPowerDef - capability.PolicyConstants - capability.PortGroupAggregationDef - capability.ProcessorUnitUpdateConstraintMeta - capability.PsuDescriptor - capability.PsuManufacturingDef - capability.ServerActionsMeta - capability.ServerDescriptor - capability.ServerModelsCapabilityDef - capability.ServerPcieConnectivityCatalog - capability.ServerSchemaDescriptor - capability.ServerTopologyMap - capability.ServerUpgradeSupportMeta - capability.SiocModuleCapabilityDef - capability.SiocModuleDescriptor - capability.SiocModuleManufacturingDef - capability.StandardRedfishSupportMeta - capability.StorageControllerUpdateConstraintMeta - capability.StorageControllersMetaData - capability.SwitchCapability - capability.SwitchDescriptor - capability.SwitchEquipmentInfo - capability.SwitchManufacturingDef - capability.SwitchUpgradeSupportMeta - capability.TemplateCatalog - capability.TimeZoneMetaData - capability.UpdateOrderMeta - capability.VicDescriptor - catalystsdwan.ConfigGroup - catalystsdwan.Interface - catalystsdwan.PhysicalPort - catalystsdwan.PolicyGroup - catalystsdwan.PortChannel - catalystsdwan.VedgeDevice - catalystsdwan.Vlan - catalystsdwan.WanEdgeDevice - certificatemanagement.Policy - certificatemanagement.PolicyInventory - chassis.ConfigChangeDetail - chassis.ConfigImport - chassis.ConfigResult - chassis.ConfigResultEntry - chassis.IomProfile - chassis.Profile - chassis.ProfileTemplate - cli.CliPolicy - cloud.CollectInventory - cloud.TfcAgentpool - cloud.TfcOrganization - cloud.TfcWorkspace - comm.HttpProxyPolicy - comm.TagDefinition - compute.Blade - compute.BladeIdentity - compute.Board - compute.DownloadStatus - compute.HostUtilityOperation - compute.Mapping - compute.PcieConnectivityPolicy - compute.PcieConnectivityPolicyInventory - compute.Personality - compute.PhysicalSummary - compute.RackUnit - compute.RackUnitIdentity - compute.ScrubPolicy - compute.ServerIdPool - compute.ServerPowerParameters - compute.ServerPowerPolicy - compute.ServerSetting - compute.Vmedia - cond.Alarm - cond.AlarmAggregation - cond.AlarmClassification - cond.AlarmDefinition - cond.AlarmRule - cond.AlarmSuppression - cond.AlarmSuppressionDryRun - cond.CustomHclBaseline - cond.CustomHclStatus - cond.HclStatus - cond.HclStatusDetail - cond.HclStatusJob - cond.ThresholdDefinition - connectorpack.ConnectorPackUpgrade - connectorpack.UpgradeImpact - console.ConsoleConfig - convergedinfra.AdapterComplianceDetails - convergedinfra.Pod - convergedinfra.PodComplianceInfo - convergedinfra.ServerComplianceDetails - convergedinfra.StorageComplianceDetails - convergedinfra.SwitchComplianceDetails - coremanagement.CoreFile - coremanagement.Download - crd.CustomResource - deviceconnector.Policy - dnac.Device - dnac.DeviceInterface - dnac.ExternalBorderNode - dnac.ExternalBorderNodeInterface - dnac.FabricSite - dnac.Site - dnac.SiteIpPool - dnac.Template - dnac.Transit - dnac.VirtualNetworkFabricSite - energy.DailyMetrics - energy.Metrics - equipment.Chassis - equipment.ChassisController - equipment.ChassisIdPool - equipment.ChassisIdentity - equipment.ChassisOperation - equipment.DeviceSummary - equipment.EnclosureElement - equipment.EndPointLog - equipment.ExpanderModule - equipment.ExpanderModuleIdentity - equipment.ExpanderModuleOperation - equipment.Fan - equipment.FanControl - equipment.FanModule - equipment.Fex - equipment.FexIdentity - equipment.FexOperation - equipment.Fru - equipment.HybridDriveSlot - equipment.Interconnect - equipment.IoCard - equipment.IoCardOperation - equipment.IoExpander - equipment.LocatorLed - equipment.LogDownload - equipment.Psu - equipment.PsuControl - equipment.RackEnclosure - equipment.RackEnclosureSlot - equipment.Riser - equipment.Sensor - equipment.SharedAdapterUnit - equipment.SharedGraphicsCard - equipment.SharedIoModule - equipment.SwitchCard - equipment.SwitchOperation - equipment.SystemIoController - equipment.Tpm - equipment.Transceiver - ether.HostPort - ether.InterSwitchPort - ether.LanPort - 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.MacSecPolicy - fabric.MulticastPolicy - fabric.NetFlowExporter - fabric.NetFlowMonitor - fabric.NetFlowPolicy - fabric.NetFlowRecord - fabric.PcMember - fabric.PcOperation - fabric.PortMode - fabric.PortOperation - fabric.PortPolicy - fabric.SanPinGroup - fabric.SecureRouterRole - fabric.ServerRole - fabric.SpanDestEthPort - fabric.SpanSession - fabric.SpanSourceEthPort - fabric.SpanSourceEthPortChannel - fabric.SpanSourceVlan - fabric.SpanSourceVnicEthIf - 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.PciNodeUpgrade - firmware.PcieDescriptor - firmware.Policy - firmware.PsuDescriptor - firmware.PsxDescriptor - firmware.RunningFirmware - firmware.SasExpanderDescriptor - firmware.SecureRouterUpgrade - 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 - hci.AhvVm - hci.AhvVmDisk - hci.AhvVmGpu - hci.AhvVmNic - hci.Alarm - hci.Cluster - hci.ClusterOperation - hci.Compliance - hci.Disk - hci.DomainManager - hci.Entitlement - hci.EsxiVm - hci.EsxiVmDisk - hci.EsxiVmNic - hci.ExternalStorage - hci.Gpu - hci.License - hci.NccCheckPolicy - hci.Node - hci.PhysicalGpu - hci.StorageContainer - hci.Violation - hci.VirtualGpu - hcl.CompatibilityStatus - hcl.DataImportLog - hcl.DriverImage - hcl.ExemptedCatalog - hcl.HwCatalogInfo - hcl.HyperflexSoftwareCompatibilityInfo - hcl.OperatingSystem - hcl.OperatingSystemVendor - hcl.ServerCatalog - 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.CuiIntegration - iam.DefaultAuthentication - iam.DomainGroup - iam.DomainNameInfo - iam.EndPointPrivilege - iam.EndPointRole - iam.EndPointUser - iam.EndPointUserInventory - iam.EndPointUserPolicy - iam.EndPointUserPolicyInventory - iam.EndPointUserRole - iam.EndPointUserRoleInventory - iam.GuestAccessSettings - iam.Idp - iam.IdpReference - iam.IpAccessManagement - iam.IpAddress - iam.LdapConfigParams - iam.LdapGroup - iam.LdapGroupInventory - iam.LdapMeta - iam.LdapPolicy - iam.LdapPolicyInventory - iam.LdapProvider - iam.LdapProviderInventory - iam.LocalUserPassword - iam.LocalUserPasswordPolicy - iam.OAuthToken - iam.PasswordHistorySettingCollection - iam.Permission - iam.PrivateKeySpec - iam.Privilege - iam.PrivilegeSet - iam.PrivilegeSetMetaInfo - iam.Qualifier - iam.ResourceLimits - iam.ResourcePermission - iam.ResourceRoles - iam.Role - iam.SecurityHolder - iam.ServiceProvider - iam.Session - iam.SessionLimits - iam.SharingRule - iam.System - iam.TestIdpConfiguration - iam.TrustPoint - iam.User - iam.UserGroup - iam.UserPreference - iam.UserQualifier - 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.Migrate - iwotenant.TenantCustomization - iwotenant.TenantStatus - kvm.Policy - kvm.PolicyInventory - kvm.Session - kvm.Tunnel - kvm.TunneledKvmPolicy - license.AccountLicenseData - license.CustomerOp - license.ErpCustomerOp - license.ErpLicenseCount - 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 - memory.Array - memory.PersistentMemoryConfigResult - memory.PersistentMemoryConfiguration - memory.PersistentMemoryNamespace - memory.PersistentMemoryNamespaceConfigResult - memory.PersistentMemoryPolicy - memory.PersistentMemoryRegion - memory.PersistentMemoryUnit - memory.Policy - memory.PolicyInventory - memory.Unit - meraki.Device - meraki.Network - meraki.Organization - meraki.PortProfile - meraki.Tag - meta.Definition - metrics.Configuration - metrics.MetricsExploration - metrics.ResourceConfiguration - mgmt.BackupCategory - mgmt.ConfigBackupFile - mgmt.ConfigBackupInstance - mgmt.ConfigBackupOperation - mgmt.ConfigCategorySummary - mgmt.ConfigOperationSetting - mgmt.ConfigRestoreCategorySummary - mgmt.ConfigRestoreOperation - mgmt.ObjectBackupMeta - mgmt.OrgBackupOperation - mgmt.OrgRestoreOperation - monitoring.HealthStatus - network.DiscoveredNeighbor - network.Dns - network.Element - network.ElementSummary - network.FcZoneInfo - network.FeatureControl - network.InterfaceList - network.LicenseFile - network.SecureRouter - network.SecureRouterSetting - 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.NdEncryptedFileDownload - niaapi.NdMetadata - niaapi.NdMetadataFileDownloader - niaapi.NdMetadataSoftwareDownload - niaapi.NiaMetadata - niaapi.NibFileDownloader - niaapi.NibMetadata - niaapi.PuvScriptDownloader - niaapi.SnValidatorMetadata - niaapi.UpgradeAssistFile - niaapi.VersionRegex - niatelemetry.AaaLdapProviderDetails - niatelemetry.AaaRadiusProviderDetails - niatelemetry.AaaTacacsProviderDetails - niatelemetry.Anomaly - 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.Cluster - niatelemetry.ClusterNode - niatelemetry.CommonPolicies - niatelemetry.Controller - niatelemetry.DcnmFanDetails - niatelemetry.DcnmFexDetails - niatelemetry.DcnmModuleDetails - niatelemetry.DcnmPsuDetails - niatelemetry.DcnmTransceiverDetails - niatelemetry.DomInfoObject - niatelemetry.DomThresInfoObject - niatelemetry.Epg - niatelemetry.Fabric - 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.Link - niatelemetry.MdsNeighbors - niatelemetry.MsoContractDetails - niatelemetry.MsoEpgDetails - niatelemetry.MsoSchemaDetails - niatelemetry.MsoSiteDetails - niatelemetry.MsoTenantDetails - niatelemetry.Neighbor - niatelemetry.Network - 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.Route - niatelemetry.SiteInventory - niatelemetry.SnmpSrc - niatelemetry.SpinePolGrpDetails - niatelemetry.SshVersionTwo - niatelemetry.SupervisorModuleDetails - niatelemetry.Switch - niatelemetry.SwitchInterface - niatelemetry.SyslogRemoteDest - niatelemetry.SyslogSysMsg - niatelemetry.SyslogSysMsgFacFilter - niatelemetry.SystemControllerDetails - niatelemetry.Tenant - notification.AccountSubscription - ntp.NtpServer - ntp.Policy - ntp.PolicyInventory - oauth.AccessToken - oauth.Authorization - onprem.ApplianceSystemInfo - onprem.AuditRecord - onprem.Upgrade - onprem.UserPreference - 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 - os.ValidRemoteTarget - partnerintegration.DcLogs - partnerintegration.DeviceConnector - partnerintegration.DocIssues - partnerintegration.Etl - partnerintegration.File - partnerintegration.Inventory - partnerintegration.Logs - partnerintegration.Metrics - partnerintegration.Model - pci.CoprocessorCard - pci.Device - pci.Endpoint - pci.Link - pci.Node - pci.NodeSetting - pci.Port - pci.Slot - pci.Switch - pci.Zone - pool.IdMappingMember - pool.IdMappingPolicy - port.Group - port.MacBinding - port.SubGroup - power.ControlState - power.Policy - power.PolicyInventory - power.PowerGroup - power.PowerGroupMember - 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.ChassisQualificationPolicy - resourcepool.Lease - resourcepool.LeaseResource - resourcepool.MembershipReservation - resourcepool.Pool - resourcepool.PoolMember - resourcepool.QualificationPolicy - resourcepool.Reservation - resourcepool.Universe - rproxy.ReverseProxy - scheduler.SchedulePolicy - 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.DiagnosticStatus - server.Diagnostics - server.Disruption - server.MigrationKeyDetails - server.Profile - server.ProfilePendingChangeEval - server.ProfileTemplate - servicenow.ChangeRequest - servicenow.ChangeRequestDoc - servicenow.Incident - servicenow.IncidentDoc - smtp.Policy - smtp.PolicyInventory - smtp.PolicyTest - 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.HitachiNvmSubsystem - storage.HitachiParityGroup - storage.HitachiPool - storage.HitachiPort - storage.HitachiRemoteCopyPairGad - storage.HitachiRemoteCopyPairTc - storage.HitachiRemoteCopyPairUr - storage.HitachiRemoteReplication - storage.HitachiSnapshot - storage.HitachiVolume - storage.HitachiVolumeMigrationPair - storage.HyperFlexStorageContainer - storage.HyperFlexVolume - storage.Item - storage.KnoxSecureDriveConfiguration - 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.PureBlade - storage.PureController - storage.PureDirectory - storage.PureDirectoryExport - storage.PureDirectoryPolicy - storage.PureDirectoryQuota - storage.PureDirectorySnapshot - storage.PureDisk - storage.PureFileSystems - storage.PureFlashBladeFileSystem - storage.PureFlashBladeSystem - storage.PureHost - storage.PureHostGroup - storage.PureHostLun - storage.PureManagementAccessPolicy - storage.PureNfsPolicyRule - storage.PureObjectBucket - storage.PureObjectStoreAccount - storage.PureObjectStoreUser - storage.PurePod - storage.PurePort - storage.PureProtectionGroup - storage.PureProtectionGroupSnapshot - storage.PureQuotaPolicyRule - storage.PureRealm - storage.PureReplicationSchedule - storage.PureSmbPolicyRule - storage.PureSnapshotSchedule - storage.PureTargetArray - storage.PureVolume - storage.PureVolumeGroup - 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.CatalystSdwanScopedInventory - task.FabricMosScopedInventory - task.HciScopedInventory - task.HitachiScopedInventory - task.HyperFlexManagementScopedInventory - task.HyperflexScopedInventory - task.MdsScopedInventory - task.MdsSystemScopedInventory - task.MerakiScopedInventory - task.NetAppScopedInventory - task.NexusScopedInventory - task.NexusSystemScopedInventory - task.NexusVlanScopedInventory - task.PureFlashBladeScopedInventory - task.PureScopedInventory - task.ServerScopedInventory - techsupportmanagement.CollectionControlPolicy - techsupportmanagement.Download - techsupportmanagement.EndPoint - techsupportmanagement.TechSupportBundle - techsupportmanagement.TechSupportStatus - terminal.AuditLog - 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.LanSettings - vnic.LcpStatus - vnic.SanConnectivityPolicy - vnic.SanConnectivityPolicyInventory - vnic.SanSettings - vnic.ScpStatus - vnic.ServiceEthIf - vnic.ServiceEthIfInventory - vnic.VhbaTemplate - vnic.VifIdPool - vnic.VnicTemplate - vrf.Vrf - webhook.Endpoint - webhook.Schema - 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.Variable - workflow.WorkflowDefinition - workflow.WorkflowInfo - workflow.WorkflowMetadata - workload.Blueprint - workload.ClearWorkloadTag - workload.DeploymentInput - workload.WorkloadDefinition - workload.WorkloadDeployment - workload.WorkloadInstance - workload.WorkloadMetadata 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 - 'null' items: description: The array of owners which represent effective ownership of this object. type: string readOnly: true x-omitempty: true SharedScope: description: 'Intersight provides pre-built workflows, tasks and policies to end users through global catalogs. Objects 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 - 'null' items: description: The array of tags, which allow to add key, value meta-data to managed objects. $ref: '#/components/schemas/mo.Tag' x-omitempty: true VersionContext: description: The versioning info for this managed object. $ref: '#/components/schemas/mo.VersionContext' readOnly: true x-omitempty: true Ancestors: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true Parent: $ref: '#/components/schemas/mo.BaseMo.Relationship' description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true PermissionResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true DisplayNames: $ref: '#/components/schemas/DisplayNames' policy.ScheduledAction: title: Policy:Scheduled Action description: 'Scheduled Action enables the queuing of multiple profile actions to be executed sequentially. Each action in the sequence is executed only after the successful completion of the previous action. If any action in the sequence fails, execution is halted and the scheduled action is cleared. For example, if a user wants to perform both "deploy" and "activate" actions, they can use a scheduled action to trigger this sequence. In this case, "activate" will execute only if "deploy" completes successfully. If "deploy" fails, "activate" will not be executed. #### Purpose The purpose of the Scheduled Action feature is to enable users to automate the execution of multiple profile actions in a predefined sequence. This ensures that actions are performed in order, with each subsequent action dependent on the successful completion of the previous one, thus improving operational efficiency and consistency. #### Key Concepts - **Sequential Execution:** Actions are executed one after another, following the specified order. - **Dependency Handling:** Each action starts only after the successful completion of the preceding action. - **Failure Handling:** If any action fails, the remaining actions in the sequence are not executed and the scheduled action is cleared. - **Automation:** Users can automate complex workflows, such as deploying and activating profiles, using a single scheduled action. - **Atomic Operation:** Ensures the integrity of the sequence by preventing partial execution when a failure occurs.' x-allOf-name: policy.ScheduledAction allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ScheduledAction', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ScheduledAction default: policy.ScheduledAction x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ScheduledAction default: policy.ScheduledAction x-enum-as-string: true Action: description: Name of the action to be performed on the profile. type: string x-omitempty: true ActionQualifier: description: Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. $ref: '#/components/schemas/policy.ActionQualifier' x-omitempty: true ProceedOnReboot: description: ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate. type: boolean x-omitempty: true appliance.ReleaseNote: title: Appliance:Release Note description: ReleaseUpdate managed the object provides the information preview (new features and bug fixes) for one pending upgrade. x-allOf-name: appliance.ReleaseNote allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ReleaseNote', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ReleaseNote default: appliance.ReleaseNote x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ReleaseNote default: appliance.ReleaseNote x-enum-as-string: true Notes: type: - array - 'null' items: description: Notes list all the upgrade notes for one upgrade. $ref: '#/components/schemas/onprem.UpgradeNote' readOnly: true x-omitempty: true Version: description: Version number of the pending upgrade. type: string readOnly: true x-omitempty: true iam.OAuthToken.Relationship: description: A relationship to the 'iam.OAuthToken' resource, or the expanded 'iam.OAuthToken' resource, or the 'null' value. x-one-of-name: iam.OAuthToken.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.OAuthToken' discriminator: propertyName: ClassId appliance.ClusterWorkerNodeReplace: title: Appliance:Cluster Worker Node Replace description: ClusterWorkerNodeReplace is an object that marks the worker node out of service for replacement. x-allOf-name: appliance.ClusterWorkerNodeReplace allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ClusterWorkerNodeReplace', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ClusterWorkerNodeReplace default: appliance.ClusterWorkerNodeReplace x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ClusterWorkerNodeReplace default: appliance.ClusterWorkerNodeReplace x-enum-as-string: true Hostname: description: Hostname of the worker node being replaced. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true asset.Service: title: Asset:Service description: A service that is enabled on a managed target. For example, Intersight Orchestration or Intersight Workload Optimizer. x-allOf-name: asset.Service allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.Service', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.OrchestrationService - asset.TerraformIntegrationService - asset.VirtualizationService - asset.WorkloadOptimizerService x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - asset.OrchestrationService - asset.TerraformIntegrationService - asset.VirtualizationService - asset.WorkloadOptimizerService x-enum-as-string: true Options: description: Captures configuration that is specific to a target type for a specific service. $ref: '#/components/schemas/asset.ServiceOptions' x-omitempty: true appliance.UpgradeTracker.Response: description: "The response body of a HTTP GET request for the 'appliance.UpgradeTracker' 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 'appliance.UpgradeTracker' resources." x-one-of-name: appliance.UpgradeTracker.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.UpgradeTracker.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NetworkLinkStatus.Relationship: description: A relationship to the 'appliance.NetworkLinkStatus' resource, or the expanded 'appliance.NetworkLinkStatus' resource, or the 'null' value. x-one-of-name: appliance.NetworkLinkStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.NetworkLinkStatus' discriminator: propertyName: ClassId asset.ConnectionFlapStatus: title: Asset:Connection Flap Status description: Encapsulates key details used to identify devices experiencing connection flapping. x-allOf-name: asset.ConnectionFlapStatus allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.ConnectionFlapStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.ConnectionFlapStatus default: asset.ConnectionFlapStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.ConnectionFlapStatus default: asset.ConnectionFlapStatus x-enum-as-string: true FlapAlertTime: description: Time when flapping was reported. type: string format: date-time x-omitempty: true FlapCount: description: The number of times a device disconnected within a specified time window. type: integer format: int64 x-omitempty: true FlapDetected: description: Indicates if the device is flapping. type: boolean x-omitempty: true WindowSize: description: The time window during which device disconnects are counted. E.g. values are PT30M or PT1H. type: string x-omitempty: true iam.CertificateRequest.Relationship: description: A relationship to the 'iam.CertificateRequest' resource, or the expanded 'iam.CertificateRequest' resource, or the 'null' value. x-one-of-name: iam.CertificateRequest.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.CertificateRequest' discriminator: propertyName: ClassId asset.Target.Relationship: description: A relationship to the 'asset.Target' resource, or the expanded 'asset.Target' resource, or the 'null' value. x-one-of-name: asset.Target.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.Target' discriminator: propertyName: ClassId onprem.ImagePackage: title: Onprem:Image Package description: 'ImagePackage encapsulates a software image package. ImagePackage can be a docker image, a UI web image, an endpoint (e.g. UCSM) image, a device connector image or an ansible scripts package.' x-allOf-name: onprem.ImagePackage allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.ImagePackage', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.ImagePackage default: onprem.ImagePackage x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.ImagePackage default: onprem.ImagePackage x-enum-as-string: true FilePath: description: Optional file path of the image package. type: string readOnly: true x-omitempty: true FileSha: description: Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm. type: string readOnly: true x-omitempty: true FileSize: description: Image file size in bytes. type: integer format: int64 readOnly: true x-omitempty: true FileTime: description: Image file's last modified date and time. type: string format: date-time readOnly: true x-omitempty: true Filename: description: Filename of the image package. type: string readOnly: true x-omitempty: true Name: description: Name of the software image package. type: string readOnly: true x-omitempty: true PackageType: description: Image package type (e.g. service, system etc.). type: string readOnly: true x-omitempty: true Version: description: Image package version string. type: string readOnly: true x-omitempty: true x509.Certificate: title: X509:Certificate description: The representation of an X.509 certificate. x-allOf-name: x509.Certificate allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'x509.Certificate', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - x509.Certificate default: x509.Certificate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - x509.Certificate default: x509.Certificate x-enum-as-string: true Issuer: description: The X.509 distinguished name of the issuer of this certificate. $ref: '#/components/schemas/pkix.DistinguishedName' readOnly: true x-omitempty: true NotAfter: description: The date on which the certificate's validity period ends. type: string format: date-time readOnly: true x-omitempty: true NotBefore: description: The date on which the certificate's validity period begins. type: string format: date-time readOnly: true x-omitempty: true PemCertificate: description: The base64 encoded certificate in PEM format. type: string x-omitempty: true Sha256Fingerprint: description: The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'. type: string readOnly: true x-omitempty: true SignatureAlgorithm: description: Signature algorithm, as specified in [RFC 5280](https://tools.ietf.org/html/rfc5280). type: string readOnly: true x-omitempty: true Subject: description: The X.509 distinguished name of the subject of this certificate. $ref: '#/components/schemas/pkix.DistinguishedName' readOnly: true x-omitempty: true mo.BaseMo.Relationship: 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: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/mo.BaseMo' discriminator: propertyName: ClassId appliance.AppOpStatus.List: title: List of 'appliance.AppOpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.AppOpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.AppOpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.AppOpStatus' iam.EndPointPrivilege: title: Iam:End Point Privilege description: 'EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions. #### Purpose It exposes endpoint-side authorization elements that can be assigned to platform users via endpoint roles. #### Key Concepts - **Endpoint Integration:** Bridges device-level capabilities to platform users. - **Read-only Catalog:** Reflects endpoint-defined actions. - **Role Assignment:** Consumed by EndPointRole for user access.' x-allOf-name: iam.EndPointPrivilege allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.EndPointPrivilege', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.EndPointPrivilege default: iam.EndPointPrivilege x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.EndPointPrivilege default: iam.EndPointPrivilege x-enum-as-string: true Description: description: The functionality of this privilege. type: string readOnly: true x-omitempty: true Name: description: The name of the end point privilege. type: string readOnly: true x-omitempty: true Type: description: 'The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC. * `` - An unrecognized platform type. * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster. * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance. * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance. * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM). * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight. * `IMC` - A standalone Cisco UCS rack server (Deprecated). * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server. * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server. * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server. * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM). * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor. * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM). * `HX` - A Cisco HyperFlex (HX) cluster. * `UCSD` - A Cisco UCS Director (UCSD) instance. * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller. * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis. * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance. * `IntersightAssist` - A Cisco Intersight Assist instance. * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device. * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device. * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist. * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric. * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector. * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector. * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist. * `UCSC885` - A standalone Cisco UCS C885 Server. * `CAI845A` - A standalone Cisco AI 845A Server. * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist. * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers. * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist. * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor. * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor. * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller. * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server. * `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks. * `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc. * `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications. * `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications. * `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints. * `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server. * `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE. * `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application. * `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software. * `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster. * `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud. * `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines. * `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster. * `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services. * `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system. * `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications. * `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist. * `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment. * `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight. * `TerraformCloud` - A Terraform Cloud Business Tier account. * `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace. * `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints. * `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows. * `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token. * `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist. * `CiscoCatalyst` - A Cisco Catalyst networking switch device. * `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist. * `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance. * `CiscoFMC` - A Cisco Secure Firewall Management Center. * `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices. * `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager. * `MerakiCloud` - A Cisco Meraki Organization. * `CiscoISE` - A Cisco Identity Services Engine (ISE) target.' type: string enum: - '' - APIC - CAPIC - DCNM - UCSFI - UCSFIISM - IMC - IMCM4 - IMCM5 - IMCRack - UCSIOM - UCSPCIeNODE - UCSXFM - HX - UCSD - UCSXECMC - UCSXESecureRouter - IntersightAppliance - IntersightAssist - PureStorageFlashArray - PureStorageFlashBladeSystem - NexusDevice - ACISwitch - NexusSwitch - MDSSwitch - MDSDevice - UCSC885 - CAI845A - UCSC890 - RedfishServer - NetAppOntap - NetAppActiveIqUnifiedManager - EmcScaleIo - EmcVmax - EmcVplex - EmcXtremIo - VmwareVcenter - MicrosoftHyperV - AppDynamics - Dynatrace - NewRelic - ServiceNow - Umbrella - CloudFoundry - MicrosoftAzureApplicationInsights - OpenStack - MicrosoftSqlServer - MySqlServer - OracleDatabaseServer - IBMWebSphereApplicationServer - OracleWebLogicServer - ApacheTomcatServer - JavaVirtualMachine - RedHatJBossApplicationServer - Kubernetes - AmazonWebService - AmazonWebServiceBilling - GoogleCloudPlatform - GoogleCloudPlatformBilling - MicrosoftAzureServicePrincipal - MicrosoftAzureEnterpriseAgreement - MicrosoftAzureBilling - DellCompellent - HPE3Par - RedHatEnterpriseVirtualization - NutanixAcropolis - NutanixPrismCentral - HPEOneView - ServiceEngine - HitachiVirtualStoragePlatform - GenericTarget - IMCBlade - TerraformCloud - TerraformAgent - CustomTarget - AnsibleEndpoint - HTTPEndpoint - SSHEndpoint - CiscoCatalyst - PowerShellEndpoint - CiscoDNAC - CiscoFMC - ViptelaCloud - CatalystSDWANManager - MerakiCloud - CiscoISE default: '' readOnly: true x-omitempty: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.LdapPolicy: title: LDAP description: '### Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication for endpoints like servers and chassis. #### Purpose The primary purpose of an LDAP Policy is to integrate endpoints with a central directory service (like Microsoft Active Directory or OpenLDAP) for user authentication. This centralizes user management and allows administrators to grant access to Intersight-managed devices based on existing corporate directory groups and users, rather than creating separate local accounts on each device. #### Key Concepts - **Centralized Authentication:** - Enables endpoints to authenticate users against one or more external LDAP servers. - **Reusable and Profile-Based:** - As a policy object, this provides a standardized LDAP configuration that can be applied to multiple server or chassis profiles. - **Flexible Configuration:** - Supports various settings including the Base DN for searches, bind methods (Anonymous, Configured Credentials, Login Credentials), and connection settings like encryption and timeout. - **Group-to-Role Mapping:** - Works with LdapGroup objects to map directory groups to local endpoint roles, enabling granular, role-based access control for remote users. - **Provider and DNS Settings:** - Manages a list of LDAP servers (LdapProvider objects) and can be configured to use DNS for server discovery.' x-allOf-name: iam.LdapPolicy allOf: - $ref: '#/components/schemas/policy.AbstractPolicy' - type: object description: Definition of the list of properties defined in 'iam.LdapPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.LdapPolicy default: iam.LdapPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.LdapPolicy default: iam.LdapPolicy x-enum-as-string: true BaseProperties: description: Base settings of LDAP required while configuring LDAP policy. $ref: '#/components/schemas/iam.LdapBaseProperties' x-omitempty: true DnsParameters: description: Configuration settings to resolve LDAP servers, when DNS is enabled. $ref: '#/components/schemas/iam.LdapDnsParameters' x-omitempty: true EnableDns: description: Enables DNS to access LDAP servers. type: boolean x-omitempty: true Enabled: description: LDAP server performs authentication. type: boolean default: true x-omitempty: true UserSearchPrecedence: description: 'Search precedence between local user database and LDAP user database. * `LocalUserDb` - Precedence is given to local user database while searching. * `LDAPUserDb` - Precedence is given to LADP user database while searching.' type: string enum: - LocalUserDb - LDAPUserDb default: LocalUserDb x-omitempty: true ApplianceAccount: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Groups: description: An array of relationships to iamLdapGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.LdapGroup.Relationship' Organization: $ref: '#/components/schemas/organization.Organization.Relationship' description: 'A reference to a organizationOrganization resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Profiles: deprecated: true x-sunset: '2028-03-01' description: An array of relationships to policyAbstractConfigProfile resources. type: - array - 'null' items: $ref: '#/components/schemas/policy.AbstractConfigProfile.Relationship' Providers: description: An array of relationships to iamLdapProvider resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.LdapProvider.Relationship' x-createOnly: true policy.ReportedPolicyChange: title: Policy:Reported Policy Change description: A policy change that has been reported to a profile. x-allOf-name: policy.ReportedPolicyChange allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'policy.ReportedPolicyChange', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - policy.ReportedPolicyChange default: policy.ReportedPolicyChange x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - policy.ReportedPolicyChange default: policy.ReportedPolicyChange x-enum-as-string: true ChangeId: description: The change evaluation identifier for which the change is reported. type: string readOnly: true x-omitempty: true ChangeStatus: description: 'The status of policy change evaluation which has been reported. * `Initiated` - The status when policy change evaluation is triggered for a policy. * `Reported` - The status when policy change evaluation is reported for a policy. * `Failed` - The status when policy change evaluation report handling failed for a policy.' type: string enum: - Initiated - Reported - Failed default: Initiated readOnly: true x-omitempty: true PolicyType: description: The type of policy for which the change has been reported. type: string readOnly: true x-omitempty: true Error: 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. The language is determined from the "Accept-Language" request-header. The Accept-Language request-header restricts the set of natural languages that are preferred as a response to the request. See RFC 2616 for more details. Codes: 1. **InternalServerError** An internal error occurred. 1. **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. 1. **InvalidUrl** The HTTP request contains an invalid URL. 1. **InvalidRequest** The HTTP request contains an invalid or malformed message body. 1. **NotSupported** The request is not supported for the specified REST resource. 1. **NotImplemented** This API path is experimental and not implemented yet. 1. **NotFound** The requested REST resource does not exist. 1. **AuthenticationFailure** The request lacks valid authentication credentials. 1. **UnauthorizedOperation** The client is not authorized to perform the operation, such as when the user has insufficient privileges. 1. **ValidationConflict** The request contains conflicting attributes, such as two mutually exclusive attribute values. 1. **ServiceUnavailable** See RFC 7231, status 503.' cause: description: The cause of this error. $ref: '#/components/schemas/Error' appliance.ImageBundle: title: Appliance:Image Bundle description: 'The ImageBundle object plays a pivotal role in managing software bundles within the Intersight Appliance. It keeps track of all installed software bundles, derived from upgrade manifests, and includes dynamic properties computed during manifest processing. #### Purpose ImageBundle objects are essential for maintaining software consistency and integrity within the appliance. They manage the lifecycle of software bundles, from pending upgrades to successful installations. > #### Key Concepts - **Manifest Derivation:** Created from software upgrade manifests, incorporating additional computed properties for enhanced tracking and verification. - **Lifecycle Management:** Oversees the transition from pending to current bundles, ensuring software updates are applied correctly. - **Impact Assessment:** Utilizes UpgradeImpactEnum to evaluate the potential disruption of services during upgrades, providing foresight into upgrade effects. - **Dependency Handling:** Tracks dependencies between bundles, ensuring all necessary components are available for successful upgrades.' x-allOf-name: appliance.ImageBundle allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.ImageBundle', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.ImageBundle default: appliance.ImageBundle x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.ImageBundle default: appliance.ImageBundle x-enum-as-string: true AnsiblePackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's system installation packages. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true AutoUpgrade: description: Indicates that the software upgrade was automatically initiated by the Intersight Appliance. type: boolean readOnly: true x-omitempty: true DcPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's device connector packages. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true DebugPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's developer debug packages. Optional, and not installed by default. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true Description: description: Short description of the software upgrade bundle. type: string readOnly: true x-omitempty: true EndpointPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's endpoint UI packages such as Cisco UCSM, Cisco HyperFlex etc. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true Fingerprint: description: Fingerprint of the software manifest from which this bundle is created. Fingerprint is calculated using the SHA256 algorithm. type: string readOnly: true x-omitempty: true HasError: description: Indicates that the ImageBundle has errors. The upgrade service sets this field when it encounters errors during the manifest processing. type: boolean readOnly: true x-omitempty: true InfraPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's infrastructure service packages such as database. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true InitPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's initialization service packages. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true Name: description: Name of the software upgrade bundle. type: string readOnly: true x-omitempty: true Notes: description: Detailed description of the software upgrade bundle. type: string readOnly: true x-omitempty: true Priority: description: 'Software upgrade manifest''s upgrade priority. The upgrade service supports two priorities, Normal and Critical. Normal priority is used for regular software upgrades, and the upgrade service uses the Upgrade Policy to compute upgrade start time. Critical priority is used for the critical software security patches, and the upgrade service ignores the Upgrade Policy when it computes the upgrade start time. * `Normal` - Normal upgrade priority is used for all the software upgrades except for the critical security updates. The upgrade service of Intersight Appliance uses the Software Upgrade Policy settings to start the upgrade process. * `Critical` - Critical upgrade priority is used for critical updates such as security patches. The upgrade service of the Intersight Appliance starts the upgrade as specified by the upgrade properties in the software manifest file. The upgrade service will not use the settings specified in the Software Upgrade Policy.' type: string enum: - Normal - Critical default: Normal readOnly: true x-omitempty: true ReleaseTime: description: Software upgrade manifest's release date and time. type: string format: date-time readOnly: true x-omitempty: true ServicePackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's micro-services pakages. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true StatusMessage: description: Status message set during the manifest processing. type: string readOnly: true x-omitempty: true SystemPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's system packages such as DNS etc. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true UiPackages: type: - array - 'null' items: description: Collection of the Intersight Appliance's UI packages of the micro-services. $ref: '#/components/schemas/onprem.ImagePackage' readOnly: true x-omitempty: true UpgradeEndTime: description: End date of the software upgrade process. type: string format: date-time readOnly: true x-omitempty: true UpgradeGracePeriod: description: Grace period in seconds before the automatic upgrade is initiated. The upgrade service uses the grace period to compute the upgrade start time when it receives an upgrade notfication from the Intersight. If there is an Upgrade Policy configured for the Intersight Appliance, then the upgrade service uses the policy to compute the upgrade start time. However, the upgrade start time cannot not exceed the limit enforced by the grace period. type: integer format: int64 readOnly: true x-omitempty: true UpgradeImpactDuration: description: Duration (in minutes) for which services will be disrupted. type: integer format: int64 default: 0 readOnly: true x-omitempty: true UpgradeImpactEnum: description: 'UpgradeImpactEnum is used to indicate the kind of impact the upgrade has on currently running services on the appliance. * `None` - The upgrade has no effect on the system. * `Disruptive` - The services will not be functional during the upgrade. * `Disruptive-reboot` - The upgrade needs a reboot.' type: string enum: - None - Disruptive - Disruptive-reboot default: None readOnly: true x-omitempty: true UpgradeStartTime: description: Start date of the software upgrade process. type: string format: date-time readOnly: true x-omitempty: true Version: description: Software upgrade manifest's version. type: string readOnly: true x-omitempty: true Requires: $ref: '#/components/schemas/appliance.ImageBundle.Relationship' description: 'A reference to a applianceImageBundle resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true asset.AlarmSummary: title: Asset:Alarm Summary description: The summary of alarm counts based on alarm serverity. x-allOf-name: asset.AlarmSummary allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'asset.AlarmSummary', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.AlarmSummary default: asset.AlarmSummary x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.AlarmSummary default: asset.AlarmSummary x-enum-as-string: true Critical: description: The count of active alarms that have severity type Critical. type: integer format: int64 readOnly: true x-omitempty: true Health: description: 'Health of the managed end point. The highest severity computed from alarmSummary property is set as the health. * `Healthy` - The Enum value represents that the entity is healthy. * `Warning` - The Enum value Warning represents that the entity has one or more active warnings on it. * `Critical` - The Enum value Critical represents that the entity is in a critical state.' type: string enum: - Healthy - Warning - Critical default: Healthy readOnly: true x-omitempty: true Info: description: The count of active alarms that have severity type Info. type: integer format: int64 readOnly: true x-omitempty: true SuppressedCritical: description: The count of active suppressed alarms that have severity type Critical. type: integer format: int64 readOnly: true x-omitempty: true SuppressedInfo: description: The count of active suppressed alarms that have severity type Info. type: integer format: int64 readOnly: true x-omitempty: true SuppressedWarning: description: The count of active suppressed alarms that have severity type Warning. type: integer format: int64 readOnly: true x-omitempty: true Warning: description: The count of active alarms that have severity type Warning. type: integer format: int64 readOnly: true x-omitempty: true iam.UserSetting.Relationship: description: A relationship to the 'iam.UserSetting' resource, or the expanded 'iam.UserSetting' resource, or the 'null' value. x-one-of-name: iam.UserSetting.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.UserSetting' discriminator: propertyName: ClassId policy.AbstractConfigProfile.Relationship: description: A relationship to the 'policy.AbstractConfigProfile' resource, or the expanded 'policy.AbstractConfigProfile' resource, or the 'null' value. x-one-of-name: policy.AbstractConfigProfile.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/policy.AbstractConfigProfile' discriminator: propertyName: ClassId appliance.Backup: title: Appliance:Backup description: 'The Backup object is essential for managing system backups, ensuring data integrity and continuity through structured backup requests and processes. #### Purpose The Backup object oversees the creation and tracking of system backups, facilitating comprehensive data protection strategies through monitored backup operations. #### Key Concepts - **Managed States:** Enables tracking of backup states from initiation to completion, ensuring the integrity and availability of system data. - **Single Active Instance:** Maintains one active backup instance at any given time to streamline operations and avoid conflicts. - **Manual and Scheduled Modes:** Supports both manual and scheduled backup requests, accommodating diverse operational needs. - **Account Relationships:** Integrates with account management for secure and organized backup processes.' x-allOf-name: appliance.Backup allOf: - $ref: '#/components/schemas/appliance.BackupBase' - type: object description: Definition of the list of properties defined in 'appliance.Backup', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.Backup default: appliance.Backup x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.Backup default: appliance.Backup x-enum-as-string: true BackupDownloadUrl: description: Download URL for the backup artifact when available. Only populated for successful local-protocol backups; empty for remote-protocol backups. type: string readOnly: true x-omitempty: true ElapsedTime: description: Elapsed time in seconds since the backup process has started. type: integer format: int64 readOnly: true x-omitempty: true EndTime: description: End date and time of the backup process. type: string format: date-time readOnly: true x-omitempty: true ForceDelete: description: Set to true to allow deletion of the oldest local backup when local backup retention limit is reached. If false and retention count is reached, the backup operation fails. type: boolean x-omitempty: true IsManual: description: If true, represents a manual backup. Else represents a scheduled backup. type: boolean readOnly: true x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true Messages: type: - array - 'null' items: description: Messages generated during the backup process. type: string readOnly: true x-omitempty: true Password: description: Password to authenticate the fileserver. type: string pattern: ^$|^[^`]+$ writeOnly: true x-omitempty: true StartTime: description: Start date and time of the backup process. type: string format: date-time readOnly: true x-omitempty: true Status: description: 'Status of the backup managed object. * `Started` - Backup or restore process has started. * `Created` - Backup or restore is in created state. * `Failed` - Backup or restore process has failed. * `Completed` - Backup or restore process has completed. * `Copied` - Backup file has been copied. * `Cleanup Failed` - Cleanup of the old backup has failed.' type: string enum: - Started - Created - Failed - Completed - Copied - Cleanup Failed default: Started readOnly: true x-omitempty: true UsePolicySettings: description: Set to true to inherit credentials, protocol, and file server settings from the appliance backup policy. If false, use explicit settings provided in this backup object. type: boolean x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.RemoteFileImport.Response: description: "The response body of a HTTP GET request for the 'appliance.RemoteFileImport' 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 'appliance.RemoteFileImport' resources." x-one-of-name: appliance.RemoteFileImport.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.RemoteFileImport.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.UserPreference: title: Iam:User Preference description: 'UserPreference captures user interface preferences—such as layout, view state, or theme—persisted per user and identity context. #### Purpose It enables consistent, personalized UI experiences across sessions and devices. #### Key Concepts - **Per-user Configuration:** Bound to a user and IdP/IdP reference context. - **Shared Resource:** Accessible across organizations where applicable. - **Self-service Updates:** Users can read and update their preferences. - **UI-centric:** Focused on client experience, not authorization.' x-allOf-name: iam.UserPreference allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.UserPreference', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.UserPreference default: iam.UserPreference x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.UserPreference default: iam.UserPreference x-enum-as-string: true Preference: description: UI preferences of the user. x-omitempty: true UserUniqueIdentifier: description: Unique id of the user used by the identity provider to store the user. type: string readOnly: true x-omitempty: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IdpReference: $ref: '#/components/schemas/iam.IdpReference.Relationship' description: 'A reference to a iamIdpReference resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.ClusterWorkerNode.List: title: List of 'appliance.ClusterWorkerNode' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.ClusterWorkerNode'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.ClusterWorkerNode' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.ClusterWorkerNode' asset.ServiceOptions: title: Asset:Service Options description: ServiceOptions captures configuration that is specific to a target type for a specific service. x-allOf-name: asset.ServiceOptions allOf: - $ref: '#/components/schemas/mo.BaseComplexType' iam.IpAccessManagement: title: IP Access Management description: 'IpAccessManagement governs IP-based access restrictions for an account, enabling administrators to allowlist trusted ranges and recover from misconfiguration. #### Purpose It provides an additional security control layer that restricts access to the account based on client IP addresses. #### Key Concepts - **Allowlisting:** Enforces access based on configured addresses and ranges. - **Recovery Controls:** Supports account recovery from restrictive misconfigurations. - **Policy Toggle:** Enables or disables IP restriction enforcement. - **Centralized Management:** Hosted under the account’s security holder.' x-allOf-name: iam.IpAccessManagement allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.IpAccessManagement', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.IpAccessManagement default: iam.IpAccessManagement x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.IpAccessManagement default: iam.IpAccessManagement x-enum-as-string: true Enable: description: Flag stores the state of IP address based access management. Access management is enabled when it's true. type: boolean x-omitempty: true LastRecoveryTime: description: The access to account gets locked out if wrong IP addresses are configured. Account Administrators have privilege to unblock the account. It stores the time when the account was last recovered from lock out. type: string format: date-time readOnly: true x-omitempty: true Holder: $ref: '#/components/schemas/iam.SecurityHolder.Relationship' description: 'A reference to a iamSecurityHolder resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IpAddresses: description: An array of relationships to iamIpAddress resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.IpAddress.Relationship' readOnly: true pkix.DistinguishedName: title: Pkix:Distinguished Name description: The identifier for the owner of an X.509 certificate and the authority that issued the certificate. x-allOf-name: pkix.DistinguishedName allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'pkix.DistinguishedName', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - pkix.DistinguishedName default: pkix.DistinguishedName x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - pkix.DistinguishedName default: pkix.DistinguishedName x-enum-as-string: true CommonName: description: A required component that identifies a person or an object. type: string readOnly: true x-omitempty: true Country: type: - array - 'null' items: description: Identifier for the country in which the entity resides. type: string readOnly: true x-omitempty: true Locality: type: - array - 'null' items: description: Identifier for the place where the entry resides. The locality can be a city, county, township, or other geographic region. type: string readOnly: true x-omitempty: true Organization: type: - array - 'null' items: description: Identifier for the organization in which the entity resides. type: string readOnly: true x-omitempty: true OrganizationalUnit: type: - array - 'null' items: description: Identifier for a unit within the organization. type: string readOnly: true x-omitempty: true State: type: - array - 'null' items: description: Identifier for the state or province of the entity. type: string readOnly: true x-omitempty: true iam.UserPreference.Relationship: description: A relationship to the 'iam.UserPreference' resource, or the expanded 'iam.UserPreference' resource, or the 'null' value. x-one-of-name: iam.UserPreference.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.UserPreference' discriminator: propertyName: ClassId iam.TrustPoint: title: Iam:Trust Point description: 'The TrustPoint object represents a trusted source of certificates within the system, enabling secure communication and authentication. #### Purpose A TrustPoint serves as a repository for certificates, affirming the identity of trusted entities and facilitating secure interactions with external systems. #### Key Concepts - **Certificate Management:** Stores and manages X.509 certificates, supporting both root and intermediate certificates for authentication purposes. - **Security Assurance:** Provides a basis for secure communication by validating the identity of external entities through trusted certificates. - **Account Association:** Associates certificates with specific accounts, ensuring they are available for authentication within the account''s scope. - **Certificate Import:** Allows the import of third-party certificates, enhancing security through integration with external certificate authorities.' x-allOf-name: iam.TrustPoint allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.TrustPoint', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.TrustPoint default: iam.TrustPoint x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.TrustPoint default: iam.TrustPoint x-enum-as-string: true Certificates: type: - array - 'null' items: description: 'The collection of certificates in X509 certificate format. This was obtained by parsing the chain property which holds the base 64 encoded chain of certificates.' $ref: '#/components/schemas/x509.Certificate' readOnly: true x-omitempty: true Chain: description: The certificate information for this trusted point. The certificate must be in Base64 encoded X.509 (CER) format. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true AssignedToEntity: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true asset.GeoLocation: title: Asset:Geo Location description: The geographic location of a managed target. x-allOf-name: asset.GeoLocation allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'asset.GeoLocation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.GeoLocation default: asset.GeoLocation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.GeoLocation default: asset.GeoLocation x-enum-as-string: true Address: description: The location's street address. $ref: intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.PhysicalAddress x-omitempty: true Coordinates: description: The location's longitude and latitude coordinates. $ref: intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.GeoPoint x-omitempty: true Name: description: A user provided name for the location. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true onprem.ClusterInfo: title: Onprem:Cluster Info description: 'ClusterInfo encapsulates properties of an Intersight Appliance. ClusterNode and ClusterInfo data structures are shared between the upgrade services running in the Intersight and the Intersight Appliance.' x-allOf-name: onprem.ClusterInfo allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'onprem.ClusterInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - onprem.ClusterInfo default: onprem.ClusterInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - onprem.ClusterInfo default: onprem.ClusterInfo x-enum-as-string: true Nodes: type: - array - 'null' items: description: Collection of all nodes participating in the Intersight Appliance cluster. $ref: '#/components/schemas/onprem.ClusterNode' readOnly: true x-omitempty: true QuorumOk: description: Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running. type: boolean readOnly: true x-omitempty: true ReportedTime: description: Date on which the cluster information was collected and reported. type: string format: date-time readOnly: true x-omitempty: true SetupTime: description: Initial setup date and time of the Intersight Appliance. type: string format: date-time readOnly: true x-omitempty: true TimeZone: description: "Timezone of the Intersight Appliance. The default value is in UTC.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" type: string enum: - Pacific/Niue - Africa/Abidjan - Africa/Accra - Africa/Addis_Ababa - Africa/Algiers - Africa/Asmara - Africa/Bamako - Africa/Bangui - Africa/Banjul - Africa/Bissau - Africa/Blantyre - Africa/Brazzaville - Africa/Bujumbura - Africa/Cairo - Africa/Casablanca - Africa/Ceuta - Africa/Conakry - Africa/Dakar - Africa/Dar_es_Salaam - Africa/Djibouti - Africa/Douala - Africa/El_Aaiun - Africa/Freetown - Africa/Gaborone - Africa/Harare - Africa/Johannesburg - Africa/Juba - Africa/Kampala - Africa/Khartoum - Africa/Kigali - Africa/Kinshasa - Africa/Lagos - Africa/Libreville - Africa/Lome - Africa/Luanda - Africa/Lubumbashi - Africa/Lusaka - Africa/Malabo - Africa/Maputo - Africa/Maseru - Africa/Mbabane - Africa/Mogadishu - Africa/Monrovia - Africa/Nairobi - Africa/Ndjamena - Africa/Niamey - Africa/Nouakchott - Africa/Ouagadougou - Africa/Porto-Novo - Africa/Sao_Tome - Africa/Tripoli - Africa/Tunis - Africa/Windhoek - America/Adak - America/Anchorage - America/Anguilla - America/Antigua - America/Araguaina - America/Argentina/Buenos_Aires - America/Argentina/Catamarca - America/Argentina/Cordoba - America/Argentina/Jujuy - America/Argentina/La_Rioja - America/Argentina/Mendoza - America/Argentina/Rio_Gallegos - America/Argentina/Salta - America/Argentina/San_Juan - America/Argentina/San_Luis - America/Argentina/Tucuman - America/Argentina/Ushuaia - America/Aruba - America/Asuncion - America/Atikokan - America/Bahia - America/Bahia_Banderas - America/Barbados - America/Belem - America/Belize - America/Blanc-Sablon - America/Boa_Vista - America/Bogota - America/Boise - America/Cambridge_Bay - America/Campo_Grande - America/Cancun - America/Caracas - America/Cayenne - America/Cayman - America/Chicago - America/Chihuahua - America/Costa_Rica - America/Creston - America/Cuiaba - America/Curacao - America/Danmarkshavn - America/Dawson - America/Dawson_Creek - America/Denver - America/Detroit - America/Dominica - America/Edmonton - America/Eirunepe - America/El_Salvador - America/Fortaleza - America/Glace_Bay - America/Godthab - America/Goose_Bay - America/Grand_Turk - America/Grenada - America/Guadeloupe - America/Guatemala - America/Guayaquil - America/Guyana - America/Halifax - America/Havana - America/Hermosillo - America/Indiana/Indianapolis - America/Indiana/Knox - America/Indiana/Marengo - America/Indiana/Petersburg - America/Indiana/Tell_City - America/Indiana/Vevay - America/Indiana/Vincennes - America/Indiana/Winamac - America/Inuvik - America/Iqaluit - America/Jamaica - America/Juneau - America/Kentucky/Louisville - America/Kentucky/Monticello - America/Kralendijk - America/La_Paz - America/Lima - America/Los_Angeles - America/Lower_Princes - America/Maceio - America/Managua - America/Manaus - America/Marigot - America/Martinique - America/Matamoros - America/Mazatlan - America/Menominee - America/Merida - America/Metlakatla - America/Mexico_City - America/Miquelon - America/Moncton - America/Monterrey - America/Montevideo - America/Montreal - America/Montserrat - America/Nassau - America/New_York - America/Nipigon - America/Nome - America/Noronha - America/North_Dakota/Beulah - America/North_Dakota/Center - America/North_Dakota/New_Salem - America/Ojinaga - America/Panama - America/Pangnirtung - America/Paramaribo - America/Phoenix - America/Port-au-Prince - America/Port_of_Spain - America/Porto_Velho - America/Puerto_Rico - America/Rainy_River - America/Rankin_Inlet - America/Recife - America/Regina - America/Resolute - America/Rio_Branco - America/Santa_Isabel - America/Santarem - America/Santiago - America/Santo_Domingo - America/Sao_Paulo - America/Scoresbysund - America/Shiprock - America/Sitka - America/St_Barthelemy - America/St_Johns - America/St_Kitts - America/St_Lucia - America/St_Thomas - America/St_Vincent - America/Swift_Current - America/Tegucigalpa - America/Thule - America/Thunder_Bay - America/Tijuana - America/Toronto - America/Tortola - America/Vancouver - America/Whitehorse - America/Winnipeg - America/Yakutat - America/Yellowknife - Antarctica/Casey - Antarctica/Davis - Antarctica/DumontDUrville - Antarctica/Macquarie - Antarctica/Mawson - Antarctica/McMurdo - Antarctica/Palmer - Antarctica/Rothera - Antarctica/South_Pole - Antarctica/Syowa - Antarctica/Troll - Antarctica/Vostok - Arctic/Longyearbyen - Asia/Aden - Asia/Almaty - Asia/Amman - Asia/Anadyr - Asia/Aqtau - Asia/Aqtobe - Asia/Ashgabat - Asia/Baghdad - Asia/Bahrain - Asia/Baku - Asia/Bangkok - Asia/Beirut - Asia/Bishkek - Asia/Brunei - Asia/Calcutta - Asia/Choibalsan - Asia/Chongqing - Asia/Colombo - Asia/Damascus - Asia/Dhaka - Asia/Dili - Asia/Dubai - Asia/Dushanbe - Asia/Gaza - Asia/Harbin - Asia/Hebron - Asia/Ho_Chi_Minh - Asia/Hong_Kong - Asia/Hovd - Asia/Irkutsk - Asia/Jakarta - Asia/Jayapura - Asia/Jerusalem - Asia/Kabul - Asia/Kamchatka - Asia/Karachi - Asia/Kashgar - Asia/Kathmandu - Asia/Katmandu - Asia/Khandyga - Asia/Kolkata - Asia/Krasnoyarsk - Asia/Kuala_Lumpur - Asia/Kuching - Asia/Kuwait - Asia/Macau - Asia/Magadan - Asia/Makassar - Asia/Manila - Asia/Muscat - Asia/Nicosia - Asia/Novokuznetsk - Asia/Novosibirsk - Asia/Omsk - Asia/Oral - Asia/Phnom_Penh - Asia/Pontianak - Asia/Pyongyang - Asia/Qatar - Asia/Qyzylorda - Asia/Rangoon - Asia/Riyadh - Asia/Saigon - Asia/Sakhalin - Asia/Samarkand - Asia/Seoul - Asia/Shanghai - Asia/Singapore - Asia/Taipei - Asia/Tashkent - Asia/Tbilisi - Asia/Tehran - Asia/Thimphu - Asia/Tokyo - Asia/Ulaanbaatar - Asia/Urumqi - Asia/Ust-Nera - Asia/Vientiane - Asia/Vladivostok - Asia/Yakutsk - Asia/Yekaterinburg - Asia/Yerevan - Atlantic/Azores - Atlantic/Bermuda - Atlantic/Canary - Atlantic/Cape_Verde - Atlantic/Faroe - Atlantic/Madeira - Atlantic/Reykjavik - Atlantic/South_Georgia - Atlantic/St_Helena - Atlantic/Stanley - Australia/Adelaide - Australia/Brisbane - Australia/Broken_Hill - Australia/Currie - Australia/Darwin - Australia/Eucla - Australia/Hobart - Australia/Lindeman - Australia/Lord_Howe - Australia/Melbourne - Australia/Perth - Australia/Sydney - Etc/GMT - Europe/Amsterdam - Europe/Andorra - Europe/Athens - Europe/Belgrade - Europe/Berlin - Europe/Bratislava - Europe/Brussels - Europe/Bucharest - Europe/Budapest - Europe/Busingen - Europe/Chisinau - Europe/Copenhagen - Europe/Dublin - Europe/Gibraltar - Europe/Guernsey - Europe/Helsinki - Europe/Isle_of_Man - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad - Europe/Kiev - Europe/Lisbon - Europe/Ljubljana - Europe/London - Europe/Luxembourg - Europe/Madrid - Europe/Malta - Europe/Mariehamn - Europe/Minsk - Europe/Monaco - Europe/Moscow - Europe/Oslo - Europe/Paris - Europe/Podgorica - Europe/Prague - Europe/Riga - Europe/Rome - Europe/Samara - Europe/San_Marino - Europe/Sarajevo - Europe/Simferopol - Europe/Skopje - Europe/Sofia - Europe/Stockholm - Europe/Tallinn - Europe/Tirane - Europe/Uzhgorod - Europe/Vaduz - Europe/Vatican - Europe/Vienna - Europe/Vilnius - Europe/Volgograd - Europe/Warsaw - Europe/Zagreb - Europe/Zaporozhye - Europe/Zurich - Indian/Antananarivo - Indian/Chagos - Indian/Christmas - Indian/Cocos - Indian/Comoro - Indian/Kerguelen - Indian/Mahe - Indian/Maldives - Indian/Mauritius - Indian/Mayotte - Indian/Reunion - Pacific/Apia - Pacific/Auckland - Pacific/Chatham - Pacific/Chuuk - Pacific/Easter - Pacific/Efate - Pacific/Enderbury - Pacific/Fakaofo - Pacific/Fiji - Pacific/Funafuti - Pacific/Galapagos - Pacific/Gambier - Pacific/Guadalcanal - Pacific/Guam - Pacific/Honolulu - Pacific/Johnston - Pacific/Kiritimati - Pacific/Kosrae - Pacific/Kwajalein - Pacific/Majuro - Pacific/Marquesas - Pacific/Midway - Pacific/Nauru - Pacific/Norfolk - Pacific/Noumea - Pacific/Pago_Pago - Pacific/Palau - Pacific/Pitcairn - Pacific/Pohnpei - Pacific/Port_Moresby - Pacific/Rarotonga - Pacific/Saipan - Pacific/Tahiti - Pacific/Tarawa - Pacific/Tongatapu - Pacific/Wake - Pacific/Wallis - UTC default: Pacific/Niue readOnly: true x-omitempty: true appliance.UtilizationMetric: title: Appliance:Utilization Metric description: A utilization metric represents the percentage utilization of a resource. x-allOf-name: appliance.UtilizationMetric allOf: - $ref: '#/components/schemas/appliance.MetricBase' - type: object description: Definition of the list of properties defined in 'appliance.UtilizationMetric', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.MetricsIngestionUtilization default: appliance.MetricsIngestionUtilization x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - appliance.MetricsIngestionUtilization default: appliance.MetricsIngestionUtilization x-enum-as-string: true Utilization: description: The percent utilization of the metric. type: number format: double readOnly: true x-omitempty: true mo.BaseComplexType: 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 - objectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The 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.MetadataManifestVersion - appliance.NetworkStatus - appliance.NodeIpInfo - appliance.StatusCheck - asset.AddressInformation - asset.AlarmSummary - asset.ApiKeyCredential - asset.ClientCertificateCredential - asset.CloudConnection - asset.ConnectionFlapStatus - 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.SplunkTokenCredential - asset.SshConnection - asset.SudiInfo - asset.TargetKey - asset.TargetSignature - asset.TargetStatusDetails - asset.TerraformIntegrationService - asset.TerraformIntegrationTerraformAgentOptions - asset.TerraformIntegrationTerraformCloudOptions - asset.Token - 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 - auditd.LogMonitorType - bios.C845ServerBiosConfiguration - bios.CbsCmnApbdisC845BiosToken - bios.CbsCmnCpuAvx512C845BiosToken - bios.CbsCmnCpuCpbC845BiosToken - bios.CbsCmnCpuDowncoreModeC845BiosToken - bios.CbsCmnCpuGlobalCstateCtrlC845BiosToken - bios.CbsCmnCpuL1BurstPrefetchModeC845BiosToken - bios.CbsCmnCpuL1StreamHwPrefetcherC845BiosToken - bios.CbsCmnCpuL2StreamHwPrefetcherC845BiosToken - bios.CbsCmnCpuSmeeC845BiosToken - bios.CbsCmnCpuStreamingStoresCtrlC845BiosToken - bios.CbsCmnCxlMemOnlineOfflineC845BiosToken - bios.CbsCmnDeterminismCtlC845BiosToken - bios.CbsCmnDeterminismEnableC845BiosToken - bios.CbsCmnGnbNbIommuC845BiosToken - bios.CbsCmnMemBootTimePostPackageRepairC845BiosToken - bios.CbsCmnMemCsInterleaveDdrC845BiosToken - bios.CbsCmnMemCtrllerBankSwapModeDdrC845BiosToken - bios.CbsCmnMemCtrllerPwrDnEnDdrC845BiosToken - bios.CbsCmnMemDramRefreshRateC845BiosToken - bios.CbsCmnMemDramScrubTimeC845BiosToken - bios.CbsCmnMemHealingBistEnableBitMaskDdrC845BiosToken - bios.CbsCmnMemHealingBistExecutionModeC845BiosToken - bios.CbsCmnMemRuntimePostPackageRepairC845BiosToken - bios.CbsCmnMemTsmeEnableDdrC845BiosToken - bios.CbsCmnPcieCaplinkSpeedC845BiosToken - bios.CbsCpuCcdCtrlC845BiosToken - bios.CbsCpuSmtCtrlC845BiosToken - bios.CbsDbgCpuLapicModeC845BiosToken - bios.CbsDbgCpuSnpMemCoverC845BiosToken - bios.CbsDfCmn3LinkMaxXgmiSpeedC845BiosToken - bios.CbsDfCmnAcpiSratL3NumaC845BiosToken - bios.CbsDfCmnDramNpsC845BiosToken - bios.CbsSevSnpSupportC845BiosToken - bios.Cpu005C845BiosToken - bios.Ipmi100C845BiosToken - bios.Ipmi103C845BiosToken - bios.Ipmi104C845BiosToken - bios.Ipmi105C845BiosToken - bios.Nvlck002C845BiosToken - bios.Nwsk001C845BiosToken - bios.Nwsk002C845BiosToken - bios.Nwsk006C845BiosToken - bios.Nwsk007C845BiosToken - bios.Pcid001C845BiosToken - bios.Pcid002C845BiosToken - bios.Pcid003C845BiosToken - bios.Ptt000C845BiosToken - bios.Tcg001C845BiosToken - bios.Tcg003C845BiosToken - bios.Tcg007C845BiosToken - bios.Tcg018C845BiosToken - bios.Tcg019C845BiosToken - bios.Ter001C845BiosToken - bios.Ter0021C845BiosToken - bios.Ter012C845BiosToken - bios.Ter05dC845BiosToken - blueprint.BlueprintDefinitionDependency - blueprint.GeneratedObjectMetadata - blueprint.GeneratedObjectNew - blueprint.GeneratedObjectOperationTarget - blueprint.GeneratedObjectSourceClone - blueprint.GeneratedObjectSourceLookup - blueprint.GeneratedObjectSourceMerge - blueprint.GeneratedObjectSourceReference - blueprint.GeneratedObjectSourceSelector - blueprint.InputOperationType - blueprint.PreGenerateOperation - blueprint.PropertyIteration - blueprint.ResourceConstraints - blueprint.ServiceItemDefinition - 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.RelatedTypeExportOption - bulk.RestResult - bulk.RestSubRequest - bulk.SecResourceRoles - bulk.SubRequestsGroup - capability.AdapterConnectionPoint - capability.CertificatePropertyConstraints - capability.DeviceInventory - capability.FeatureConfig - capability.GpuConnectionPoint - capability.HsuIsoModelSpecificConstraint - capability.LdapBasePropertyConstraints - capability.PcIdRange - capability.PortPropertyConstraints - capability.PortRange - capability.ServerComponentConstraint - capability.ServerPcieConnectivityLayout - capability.ServerPcieTopology - capability.SwitchControlPolicyConstraints - capability.SwitchNetworkLimits - capability.SwitchStorageLimits - capability.SwitchSystemLimits - capability.SwitchingModeCapability - capability.UnsupportedFeatureConfig - capability.UpdateOrderListType - certificatemanagement.Imc - certificatemanagement.RootCaCertificate - chassis.ChassisAssignment - cloud.TfcWorkspaceVariables - cmrf.CmRf - comm.GeoLocationDetails - comm.GeoPoint - comm.IpV4AddressBlock - comm.IpV4Interface - comm.IpV6Interface - comm.PhysicalAddress - comm.TagUsage - compute.AdapterUnitConfig - compute.AdapterUnitPropFilter - compute.AlarmSummary - compute.CpuConfig - compute.GpuConfig - compute.GpuPropFilter - compute.IpAddress - compute.MigrationKeyInfo - compute.PcieZone - compute.PendingWorkflowTrigger - compute.PersistentMemoryModule - compute.PersistentMemoryOperation - compute.PersonalitySetting - compute.RecoveryKeyDetails - compute.ScrubOpConfigutation - compute.ServerConfig - compute.ServerOpStatus - compute.StorageControllerOperation - compute.StoragePhysicalDrive - compute.StoragePhysicalDriveOperation - compute.StorageUtilityImageOperation - compute.StorageVirtualDrive - compute.StorageVirtualDriveOperation - cond.AdapterBaselineStatus - cond.AdapterDetail - cond.AdapterInstance - cond.AlarmAction - cond.AlarmClassificationEligibility - cond.AlarmPreview - cond.AlarmRuleExpression - cond.AlarmSpec - cond.AlarmSummary - cond.AlarmSuppressionDryRunSummary - cond.FilterRule - cond.ServerBaselineStatus - 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.ChassisOperationsDetails - equipment.DeviceLocation - equipment.IoCardIdentity - equipment.IoCardOperationStatus - equipment.PendingWorkflowTrigger - equipment.ResetAction - ether.MacsecOperData - fabric.ChassisAssignment - fabric.ClusterAssignment - fabric.FcZoneMember - fabric.FlowNonKey - fabric.Ipv4FlowKey - fabric.Ipv6FlowKey - fabric.L2FlowKey - fabric.LldpGlobalSettings - fabric.LldpSettings - fabric.MacAgingSettings - fabric.MacLearningSettings - fabric.MacSecEaPol - fabric.PfcWatchDog - fabric.PortIdentifier - fabric.QosClass - fabric.SecKey - fabric.SecKeyChain - fabric.StpGlobalSettings - fabric.SwitchAssignment - fabric.UdldGlobalSettings - fabric.UdldSettings - fabric.VlanExportInterface - fabric.VlanSettings - fcpool.Block - fcpool.ReservationReference - feedback.FeedbackData - filterexpr.AndFilterExpression - filterexpr.OrFilterExpression - filterexpr.PredicateFilterExpression - firmware.ChassisUpgradeImpact - firmware.CifsServer - firmware.ComponentImpact - firmware.ComponentMeta - firmware.DirectDownload - firmware.ExcludeComponentPidListType - firmware.FabricUpgradeImpact - firmware.FeatureVersionMap - firmware.FirmwareInventory - firmware.HttpServer - firmware.ModelBundleVersion - firmware.NetworkShare - firmware.NfsServer - firmware.ServerImpact - firmware.ServerUpgradeImpact - firmware.VersionMap - forecast.Model - hci.AhvGuestTools - hci.AlarmParameter - hci.AlarmSummary - hci.ApiLimit - hci.BackplaneNetworkParams - hci.CapacityViolation - hci.ClusterOpInfo - hci.ConfigurableParamValue - hci.ConfigurableParamValueRange - hci.Consumption - hci.EntitlementDetail - hci.EsxiGuestTools - hci.ExpiredLicense - hci.ExternalStorageArray - hci.FaultToleranceState - hci.FeatureViolation - hci.IpAddress - hci.IpAddressOrFqdn - hci.KeyManagementDeviceToCertStatusInfo - hci.LicensedService - hci.ManagementServer - hci.NccConfigurableParameter - hci.NutanixClusterCheck - hci.PendingWorkflowTrigger - hci.PulseStatus - hci.Sbdf - hci.SdaPolicyClusterConfig - hci.ServiceViolation - hci.SoftwareType - hci.VirtualGpuConfig - hcl.Constraint - hcl.Firmware - hcl.HardwareCompatibilityProfile - hcl.Product - hcl.ServerConfiguration - 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.AccountTypeIpmi - iam.AccountTypeLocal - iam.BasicAuthCredentials - iam.ClientMeta - iam.DefaultPermissionInfo - iam.EncryptedOidcAuthTokenSet - iam.EndPointPasswordProperties - iam.FailureDetails - iam.FeatureDefinition - iam.GroupPermissionToRoles - iam.LdapBaseProperties - iam.LdapDnsParameters - iam.OidcAuthTokenSet - iam.PasswordHistorySetting - iam.PermissionReference - iam.PermissionToRoles - iam.ResourceRole - iam.Rule - iam.SamlSpConnection - iam.SecurityContext - iam.SsoSessionAttributes - iam.SwitchAccountPermission - iam.SwitchScopePermissions - iam.TenantLinking - iam.UserDetails - imcconnector.WebUiMessage - infra.GpuConfiguration - infra.HardwareInfo - infra.MetaData - infra.MigGpuConfiguration - inventory.InventoryMo - inventory.JobInfo - inventory.UemInfo - ippool.IpV4Block - ippool.IpV4Config - ippool.IpV6Block - ippool.IpV6Config - ippool.ReservationReference - iqnpool.IqnSuffixBlock - iqnpool.ReservationReference - issue.DeviceTag - issue.Message - issue.OdataCondition - license.SubstituteLicense - macpool.Block - macpool.MemberOf - macpool.ReservationReference - management.ReplayConfigInfo - memory.PersistentMemoryGoal - memory.PersistentMemoryLocalSecurity - memory.PersistentMemoryLogicalNamespace - meta.AccessPrivilege - meta.DisplayNameDefinition - meta.IdentityDefinition - meta.PropDefinition - meta.RelationshipDefinition - metric.SeverityCriteria - metric.ThresholdCondition - metric.ThresholdDefinitionState - metrics.MetricCriterion - mgmt.BackupOptions - mgmt.CategoryExportData - mgmt.CategoryImportData - mgmt.ChildTypeInfo - mgmt.ConfigObjectDetails - mgmt.ConfigObjectRestoreDetails - mgmt.RestoreOptions - mgmt.TypeWithFilter - mo.MoRef - mo.Tag - mo.VersionContext - monitoring.CategoryStatus - motemplate.ActionEntry - motemplate.ActionParam - motemplate.SyncError - network.HyperFlexInternetProtocolAddressRange - network.HyperFlexNetworkAddress - network.SecureRouterInfo - niaapi.Detail - niaapi.NewReleaseDetail - niaapi.RevisionInfo - niaapi.SoftwareRegex - niaapi.VersionRegexPlatform - niatelemetry.Advisories - niatelemetry.BootflashDetails - niatelemetry.CloudRegionsElement - niatelemetry.CloudRoutersElement - niatelemetry.DeploymentStatus - niatelemetry.DigitalOpticalMonitoring - niatelemetry.Diskinfo - niatelemetry.DomInfo - niatelemetry.DomThresInfo - 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.NxosModuleInfo - niatelemetry.NxosVtp - niatelemetry.ProcSysCpu15min - niatelemetry.ProcSysCpu5min - niatelemetry.ProcSysMem15min - niatelemetry.ProcSysMem5min - niatelemetry.RouteNextHop - niatelemetry.Sites - niatelemetry.SmartLicense - niatelemetry.SwitchDiskUtilization - niatelemetry.VniStatus - niatelemetry.VpcDetails - notification.AdvisoryMoCondition - notification.AggregationSettings - notification.AlarmMoCondition - notification.ApplianceUpgradeMoCondition - notification.DistributableMoCondition - notification.EolAdvisoryFilter - notification.FieldNoticeAdvisoryFilter - notification.HttpHeader - notification.MoCondition - notification.SecurityAdvisoryFilter - notification.SendEmail - notification.SimpleFilter - notification.SimpleMoCondition - notification.SoftwareReleaseMetaMoCondition - notification.TriggerWebhook - ntp.AuthNtpServer - onprem.ClusterInfo - onprem.ClusterNode - onprem.ImagePackage - onprem.ResourceInfo - onprem.Schedule - onprem.UpgradeNote - onprem.UpgradePhase - openapi.ApiInfo - openapi.FailedTask - openapi.KeyValuePair - oprs.Kvpair - os.Answers - os.FibreChannelResponse - os.FibreChannelTarget - os.GlobalConfig - os.Ipv4Configuration - os.Ipv6Configuration - os.IscsiLunResponse - os.IscsiTarget - os.PhysicalDisk - os.PhysicalDiskResponse - os.PlaceHolder - os.ServerConfig - os.ValidationInformation - os.VirtualDrive - os.VirtualDriveResponse - os.VmwareParameters - os.WindowsParameters - partnerintegration.MetricsModel - pkix.DistinguishedName - pkix.EcdsaKeySpec - pkix.EddsaKeySpec - pkix.RsaAlgorithm - pkix.SubjectAlternateName - policy.ActionParam - policy.ActionQualifier - policy.ConfigChange - policy.ConfigChangeContext - policy.ConfigChangeDetailType - policy.ConfigChangeDisruptionDetailType - policy.ConfigContext - policy.ConfigResultContext - policy.PolicyContextHolder - policy.PolicyError - policy.PolicyStatus - policy.Qualifier - policy.ReportedPolicyChange - policy.ScheduledAction - recovery.BackupSchedule - resource.AdaptorsRangeFilter - resource.BladeQualifier - resource.ChassisAndSlotQualification - resource.ChassisIdRangeFilter - resource.ChassisServersQualifier - resource.CpuCoreRangeFilter - resource.CpuSpeedRangeFilter - resource.DomainQualifier - resource.GpuControllersRangeFilter - resource.GpuQualifier - resource.MemoryCapacityRangeFilter - resource.MemoryQualifier - resource.MemoryUnitsRangeFilter - resource.NetworkAdaptorQualifier - resource.OdataRuleSetQualifier - resource.PerTypeCombinedSelector - resource.ProcessorQualifier - resource.RackIdRangeFilter - resource.RackServerQualifier - resource.Selector - resource.SlotIdRangeFilter - resource.SourceToPermissionResources - resource.SourceToPermissionResourcesHolder - resource.Tag - resource.TagQualifier - resourcepool.ChildLeaseCondition - resourcepool.QualificationType - resourcepool.ReservationReference - resourcepool.ResourceEvaluationStatus - resourcepool.ServerLeaseParameters - resourcepool.ServerPoolParameters - scheduler.BlockDate - scheduler.DailyCadenceParams - scheduler.EveryCadenceParams - scheduler.MonthlyCadenceParams - scheduler.OneTimeScheduleParams - scheduler.RecurringScheduleParams - scheduler.RestStimTaskRequest - scheduler.TaskResultStatus - scheduler.TaskSchedulePolicyExecutionStatus - scheduler.TaskScheduleStatus - scheduler.WeeklyCadenceParams - sdcard.Diagnostics - sdcard.Drivers - sdcard.HostUpgradeUtility - sdcard.OperatingSystem - sdcard.Partition - sdcard.ServerConfigurationUtility - sdcard.UserPartition - server.DiagnosticResult - server.PendingWorkflowTrigger - server.ServerAssignTypeSlot - server.ServerAssignment - 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.HostNqn - storage.HyperFlexIscsiInitiator - storage.Initiator - storage.InternalMoPhysicalDiskConfig - storage.KeySetting - storage.KmipAuthCredentials - storage.KmipServer - storage.LocalKeySetting - storage.M2VirtualDriveConfig - storage.ManualDriveGroup - storage.Namespace - storage.NamespacePath - 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.PureFlashBladeUtilization - storage.PureHostUtilization - storage.PurePodUtilization - storage.PureRealmUtilization - 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.FnSeverity - tam.Identifiers - tam.Milestone - tam.PsirtSeverity - tam.QueryEntry - tam.S3DataSource - tam.SecurityAdvisoryDetails - tam.TextFsmTemplateDataSource - techsupportmanagement.ApplianceParam - techsupportmanagement.NiaParam - techsupportmanagement.PlatformParam - techsupportmanagement.TechSupportFileInfo - template.TransformationStage - ucsd.ConnectorPack - ucsd.UcsdRestoreParameters - ucsdconnector.RestClientMessage - uuidpool.ReservationReference - uuidpool.UuidBlock - virtualization.ActionInfo - virtualization.CloudInitConfig - virtualization.ComputeCapacity - virtualization.CpuInfo - virtualization.EsxiCloneCustomSpec - virtualization.EsxiHostConfiguration - virtualization.EsxiOvaCustomSpec - virtualization.EsxiVmComputeConfiguration - virtualization.EsxiVmConfiguration - virtualization.EsxiVmNetworkConfiguration - virtualization.EsxiVmStorageConfiguration - virtualization.GuestInfo - virtualization.MemoryCapacity - virtualization.NetworkInterface - virtualization.ProductInfo - virtualization.StorageCapacity - virtualization.VirtualMachineDisk - virtualization.VmEsxiDisk - virtualization.VmwareAttachedResourceTag - virtualization.VmwareDiscoveryProtocol - virtualization.VmwareRemoteDisplayInfo - virtualization.VmwareResourceAllocationSystemTrafficTypes - virtualization.VmwareResourceConsumption - virtualization.VmwareSharesInfo - virtualization.VmwareTeamingAndFailover - virtualization.VmwareVlanRange - virtualization.VmwareVmCpuShareInfo - virtualization.VmwareVmCpuSocketInfo - virtualization.VmwareVmDiskCommitInfo - virtualization.VmwareVmMemoryShareInfo - vmedia.Mapping - vnic.ArfsSettings - vnic.Cdn - vnic.CompletionQueueSettings - vnic.EthIfOldInfo - vnic.EthInterruptSettings - vnic.EthRxQueueSettings - vnic.EthTxQueueSettings - vnic.FcErrorRecoverySettings - vnic.FcIfOldInfo - vnic.FcInterruptSettings - vnic.FcQueueSettings - vnic.FlogiSettings - vnic.IscsiAuthProfile - vnic.Lun - vnic.NetFlowMonitorSession - vnic.NvgreSettings - vnic.PlacementSettings - vnic.PlogiSettings - vnic.PtpSettings - vnic.RoceSettings - vnic.RssHashSettings - vnic.SanSettingsOldInfo - 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.DataSourceSelector - workflow.DecisionCase - workflow.DecisionTask - workflow.DefaultValue - workflow.DisplayMeta - workflow.DynamicTemplateParserDataType - workflow.EnumEntry - workflow.EnvironmentVariableReference - 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.MigrateServiceItemActionProperty - workflow.MigrationHistory - workflow.MoInventoryDataType - workflow.MoInventoryProperty - workflow.MoReferenceArrayItem - workflow.MoReferenceAutoArrayItem - workflow.MoReferenceAutoDataType - workflow.MoReferenceAutoProperty - workflow.MoReferenceDataType - workflow.MoReferenceForCloneDataType - 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 - workload.AssignedResource - workload.BatchDeployment - workload.BlueprintInputReference - workload.BlueprintReference - workload.CanaryDeployment - workload.CloneStatus - workload.CloneStatusEntry - workload.DefinitionMapper - workload.DeploymentBlueprintInputType - workload.DeploymentChangeDetail - workload.GeneratedObject - workload.RenameRequest - workload.ResourceConstraint - workload.StateAggregation - x509.Certificate x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The 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.MetadataManifestVersion - appliance.NetworkStatus - appliance.NodeIpInfo - appliance.StatusCheck - asset.AddressInformation - asset.AlarmSummary - asset.ApiKeyCredential - asset.ClientCertificateCredential - asset.CloudConnection - asset.ConnectionFlapStatus - 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.SplunkTokenCredential - asset.SshConnection - asset.SudiInfo - asset.TargetKey - asset.TargetSignature - asset.TargetStatusDetails - asset.TerraformIntegrationService - asset.TerraformIntegrationTerraformAgentOptions - asset.TerraformIntegrationTerraformCloudOptions - asset.Token - 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 - auditd.LogMonitorType - bios.C845ServerBiosConfiguration - bios.CbsCmnApbdisC845BiosToken - bios.CbsCmnCpuAvx512C845BiosToken - bios.CbsCmnCpuCpbC845BiosToken - bios.CbsCmnCpuDowncoreModeC845BiosToken - bios.CbsCmnCpuGlobalCstateCtrlC845BiosToken - bios.CbsCmnCpuL1BurstPrefetchModeC845BiosToken - bios.CbsCmnCpuL1StreamHwPrefetcherC845BiosToken - bios.CbsCmnCpuL2StreamHwPrefetcherC845BiosToken - bios.CbsCmnCpuSmeeC845BiosToken - bios.CbsCmnCpuStreamingStoresCtrlC845BiosToken - bios.CbsCmnCxlMemOnlineOfflineC845BiosToken - bios.CbsCmnDeterminismCtlC845BiosToken - bios.CbsCmnDeterminismEnableC845BiosToken - bios.CbsCmnGnbNbIommuC845BiosToken - bios.CbsCmnMemBootTimePostPackageRepairC845BiosToken - bios.CbsCmnMemCsInterleaveDdrC845BiosToken - bios.CbsCmnMemCtrllerBankSwapModeDdrC845BiosToken - bios.CbsCmnMemCtrllerPwrDnEnDdrC845BiosToken - bios.CbsCmnMemDramRefreshRateC845BiosToken - bios.CbsCmnMemDramScrubTimeC845BiosToken - bios.CbsCmnMemHealingBistEnableBitMaskDdrC845BiosToken - bios.CbsCmnMemHealingBistExecutionModeC845BiosToken - bios.CbsCmnMemRuntimePostPackageRepairC845BiosToken - bios.CbsCmnMemTsmeEnableDdrC845BiosToken - bios.CbsCmnPcieCaplinkSpeedC845BiosToken - bios.CbsCpuCcdCtrlC845BiosToken - bios.CbsCpuSmtCtrlC845BiosToken - bios.CbsDbgCpuLapicModeC845BiosToken - bios.CbsDbgCpuSnpMemCoverC845BiosToken - bios.CbsDfCmn3LinkMaxXgmiSpeedC845BiosToken - bios.CbsDfCmnAcpiSratL3NumaC845BiosToken - bios.CbsDfCmnDramNpsC845BiosToken - bios.CbsSevSnpSupportC845BiosToken - bios.Cpu005C845BiosToken - bios.Ipmi100C845BiosToken - bios.Ipmi103C845BiosToken - bios.Ipmi104C845BiosToken - bios.Ipmi105C845BiosToken - bios.Nvlck002C845BiosToken - bios.Nwsk001C845BiosToken - bios.Nwsk002C845BiosToken - bios.Nwsk006C845BiosToken - bios.Nwsk007C845BiosToken - bios.Pcid001C845BiosToken - bios.Pcid002C845BiosToken - bios.Pcid003C845BiosToken - bios.Ptt000C845BiosToken - bios.Tcg001C845BiosToken - bios.Tcg003C845BiosToken - bios.Tcg007C845BiosToken - bios.Tcg018C845BiosToken - bios.Tcg019C845BiosToken - bios.Ter001C845BiosToken - bios.Ter0021C845BiosToken - bios.Ter012C845BiosToken - bios.Ter05dC845BiosToken - blueprint.BlueprintDefinitionDependency - blueprint.GeneratedObjectMetadata - blueprint.GeneratedObjectNew - blueprint.GeneratedObjectOperationTarget - blueprint.GeneratedObjectSourceClone - blueprint.GeneratedObjectSourceLookup - blueprint.GeneratedObjectSourceMerge - blueprint.GeneratedObjectSourceReference - blueprint.GeneratedObjectSourceSelector - blueprint.InputOperationType - blueprint.PreGenerateOperation - blueprint.PropertyIteration - blueprint.ResourceConstraints - blueprint.ServiceItemDefinition - 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.RelatedTypeExportOption - bulk.RestResult - bulk.RestSubRequest - bulk.SecResourceRoles - bulk.SubRequestsGroup - capability.AdapterConnectionPoint - capability.CertificatePropertyConstraints - capability.DeviceInventory - capability.FeatureConfig - capability.GpuConnectionPoint - capability.HsuIsoModelSpecificConstraint - capability.LdapBasePropertyConstraints - capability.PcIdRange - capability.PortPropertyConstraints - capability.PortRange - capability.ServerComponentConstraint - capability.ServerPcieConnectivityLayout - capability.ServerPcieTopology - capability.SwitchControlPolicyConstraints - capability.SwitchNetworkLimits - capability.SwitchStorageLimits - capability.SwitchSystemLimits - capability.SwitchingModeCapability - capability.UnsupportedFeatureConfig - capability.UpdateOrderListType - certificatemanagement.Imc - certificatemanagement.RootCaCertificate - chassis.ChassisAssignment - cloud.TfcWorkspaceVariables - cmrf.CmRf - comm.GeoLocationDetails - comm.GeoPoint - comm.IpV4AddressBlock - comm.IpV4Interface - comm.IpV6Interface - comm.PhysicalAddress - comm.TagUsage - compute.AdapterUnitConfig - compute.AdapterUnitPropFilter - compute.AlarmSummary - compute.CpuConfig - compute.GpuConfig - compute.GpuPropFilter - compute.IpAddress - compute.MigrationKeyInfo - compute.PcieZone - compute.PendingWorkflowTrigger - compute.PersistentMemoryModule - compute.PersistentMemoryOperation - compute.PersonalitySetting - compute.RecoveryKeyDetails - compute.ScrubOpConfigutation - compute.ServerConfig - compute.ServerOpStatus - compute.StorageControllerOperation - compute.StoragePhysicalDrive - compute.StoragePhysicalDriveOperation - compute.StorageUtilityImageOperation - compute.StorageVirtualDrive - compute.StorageVirtualDriveOperation - cond.AdapterBaselineStatus - cond.AdapterDetail - cond.AdapterInstance - cond.AlarmAction - cond.AlarmClassificationEligibility - cond.AlarmPreview - cond.AlarmRuleExpression - cond.AlarmSpec - cond.AlarmSummary - cond.AlarmSuppressionDryRunSummary - cond.FilterRule - cond.ServerBaselineStatus - 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.ChassisOperationsDetails - equipment.DeviceLocation - equipment.IoCardIdentity - equipment.IoCardOperationStatus - equipment.PendingWorkflowTrigger - equipment.ResetAction - ether.MacsecOperData - fabric.ChassisAssignment - fabric.ClusterAssignment - fabric.FcZoneMember - fabric.FlowNonKey - fabric.Ipv4FlowKey - fabric.Ipv6FlowKey - fabric.L2FlowKey - fabric.LldpGlobalSettings - fabric.LldpSettings - fabric.MacAgingSettings - fabric.MacLearningSettings - fabric.MacSecEaPol - fabric.PfcWatchDog - fabric.PortIdentifier - fabric.QosClass - fabric.SecKey - fabric.SecKeyChain - fabric.StpGlobalSettings - fabric.SwitchAssignment - fabric.UdldGlobalSettings - fabric.UdldSettings - fabric.VlanExportInterface - fabric.VlanSettings - fcpool.Block - fcpool.ReservationReference - feedback.FeedbackData - filterexpr.AndFilterExpression - filterexpr.OrFilterExpression - filterexpr.PredicateFilterExpression - firmware.ChassisUpgradeImpact - firmware.CifsServer - firmware.ComponentImpact - firmware.ComponentMeta - firmware.DirectDownload - firmware.ExcludeComponentPidListType - firmware.FabricUpgradeImpact - firmware.FeatureVersionMap - firmware.FirmwareInventory - firmware.HttpServer - firmware.ModelBundleVersion - firmware.NetworkShare - firmware.NfsServer - firmware.ServerImpact - firmware.ServerUpgradeImpact - firmware.VersionMap - forecast.Model - hci.AhvGuestTools - hci.AlarmParameter - hci.AlarmSummary - hci.ApiLimit - hci.BackplaneNetworkParams - hci.CapacityViolation - hci.ClusterOpInfo - hci.ConfigurableParamValue - hci.ConfigurableParamValueRange - hci.Consumption - hci.EntitlementDetail - hci.EsxiGuestTools - hci.ExpiredLicense - hci.ExternalStorageArray - hci.FaultToleranceState - hci.FeatureViolation - hci.IpAddress - hci.IpAddressOrFqdn - hci.KeyManagementDeviceToCertStatusInfo - hci.LicensedService - hci.ManagementServer - hci.NccConfigurableParameter - hci.NutanixClusterCheck - hci.PendingWorkflowTrigger - hci.PulseStatus - hci.Sbdf - hci.SdaPolicyClusterConfig - hci.ServiceViolation - hci.SoftwareType - hci.VirtualGpuConfig - hcl.Constraint - hcl.Firmware - hcl.HardwareCompatibilityProfile - hcl.Product - hcl.ServerConfiguration - 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.AccountTypeIpmi - iam.AccountTypeLocal - iam.BasicAuthCredentials - iam.ClientMeta - iam.DefaultPermissionInfo - iam.EncryptedOidcAuthTokenSet - iam.EndPointPasswordProperties - iam.FailureDetails - iam.FeatureDefinition - iam.GroupPermissionToRoles - iam.LdapBaseProperties - iam.LdapDnsParameters - iam.OidcAuthTokenSet - iam.PasswordHistorySetting - iam.PermissionReference - iam.PermissionToRoles - iam.ResourceRole - iam.Rule - iam.SamlSpConnection - iam.SecurityContext - iam.SsoSessionAttributes - iam.SwitchAccountPermission - iam.SwitchScopePermissions - iam.TenantLinking - iam.UserDetails - imcconnector.WebUiMessage - infra.GpuConfiguration - infra.HardwareInfo - infra.MetaData - infra.MigGpuConfiguration - inventory.InventoryMo - inventory.JobInfo - inventory.UemInfo - ippool.IpV4Block - ippool.IpV4Config - ippool.IpV6Block - ippool.IpV6Config - ippool.ReservationReference - iqnpool.IqnSuffixBlock - iqnpool.ReservationReference - issue.DeviceTag - issue.Message - issue.OdataCondition - license.SubstituteLicense - macpool.Block - macpool.MemberOf - macpool.ReservationReference - management.ReplayConfigInfo - memory.PersistentMemoryGoal - memory.PersistentMemoryLocalSecurity - memory.PersistentMemoryLogicalNamespace - meta.AccessPrivilege - meta.DisplayNameDefinition - meta.IdentityDefinition - meta.PropDefinition - meta.RelationshipDefinition - metric.SeverityCriteria - metric.ThresholdCondition - metric.ThresholdDefinitionState - metrics.MetricCriterion - mgmt.BackupOptions - mgmt.CategoryExportData - mgmt.CategoryImportData - mgmt.ChildTypeInfo - mgmt.ConfigObjectDetails - mgmt.ConfigObjectRestoreDetails - mgmt.RestoreOptions - mgmt.TypeWithFilter - mo.MoRef - mo.Tag - mo.VersionContext - monitoring.CategoryStatus - motemplate.ActionEntry - motemplate.ActionParam - motemplate.SyncError - network.HyperFlexInternetProtocolAddressRange - network.HyperFlexNetworkAddress - network.SecureRouterInfo - niaapi.Detail - niaapi.NewReleaseDetail - niaapi.RevisionInfo - niaapi.SoftwareRegex - niaapi.VersionRegexPlatform - niatelemetry.Advisories - niatelemetry.BootflashDetails - niatelemetry.CloudRegionsElement - niatelemetry.CloudRoutersElement - niatelemetry.DeploymentStatus - niatelemetry.DigitalOpticalMonitoring - niatelemetry.Diskinfo - niatelemetry.DomInfo - niatelemetry.DomThresInfo - 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.NxosModuleInfo - niatelemetry.NxosVtp - niatelemetry.ProcSysCpu15min - niatelemetry.ProcSysCpu5min - niatelemetry.ProcSysMem15min - niatelemetry.ProcSysMem5min - niatelemetry.RouteNextHop - niatelemetry.Sites - niatelemetry.SmartLicense - niatelemetry.SwitchDiskUtilization - niatelemetry.VniStatus - niatelemetry.VpcDetails - notification.AdvisoryMoCondition - notification.AggregationSettings - notification.AlarmMoCondition - notification.ApplianceUpgradeMoCondition - notification.DistributableMoCondition - notification.EolAdvisoryFilter - notification.FieldNoticeAdvisoryFilter - notification.HttpHeader - notification.MoCondition - notification.SecurityAdvisoryFilter - notification.SendEmail - notification.SimpleFilter - notification.SimpleMoCondition - notification.SoftwareReleaseMetaMoCondition - notification.TriggerWebhook - ntp.AuthNtpServer - onprem.ClusterInfo - onprem.ClusterNode - onprem.ImagePackage - onprem.ResourceInfo - onprem.Schedule - onprem.UpgradeNote - onprem.UpgradePhase - openapi.ApiInfo - openapi.FailedTask - openapi.KeyValuePair - oprs.Kvpair - os.Answers - os.FibreChannelResponse - os.FibreChannelTarget - os.GlobalConfig - os.Ipv4Configuration - os.Ipv6Configuration - os.IscsiLunResponse - os.IscsiTarget - os.PhysicalDisk - os.PhysicalDiskResponse - os.PlaceHolder - os.ServerConfig - os.ValidationInformation - os.VirtualDrive - os.VirtualDriveResponse - os.VmwareParameters - os.WindowsParameters - partnerintegration.MetricsModel - pkix.DistinguishedName - pkix.EcdsaKeySpec - pkix.EddsaKeySpec - pkix.RsaAlgorithm - pkix.SubjectAlternateName - policy.ActionParam - policy.ActionQualifier - policy.ConfigChange - policy.ConfigChangeContext - policy.ConfigChangeDetailType - policy.ConfigChangeDisruptionDetailType - policy.ConfigContext - policy.ConfigResultContext - policy.PolicyContextHolder - policy.PolicyError - policy.PolicyStatus - policy.Qualifier - policy.ReportedPolicyChange - policy.ScheduledAction - recovery.BackupSchedule - resource.AdaptorsRangeFilter - resource.BladeQualifier - resource.ChassisAndSlotQualification - resource.ChassisIdRangeFilter - resource.ChassisServersQualifier - resource.CpuCoreRangeFilter - resource.CpuSpeedRangeFilter - resource.DomainQualifier - resource.GpuControllersRangeFilter - resource.GpuQualifier - resource.MemoryCapacityRangeFilter - resource.MemoryQualifier - resource.MemoryUnitsRangeFilter - resource.NetworkAdaptorQualifier - resource.OdataRuleSetQualifier - resource.PerTypeCombinedSelector - resource.ProcessorQualifier - resource.RackIdRangeFilter - resource.RackServerQualifier - resource.Selector - resource.SlotIdRangeFilter - resource.SourceToPermissionResources - resource.SourceToPermissionResourcesHolder - resource.Tag - resource.TagQualifier - resourcepool.ChildLeaseCondition - resourcepool.QualificationType - resourcepool.ReservationReference - resourcepool.ResourceEvaluationStatus - resourcepool.ServerLeaseParameters - resourcepool.ServerPoolParameters - scheduler.BlockDate - scheduler.DailyCadenceParams - scheduler.EveryCadenceParams - scheduler.MonthlyCadenceParams - scheduler.OneTimeScheduleParams - scheduler.RecurringScheduleParams - scheduler.RestStimTaskRequest - scheduler.TaskResultStatus - scheduler.TaskSchedulePolicyExecutionStatus - scheduler.TaskScheduleStatus - scheduler.WeeklyCadenceParams - sdcard.Diagnostics - sdcard.Drivers - sdcard.HostUpgradeUtility - sdcard.OperatingSystem - sdcard.Partition - sdcard.ServerConfigurationUtility - sdcard.UserPartition - server.DiagnosticResult - server.PendingWorkflowTrigger - server.ServerAssignTypeSlot - server.ServerAssignment - 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.HostNqn - storage.HyperFlexIscsiInitiator - storage.Initiator - storage.InternalMoPhysicalDiskConfig - storage.KeySetting - storage.KmipAuthCredentials - storage.KmipServer - storage.LocalKeySetting - storage.M2VirtualDriveConfig - storage.ManualDriveGroup - storage.Namespace - storage.NamespacePath - 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.PureFlashBladeUtilization - storage.PureHostUtilization - storage.PurePodUtilization - storage.PureRealmUtilization - 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.FnSeverity - tam.Identifiers - tam.Milestone - tam.PsirtSeverity - tam.QueryEntry - tam.S3DataSource - tam.SecurityAdvisoryDetails - tam.TextFsmTemplateDataSource - techsupportmanagement.ApplianceParam - techsupportmanagement.NiaParam - techsupportmanagement.PlatformParam - techsupportmanagement.TechSupportFileInfo - template.TransformationStage - ucsd.ConnectorPack - ucsd.UcsdRestoreParameters - ucsdconnector.RestClientMessage - uuidpool.ReservationReference - uuidpool.UuidBlock - virtualization.ActionInfo - virtualization.CloudInitConfig - virtualization.ComputeCapacity - virtualization.CpuInfo - virtualization.EsxiCloneCustomSpec - virtualization.EsxiHostConfiguration - virtualization.EsxiOvaCustomSpec - virtualization.EsxiVmComputeConfiguration - virtualization.EsxiVmConfiguration - virtualization.EsxiVmNetworkConfiguration - virtualization.EsxiVmStorageConfiguration - virtualization.GuestInfo - virtualization.MemoryCapacity - virtualization.NetworkInterface - virtualization.ProductInfo - virtualization.StorageCapacity - virtualization.VirtualMachineDisk - virtualization.VmEsxiDisk - virtualization.VmwareAttachedResourceTag - virtualization.VmwareDiscoveryProtocol - virtualization.VmwareRemoteDisplayInfo - virtualization.VmwareResourceAllocationSystemTrafficTypes - virtualization.VmwareResourceConsumption - virtualization.VmwareSharesInfo - virtualization.VmwareTeamingAndFailover - virtualization.VmwareVlanRange - virtualization.VmwareVmCpuShareInfo - virtualization.VmwareVmCpuSocketInfo - virtualization.VmwareVmDiskCommitInfo - virtualization.VmwareVmMemoryShareInfo - vmedia.Mapping - vnic.ArfsSettings - vnic.Cdn - vnic.CompletionQueueSettings - vnic.EthIfOldInfo - vnic.EthInterruptSettings - vnic.EthRxQueueSettings - vnic.EthTxQueueSettings - vnic.FcErrorRecoverySettings - vnic.FcIfOldInfo - vnic.FcInterruptSettings - vnic.FcQueueSettings - vnic.FlogiSettings - vnic.IscsiAuthProfile - vnic.Lun - vnic.NetFlowMonitorSession - vnic.NvgreSettings - vnic.PlacementSettings - vnic.PlogiSettings - vnic.PtpSettings - vnic.RoceSettings - vnic.RssHashSettings - vnic.SanSettingsOldInfo - 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.DataSourceSelector - workflow.DecisionCase - workflow.DecisionTask - workflow.DefaultValue - workflow.DisplayMeta - workflow.DynamicTemplateParserDataType - workflow.EnumEntry - workflow.EnvironmentVariableReference - 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.MigrateServiceItemActionProperty - workflow.MigrationHistory - workflow.MoInventoryDataType - workflow.MoInventoryProperty - workflow.MoReferenceArrayItem - workflow.MoReferenceAutoArrayItem - workflow.MoReferenceAutoDataType - workflow.MoReferenceAutoProperty - workflow.MoReferenceDataType - workflow.MoReferenceForCloneDataType - 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 - workload.AssignedResource - workload.BatchDeployment - workload.BlueprintInputReference - workload.BlueprintReference - workload.CanaryDeployment - workload.CloneStatus - workload.CloneStatusEntry - workload.DefinitionMapper - workload.DeploymentBlueprintInputType - workload.DeploymentChangeDetail - workload.GeneratedObject - workload.RenameRequest - workload.ResourceConstraint - workload.StateAggregation - x509.Certificate x-enum-as-string: true appliance.AppStatus.Relationship: description: A relationship to the 'appliance.AppStatus' resource, or the expanded 'appliance.AppStatus' resource, or the 'null' value. x-one-of-name: appliance.AppStatus.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.AppStatus' discriminator: propertyName: ClassId appliance.DeviceState.List: title: List of 'appliance.DeviceState' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.DeviceState'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.DeviceState' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DeviceState' iam.OAuthToken: title: OAuth2 Token description: 'The meta data for generating OAuth2 token of a user. It is created when user logged in via OAuth2 using Authorization Code grant and deleted upon logout, expiration timeout or manual deletion.' x-allOf-name: iam.OAuthToken allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.OAuthToken', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.OAuthToken default: iam.OAuthToken x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.OAuthToken default: iam.OAuthToken x-enum-as-string: true AccessExpirationTime: description: Expiration time for the JWT token to which it can be used for api calls. type: string format: date-time readOnly: true x-omitempty: true ClientId: description: The identifier of the registered application to which the token belongs. type: string x-omitempty: true ClientIpAddress: description: The user agent IP address from which the auth token is launched. type: string readOnly: true x-omitempty: true ClientName: description: The name of the registered application to which the token belongs. type: string x-omitempty: true ExpirationTime: description: Expiration time for the JWT token to which it can be refreshed. type: string format: date-time readOnly: true x-omitempty: true LastLoginClient: description: The client address from which last login is initiated. type: string readOnly: true x-omitempty: true LastLoginTime: description: The last login time for user. type: string format: date-time readOnly: true x-omitempty: true TokenId: description: Token identifier. Not the Access Token itself. type: string readOnly: true x-omitempty: true UserMeta: description: User Device meta information. $ref: '#/components/schemas/iam.ClientMeta' x-omitempty: true AppRegistration: $ref: '#/components/schemas/iam.AppRegistration.Relationship' description: 'A reference to a iamAppRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true User: $ref: '#/components/schemas/iam.User.Relationship' description: 'A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.Idp: title: Iam:Idp description: The SAML identity provider such as Cisco, that has been used to log in to Intersight. x-allOf-name: iam.Idp allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.Idp', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.Idp default: iam.Idp x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.Idp default: iam.Idp x-enum-as-string: true DomainName: description: Email domain name of the user for this IdP. When a user enters an email during login in the Intersight home page, the IdP is picked by matching this domain name with the email domain name for authentication. deprecated: true x-sunset: '2027-03-01' type: string pattern: ^$|^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ x-omitempty: true DomainNames: type: - array - 'null' items: description: Collection of domain names that the end user wants to tie to particular IdP. type: string pattern: ^$|^[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ x-omitempty: true minItems: 0 maxItems: 20 EnableSingleLogout: description: Setting that indicates whether 'Single Logout (SLO)' has been enabled for this IdP. type: boolean x-omitempty: true IdpEntityId: description: The Entity ID of the IdP. In SAML, the entity ID uniquely identifies the IdP or Service Provider. type: string readOnly: true x-omitempty: true Metadata: description: SAML metadata of the IdP. type: string x-omitempty: true Name: description: The name of the Identity Provider, for example Cisco, Okta, or OneID. type: string x-omitempty: true SkipWarning: description: When users attempt the Account URL login with an unverified Domain Name, they get a warning stating that they are logging in using an unverified Domain Name. Enable the slider if you do not wish to see the warning message. type: boolean x-omitempty: true Type: description: 'Authentication protocol used by the IdP. * `saml` - Use SAML as the authentication protocol for sign-on. * `oidc` - Open ID connect to be used as an authentication protocol for sign-on. * `local` - The local authentication method to be used for sign-on. Local type is set to default for the Intersight Appliance IdP. * `guest` - Guest users accessing Intersight are assigned to a guest Identity Provider (IdP). They do not have single sign-on options available and must log in using their email address and a one-time password (OTP). Upon successful authentication, all guest users associated with the account are grouped under the guest IdP. Guest IdP is primarily used in cloud environment.' type: string enum: - saml - oidc - local - guest default: saml x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true LdapMeta: $ref: '#/components/schemas/iam.LdapMeta.Relationship' description: 'A reference to a iamLdapMeta resource. When the $expand query parameter is specified, the referenced resource is returned inline.' LdapPolicy: $ref: '#/components/schemas/iam.LdapPolicy.Relationship' description: 'A reference to a iamLdapPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true TestIdp: $ref: '#/components/schemas/iam.TestIdpConfiguration.Relationship' description: 'A reference to a iamTestIdpConfiguration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true UserPreferences: description: An array of relationships to iamUserPreference resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserPreference.Relationship' readOnly: true UserSettings: description: An array of relationships to iamUserSetting resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserSetting.Relationship' readOnly: true Usergroups: description: An array of relationships to iamUserGroup resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.UserGroup.Relationship' Users: description: An array of relationships to iamUser resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.User.Relationship' iam.AbstractClientApplication.Relationship: description: A relationship to the 'iam.AbstractClientApplication' resource, or the expanded 'iam.AbstractClientApplication' resource, or the 'null' value. x-one-of-name: iam.AbstractClientApplication.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.AbstractClientApplication' discriminator: propertyName: ClassId iam.ResourceRoles: title: Iam:Resource Roles description: 'ResourceRoles maps roles to a specific resource (e.g., an organization) within a permission, shaping the effective access model. #### Purpose It provides fine-grained control over which roles apply to which resources for a given permission. #### Key Concepts - **Resource-scoped Roles:** Tailors access at the resource boundary. - **Role Composition:** Works with roles, privilege sets, and endpoint roles. - **Permission-centric:** Operates within a permission’s assignment context. - **Flexible Governance:** Enables nuanced, resource-level authorization design.' x-allOf-name: iam.ResourceRoles allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.ResourceRoles', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ResourceRoles default: iam.ResourceRoles x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ResourceRoles default: iam.ResourceRoles x-enum-as-string: true EndPointRoles: description: An array of relationships to iamEndPointRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.EndPointRole.Relationship' readOnly: true Permission: $ref: '#/components/schemas/iam.Permission.Relationship' description: 'A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true PrivilegeSets: description: An array of relationships to iamPrivilegeSet resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.PrivilegeSet.Relationship' Resource: $ref: '#/components/schemas/mo.BaseMo.Relationship' description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true Roles: deprecated: true x-sunset: '2027-03-01' description: An array of relationships to iamRole resources. type: - array - 'null' items: $ref: '#/components/schemas/iam.Role.Relationship' resource.AbstractReservation: title: Resource:Abstract Reservation description: You can reserve resources for use cases related to Pools or Groups. For example, resources that are decommissioned or reserved for future allocation are maintained in the Reservation model, where AbstractReservation serves as the base class for reservations. x-allOf-name: resource.AbstractReservation allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'resource.AbstractReservation', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - resource.Reservation - resourcepool.MembershipReservation x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.' enum: - resource.Reservation - resourcepool.MembershipReservation x-enum-as-string: true Description: description: Details of the use case for which the reservation was created, such as decommissioning. type: string x-createOnly: true x-omitempty: true Expiration: description: The resource reservation includes an expiration date and a timestamp indicating when this management object will be cleared. The expiration date is set during the decommissioning process and is maintained for a period of 3 months. type: string format: date-time x-createOnly: true x-omitempty: true ReservationSelector: description: The unique identification of the resource is based on the resource OData string, which is mentioned as part of the ReservationSelector. For example, 'Serial eq 'EM6259AE6B'. type: string x-createOnly: true x-omitempty: true ResourceType: description: The type of resource that is placed into resource groups or pools. Resource Type can be either 'compute.Blade' or 'compute.RackUnit' for pools. type: string x-createOnly: true x-omitempty: true Status: description: 'The reservation status can be in the ''Created'', ''Processing'', ''Failed'', or ''Finished'' state. * `Created` - By default, a reservation is in Created status. * `Processing` - A reservation is changed to Processing status for appliance mode resource claim requests. * `Failed` - A reservation is changed to Failed status if the validations on resources, resource groups fails. * `Finished` - A reservation is changed to Finished status if the validations on resources, resource groups are successful. The resource moids in reservation will be added to resource groups using OData filters.' type: string enum: - Created - Processing - Failed - Finished default: Created readOnly: true x-omitempty: true Identity: $ref: '#/components/schemas/mo.BaseMo.Relationship' description: 'A reference to a moBaseMo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true appliance.SystemInfo: title: Appliance:System Info description: 'The SystemInfo object represents the Intersight Appliance''s system information. It is a singleton managed object that is created during the setup of the Intersight Appliance. It is periodically updated with up-to-date cluster status information by the appliance itself. #### Purpose The SystemInfo object serves as a central repository of the Intersight Appliance''s system-level data. This provides essential details such as the appliance''s serial ID, hostname, IP address, and operational status. By doing so, it facilitates the management and monitoring of the appliance''s health and connectivity. #### Key Concepts - **Singleton Model:** Ensures that only one instance of the SystemInfo object exists, maintaining a single source of truth for system information. - **Automated Updates:** The appliance automatically updates the SystemInfo object, ensuring that the data reflects the current state of the cluster. - **Access Control:** Provides read-only access to critical system information, safeguarding against unauthorized modifications. - **Operational Insight:** Offers insights into the appliance''s deployment size, version, and cluster status, aiding in effective system management.' x-allOf-name: appliance.SystemInfo allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.SystemInfo', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.SystemInfo default: appliance.SystemInfo x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.SystemInfo default: appliance.SystemInfo x-enum-as-string: true CloudConnStatus: description: 'Connection state of the Intersight Appliance to the Intersight. * `` - The target details have been persisted but Intersight has not yet attempted to connect to the target. * `Connected` - Intersight is able to establish a connection to the target and initiate management activities. * `NotConnected` - Intersight is unable to establish a connection to the target. * `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established. * `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported. * `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight. * `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect. * `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.' type: string enum: - '' - Connected - NotConnected - ClaimInProgress - UnclaimInProgress - Unclaimed - Claimed - PreClaimed default: '' readOnly: true x-omitempty: true ClusterStatus: description: 'Current status of cluster operation on the Intersight Appliance. * `none` - The Intersight Appliance is running in standalone mode. * `active` - The Intersight Appliance is running as part of a cluster. * `pending` - The Intersight Appliance is currently forming a cluster. * `failed` - The Intersight Appliance failed to form a cluster.' type: string enum: - none - active - pending - failed default: none readOnly: true x-omitempty: true DeploymentSize: description: Current running deployment size for the Intersight Appliance cluster. Eg. small, medium, large etc. type: string readOnly: true x-omitempty: true Hostname: description: Publicly accessible FQDN of the Intersight Appliance. type: string readOnly: true x-omitempty: true InitDone: description: Indicates that the setup initialization process has been completed. type: boolean readOnly: true x-omitempty: true IpAddress: description: Publicly accessible IP address of the Intersight Appliance. type: string readOnly: true x-omitempty: true IsVirtualIp: description: Specifies whether this Intersight Appliance is using a virtual ip address. type: boolean readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the Intersight Appliance cluster. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true SerialId: description: SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. It is a unique UUID string, and serialId will not change for the life time of the Intersight Appliance. type: string readOnly: true x-omitempty: true TimeZone: description: "Timezone of the Intersight Appliance.\n* `Pacific/Niue` - \n* `Africa/Abidjan` - \n* `Africa/Accra` - \n* `Africa/Addis_Ababa` - \n* `Africa/Algiers` - \n* `Africa/Asmara` - \n* `Africa/Bamako` - \n* `Africa/Bangui` - \n* `Africa/Banjul` - \n* `Africa/Bissau` - \n* `Africa/Blantyre` - \n* `Africa/Brazzaville` - \n* `Africa/Bujumbura` - \n* `Africa/Cairo` - \n* `Africa/Casablanca` - \n* `Africa/Ceuta` - \n* `Africa/Conakry` - \n* `Africa/Dakar` - \n* `Africa/Dar_es_Salaam` - \n* `Africa/Djibouti` - \n* `Africa/Douala` - \n* `Africa/El_Aaiun` - \n* `Africa/Freetown` - \n* `Africa/Gaborone` - \n* `Africa/Harare` - \n* `Africa/Johannesburg` - \n* `Africa/Juba` - \n* `Africa/Kampala` - \n* `Africa/Khartoum` - \n* `Africa/Kigali` - \n* `Africa/Kinshasa` - \n* `Africa/Lagos` - \n* `Africa/Libreville` - \n* `Africa/Lome` - \n* `Africa/Luanda` - \n* `Africa/Lubumbashi` - \n* `Africa/Lusaka` - \n* `Africa/Malabo` - \n* `Africa/Maputo` - \n* `Africa/Maseru` - \n* `Africa/Mbabane` - \n* `Africa/Mogadishu` - \n* `Africa/Monrovia` - \n* `Africa/Nairobi` - \n* `Africa/Ndjamena` - \n* `Africa/Niamey` - \n* `Africa/Nouakchott` - \n* `Africa/Ouagadougou` - \n* `Africa/Porto-Novo` - \n* `Africa/Sao_Tome` - \n* `Africa/Tripoli` - \n* `Africa/Tunis` - \n* `Africa/Windhoek` - \n* `America/Adak` - \n* `America/Anchorage` - \n* `America/Anguilla` - \n* `America/Antigua` - \n* `America/Araguaina` - \n* `America/Argentina/Buenos_Aires` - \n* `America/Argentina/Catamarca` - \n* `America/Argentina/Cordoba` - \n* `America/Argentina/Jujuy` - \n* `America/Argentina/La_Rioja` - \n* `America/Argentina/Mendoza` - \n* `America/Argentina/Rio_Gallegos` - \n* `America/Argentina/Salta` - \n* `America/Argentina/San_Juan` - \n* `America/Argentina/San_Luis` - \n* `America/Argentina/Tucuman` - \n* `America/Argentina/Ushuaia` - \n* `America/Aruba` - \n* `America/Asuncion` - \n* `America/Atikokan` - \n* `America/Bahia` - \n* `America/Bahia_Banderas` - \n* `America/Barbados` - \n* `America/Belem` - \n* `America/Belize` - \n* `America/Blanc-Sablon` - \n* `America/Boa_Vista` - \n* `America/Bogota` - \n* `America/Boise` - \n* `America/Cambridge_Bay` - \n* `America/Campo_Grande` - \n* `America/Cancun` - \n* `America/Caracas` - \n* `America/Cayenne` - \n* `America/Cayman` - \n* `America/Chicago` - \n* `America/Chihuahua` - \n* `America/Costa_Rica` - \n* `America/Creston` - \n* `America/Cuiaba` - \n* `America/Curacao` - \n* `America/Danmarkshavn` - \n* `America/Dawson` - \n* `America/Dawson_Creek` - \n* `America/Denver` - \n* `America/Detroit` - \n* `America/Dominica` - \n* `America/Edmonton` - \n* `America/Eirunepe` - \n* `America/El_Salvador` - \n* `America/Fortaleza` - \n* `America/Glace_Bay` - \n* `America/Godthab` - \n* `America/Goose_Bay` - \n* `America/Grand_Turk` - \n* `America/Grenada` - \n* `America/Guadeloupe` - \n* `America/Guatemala` - \n* `America/Guayaquil` - \n* `America/Guyana` - \n* `America/Halifax` - \n* `America/Havana` - \n* `America/Hermosillo` - \n* `America/Indiana/Indianapolis` - \n* `America/Indiana/Knox` - \n* `America/Indiana/Marengo` - \n* `America/Indiana/Petersburg` - \n* `America/Indiana/Tell_City` - \n* `America/Indiana/Vevay` - \n* `America/Indiana/Vincennes` - \n* `America/Indiana/Winamac` - \n* `America/Inuvik` - \n* `America/Iqaluit` - \n* `America/Jamaica` - \n* `America/Juneau` - \n* `America/Kentucky/Louisville` - \n* `America/Kentucky/Monticello` - \n* `America/Kralendijk` - \n* `America/La_Paz` - \n* `America/Lima` - \n* `America/Los_Angeles` - \n* `America/Lower_Princes` - \n* `America/Maceio` - \n* `America/Managua` - \n* `America/Manaus` - \n* `America/Marigot` - \n* `America/Martinique` - \n* `America/Matamoros` - \n* `America/Mazatlan` - \n* `America/Menominee` - \n* `America/Merida` - \n* `America/Metlakatla` - \n* `America/Mexico_City` - \n* `America/Miquelon` - \n* `America/Moncton` - \n* `America/Monterrey` - \n* `America/Montevideo` - \n* `America/Montreal` - \n* `America/Montserrat` - \n* `America/Nassau` - \n* `America/New_York` - \n* `America/Nipigon` - \n* `America/Nome` - \n* `America/Noronha` - \n* `America/North_Dakota/Beulah` - \n* `America/North_Dakota/Center` - \n* `America/North_Dakota/New_Salem` - \n* `America/Ojinaga` - \n* `America/Panama` - \n* `America/Pangnirtung` - \n* `America/Paramaribo` - \n* `America/Phoenix` - \n* `America/Port-au-Prince` - \n* `America/Port_of_Spain` - \n* `America/Porto_Velho` - \n* `America/Puerto_Rico` - \n* `America/Rainy_River` - \n* `America/Rankin_Inlet` - \n* `America/Recife` - \n* `America/Regina` - \n* `America/Resolute` - \n* `America/Rio_Branco` - \n* `America/Santa_Isabel` - \n* `America/Santarem` - \n* `America/Santiago` - \n* `America/Santo_Domingo` - \n* `America/Sao_Paulo` - \n* `America/Scoresbysund` - \n* `America/Shiprock` - \n* `America/Sitka` - \n* `America/St_Barthelemy` - \n* `America/St_Johns` - \n* `America/St_Kitts` - \n* `America/St_Lucia` - \n* `America/St_Thomas` - \n* `America/St_Vincent` - \n* `America/Swift_Current` - \n* `America/Tegucigalpa` - \n* `America/Thule` - \n* `America/Thunder_Bay` - \n* `America/Tijuana` - \n* `America/Toronto` - \n* `America/Tortola` - \n* `America/Vancouver` - \n* `America/Whitehorse` - \n* `America/Winnipeg` - \n* `America/Yakutat` - \n* `America/Yellowknife` - \n* `Antarctica/Casey` - \n* `Antarctica/Davis` - \n* `Antarctica/DumontDUrville` - \n* `Antarctica/Macquarie` - \n* `Antarctica/Mawson` - \n* `Antarctica/McMurdo` - \n* `Antarctica/Palmer` - \n* `Antarctica/Rothera` - \n* `Antarctica/South_Pole` - \n* `Antarctica/Syowa` - \n* `Antarctica/Troll` - \n* `Antarctica/Vostok` - \n* `Arctic/Longyearbyen` - \n* `Asia/Aden` - \n* `Asia/Almaty` - \n* `Asia/Amman` - \n* `Asia/Anadyr` - \n* `Asia/Aqtau` - \n* `Asia/Aqtobe` - \n* `Asia/Ashgabat` - \n* `Asia/Baghdad` - \n* `Asia/Bahrain` - \n* `Asia/Baku` - \n* `Asia/Bangkok` - \n* `Asia/Beirut` - \n* `Asia/Bishkek` - \n* `Asia/Brunei` - \n* `Asia/Calcutta` - \n* `Asia/Choibalsan` - \n* `Asia/Chongqing` - \n* `Asia/Colombo` - \n* `Asia/Damascus` - \n* `Asia/Dhaka` - \n* `Asia/Dili` - \n* `Asia/Dubai` - \n* `Asia/Dushanbe` - \n* `Asia/Gaza` - \n* `Asia/Harbin` - \n* `Asia/Hebron` - \n* `Asia/Ho_Chi_Minh` - \n* `Asia/Hong_Kong` - \n* `Asia/Hovd` - \n* `Asia/Irkutsk` - \n* `Asia/Jakarta` - \n* `Asia/Jayapura` - \n* `Asia/Jerusalem` - \n* `Asia/Kabul` - \n* `Asia/Kamchatka` - \n* `Asia/Karachi` - \n* `Asia/Kashgar` - \n* `Asia/Kathmandu` - \n* `Asia/Katmandu` - \n* `Asia/Khandyga` - \n* `Asia/Kolkata` - \n* `Asia/Krasnoyarsk` - \n* `Asia/Kuala_Lumpur` - \n* `Asia/Kuching` - \n* `Asia/Kuwait` - \n* `Asia/Macau` - \n* `Asia/Magadan` - \n* `Asia/Makassar` - \n* `Asia/Manila` - \n* `Asia/Muscat` - \n* `Asia/Nicosia` - \n* `Asia/Novokuznetsk` - \n* `Asia/Novosibirsk` - \n* `Asia/Omsk` - \n* `Asia/Oral` - \n* `Asia/Phnom_Penh` - \n* `Asia/Pontianak` - \n* `Asia/Pyongyang` - \n* `Asia/Qatar` - \n* `Asia/Qyzylorda` - \n* `Asia/Rangoon` - \n* `Asia/Riyadh` - \n* `Asia/Saigon` - \n* `Asia/Sakhalin` - \n* `Asia/Samarkand` - \n* `Asia/Seoul` - \n* `Asia/Shanghai` - \n* `Asia/Singapore` - \n* `Asia/Taipei` - \n* `Asia/Tashkent` - \n* `Asia/Tbilisi` - \n* `Asia/Tehran` - \n* `Asia/Thimphu` - \n* `Asia/Tokyo` - \n* `Asia/Ulaanbaatar` - \n* `Asia/Urumqi` - \n* `Asia/Ust-Nera` - \n* `Asia/Vientiane` - \n* `Asia/Vladivostok` - \n* `Asia/Yakutsk` - \n* `Asia/Yekaterinburg` - \n* `Asia/Yerevan` - \n* `Atlantic/Azores` - \n* `Atlantic/Bermuda` - \n* `Atlantic/Canary` - \n* `Atlantic/Cape_Verde` - \n* `Atlantic/Faroe` - \n* `Atlantic/Madeira` - \n* `Atlantic/Reykjavik` - \n* `Atlantic/South_Georgia` - \n* `Atlantic/St_Helena` - \n* `Atlantic/Stanley` - \n* `Australia/Adelaide` - \n* `Australia/Brisbane` - \n* `Australia/Broken_Hill` - \n* `Australia/Currie` - \n* `Australia/Darwin` - \n* `Australia/Eucla` - \n* `Australia/Hobart` - \n* `Australia/Lindeman` - \n* `Australia/Lord_Howe` - \n* `Australia/Melbourne` - \n* `Australia/Perth` - \n* `Australia/Sydney` - \n* `Etc/GMT` - \n* `Europe/Amsterdam` - \n* `Europe/Andorra` - \n* `Europe/Athens` - \n* `Europe/Belgrade` - \n* `Europe/Berlin` - \n* `Europe/Bratislava` - \n* `Europe/Brussels` - \n* `Europe/Bucharest` - \n* `Europe/Budapest` - \n* `Europe/Busingen` - \n* `Europe/Chisinau` - \n* `Europe/Copenhagen` - \n* `Europe/Dublin` - \n* `Europe/Gibraltar` - \n* `Europe/Guernsey` - \n* `Europe/Helsinki` - \n* `Europe/Isle_of_Man` - \n* `Europe/Istanbul` - \n* `Europe/Jersey` - \n* `Europe/Kaliningrad` - \n* `Europe/Kiev` - \n* `Europe/Lisbon` - \n* `Europe/Ljubljana` - \n* `Europe/London` - \n* `Europe/Luxembourg` - \n* `Europe/Madrid` - \n* `Europe/Malta` - \n* `Europe/Mariehamn` - \n* `Europe/Minsk` - \n* `Europe/Monaco` - \n* `Europe/Moscow` - \n* `Europe/Oslo` - \n* `Europe/Paris` - \n* `Europe/Podgorica` - \n* `Europe/Prague` - \n* `Europe/Riga` - \n* `Europe/Rome` - \n* `Europe/Samara` - \n* `Europe/San_Marino` - \n* `Europe/Sarajevo` - \n* `Europe/Simferopol` - \n* `Europe/Skopje` - \n* `Europe/Sofia` - \n* `Europe/Stockholm` - \n* `Europe/Tallinn` - \n* `Europe/Tirane` - \n* `Europe/Uzhgorod` - \n* `Europe/Vaduz` - \n* `Europe/Vatican` - \n* `Europe/Vienna` - \n* `Europe/Vilnius` - \n* `Europe/Volgograd` - \n* `Europe/Warsaw` - \n* `Europe/Zagreb` - \n* `Europe/Zaporozhye` - \n* `Europe/Zurich` - \n* `Indian/Antananarivo` - \n* `Indian/Chagos` - \n* `Indian/Christmas` - \n* `Indian/Cocos` - \n* `Indian/Comoro` - \n* `Indian/Kerguelen` - \n* `Indian/Mahe` - \n* `Indian/Maldives` - \n* `Indian/Mauritius` - \n* `Indian/Mayotte` - \n* `Indian/Reunion` - \n* `Pacific/Apia` - \n* `Pacific/Auckland` - \n* `Pacific/Chatham` - \n* `Pacific/Chuuk` - \n* `Pacific/Easter` - \n* `Pacific/Efate` - \n* `Pacific/Enderbury` - \n* `Pacific/Fakaofo` - \n* `Pacific/Fiji` - \n* `Pacific/Funafuti` - \n* `Pacific/Galapagos` - \n* `Pacific/Gambier` - \n* `Pacific/Guadalcanal` - \n* `Pacific/Guam` - \n* `Pacific/Honolulu` - \n* `Pacific/Johnston` - \n* `Pacific/Kiritimati` - \n* `Pacific/Kosrae` - \n* `Pacific/Kwajalein` - \n* `Pacific/Majuro` - \n* `Pacific/Marquesas` - \n* `Pacific/Midway` - \n* `Pacific/Nauru` - \n* `Pacific/Norfolk` - \n* `Pacific/Noumea` - \n* `Pacific/Pago_Pago` - \n* `Pacific/Palau` - \n* `Pacific/Pitcairn` - \n* `Pacific/Pohnpei` - \n* `Pacific/Port_Moresby` - \n* `Pacific/Rarotonga` - \n* `Pacific/Saipan` - \n* `Pacific/Tahiti` - \n* `Pacific/Tarawa` - \n* `Pacific/Tongatapu` - \n* `Pacific/Wake` - \n* `Pacific/Wallis` - \n* `UTC` -" type: string enum: - Pacific/Niue - Africa/Abidjan - Africa/Accra - Africa/Addis_Ababa - Africa/Algiers - Africa/Asmara - Africa/Bamako - Africa/Bangui - Africa/Banjul - Africa/Bissau - Africa/Blantyre - Africa/Brazzaville - Africa/Bujumbura - Africa/Cairo - Africa/Casablanca - Africa/Ceuta - Africa/Conakry - Africa/Dakar - Africa/Dar_es_Salaam - Africa/Djibouti - Africa/Douala - Africa/El_Aaiun - Africa/Freetown - Africa/Gaborone - Africa/Harare - Africa/Johannesburg - Africa/Juba - Africa/Kampala - Africa/Khartoum - Africa/Kigali - Africa/Kinshasa - Africa/Lagos - Africa/Libreville - Africa/Lome - Africa/Luanda - Africa/Lubumbashi - Africa/Lusaka - Africa/Malabo - Africa/Maputo - Africa/Maseru - Africa/Mbabane - Africa/Mogadishu - Africa/Monrovia - Africa/Nairobi - Africa/Ndjamena - Africa/Niamey - Africa/Nouakchott - Africa/Ouagadougou - Africa/Porto-Novo - Africa/Sao_Tome - Africa/Tripoli - Africa/Tunis - Africa/Windhoek - America/Adak - America/Anchorage - America/Anguilla - America/Antigua - America/Araguaina - America/Argentina/Buenos_Aires - America/Argentina/Catamarca - America/Argentina/Cordoba - America/Argentina/Jujuy - America/Argentina/La_Rioja - America/Argentina/Mendoza - America/Argentina/Rio_Gallegos - America/Argentina/Salta - America/Argentina/San_Juan - America/Argentina/San_Luis - America/Argentina/Tucuman - America/Argentina/Ushuaia - America/Aruba - America/Asuncion - America/Atikokan - America/Bahia - America/Bahia_Banderas - America/Barbados - America/Belem - America/Belize - America/Blanc-Sablon - America/Boa_Vista - America/Bogota - America/Boise - America/Cambridge_Bay - America/Campo_Grande - America/Cancun - America/Caracas - America/Cayenne - America/Cayman - America/Chicago - America/Chihuahua - America/Costa_Rica - America/Creston - America/Cuiaba - America/Curacao - America/Danmarkshavn - America/Dawson - America/Dawson_Creek - America/Denver - America/Detroit - America/Dominica - America/Edmonton - America/Eirunepe - America/El_Salvador - America/Fortaleza - America/Glace_Bay - America/Godthab - America/Goose_Bay - America/Grand_Turk - America/Grenada - America/Guadeloupe - America/Guatemala - America/Guayaquil - America/Guyana - America/Halifax - America/Havana - America/Hermosillo - America/Indiana/Indianapolis - America/Indiana/Knox - America/Indiana/Marengo - America/Indiana/Petersburg - America/Indiana/Tell_City - America/Indiana/Vevay - America/Indiana/Vincennes - America/Indiana/Winamac - America/Inuvik - America/Iqaluit - America/Jamaica - America/Juneau - America/Kentucky/Louisville - America/Kentucky/Monticello - America/Kralendijk - America/La_Paz - America/Lima - America/Los_Angeles - America/Lower_Princes - America/Maceio - America/Managua - America/Manaus - America/Marigot - America/Martinique - America/Matamoros - America/Mazatlan - America/Menominee - America/Merida - America/Metlakatla - America/Mexico_City - America/Miquelon - America/Moncton - America/Monterrey - America/Montevideo - America/Montreal - America/Montserrat - America/Nassau - America/New_York - America/Nipigon - America/Nome - America/Noronha - America/North_Dakota/Beulah - America/North_Dakota/Center - America/North_Dakota/New_Salem - America/Ojinaga - America/Panama - America/Pangnirtung - America/Paramaribo - America/Phoenix - America/Port-au-Prince - America/Port_of_Spain - America/Porto_Velho - America/Puerto_Rico - America/Rainy_River - America/Rankin_Inlet - America/Recife - America/Regina - America/Resolute - America/Rio_Branco - America/Santa_Isabel - America/Santarem - America/Santiago - America/Santo_Domingo - America/Sao_Paulo - America/Scoresbysund - America/Shiprock - America/Sitka - America/St_Barthelemy - America/St_Johns - America/St_Kitts - America/St_Lucia - America/St_Thomas - America/St_Vincent - America/Swift_Current - America/Tegucigalpa - America/Thule - America/Thunder_Bay - America/Tijuana - America/Toronto - America/Tortola - America/Vancouver - America/Whitehorse - America/Winnipeg - America/Yakutat - America/Yellowknife - Antarctica/Casey - Antarctica/Davis - Antarctica/DumontDUrville - Antarctica/Macquarie - Antarctica/Mawson - Antarctica/McMurdo - Antarctica/Palmer - Antarctica/Rothera - Antarctica/South_Pole - Antarctica/Syowa - Antarctica/Troll - Antarctica/Vostok - Arctic/Longyearbyen - Asia/Aden - Asia/Almaty - Asia/Amman - Asia/Anadyr - Asia/Aqtau - Asia/Aqtobe - Asia/Ashgabat - Asia/Baghdad - Asia/Bahrain - Asia/Baku - Asia/Bangkok - Asia/Beirut - Asia/Bishkek - Asia/Brunei - Asia/Calcutta - Asia/Choibalsan - Asia/Chongqing - Asia/Colombo - Asia/Damascus - Asia/Dhaka - Asia/Dili - Asia/Dubai - Asia/Dushanbe - Asia/Gaza - Asia/Harbin - Asia/Hebron - Asia/Ho_Chi_Minh - Asia/Hong_Kong - Asia/Hovd - Asia/Irkutsk - Asia/Jakarta - Asia/Jayapura - Asia/Jerusalem - Asia/Kabul - Asia/Kamchatka - Asia/Karachi - Asia/Kashgar - Asia/Kathmandu - Asia/Katmandu - Asia/Khandyga - Asia/Kolkata - Asia/Krasnoyarsk - Asia/Kuala_Lumpur - Asia/Kuching - Asia/Kuwait - Asia/Macau - Asia/Magadan - Asia/Makassar - Asia/Manila - Asia/Muscat - Asia/Nicosia - Asia/Novokuznetsk - Asia/Novosibirsk - Asia/Omsk - Asia/Oral - Asia/Phnom_Penh - Asia/Pontianak - Asia/Pyongyang - Asia/Qatar - Asia/Qyzylorda - Asia/Rangoon - Asia/Riyadh - Asia/Saigon - Asia/Sakhalin - Asia/Samarkand - Asia/Seoul - Asia/Shanghai - Asia/Singapore - Asia/Taipei - Asia/Tashkent - Asia/Tbilisi - Asia/Tehran - Asia/Thimphu - Asia/Tokyo - Asia/Ulaanbaatar - Asia/Urumqi - Asia/Ust-Nera - Asia/Vientiane - Asia/Vladivostok - Asia/Yakutsk - Asia/Yekaterinburg - Asia/Yerevan - Atlantic/Azores - Atlantic/Bermuda - Atlantic/Canary - Atlantic/Cape_Verde - Atlantic/Faroe - Atlantic/Madeira - Atlantic/Reykjavik - Atlantic/South_Georgia - Atlantic/St_Helena - Atlantic/Stanley - Australia/Adelaide - Australia/Brisbane - Australia/Broken_Hill - Australia/Currie - Australia/Darwin - Australia/Eucla - Australia/Hobart - Australia/Lindeman - Australia/Lord_Howe - Australia/Melbourne - Australia/Perth - Australia/Sydney - Etc/GMT - Europe/Amsterdam - Europe/Andorra - Europe/Athens - Europe/Belgrade - Europe/Berlin - Europe/Bratislava - Europe/Brussels - Europe/Bucharest - Europe/Budapest - Europe/Busingen - Europe/Chisinau - Europe/Copenhagen - Europe/Dublin - Europe/Gibraltar - Europe/Guernsey - Europe/Helsinki - Europe/Isle_of_Man - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad - Europe/Kiev - Europe/Lisbon - Europe/Ljubljana - Europe/London - Europe/Luxembourg - Europe/Madrid - Europe/Malta - Europe/Mariehamn - Europe/Minsk - Europe/Monaco - Europe/Moscow - Europe/Oslo - Europe/Paris - Europe/Podgorica - Europe/Prague - Europe/Riga - Europe/Rome - Europe/Samara - Europe/San_Marino - Europe/Sarajevo - Europe/Simferopol - Europe/Skopje - Europe/Sofia - Europe/Stockholm - Europe/Tallinn - Europe/Tirane - Europe/Uzhgorod - Europe/Vaduz - Europe/Vatican - Europe/Vienna - Europe/Vilnius - Europe/Volgograd - Europe/Warsaw - Europe/Zagreb - Europe/Zaporozhye - Europe/Zurich - Indian/Antananarivo - Indian/Chagos - Indian/Christmas - Indian/Cocos - Indian/Comoro - Indian/Kerguelen - Indian/Mahe - Indian/Maldives - Indian/Mauritius - Indian/Mayotte - Indian/Reunion - Pacific/Apia - Pacific/Auckland - Pacific/Chatham - Pacific/Chuuk - Pacific/Easter - Pacific/Efate - Pacific/Enderbury - Pacific/Fakaofo - Pacific/Fiji - Pacific/Funafuti - Pacific/Galapagos - Pacific/Gambier - Pacific/Guadalcanal - Pacific/Guam - Pacific/Honolulu - Pacific/Johnston - Pacific/Kiritimati - Pacific/Kosrae - Pacific/Kwajalein - Pacific/Majuro - Pacific/Marquesas - Pacific/Midway - Pacific/Nauru - Pacific/Norfolk - Pacific/Noumea - Pacific/Pago_Pago - Pacific/Palau - Pacific/Pitcairn - Pacific/Pohnpei - Pacific/Port_Moresby - Pacific/Rarotonga - Pacific/Saipan - Pacific/Tahiti - Pacific/Tarawa - Pacific/Tongatapu - Pacific/Wake - Pacific/Wallis - UTC default: Pacific/Niue x-omitempty: true Version: description: Current software version of the Intersight Appliance. type: string readOnly: true x-omitempty: true iam.ServiceProvider: title: Iam:Service Provider description: 'ServiceProvider encapsulates the platforms SAML Service Provider (SP) identity and metadata, used to integrate with external IdPs. #### Purpose It provides SP metadata for administrators to configure their IdPs to trust and federate with the platform. #### Key Concepts - **SP Identity:** Exposes canonical entity identifiers and metadata. - **Integrator-facing:** Consumed by admins setting up external SSO. - **Read-only:** Ensures the consistency of official SP materials. - **Trust Foundation:** Essential for secure federation with IdPs.' x-allOf-name: iam.ServiceProvider allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.ServiceProvider', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.ServiceProvider default: iam.ServiceProvider x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.ServiceProvider default: iam.ServiceProvider x-enum-as-string: true EntityId: description: Entity ID of the Intersight Service Provider. In SAML, the entity ID uniquely identifies the IdP/Service Provider. type: string readOnly: true x-omitempty: true Metadata: description: Metadata of the Intersight Service Provider. User downloads the Intersight Service Provider metadata and integrates it with their IdP for authentication. type: string readOnly: true x-omitempty: true Name: description: Name of the Intersight Service Provider. type: string readOnly: true x-omitempty: true System: $ref: '#/components/schemas/iam.System.Relationship' description: 'A reference to a iamSystem resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.NodeStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.NodeStatus' 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 'appliance.NodeStatus' resources." x-one-of-name: appliance.NodeStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NodeStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.DataExportPolicy: title: Appliance:Data Export Policy description: 'DataExportPolicies define category-based data collection controls for exporting data from an Intersight Appliance to Intersight. The policy is organized as a hierarchy of categories and sub-categories (for example, Global → Inventory → Network/Storage, and TechSupport), allowing administrators to enable or disable export at different levels while preserving a clear parent/child structure. #### Purpose Provide centralized, hierarchical control over which categories of appliance data are collected and exported to Intersight, supporting governance, privacy/compliance needs, and operational control of data collection behavior. #### Key Concepts - **Hierarchical category model**: Policies form a tree of configurations where a parent category (e.g., Inventory) can contain sub-configurations (e.g., Network, Storage). - **Cascading enable/disable semantics**: Enabling or disabling a category implicitly enables/disables all of its sub-categories (e.g., toggling Inventory also affects Network and Storage). - **Primary control switch**: `enable` is the core read/write flag indicating whether data export (collection) is enabled for that category node. - **System-managed naming**: `name` is read-only for API consumers but system-writable (`sysapiaccess: readwrite`), indicating naming may be controlled/seeded by the appliance/system. - **Account-scoped governance**: Inherits permissions from `account`, and relates to `iam.Account` to scope policy ownership and access. - **Parent/child lifecycle handling**: `subConfigs` are children of a given category; deletion cascades to sub-configurations, preserving hierarchy consistency. - **Operational access control**: READ is available to admins/read roles and the “Configure Data Collection Settings” privilege; UPDATE is restricted to administrators with configuration privileges.' x-allOf-name: appliance.DataExportPolicy allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.DataExportPolicy', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.DataExportPolicy default: appliance.DataExportPolicy x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.DataExportPolicy default: appliance.DataExportPolicy x-enum-as-string: true Enable: description: Status of the data collection mode. If the value is 'true', then data collection is enabled. type: boolean x-omitempty: true Name: description: Name of the Data Export Policy. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' ParentConfig: $ref: '#/components/schemas/appliance.DataExportPolicy.Relationship' description: 'A reference to a applianceDataExportPolicy resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SubConfigs: description: An array of relationships to applianceDataExportPolicy resources. type: - array - 'null' items: $ref: '#/components/schemas/appliance.DataExportPolicy.Relationship' readOnly: true appliance.DeviceCertificate.Response: description: "The response body of a HTTP GET request for the 'appliance.DeviceCertificate' 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 'appliance.DeviceCertificate' resources." x-one-of-name: appliance.DeviceCertificate.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DeviceCertificate.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.KeyValuePair: title: Appliance:Key Value Pair description: An arbitrary key and value pair that can be used to for having pair of key and values in application such as Appliance Capabilities. x-allOf-name: appliance.KeyValuePair allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.KeyValuePair', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.KeyValuePair default: appliance.KeyValuePair x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.KeyValuePair default: appliance.KeyValuePair x-enum-as-string: true Key: description: The string representation of a tag key. type: string minLength: 1 maxLength: 128 readOnly: true x-omitempty: true Value: description: The string representation of a tag value. type: string minLength: 0 maxLength: 256 readOnly: true x-omitempty: true appliance.FileSystemOpSummary.Response: description: "The response body of a HTTP GET request for the 'appliance.FileSystemOpSummary' 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 'appliance.FileSystemOpSummary' resources." x-one-of-name: appliance.FileSystemOpSummary.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FileSystemOpSummary.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.NodeInfo.Relationship: description: A relationship to the 'appliance.NodeInfo' resource, or the expanded 'appliance.NodeInfo' resource, or the 'null' value. x-one-of-name: appliance.NodeInfo.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.NodeInfo' discriminator: propertyName: ClassId asset.DeviceClaim.Relationship: description: A relationship to the 'asset.DeviceClaim' resource, or the expanded 'asset.DeviceClaim' resource, or the 'null' value. x-one-of-name: asset.DeviceClaim.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/asset.DeviceClaim' discriminator: propertyName: ClassId appliance.UpgradeTracker: title: Appliance:Upgrade Tracker description: "The UpgradeTracker object is designed to monitor the history of software upgrades within the Intersight Appliance. It acts as a singleton object to facilitate alarm conditions and raise alarms in the event of failed upgrades.\n#### Purpose\nUpgradeTracker serves as a historical record of upgrade processes, focusing on the outcome and status of the last upgrade. It supports diagnostic and alert functions by providing clear indicators of upgrade failures. \n#### Key Concepts \n- **Failure Indication:** Tracks whether the last software upgrade was unsuccessful, serving as a basis for raising alarms and initiating corrective actions.\n- **Singleton Nature:** Operates as a single instance within the system, ensuring centralized management and consistency in tracking upgrade history.\n- **Alarm Integration:** Interfaces with alarm conditions to facilitate timely alerts and responses to upgrade issues.\n- **Version Documentation:** Records the version and descriptive details of failed upgrades, aiding in troubleshooting and resolution efforts." x-allOf-name: appliance.UpgradeTracker allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.UpgradeTracker', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.UpgradeTracker default: appliance.UpgradeTracker x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.UpgradeTracker default: appliance.UpgradeTracker x-enum-as-string: true Description: description: A description of the upgrade or upgrade failure. type: string readOnly: true x-omitempty: true LastUpgradeFailed: description: Indicates if the last upgrade has failed or not. type: boolean readOnly: true x-omitempty: true Version: description: Version of the failed upgrade. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.FileGateway: title: Appliance:File Gateway description: 'The FileGateway object provides non-persistent access to files from the Intersight, facilitating efficient file retrieval and storage. #### Purpose FileGateway acts as a proxy for accessing files stored in the cloud, ensuring reliable and timely data access for Intersight Appliances. #### Key Concepts - **URL Provisioning:** Supplies pre-signed URLs for file downloads, streamlining data transfer processes and reducing latency. - **Access Transparency:** Does not store access records, simplifying file retrieval and enhancing privacy. - **Integration:** Enables seamless file access through signed URLs, supporting efficient data handling and storage management.' x-allOf-name: appliance.FileGateway allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.FileGateway', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.FileGateway default: appliance.FileGateway x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.FileGateway default: appliance.FileGateway x-enum-as-string: true BucketName: description: Bucket name in the cloud storage service where the file is stored. type: string readOnly: true x-omitempty: true ExternalHost: description: Flag to specify if the requested file is served from an external host. An external host is a host other than the Intersight endpoint URL that resides outside of an endpoint device's local network. A download client (e.g. the Intersight Appliance device connector) should use this property to determine if a proxy is required to reach the host. type: boolean readOnly: true x-omitempty: true FileSize: description: Size of the file in bytes. FileSize maybe zero if the storage service does not report file size. type: integer format: int64 readOnly: true x-omitempty: true FileTime: description: File timestamp as reported by the cloud storage service. type: string format: date-time readOnly: true x-omitempty: true FileType: description: User defined file type supplied by the caller. type: string readOnly: true x-omitempty: true Filename: description: Full name of the file as it exists in the cloud storage service. If the file is in a subfolder, then the filename must contain the full path. type: string readOnly: true x-omitempty: true PresignedUrl: description: Pre-signed URL obtained from the cloud storage service. type: string readOnly: true x-omitempty: true ServerCert: description: SSL certificate of the cloud storage service. type: string readOnly: true x-omitempty: true ValidityPeriod: description: Signed URL's validity period in minutes. type: integer format: int64 readOnly: true x-omitempty: true Version: description: File version as reported by the cloud storage service. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.FileSystemStatus.List: title: List of 'appliance.FileSystemStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.FileSystemStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.FileSystemStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.FileSystemStatus' iam.User.Relationship: description: A relationship to the 'iam.User' resource, or the expanded 'iam.User' resource, or the 'null' value. x-one-of-name: iam.User.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.User' discriminator: propertyName: ClassId iam.UserSetting: title: Iam:User Setting description: 'UserSetting stores specific UI-related settings that are not part of general preferences, such as session recording opt-in status. #### Purpose It allows storing discrete user settings that drive UI features and compliance preferences. #### Key Concepts - **Fine-grained Settings:** Captures individual flags or controls. - **Per-user Scope:** Stored per user and IdP/IdP reference context. - **Complementary to Preferences:** Designed for settings distinct from bulk UI preferences. - **Self-managed:** Users can create and update their own settings.' x-allOf-name: iam.UserSetting allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'iam.UserSetting', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - iam.UserSetting default: iam.UserSetting x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - iam.UserSetting default: iam.UserSetting x-enum-as-string: true AllowUiSessionRecording: description: UI preference of the user for Session Recording. type: boolean default: true x-omitempty: true DefaultPermission: type: - array - 'null' items: description: Stores the shared default permission selection for all supported login interfaces. Eligible CUI IdpReference users must retain a valid default permission entry once they have at least one allowed permission in the tenant. $ref: '#/components/schemas/iam.DefaultPermissionInfo' x-omitempty: true UserIdOrEmail: description: UserID or email as configured in the IdP. type: string readOnly: true x-omitempty: true UserUniqueIdentifier: description: Unique id of the user used by the identity provider to store the user. type: string readOnly: true x-omitempty: true Idp: $ref: '#/components/schemas/iam.Idp.Relationship' description: 'A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true IdpReference: $ref: '#/components/schemas/iam.IdpReference.Relationship' description: 'A reference to a iamIdpReference resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.UpgradeTracker.List: title: List of 'appliance.UpgradeTracker' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.UpgradeTracker'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.UpgradeTracker' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.UpgradeTracker' appliance.CertificateSetting: title: Appliance:Certificate Setting description: 'The CertificateSetting object manages the certificate used by the Intersight Appliance for browser traffic. It ensures secure communication between the appliance and external interfaces. #### Purpose CertificateSetting facilitates the management of certificates used for secure browser interactions. This provides administrators with the ability to update and manage the appliance''s certificates, ensuring compliance with security standards. #### Key Concepts - **Security Management:** Enables secure handling of browser certificates, supporting encrypted communication. - **Access Control:** Restricted to account administrators, ensuring that certificate management is conducted securely. - **Integration with Accounts:** Establishes relationships with accounts, aligning certificate settings with account management.' x-allOf-name: appliance.CertificateSetting allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.CertificateSetting', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.CertificateSetting default: appliance.CertificateSetting x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.CertificateSetting default: appliance.CertificateSetting x-enum-as-string: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Certificate: $ref: '#/components/schemas/iam.Certificate.Relationship' description: 'A reference to a iamCertificate resource. When the $expand query parameter is specified, the referenced resource is returned inline.' appliance.ExternalSyslogSetting.Response: description: "The response body of a HTTP GET request for the 'appliance.ExternalSyslogSetting' 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 'appliance.ExternalSyslogSetting' resources." x-one-of-name: appliance.ExternalSyslogSetting.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ExternalSyslogSetting.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.CertRenewalPhase: title: Appliance:Cert Renewal Phase description: 'CertRenewalPhase represents a phase of the Intersight Appliance certificate renewal process.' x-allOf-name: appliance.CertRenewalPhase allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'appliance.CertRenewalPhase', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.CertRenewalPhase default: appliance.CertRenewalPhase x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.CertRenewalPhase default: appliance.CertRenewalPhase x-enum-as-string: true EndTime: description: End date of the certificate renewal phase. type: string format: date-time readOnly: true x-omitempty: true Failed: description: Indicates if the certificate renewal phase has failed or not. type: boolean readOnly: true x-omitempty: true Message: description: Status message set during the certificate renewal phase. type: string readOnly: true x-omitempty: true Name: description: 'Name of the certificate renewal phase. * `Init` - New certificate detected, cleanup the old process if any running. * `ScheduleCertificateAddOperation` - Certificate Add Operation Schedulled. * `WaitForCertCollectionByEndpoint` - Monitor cert collection by endpoint. * `Success` - Certificate Renewal Task Success. * `Fail` - Certificate Renewal Task Fail. * `Cancel` - Certificate Renewal Task Cancel.' type: string enum: - Init - ScheduleCertificateAddOperation - WaitForCertCollectionByEndpoint - Success - Fail - Cancel default: Init readOnly: true x-omitempty: true StartTime: description: Start date of the certificate renewal phase. type: string format: date-time readOnly: true x-omitempty: true appliance.CpuUtilization.Response: description: "The response body of a HTTP GET request for the 'appliance.CpuUtilization' 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 'appliance.CpuUtilization' resources." x-one-of-name: appliance.CpuUtilization.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.CpuUtilization.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType asset.ClusterMember: title: Asset:Cluster Member description: 'The ClusterMember object represents a node within a cluster of device connectors. This provides detailed insights into the individual members of a device cluster, supporting high availability and redundancy in device management. #### Purpose ClusterMember facilitates the management of clustered devices by capturing connection details and leadership states of each node. It plays a crucial role in ensuring that device management is robust and scalable, supporting seamless failover and load balancing. #### Key Concepts - **Cluster Identity:** Maintains unique identities for each node within the cluster, ensuring precise tracking and management. - **Leadership Management:** Monitors leadership states within the cluster, supporting efficient failover and recovery processes. - **Connection Details:** Provides granular visibility into the connection status and configuration of each cluster member, enabling proactive management.' x-allOf-name: asset.ClusterMember allOf: - $ref: '#/components/schemas/asset.DeviceConnection' - type: object description: Definition of the list of properties defined in 'asset.ClusterMember', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.ClusterMember default: asset.ClusterMember x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.ClusterMember default: asset.ClusterMember x-enum-as-string: true ConnectedHost: description: The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight. type: string readOnly: true x-omitempty: true ConnectionFlapStatus: description: Encapsulates key details used to identify devices experiencing connection flapping. $ref: '#/components/schemas/asset.ConnectionFlapStatus' readOnly: true x-omitempty: true Leadership: description: 'The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection. * `Unknown` - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight. * `Primary` - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role. * `Secondary` - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.' type: string enum: - Unknown - Primary - Secondary default: Unknown readOnly: true x-omitempty: true LockedLeader: description: Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true. type: boolean x-omitempty: true MemberIdentity: description: The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time. type: string readOnly: true x-omitempty: true ParentClusterMemberIdentity: description: The member idenity of the cluster member through which this device is connected if applicable. type: string readOnly: true x-omitempty: true Sudi: description: The SUDI status read from the Trust Anchor Module on a device. $ref: '#/components/schemas/asset.SudiInfo' readOnly: true x-omitempty: true Device: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.Backup.Response: description: "The response body of a HTTP GET request for the 'appliance.Backup' 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 'appliance.Backup' resources." x-one-of-name: appliance.Backup.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.Backup.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.LdapPolicy.Relationship: description: A relationship to the 'iam.LdapPolicy' resource, or the expanded 'iam.LdapPolicy' resource, or the 'null' value. x-one-of-name: iam.LdapPolicy.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.LdapPolicy' discriminator: propertyName: ClassId appliance.SetupInfo.List: title: List of 'appliance.SetupInfo' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.SetupInfo'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.SetupInfo' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.SetupInfo' appliance.NodeIopsMetric.List: title: List of 'appliance.NodeIopsMetric' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.NodeIopsMetric'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.NodeIopsMetric' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.NodeIopsMetric' appliance.ClusterReplaceNode.Response: description: "The response body of a HTTP GET request for the 'appliance.ClusterReplaceNode' 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 'appliance.ClusterReplaceNode' resources." x-one-of-name: appliance.ClusterReplaceNode.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.ClusterReplaceNode.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.FileSystemOpStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.FileSystemOpStatus' 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 'appliance.FileSystemOpStatus' resources." x-one-of-name: appliance.FileSystemOpStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.FileSystemOpStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.IdpReference.Relationship: description: A relationship to the 'iam.IdpReference' resource, or the expanded 'iam.IdpReference' resource, or the 'null' value. x-one-of-name: iam.IdpReference.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.IdpReference' discriminator: propertyName: ClassId iam.Account.Relationship: description: A relationship to the 'iam.Account' resource, or the expanded 'iam.Account' resource, or the 'null' value. x-one-of-name: iam.Account.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.Account' discriminator: propertyName: ClassId appliance.RemoteFileImport: title: Appliance:Remote File Import description: 'The RemoteFileImport object supports the import of firmware images to the Intersight Appliance. It facilitates remote requests via SCP or SFTP to download files. #### Purpose RemoteFileImport provides a mechanism for importing firmware images, enabling administrators to perform remote file transfers to the appliance. It supports both SCP and SFTP protocols for secure and efficient file management. #### Key Concepts - **Remote Transfers:** Facilitates SCP and SFTP requests, allowing secure remote file imports. - **Protocol Flexibility:** Supports multiple transfer protocols, providing adaptability to different network environments. - **Integration with Accounts:** Aligns file import processes with account management, ensuring secure and authorized operations.' x-allOf-name: appliance.RemoteFileImport allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.RemoteFileImport', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.RemoteFileImport default: appliance.RemoteFileImport x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.RemoteFileImport default: appliance.RemoteFileImport x-enum-as-string: true Filename: description: The name of the file to be imported. type: string x-omitempty: true Hostname: description: The hostname of the machine where the file is located. type: string x-omitempty: true IsPasswordSet: description: Indicates whether the value of the 'password' property has been set. type: boolean default: false readOnly: true x-omitempty: true Password: description: Password for remote requiest. type: string writeOnly: true x-omitempty: true Path: description: The port that should be used for the remote request. type: string x-omitempty: true Port: description: The port that should be used for the remote request. type: integer format: int64 x-omitempty: true Protocol: description: 'Specifies if this is an scp or sftp request. * `scp` - Secure Copy Protocol (SCP) to access the file server. * `sftp` - SSH File Transfer Protocol (SFTP) to access file server. * `cifs` - Common Internet File System (CIFS) Protocol to access file server. * `local` - Backup file is stored in Intersight Appliance.' type: string enum: - scp - sftp - cifs - local default: scp x-omitempty: true Username: description: The username for the remote request. type: string x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true appliance.SystemOpStatus.List: title: List of 'appliance.SystemOpStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.SystemOpStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.SystemOpStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.SystemOpStatus' appliance.MemoryUtilization: title: Appliance:Memory Utilization description: "Memory utilization metrics for Intersight Appliance nodes. Measures the percentage \nof physical RAM being consumed, enabling monitoring of memory pressure and capacity \nplanning for optimal cluster performance." x-allOf-name: appliance.MemoryUtilization allOf: - $ref: '#/components/schemas/appliance.NodeUtilizationMetric' iam.TestIdpConfiguration.Relationship: description: A relationship to the 'iam.TestIdpConfiguration' resource, or the expanded 'iam.TestIdpConfiguration' resource, or the 'null' value. x-one-of-name: iam.TestIdpConfiguration.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.TestIdpConfiguration' discriminator: propertyName: ClassId appliance.MetaManifest.List: title: List of 'appliance.MetaManifest' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.MetaManifest'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.MetaManifest' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.MetaManifest' appliance.DataExportPolicy.Response: description: "The response body of a HTTP GET request for the 'appliance.DataExportPolicy' 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 'appliance.DataExportPolicy' resources." x-one-of-name: appliance.DataExportPolicy.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.DataExportPolicy.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.SystemStatus.Response: description: "The response body of a HTTP GET request for the 'appliance.SystemStatus' 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 'appliance.SystemStatus' resources." x-one-of-name: appliance.SystemStatus.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.SystemStatus.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType iam.LdapGroup.Relationship: description: A relationship to the 'iam.LdapGroup' resource, or the expanded 'iam.LdapGroup' resource, or the 'null' value. x-one-of-name: iam.LdapGroup.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.LdapGroup' discriminator: propertyName: ClassId appliance.GroupStatus.List: title: List of 'appliance.GroupStatus' resources description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier. allOf: - $ref: '#/components/schemas/mo.BaseResponse' - type: object properties: Count: description: 'The total number of ''appliance.GroupStatus'' resources matching the request, accross all pages. The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.' type: integer format: int32 Results: description: The array of 'appliance.GroupStatus' resources matching the request. type: - array - 'null' items: $ref: '#/components/schemas/appliance.GroupStatus' resource.PerTypeCombinedSelector: title: Resource:Per Type Combined Selector description: Complex type representing an object type to associated filter by combining all selectors. x-allOf-name: resource.PerTypeCombinedSelector allOf: - $ref: '#/components/schemas/mo.BaseComplexType' - type: object description: Definition of the list of properties defined in 'resource.PerTypeCombinedSelector', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - resource.PerTypeCombinedSelector default: resource.PerTypeCombinedSelector x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - resource.PerTypeCombinedSelector default: resource.PerTypeCombinedSelector x-enum-as-string: true CombinedSelector: description: A single filter expression created by OR'ing the $filter criteria of the 'selectors'. Used to efficiently maintain the membership of the Group. type: string readOnly: true x-omitempty: true EmptyFilter: description: If true, then resources are added using just object type without filter. type: boolean readOnly: true x-omitempty: true SelectorObjectType: description: The ObjectType on which the selectors are defined. Used to efficiently query resource groups for a given ObjectType. type: string readOnly: true x-omitempty: true mo.TagSummary: description: A document returned in a response body when the HTTP GET request specifies the 'tag' query parameter. allOf: - $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 - 'null' items: $ref: '#/components/schemas/mo.TagKeySummary' appliance.AppStatus: title: Appliance:App Status description: Status of an application. x-allOf-name: appliance.AppStatus allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'appliance.AppStatus', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - appliance.AppStatus default: appliance.AppStatus x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - appliance.AppStatus default: appliance.AppStatus x-enum-as-string: true ApiStatuses: type: - array - 'null' items: description: A collection of the apis status. $ref: '#/components/schemas/appliance.ApiStatus' readOnly: true x-omitempty: true AppLabel: description: Unique label to identify the application. type: string readOnly: true x-omitempty: true OperationalStatus: description: 'Operational status of the application. Operational status is based on the result of the status checks. If result of any check is Critical, then its value is Impaired. Otherwise, if result of any check is Warning, then its value is AttentionNeeded. If all checks are OK, then its value is Operational. * `Unknown` - The status of the appliance node is unknown. * `Operational` - The appliance node is operational. * `Impaired` - The appliance node is impaired. * `AttentionNeeded` - The appliance node needs attention. * `ReadyToJoin` - The node is ready to be added to a standalone Intersight Appliance to form a cluster. * `OutOfService` - The user has taken this node (part of a cluster) to out of service. * `ReadyForReplacement` - The cluster node is ready to be replaced. * `ReplacementInProgress` - The cluster node replacement is in progress. * `ReplacementFailed` - There was a failure during the cluster node replacement. * `WorkerNodeInstInProgress` - The worker node installation is in progress. * `WorkerNodeInstSuccess` - The worker node installation succeeded. * `WorkerNodeInstFailed` - The worker node installation failed.' type: string enum: - Unknown - Operational - Impaired - AttentionNeeded - ReadyToJoin - OutOfService - ReadyForReplacement - ReplacementInProgress - ReplacementFailed - WorkerNodeInstInProgress - WorkerNodeInstSuccess - WorkerNodeInstFailed default: Unknown readOnly: true x-omitempty: true ReadyCount: description: 'Number of replicas ready. The number of instances of the application currently ready to perform its intended functions.' type: integer format: int64 readOnly: true x-omitempty: true ReplicaCount: description: 'Number of replicas provisioned. The number of instances of the application provisioned to run on the Intersight appliance.' type: integer format: int64 readOnly: true x-omitempty: true RestartCount1Hour: description: Number of instance restarts in the last hour. type: integer format: int64 readOnly: true x-omitempty: true RestartCount24Hours: description: Number of instance restarts in the last 24 hours. type: integer format: int64 readOnly: true x-omitempty: true RestartCount5Mins: description: Number of instance restarts in the last 5 minutes. type: integer format: int64 readOnly: true x-omitempty: true RestartCountTotal: description: Total number of restarts since last deployment. type: integer format: int64 readOnly: true x-omitempty: true RunningCount: description: 'Number of replicas running. The number of instances of the application currently running.' type: integer format: int64 readOnly: true x-omitempty: true StatusChecks: type: - array - 'null' items: description: A collection of the status checks performed. $ref: '#/components/schemas/appliance.StatusCheck' readOnly: true x-omitempty: true GroupStatus: $ref: '#/components/schemas/appliance.GroupStatus.Relationship' description: 'A reference to a applianceGroupStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true SystemStatus: $ref: '#/components/schemas/appliance.SystemStatus.Relationship' description: 'A reference to a applianceSystemStatus resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true iam.EndPointRole.Relationship: description: A relationship to the 'iam.EndPointRole' resource, or the expanded 'iam.EndPointRole' resource, or the 'null' value. x-one-of-name: iam.EndPointRole.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/iam.EndPointRole' discriminator: propertyName: ClassId appliance.NodeTelemetry.Response: description: "The response body of a HTTP GET request for the 'appliance.NodeTelemetry' 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 'appliance.NodeTelemetry' resources." x-one-of-name: appliance.NodeTelemetry.Response oneOf: - $ref: '#/components/schemas/mo.DocumentCount' - $ref: '#/components/schemas/appliance.NodeTelemetry.List' - $ref: '#/components/schemas/mo.AggregateTransform' - $ref: '#/components/schemas/mo.TagSummary' discriminator: propertyName: ObjectType appliance.FileSystemOpSummary.Relationship: description: A relationship to the 'appliance.FileSystemOpSummary' resource, or the expanded 'appliance.FileSystemOpSummary' resource, or the 'null' value. x-one-of-name: appliance.FileSystemOpSummary.Relationship oneOf: - type: 'null' - $ref: '#/components/schemas/mo.MoRef' - $ref: '#/components/schemas/appliance.FileSystemOpSummary' discriminator: propertyName: ClassId asset.Target: title: Asset:Target description: 'The Target object represents an entity managed by Intersight. It encompasses both physical and software entities, such as UCS servers or cloud accounts, and serves as the cornerstone for target management within Intersight''s ecosystem. #### Purpose Target serves as the interface for managing entities within Intersight, offering a comprehensive view of the status and capabilities of each managed entity. It supports the establishment of connections, monitoring, and service enablement, facilitating effective management of diverse targets. #### Key Concepts - **Type and Status Management:** Defines the type of the managed entity and provides insights into its connection and operational status. - **Service Integration:** Supports the enablement of services for the target, facilitating comprehensive management and optimization. - **Connection and Authentication:** Manages methods for connecting to targets, ensuring secure and reliable interaction between Intersight and the managed entities. - **Pre-provisioning Workflow**: Enables a "claim-before-connect" workflow, allowing system targets to be created and configured in anticipation of physical hardware deployment. It allows administrators to prepare the environment for new devices, ensuring that once a physical endpoint is connected, the transition to a fully managed state is secure and efficient. Pre provisioned Targets can complete their claim with by updating the associated asset.PreClaim object with the security token of the connected device.' x-allOf-name: asset.Target allOf: - $ref: '#/components/schemas/mo.BaseMo' - type: object description: Definition of the list of properties defined in 'asset.Target', excluding properties defined in parent classes. required: - ClassId - ObjectType properties: ClassId: description: 'The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.' enum: - asset.Target default: asset.Target x-enum-as-string: true ObjectType: description: 'The fully-qualified name of the instantiated, concrete type. The value should be the same as the ''ClassId'' property.' enum: - asset.Target default: asset.Target x-enum-as-string: true AlarmSummary: description: AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. $ref: '#/components/schemas/asset.AlarmSummary' readOnly: true x-omitempty: true ClaimedByUserName: description: The name or email id of the user who claimed the target. type: string readOnly: true x-omitempty: true ClaimedTime: description: The date at which the target was claimed to this account. For pre-provisioned targets this is the time at which the claim was completed. type: string format: date-time readOnly: true x-omitempty: true Connections: type: - array - 'null' items: description: A list of methods for connecting to the managed target. $ref: '#/components/schemas/asset.Connection' x-omitempty: true minItems: 1 maxItems: 1 ConnectorVersion: description: The Device Connector version for target types which are managed by via embedded Device Connector. type: string readOnly: true x-omitempty: true ExternalIpAddress: description: ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network. type: string readOnly: true x-omitempty: true IpAddress: type: - array - 'null' items: description: The IP Addresses of the managed target. There can be multiple management IPs depending on the number of elements managed (i.e. HA clusters) and in-band/out-of-band connectivity. type: string readOnly: true x-omitempty: true ManagementLocation: description: 'The location from which Intersight manages the target. * `Unknown` - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input. * `Intersight` - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials. * `IntersightAssist` - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target. * `DeviceConnector` - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.' type: string enum: - Unknown - Intersight - IntersightAssist - DeviceConnector default: Unknown x-createOnly: true x-omitempty: true Name: description: A user provided name for the managed target. type: string x-omitempty: true ProductId: type: - array - 'null' items: description: The product Id of the managed target. type: string readOnly: true x-omitempty: true ReadOnly: description: For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted. type: boolean readOnly: true x-omitempty: true Services: type: - array - 'null' items: description: A list of services which are enabled for the managed target. $ref: '#/components/schemas/asset.Service' x-omitempty: true Status: description: 'Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target. * `` - The target details have been persisted but Intersight has not yet attempted to connect to the target. * `Connected` - Intersight is able to establish a connection to the target and initiate management activities. * `NotConnected` - Intersight is unable to establish a connection to the target. * `ClaimInProgress` - Claim of the target is in progress. A connection to the target has not been fully established. * `UnclaimInProgress` - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported. * `Unclaimed` - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight. * `Claimed` - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect. * `PreClaimed` - Target has been pre-claimed and is pending claim completion. Pre-claimed targets are pre-provisioned before endpoint is available to connect to Intersight, once target connects the claim can be completed by providing the security token to the pre-claim API.' type: string enum: - '' - Connected - NotConnected - ClaimInProgress - UnclaimInProgress - Unclaimed - Claimed - PreClaimed default: '' readOnly: true x-omitempty: true StatusErrorReason: description: StatusErrorReason provides additional context for the Status. type: string readOnly: true x-omitempty: true TargetId: type: - array - 'null' items: description: The identifier of the managed target such as serial number or UID. type: string readOnly: true x-omitempty: true TargetType: description: 'The type of the managed target. For example a UCS Server or VMware Vcenter target. * `` - An unrecognized platform type. * `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster. * `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance. * `DCNM` - A Cisco Data Center Network Manager (DCNM) instance. * `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM). * `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight. * `IMC` - A standalone Cisco UCS rack server (Deprecated). * `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server. * `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server. * `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server. * `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM). * `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor. * `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM). * `HX` - A Cisco HyperFlex (HX) cluster. * `UCSD` - A Cisco UCS Director (UCSD) instance. * `UCSXECMC` - A Cisco UCSXE Chassis Management Controller. * `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis. * `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance. * `IntersightAssist` - A Cisco Intersight Assist instance. * `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device. * `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device. * `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist. * `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric. * `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector. * `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector. * `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist. * `UCSC885` - A standalone Cisco UCS C885 Server. * `CAI845A` - A standalone Cisco AI 845A Server. * `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist. * `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers. * `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist. * `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor. * `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor. * `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller. * `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server. * `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks. * `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc. * `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications. * `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications. * `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints. * `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database. * `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server. * `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE. * `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server. * `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application. * `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software. * `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster. * `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud. * `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud. * `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud. * `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device. * `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines. * `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster. * `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services. * `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system. * `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications. * `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist. * `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment. * `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight. * `TerraformCloud` - A Terraform Cloud Business Tier account. * `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace. * `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints. * `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows. * `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token. * `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist. * `CiscoCatalyst` - A Cisco Catalyst networking switch device. * `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist. * `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance. * `CiscoFMC` - A Cisco Secure Firewall Management Center. * `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices. * `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager. * `MerakiCloud` - A Cisco Meraki Organization. * `CiscoISE` - A Cisco Identity Services Engine (ISE) target.' type: string enum: - '' - APIC - CAPIC - DCNM - UCSFI - UCSFIISM - IMC - IMCM4 - IMCM5 - IMCRack - UCSIOM - UCSPCIeNODE - UCSXFM - HX - UCSD - UCSXECMC - UCSXESecureRouter - IntersightAppliance - IntersightAssist - PureStorageFlashArray - PureStorageFlashBladeSystem - NexusDevice - ACISwitch - NexusSwitch - MDSSwitch - MDSDevice - UCSC885 - CAI845A - UCSC890 - RedfishServer - NetAppOntap - NetAppActiveIqUnifiedManager - EmcScaleIo - EmcVmax - EmcVplex - EmcXtremIo - VmwareVcenter - MicrosoftHyperV - AppDynamics - Dynatrace - NewRelic - ServiceNow - Umbrella - CloudFoundry - MicrosoftAzureApplicationInsights - OpenStack - MicrosoftSqlServer - MySqlServer - OracleDatabaseServer - IBMWebSphereApplicationServer - OracleWebLogicServer - ApacheTomcatServer - JavaVirtualMachine - RedHatJBossApplicationServer - Kubernetes - AmazonWebService - AmazonWebServiceBilling - GoogleCloudPlatform - GoogleCloudPlatformBilling - MicrosoftAzureServicePrincipal - MicrosoftAzureEnterpriseAgreement - MicrosoftAzureBilling - DellCompellent - HPE3Par - RedHatEnterpriseVirtualization - NutanixAcropolis - NutanixPrismCentral - HPEOneView - ServiceEngine - HitachiVirtualStoragePlatform - GenericTarget - IMCBlade - TerraformCloud - TerraformAgent - CustomTarget - AnsibleEndpoint - HTTPEndpoint - SSHEndpoint - CiscoCatalyst - PowerShellEndpoint - CiscoDNAC - CiscoFMC - ViptelaCloud - CatalystSDWANManager - MerakiCloud - CiscoISE default: '' x-omitempty: true Vendor: description: The vendor of the managed target. type: string readOnly: true x-omitempty: true Account: $ref: '#/components/schemas/iam.Account.Relationship' description: 'A reference to a iamAccount resource. When the $expand query parameter is specified, the referenced resource is returned inline.' AssignedLocation: $ref: '#/components/schemas/asset.GeoLocation.Relationship' description: 'A reference to a assetGeoLocation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' Assist: $ref: '#/components/schemas/asset.Target.Relationship' description: 'A reference to a assetTarget resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true CustomPermissionResources: description: An array of relationships to moBaseMo resources. type: - array - 'null' items: $ref: '#/components/schemas/mo.BaseMo.Relationship' readOnly: true RegisteredDevice: $ref: '#/components/schemas/asset.DeviceRegistration.Relationship' description: 'A reference to a assetDeviceRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true Reservation: $ref: '#/components/schemas/resource.Reservation.Relationship' description: 'A reference to a resourceReservation resource. When the $expand query parameter is specified, the referenced resource is returned inline.' x-createOnly: true TrustPoint: $ref: '#/components/schemas/iam.TrustPoint.Relationship' description: 'A reference to a iamTrustPoint resource. When the $expand query parameter is specified, the referenced resource is returned inline.' WorkflowInfo: $ref: intersight-orchestrator-v3-1.0.11-20260807064027971.json#/components/schemas/workflow.WorkflowInfo.Relationship description: 'A reference to a workflowWorkflowInfo resource. When the $expand query parameter is specified, the referenced resource is returned inline.' readOnly: true parameters: selectParam: 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, and the ''CreateTime'' and ''ModTime'' properties, which are explicitly specified in the $select query. The results are filtered and only include the resources that were created less than two hours ago.' topParam: 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 inlinecountParam: 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 filterParam: name: $filter in: query description: 'Filter criteria for the resources to return. A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the $filter option. The expression language that is used in $filter queries supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (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. The now() function is resolved to the current time in the Intersight service when the query is processed. ''PT72H'' is a string value that represents 72 hours. See https://intersight.com/apidocs for more details about how to construct a duration. The "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 IfNoneMatch: name: If-None-Match in: header description: 'For methods that apply server-side changes, If-None-Match used with the * value can be used to create a resource not known to exist, guaranteeing that another resource creation didn''t happen before, losing the data of the previous put. The request will be processed only if the eventually existing resource''s ETag doesn''t match any of the values listed. Otherwise, the status code 412 (Precondition Failed) is used. The asterisk is a special value representing any resource. It is only useful when creating a resource, usually with PUT, to check if another resource with the identity has already been created before. The comparison with the stored ETag uses the weak comparison algorithm, meaning two resources are considered identical if the content is equivalent - they don''t have to be identical byte for byte.' required: false schema: type: string skipParam: 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 atParam: name: at in: query description: 'Similar to "$filter", but "at" is specifically used to filter versioning information properties for resources to return. A URI with an "at" Query Option identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal representations shown in the Abstract Type 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 applyParam: name: $apply in: query description: 'Specify one or more transformation operations to perform aggregation on the resources. The transformations are processed in order with the output from a transformation being used as input for the subsequent transformation. The "$apply" query takes a sequence of set transformations, separated by forward slashes to express that they are consecutively applied, i.e., the result of each transformation is the input to the next transformation. Supported aggregation methods are "aggregate" and "groupby". The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns a result set with a single instance, representing the aggregated value for all instances in the input set. The **groupby** transformation takes one or two parameters and 1. 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, 2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and cardinality, 3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, 4. Concatenates the intermediate result sets into one result set. A groupby transformation affects the structure of the result set.' required: false schema: type: string tagsParam: 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 moidParam: name: Moid in: path required: true description: The unique Moid identifier of a resource instance. schema: type: string countParam: 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 IfMatch: name: If-Match in: header description: 'For methods that apply server-side changes, and in particular for PUT, If-Match can be used to prevent the lost update problem. It can check if the modification of a resource that the user wants to upload will not override another change that has been done since the original resource was fetched. If the request cannot be fulfilled, the 412 (Precondition Failed) response is returned. When modifying a resource using POST or PUT, the If-Match header must be set to the value of the resource ModTime property after which no lost update problem should occur. For example, a client send a GET request to obtain a resource, which includes the ModTime property. The ModTime indicates the last time the resource was created or modified. The client then sends a POST or PUT request with the If-Match header set to the ModTime property of the resource as obtained in the GET request.' required: false schema: type: string expandParam: 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 orderbyParam: 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 responses: http_status_400: description: 'The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. For example, the request may contain an incorrect JSON syntax, or the request fails validation checks. The HTTP body may contain a document that provides more details about the error.' headers: x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/Error' http_status_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: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/Error' http_status_403: description: 'The request was properly authenticated, but the server is refusing to fulfill it. The HTTP body may contain a document that provides more details about the error. For example, the user may not have sufficient privileges to perform the request.' headers: x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/Error' default: description: An unexpected error occurred. headers: x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/Error' http_status_401: description: 'The request requires user authentication. The client may repeat the request with a suitable Authorization header field. If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. The HTTP body may contain a document that provides more details about the error.' headers: x-starship-traceid: $ref: '#/components/headers/x-starship-traceid' content: application/json: schema: $ref: '#/components/schemas/Error' headers: Content-Length: description: Indicates the size of the entity-body, in bytes, sent to the recipient. schema: type: integer 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 x-starship-traceid: description: A value that uniquely identifies a HTTP request and its response. schema: type: string Set-Cookie: description: Cookie authentication key for use with the `cookieAuth` apiKey authentication. schema: type: string example: X-Starship-Token=abcde12345; Path=/ links: GetIamDomainGroupByMoid: operationId: GetIamDomainGroupByMoid parameters: Moid: $response.body#/DomainGroupMoid description: The 'DomainGroupMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/DomainGroups/{Moid}'. GetIamAccountByMoid: operationId: GetIamAccountByMoid parameters: Moid: $response.body#/AccountMoid description: The 'AccountMoid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/iam/Accounts/{Moid}'. 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 must be registered by creating a iam.AppRegistration resource. The user who creates the iam.AppRegistration resource can specify a list of OAuth2 scopes. These iam.AppRegistration scopes restricts which subset of scopes a registered client can obtain. Supported OAuth2 flows are: **Authorization Code** In the authorization code flow, the client sends a list of requested scopes to the authorization URL (/iam/app-authorize). The scope in the authorization request must be one of the scopes that have been configured in the corresponding iam.AppRegistration resource. **Client Credentials** In the client credentials flow, the scope is selected when the AppRegistration is 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. You can perform all administrative and management tasks, including claim and manage devices, create and deploy Server and HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups, configure Identity providers and more. ' ROLE.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' ROLE.Automation Governance: 'As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows, Tasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance to publish these assets. ' ROLE.Catalog Administrator: 'As a Catalog Administrator, you can create workflows, custom data types, resource selection policies, service items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item instance. Also, you can view and publish the catalog items. ' ROLE.Catalog User: 'As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item, track the catalog item execution, view the service item instance that is created or assigned to you, and perform post-deployment operations on the service item instances. ' ROLE.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' ROLE.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' ROLE.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HCI Cluster Operator: 'As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' ROLE.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. 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. ' ROLE.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' ROLE.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' ROLE.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect. However, you cannot change cluster configuration. ' ROLE.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' ROLE.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' ROLE.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks, create backups, view syslogs, and configure encryption. ' ROLE.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' 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 view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage targets associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage. The ability to create and view IP pools is also allowed. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage targets associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. This role also provides the capability to view IP pools. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Location Management: 'As a user with location management privileges, you can manage location, including creating, updating, and deleting. ' ROLE.Network Administrator: 'As a Network Administrator, you can create, update, delete and view the Managed network device objects. The capability to view and execute workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Network Operator: 'As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Nexus Administrator: 'As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes claiming devices, updating policy configuration, and monitoring the system. ' ROLE.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others. ' ROLE.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' ROLE.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies and monitoring active flows. This role does not include any permission which allows the system to be changed. ' ROLE.Read-Only: 'As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences, and generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or perform any server actions. ' ROLE.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' ROLE.Service Designer: 'As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria, and use these to design the service items. The service designer can validate the service items by using the deployment and post-deployment actions. ' ROLE.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can execute the workflow and validate the catalog or service items. ' ROLE.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' ROLE.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. ' ROLE.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' ROLE.Tag Management: 'As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags. ' 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. ' ROLE.Unified Edge Administrator: 'As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, 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. ' ROLE.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' ROLE.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' ROLE.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' ROLE.Workload Administrator: 'As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments. ' ROLE.Workload Operator: 'As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions. ' 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, run plans for workload optimization. ' ROLE.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' 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. You can perform all administrative and management tasks, including claim and manage devices, create and deploy Server and HyperFlex Cluster profiles, upgrade firmware, perform server actions, cross launch devices, add and manage users and groups, configure Identity providers and more. ' ROLE.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' ROLE.Automation Governance: 'As an Automation Governor, you can approve or reject requests to publish generic objects, including Workflows, Tasks, CDTs, FaaS, and Service Items. Each request is created for a generic asset, enabling automation governance to publish these assets. ' ROLE.Catalog Administrator: 'As a Catalog Administrator, you can create workflows, custom data types, resource selection policies, service items, catalog items, execute catalog item, and view and perform post-deployment operations on the service item instance. Also, you can view and publish the catalog items. ' ROLE.Catalog User: 'As a Catalog User, you can view the catalog items that are assigned to you. You can deploy the catalog item, track the catalog item execution, view the service item instance that is created or assigned to you, and perform post-deployment operations on the service item instances. ' ROLE.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' ROLE.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' ROLE.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' ROLE.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HCI Cluster Operator: 'As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. 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. ' ROLE.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' ROLE.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. 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. ' ROLE.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' ROLE.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' ROLE.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks and launch HyperFlex Connect. However, you cannot change cluster configuration. ' ROLE.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' ROLE.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' ROLE.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most system administrator tasks, create backups, view syslogs, and configure encryption. ' ROLE.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' 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 view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage targets associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage. The ability to create and view IP pools is also allowed. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. Also, you can view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage targets associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. This role also provides the capability to view IP pools. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Location Management: 'As a user with location management privileges, you can manage location, including creating, updating, and deleting. ' ROLE.Network Administrator: 'As a Network Administrator, you can create, update, delete and view the Managed network device objects. The capability to view and execute workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Network Operator: 'As a Network Operator, you can view the Managed network device objects. The capability to view workflows against the network device is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Nexus Administrator: 'As a Nexus Administrator, you have the privileges to perform all Nexus related operations. This includes claiming devices, updating policy configuration, and monitoring the system. ' ROLE.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyses such as Sustainability, Conformance, Compliance, and others. ' ROLE.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' ROLE.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies and monitoring active flows. This role does not include any permission which allows the system to be changed. ' ROLE.Read-Only: 'As a Read-Only user, you can view the dashboard, table views of the managed devices, change your user preferences, and generate API keys. You cannot claim a device, add or remove a user, configure Identity providers or perform any server actions. ' ROLE.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' ROLE.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' ROLE.Service Designer: 'As a Service Designer, you can create custom data types, tasks, workflows, resource selection criteria, and use these to design the service items. The service designer can validate the service items by using the deployment and post-deployment actions. ' ROLE.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. Also, you can execute the workflow and validate the catalog or service items. ' ROLE.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' ROLE.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. ' ROLE.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' ROLE.Tag Management: 'As a user with tag management privileges, you can manage tag definitions, including creating, updating, and deleting tags. ' 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. ' ROLE.Unified Edge Administrator: 'As a Unified Edge Administrator, you can view and manage Switch Profiles, Network and Chassis Configuration Policies, view Unified Edge dashboard widgets, perform actions on Switch and Chassis, launch management interfaces and the CLI, 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. ' ROLE.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' ROLE.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' ROLE.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' ROLE.Workload Administrator: 'As a Workload Administrator you can view and manage Workload Definitions and Workload Deployments. ' ROLE.Workload Operator: 'As a Workload Operator you can view and manage Workload Deployments and view Workload Definitions. ' 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, run plans for workload optimization. ' ROLE.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' 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.API keys: 'Manage API keys used for secure access to system resources and services. ' PRIVSET.API keys and OAuth tokens: 'Manage API keys and OAuth tokens used for secure access to system resources and services. ' PRIVSET.Access and permissions: 'Manage access of users, user groups; and organizations, resource groups, and roles; and IP access management. ' PRIVSET.Access domains: 'Log in and interact with domain settings. ' PRIVSET.Access servers: 'Log in and interact with servers to perform operations based on privileges. ' PRIVSET.Account: 'Manage Intersight account settings. ' PRIVSET.Account Administrator: 'A set of privileges that provides complete access to all services and resources in Intersight. ' PRIVSET.Acknowledge advisories: 'Acknowledge the filed notices, end-of-life and security advisories. ' PRIVSET.Acknowledge alarms: 'Acknowledge the alarms. ' PRIVSET.Activate server profiles: 'Activate the profile on the attached server. ' PRIVSET.Activate webhook: 'As an Activate Webhooks user, you can enable webhooks, allowing them to start receiving and processing notifications and data from the system. ' PRIVSET.Adapter Configuration policies: 'Configure Ethernet and Fibre Channel settings for the Virtual Interface Card (VIC), including features like VXLAN, NVGRE, and TCP Offload settings. ' PRIVSET.Add OS configuration links: 'Upload an OS configuration file for automated and unattended OS installation on servers to improve deployment efficiency. ' PRIVSET.Add OS image links: 'Add the image source of the operating system, specifying the file share location and protocol (CIFS/NFS/HTTPS) to the software repository. ' PRIVSET.Add SCU links: 'Add the Server Configuration Utility (SCU) for automated OS installation, specifying file share locations using NFS, CIFS, or HTTP protocols. ' PRIVSET.Add and remove server profile template tags: 'Assign and manage tags for server profiles. ' PRIVSET.Add domain names: 'Configure and add a domain name to the system for proper network addressing and identification of resources. ' PRIVSET.Add explorations to dashboard: 'Add an exploration to the Intersight dashboard. ' PRIVSET.Add external syslog servers: 'Configure and add external Syslog servers to the system for centralized collection and management of log data from various sources. Note: This is a virtual appliance only privilege. ' PRIVSET.Add firmware links: 'Add a firmware source to the software repository by specifying the file share location and protocol (NFS/CIFS/HTTP[S]) for firmware upgrades. ' PRIVSET.Add identity providers: 'Configure and add a new identity provider (IdP) to the system, enabling authentication and access management through external or federated identity services. ' PRIVSET.Add notification rule or webhook: 'Create and configure new notification rules, defining criteria and actions for alerting users based on specific events or conditions. ' PRIVSET.Add trusted IP ranges: 'Add trusted IP ranges. ' PRIVSET.Add trusted certificates: 'Upload and install certificates that are trusted by the system, enabling secure communications and verifying connection authenticity. ' PRIVSET.Alerts: 'Manage the alerts from advisories, and alarms. ' PRIVSET.Allow or Disallow Data Collection: 'Enable and disable proactive RMA, tech support bundle collection, sending additional system information to Cisco. ' PRIVSET.Allow/disallow FI and Unified Edge eCMC CLI launches: 'Enable or disable launch of FI and Unified Edge eCMC CLI. ' PRIVSET.Allow/disallow tech support bundles: 'Enable or disable tech support incident bundle collection. ' PRIVSET.Allow/disallow tunneled vKVM configurations: 'Enable or disable configuration of tunneled vKVM access. ' PRIVSET.Allow/disallow tunneled vKVM launches: 'Enable or disable launch of tunneled vKVM access. ' PRIVSET.Appliance authentication: 'Manage authentication in Intersight appliance using Single sign-on (SSO), Cisco ID, SSL/TLS Certificate and LDAP. Note: This is a virtual appliance only privilege. ' PRIVSET.Appliance configuration: 'Manage the configuration settings of the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Appliance networking: 'Manage networking settings related to the appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Appliance security & privacy: 'Managing system maintenance and data sharing features related to Proactive RMA feature and option to send supplementary diagnostic and operational data to Cisco. Note: This is a virtual appliance only privilege. ' PRIVSET.Apply SSL Certificate: 'As a user with the ability to apply SSL certificates, you can install and configure SSL certificates for secure communications. Note: This is a virtual appliance only privilege. ' PRIVSET.Approve Publish Requests: 'Approve Publish Requests ' PRIVSET.Assign chassis profiles: 'Link domain profiles to servers for management. ' PRIVSET.Assign domain profiles: 'Link domain profiles for server management. ' PRIVSET.Assign server profiles: 'Assign a server to the server profile. ' PRIVSET.Attach to and detach from chassis profile templates: 'It allows to attach any policies to server profile and removal of policies from chassis profile. ' PRIVSET.Attach to and detach from domain profile templates: 'It allows to attach any policies to domain profile template and removal of policies from domain profile template. ' PRIVSET.Attach to and detach from server profile templates: 'It allows to attach any policies to server profile and removal of policies from server profile. ' PRIVSET.Audit Log Viewer: 'As an Audit Log Viewer, you can view audit logs. ' PRIVSET.Audit logs: 'Manage and view audit logs. ' PRIVSET.AuditD policies: 'Manage logging of user activities, configuration changes, and operational commands for FIs, leveraging the Linux audit daemon framework (auditd). ' PRIVSET.Authentication: 'Manage authentication methods and policies for securing system access. ' PRIVSET.Authentication settings: 'As a user with access to Authentication settings, you can manage and configure the authentication methods and policies for securing access to the system. ' PRIVSET.Automation Governance: 'As Automation Governor, you can approve or reject approval requests. ' PRIVSET.BIOS policies: 'Set the BIOS policies. ' PRIVSET.Boot Order policies: 'Set the BIOS boot mode, and enable secure boot. ' PRIVSET.Catalog Administrator: 'As a Catalog Administrator, you can create tasks, workflows, custom datatypes, resource selection criteria, service items and use these building blocks to create catalog items. You can validate these catalog items by deploying them and performing post-deployment operations on the deployed resources. The catalog administrator can publish the catalog items to an organization so that these can be consumed by the catalog users in that organization. ' PRIVSET.Catalog User: 'As a Catalog User, you can view the catalog items assigned to you, deploy the catalog item, track the service requests, view the service item instance that you have created or are assigned to you, and perform post-deployment operations on the resource. ' PRIVSET.Certificate Management policies: 'Specify and attach external certificate details to servers, supporting Root CA and IMC certificates. ' PRIVSET.Cisco ID: 'Manage Cisco identification credentials and settings used for accessing Cisco services. ' PRIVSET.Claim Devices: 'Claim devices. ' PRIVSET.Claim targets: 'Assign or register a target to the system for management or monitoring purposes. ' PRIVSET.Clear TPMs: 'Clear the Trusted Platform Module (TPM) on servers. ' PRIVSET.Clear configurations: 'Remove foreign configurations not integrated with current setups. ' PRIVSET.Clear foreign configurations: 'Remove foreign configurations from a server''s storage system to clear external storage setups that are not integrated with the server''s current configuration. ' PRIVSET.Clear system event logs (SEL): 'Erase the system event log (SEL), clearing recorded events. ' PRIVSET.Clusters: 'Manage and configure clusters. ' PRIVSET.Complete Claim: 'As a Complete Claim user you can complete the claim of a previously created Target by providing the security token of the device. You do not have access to read the status or details of any devices within the account. ' PRIVSET.Configure: "Configure physical servers, chassis, and domains along with their respective profiles and templates, \nwhile managing compute, management, network, and storage policies, and configuring pools of Intersight Infrastructure Services.\n" PRIVSET.Configure Cisco software download credentials: 'Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources.Set up and manage credentials required for accessing and downloading Cisco software to ensure secure and authorized access to updates and resources. ' PRIVSET.Configure DNS settings: 'Set up and manage Domain Name System (DNS) configurations, including DNS servers, domain names, and search domains to ensure proper name resolution and network connectivity. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure IP pools: 'Manages the collection of IP addresses that can be dynamically assigned to services running on network elements. It supports both IPv4 and IPv6 addresses and can be configured at either the pool level or block level. ' PRIVSET.Configure IQN pools: 'Define and manage iSCSI Qualified Names (IQNs) pools for organized iSCSI identifier assignment. ' PRIVSET.Configure LDAP servers: 'Set up and manage LDAP server settings, including server address, port, authentication methods, and directory structures to enable directory services and authentication. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure Local Users Password Policy: 'Set up and manage the password policy for local users, including requirements for password complexity, expiration, and reset procedures to ensure secure access control. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure MAC pools: 'Manage the collection of MAC addresses that are unique in their Layer 2 environment, used to assign to vNICs on a server. This helps in automating the assignment of MAC addresses in server profiles. ' PRIVSET.Configure MFA: 'Set up and manage Multi-Factor Authentication (MFA) settings, including configuring authentication methods, policies, and user access requirements to enhance security. ' PRIVSET.Configure NTP settings: 'Set up and manage Network Time Protocol (NTP) configurations, including NTP servers and time synchronization settings to ensure accurate and consistent time across the network. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure Resource Pool: 'Manage pool aggregation of homogeneous resources, such as servers, to manage their utilization efficiently. It allows for logical grouping and management of resources for server profiles ' PRIVSET.Configure SMTP servers: 'Set up and manage Simple Mail Transfer Protocol (SMTP) server settings, including server address, port, authentication, and security settings to enable and configure email functionality. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure UUID pools: 'Manage universally unique identifier (UUID) for each server associated with a server profile, ensuring that each server has a unique identifier. ' PRIVSET.Configure WWNN or WWPN pools: 'Manage world wide node name (WWNN) or world wide port name (WWPN) pools to provide unique IDs for Fibre Channel nodes and ports on a server. ' PRIVSET.Configure account details: 'Set up and modify account information, including user credentials, contact details, and other account-specific settings. ' PRIVSET.Configure backup schedule: 'Set up and modify schedules for automated backups, defining timing, frequency, and scope to ensure regular and reliable data protection. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure banner message: 'Set up and modify banner messages displayed to users, providing important information, warnings, or notifications within the system interface. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure chassis profile templates: 'Manage chassis profile template settings. ' PRIVSET.Configure chassis profiles: 'Manage chassis profile settings to ensure configurations align with operational requirements and organizational standards. ' PRIVSET.Configure compute policies: 'Create, Clone, Edit or Delete the compute policies of Cisco UCS which define the configuration parameters for server resources. ' PRIVSET.Configure data collection settings: 'As a user with the ability to Configure Data Collection Settings, you can manage the proactive return merchandise authorization settings for the system. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure device connector settings: 'Set up and manage the configuration for device connectors, including network settings and parameters needed for device communication and integration within the appliance networking environment. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure domain profile templates: 'Manage domain profile template. ' PRIVSET.Configure domain profiles: 'Manage domain profiles to define and apply network, storage, and compute configurations across systems. ' PRIVSET.Configure management policies: 'Create, Clone, Edit or Delete the policies that manage different aspects of network management, such as adapter and ethernet policies, fibre channel and iSCSI policies, traffic and flow control, connectivity and control, virtualization and group management. It includes certificate management, device connector, IPMI over LAN, LDAP, local user, network connectivity, NTP, serial over LAN, SMTP, SNMP, SSH, Syslog, and virtual KVM policies. ' PRIVSET.Configure metrics settings: 'Set up and manage the configuration of metrics collection and reporting, defining which metrics are tracked, how they are recorded, and how they are displayed for analysis. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure network policies: 'It allows setting up various policies to manage Ethernet and Fibre Channel settings, as well as network communication resources between servers and the LAN or SAN. It includes adapter configuration, iSCSI boot, LAN connectivity, and SAN connectivity policies. ' PRIVSET.Configure physical chassis: 'Manage settings of a physical chassis to ensure optimal configuration and operation of chassis components within your infrastructure. ' PRIVSET.Configure physical domains: 'Manage settings of physical domains. ' PRIVSET.Configure physical servers: 'Configure settings and perform actions on physical servers to ensure they meet operational requirements. ' PRIVSET.Configure pools: 'Manage resource pools like IP, MAC, WWPN, and storage pools for efficient resource allocation. ' PRIVSET.Configure server profile templates: 'Create or modify server profiles templates by setting up specific configurations, assigning resources, and updating settings to ensure the server operates according to required specifications. ' PRIVSET.Configure server profiles: "Create or modify server profiles by setting up specific configurations, assigning resources, \nand updating settings to ensure the server operates according to required specifications.\n" PRIVSET.Configure software update settings: 'Set up and manage settings related to software updates, including scheduling, sources, and policies to ensure that software remains current and secure. Note: This is a virtual appliance only privilege. ' PRIVSET.Configure storage policies: 'It allows setting up various policies to manage storage resources effectively. It includes Drive Security, SD Card, and Storage policies. ' PRIVSET.Configure vHBA templates: 'Manage vHBA Templates. ' PRIVSET.Configure vNIC templates: 'Manage vNIC Templates. ' PRIVSET.Create Approval Request: 'Create Approval Request ' PRIVSET.Create CSR: 'As a user with the ability to create Certificate Signing Requests (CSR), you can generate requests for digital certificates to establish secure communications. Note: This is a virtual appliance only privilege. ' PRIVSET.Create IP pool address reservations: 'Reserve specific IP addresses within pools. ' PRIVSET.Create IP pools: '' PRIVSET.Create IQN pool address reservations: 'Reserve specific iSCSI Qualified Names (IQNs) within an IQN pool to ensure allocation for particular devices and restrict general assignment. ' PRIVSET.Create IQN pools: 'Create new iSCSI Qualified Name (IQN) pools, configuring settings for iSCSI targets. ' PRIVSET.Create MAC pool address reservations: 'Reserve specific MAC addresses within pools. ' PRIVSET.Create MAC pools: 'Create new MAC address pools, configuring settings for network devices. ' PRIVSET.Create Nexus Reports: 'A set of privileges that allow the users to create nexus reports. ' PRIVSET.Create OAuth 2.0 grant type applications: 'Register new applications with OAuth 2.0 grant types, defining their authentication and authorization settings for secure access. ' PRIVSET.Create Resource pool address reservations: 'Reserve specific resources within a resource pool to ensure allocation for particular uses and restrict general assignment. ' PRIVSET.Create Resource pools: 'Create new resource pools, configuring settings for system resource allocation. ' PRIVSET.Create UUID pool address reservations: 'Reserve specific UUIDs within a UUID pool to ensure allocation for particular devices and restrict general assignment. ' PRIVSET.Create UUID pools: 'Create new universally unique identifier (UUID) pools, configuring settings for devices or services. ' PRIVSET.Create WWNN and WWPN pool address reservations: 'Reserve specific World Wide Node Names (WWNNs) or World Wide Port Names (WWPNs) within their respective pools to ensure allocation for particular devices and restrict general assignment. ' PRIVSET.Create WWNN or WWPN pools: 'Create new WWNN or WWPN pools, managing identifiers for devices. ' PRIVSET.Create backups: 'Initiate the creation of backup copies of data to ensure important information is saved and can be restored in case of data loss or corruption. Note: This is a virtual appliance only privilege. ' PRIVSET.Create chassis profile templates from chassis profile: 'Create chassis profile templates to serve as the foundation for multiple derived chassis profiles. ' PRIVSET.Create domain profile templates from domain profile: 'Create domain profile templates from domain profiles. ' PRIVSET.Create integrated systems: 'Create new integrated systems. ' PRIVSET.Create server profile template from server profile: 'Generate new server profile templates from an existing server profiles. ' PRIVSET.Create, clone and edit Adapter Configuration policies: '' PRIVSET.Create, clone and edit AuditD policies: '' PRIVSET.Create, clone and edit BIOS policies: '' PRIVSET.Create, clone and edit Boot Order policies: '' PRIVSET.Create, clone and edit Certificate Management policies: '' PRIVSET.Create, clone and edit Device Connector policies: '' PRIVSET.Create, clone and edit Drive Security policies: '' PRIVSET.Create, clone and edit Ethernet Adapter policies: '' PRIVSET.Create, clone and edit Ethernet Network Control policies: '' PRIVSET.Create, clone and edit Ethernet Network Group policies: '' PRIVSET.Create, clone and edit Ethernet Network policies: '' PRIVSET.Create, clone and edit Ethernet QoS policies: '' PRIVSET.Create, clone and edit FC Zone policies: '' PRIVSET.Create, clone and edit Fibre Channel Adapter policies: '' PRIVSET.Create, clone and edit Fibre Channel Network policies: '' PRIVSET.Create, clone and edit Fibre Channel QoS policies: '' PRIVSET.Create, clone and edit Firmware policies: '' PRIVSET.Create, clone and edit Flow Control policies: '' PRIVSET.Create, clone and edit IMC Access policies: '' PRIVSET.Create, clone and edit IPMI over LAN policies: '' PRIVSET.Create, clone and edit LAN Connectivity policies: '' PRIVSET.Create, clone and edit LDAP policies: '' PRIVSET.Create, clone and edit Link Aggregation policies: "As a Create or Clone Link Aggregation Policy user, you can define and establish new policies for link aggregation, \nconfiguring settings to combine multiple network connections into a single logical link for improved performance and redundancy.\n" PRIVSET.Create, clone and edit Link Control policies: "As a Create or Clone Link Control Policy user, you can define and establish new policies for link control, \nconfiguring settings to manage and optimize network link behavior and performance.\n" PRIVSET.Create, clone and edit Local User policies: '' PRIVSET.Create, clone and edit Memory policies: 'As a Create or Clone Memory Policy user, you can define and establish new memory policies. ' PRIVSET.Create, clone and edit Multicast policies: '' PRIVSET.Create, clone and edit NTP policies: '' PRIVSET.Create, clone and edit Network Connectivity policies: '' PRIVSET.Create, clone and edit Persistent Memory policies: '' PRIVSET.Create, clone and edit Port policies: '' PRIVSET.Create, clone and edit Power policies: '' PRIVSET.Create, clone and edit SAN Connectivity policies: '' PRIVSET.Create, clone and edit SD Card policies: '' PRIVSET.Create, clone and edit SMTP policies: '' PRIVSET.Create, clone and edit SNMP policies: '' PRIVSET.Create, clone and edit SSH policies: '' PRIVSET.Create, clone and edit Scrub policies: "As a Create or Clone Scrub Policy user, you can define and establish new Scrub policies within the system, \nconfiguring virtual media access and management settings for devices.\n" PRIVSET.Create, clone and edit Serial Over LAN policies: '' PRIVSET.Create, clone and edit Storage policies: '' PRIVSET.Create, clone and edit Switch Control policies: '' PRIVSET.Create, clone and edit Syslog policies: '' PRIVSET.Create, clone and edit System QoS policies: '' PRIVSET.Create, clone and edit Thermal policies: '' PRIVSET.Create, clone and edit VLAN policies: '' PRIVSET.Create, clone and edit VSAN policies: '' PRIVSET.Create, clone and edit Virtual KVM policies: '' PRIVSET.Create, clone and edit Virtual Media policies: '' PRIVSET.Create, clone and edit iSCSI Adapter policies: '' PRIVSET.Create, clone and edit iSCSI Boot policies: '' PRIVSET.Create, clone and edit iSCSI Static Target policies: "As a Create or Clone iSCSI Static Target Policy user, you can define and establish new policies for iSCSI static targets, \nconfiguring settings to manage and optimize the connections to specific iSCSI targets within the storage network.\n" PRIVSET.Create, clone, and edit chassis profile templates: 'Create, clone and edit chassis profile templates to define and manage configuration settings for physical chassis. ' PRIVSET.Create, clone, and edit chassis profiles: 'Create and manage chassis profiles. ' PRIVSET.Create, clone, and edit domain profile templates: 'Create, clone and edit domain profile templates. ' PRIVSET.Create, clone, and edit domain profiles: 'Create, clone and edit domain profiles by configuring settings and policies to standardize domain operations. ' PRIVSET.Create, clone, and edit server profile templates: 'Create and manage server profiles templates. ' PRIVSET.Create, clone, and edit server profiles: 'Create and manage server profiles, attach/detach policies. ' PRIVSET.Create, clone, and edit vHBA templates: 'Create, clone and edit vHBA Templates. ' PRIVSET.Create, clone, and edit vNIC templates: 'Create, clone and edit vNIC Templates. ' PRIVSET.Datacenters: 'Manage and configure datacenters. ' PRIVSET.Datastore clusters: 'Manage and configure datastore clusters. ' PRIVSET.Datastores: 'Manage and configure datastores. ' PRIVSET.Decommission Fabric Extender (FEX): "Safely retire and remove Fabric Extenders (FEX), deactivating related connections and updating the system status. \n" PRIVSET.Decommission chassis: 'Safely retire and remove chassis. ' PRIVSET.Decommission servers: 'Safely shut down servers, disconnect from the network, and ensure data is erased and backed up in alignment with policies. ' PRIVSET.Define and edit chassis profile general properties: 'Set or edit name, description, organization and tag of chassis profiles. ' PRIVSET.Define and edit chassis profile template general properties: 'Set or edit name, description, organization and tag of chassis profile templates. ' PRIVSET.Define and edit domain profile general properties: 'Add or edit name, description, organization and tag for UCS domain profiles. ' PRIVSET.Define and edit domain profile template general properties: 'Set or edit name, description, organization and tag of domain profile templates. ' PRIVSET.Define and edit server profile general properties: 'Set or edit the Organization, name, description, tag of Server Profile. ' PRIVSET.Define and edit server profile template general properties: 'Set or edit name, description, organization and tag of server profile templates. ' PRIVSET.Define and edit vHBA template general properties: 'Set or edit name, description, organization and tag of vHBA templates. ' PRIVSET.Define and edit vNIC template general properties: 'Add or edit the name, description and tag for the vNIC templates. ' PRIVSET.Delete API keys: 'Remove API keys from the system, terminating their access to system APIs and ensuring they are no longer valid for integration or automation purposes. ' PRIVSET.Delete Adapter Configuration policies: '' PRIVSET.Delete Approval Request: 'Delete Approval Request ' PRIVSET.Delete AuditD policies: '' PRIVSET.Delete BIOS policies: '' PRIVSET.Delete Boot Order policies: '' PRIVSET.Delete CSR: 'As a user with the ability to delete Certificate Signing Requests (CSR), you can remove existing requests for digital certificates from the system. Note: This is a virtual appliance only privilege. ' PRIVSET.Delete Certificate Management policies: '' PRIVSET.Delete Device Connector policies: '' PRIVSET.Delete Devices: 'Delete Devices. ' PRIVSET.Delete Drive Security policies: '' PRIVSET.Delete Ethernet Adapter policies: '' PRIVSET.Delete Ethernet Network Control policies: '' PRIVSET.Delete Ethernet Network Group policies: '' PRIVSET.Delete Ethernet Network policies: '' PRIVSET.Delete Ethernet QoS policies: '' PRIVSET.Delete FC Zone policies: '' PRIVSET.Delete Fibre Channel Adapter policies: '' PRIVSET.Delete Fibre Channel Network policies: '' PRIVSET.Delete Fibre Channel QoS policies: '' PRIVSET.Delete Firmware policies: '' PRIVSET.Delete Flow Control policies: '' PRIVSET.Delete IMC Access policies: '' PRIVSET.Delete IP pool address reservations: 'Remove IP address reservations, freeing them for use. ' PRIVSET.Delete IP pools: '' PRIVSET.Delete IPMI over LAN policies: '' PRIVSET.Delete IQN pool address reservations: 'Remove specific IQN reservations from an IQN pool to make them available for general assignment. ' PRIVSET.Delete IQN pools: 'Remove existing iSCSI Qualified Name (IQN) pools, managing outdated IQN allocations. ' PRIVSET.Delete LAN Connectivity policies: '' PRIVSET.Delete LDAP policies: '' PRIVSET.Delete LDAP servers: 'Remove the configuration of LDAP servers, ceasing the directory services and authentication provided by those servers. Note: This is a virtual appliance only privilege. ' PRIVSET.Delete Link Aggregation policies: "As a Delete Link Aggregation Policy user, you can remove existing link aggregation policies, \nmanaging outdated or unnecessary settings related to network connection combinations.\n" PRIVSET.Delete Link Control policies: "As a Delete Link Control Policy user, you can remove existing link control policies, \nmanaging outdated or unnecessary settings related to network link management.\n" PRIVSET.Delete Local User policies: '' PRIVSET.Delete MAC pool address reservations: 'Remove MAC address reservations, freeing them for use. ' PRIVSET.Delete MAC pools: 'Remove existing MAC pools, managing outdated MAC address allocations. ' PRIVSET.Delete Memory policies: 'As a Delete Memory Policy user, you can remove existing Memory policies, managing outdated or unnecessary permissions and access settings. ' PRIVSET.Delete Multicast policies: '' PRIVSET.Delete NTP policies: '' PRIVSET.Delete Network Connectivity policies: '' PRIVSET.Delete OAuth 2.0 grant type applications: 'Remove OAuth 2.0 grant type applications from the system, revoking their access and associated permissions. ' PRIVSET.Delete OAuth 2.0 tokens: 'Remove OAuth 2.0 tokens from the system, revoking their access and preventing their use for authentication and authorization. ' PRIVSET.Delete OS configuration links: 'Remove the OS configuration file for automated and unattended OS installation on servers. ' PRIVSET.Delete OS image links: 'Remove the image source of the operating system from the software repository, deleting file share location and protocol (CIFS/NFS/HTTPS). ' PRIVSET.Delete Persistent Memory policies: '' PRIVSET.Delete Port policies: '' PRIVSET.Delete Power policies: '' PRIVSET.Delete Resource pool address reservations: 'Remove specific resource reservations from a resource pool to make them available for general assignment. ' PRIVSET.Delete Resource pools: 'Remove existing resource pools, managing outdated allocations. ' PRIVSET.Delete SAN Connectivity policies: '' PRIVSET.Delete SCU links: 'Remove the Server Configuration Utility (SCU) for automated OS installation, deleting file share locations using NFS, CIFS, or HTTP protocols. ' PRIVSET.Delete SD Card policies: '' PRIVSET.Delete SMTP policies: '' PRIVSET.Delete SNMP policies: '' PRIVSET.Delete SSH policies: '' PRIVSET.Delete Scrub policies: "As a Delete Scrub Policy user, you can remove existing Scrub policies from the system, \nmanaging outdated or unnecessary virtual media configurations.\n" PRIVSET.Delete Serial Over LAN policies: '' PRIVSET.Delete Storage policies: '' PRIVSET.Delete Switch Control policies: '' PRIVSET.Delete Syslog policies: '' PRIVSET.Delete System QoS policies: '' PRIVSET.Delete Thermal policies: '' PRIVSET.Delete UUID pool address reservations: 'Remove specific UUID reservations from a UUID pool to make them available for general assignment. ' PRIVSET.Delete UUID pools: 'Remove existing universally unique identifier (UUID) pools, managing outdated UUID allocations. ' PRIVSET.Delete VLAN policies: '' PRIVSET.Delete VSAN policies: '' PRIVSET.Delete Virtual KVM policies: '' PRIVSET.Delete Virtual Media policies: '' PRIVSET.Delete WWNN and WWPN pool address reservations: 'Remove specific WWNN or WWPN reservations from pools to make them available for general assignment. ' PRIVSET.Delete WWNN or WWPN pools: 'Remove existing WWNN or WWPN pools, managing outdated allocations. ' PRIVSET.Delete chassis profile templates: 'Remove existing chassis profile templates. ' PRIVSET.Delete chassis profiles: 'Remove existing chassis profiles from your infrastructure, ensuring outdated or unnecessary configurations are managed. ' PRIVSET.Delete domain names: 'Remove existing domain names from the system, ceasing their use for network addressing and identification of resources. ' PRIVSET.Delete domain profile templates: 'Delete domain profile templates. ' PRIVSET.Delete domain profiles: 'Delete domain profiles from the system, ensuring associated configurations are managed. ' PRIVSET.Delete explorations: 'Delete an existing exploration. ' PRIVSET.Delete external syslog servers: 'Remove the configuration of external Syslog servers from the system, ceasing the collection and management of log data from those servers. Note: This is a virtual appliance only privilege. ' PRIVSET.Delete firmware links: 'Remove the firmware source from the software repository by deleting the file share location and protocol (NFS/CIFS/HTTP[S]). ' PRIVSET.Delete iSCSI Adapter policies: '' PRIVSET.Delete iSCSI Boot policies: '' PRIVSET.Delete iSCSI Static Target policies: "As a Delete iSCSI Static Target Policy user, you can remove existing iSCSI static target policies, \nmanaging outdated or unnecessary settings related to specific iSCSI target connections.\n" PRIVSET.Delete identity providers: 'Remove existing IdPs from the system, discontinuing associated authentication and access management services. ' PRIVSET.Delete integrated systems: 'Delete an existing integrated system. ' PRIVSET.Delete notification rule or webhook: 'Remove existing notification rules, stopping the triggering and management of alerts and notifications based on those rules. ' PRIVSET.Delete server profile templates: 'Remove server profile templates. ' PRIVSET.Delete server profiles: 'Remove server profiles. ' PRIVSET.Delete trusted IP ranges: 'Delete the trusted IP range. ' PRIVSET.Delete trusted certificates: 'Remove certificates from the system''s list of trusted certificates, ceasing their use for secure communications. ' PRIVSET.Delete vHBA templates: 'Delete vHBA Templates. ' PRIVSET.Delete vNIC templates: 'Delete vNIC Templates. ' PRIVSET.Deploy chassis profiles: 'Apply domain profiles to servers, implementing settings. ' PRIVSET.Deploy domain profiles: 'Apply domain profiles, implementing server settings. ' PRIVSET.Deploy server profiles: 'Deploy the profile to the attached server. ' PRIVSET.Deregister Smart Licenses: 'Cancel the registration of your device. ' PRIVSET.Derive profiles from chassis profile templates: 'Create profiles derived from chassis profile templates. ' PRIVSET.Derive profiles from domain profile templates: 'Create profiles derived from domain profile templates. ' PRIVSET.Derive server profiles: 'Create new server profiles using existing profiles or templates. ' PRIVSET.Device Administrator: 'As a Device Administrator, you can claim and unclaim a device in Intersight, view the device details, license status, a list of all the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' PRIVSET.Device Connector policies: 'Control configuration changes allowed from Cisco IMC, ensuring that changes are managed through Intersight. ' PRIVSET.Device Technician: 'As a Device Technician you can claim a device, view the device details, license status, a list of the claimed devices, and generate API keys. You cannot perform any other management or administrative task in this role. ' PRIVSET.Devices: 'A set of privileges that allows the access to manage devices e.g. view device details, claim and delete devices. ' PRIVSET.Disable security: 'Deactivate security features on storage systems. ' PRIVSET.Disable subscriptions: 'Disable visibility of subscription details in the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Domain names: 'Manage the configurations and settings related to domain names within the system. ' PRIVSET.Download server event logs: 'Download the server''s event log (SEL) to review and analyse recorded events and errors for diagnostics. ' PRIVSET.Drive Security policies: 'Define self-encrypting drives (SEDs) management to ensure data security using a Key-Encryption Key (KEK) and a Key Management Interoperability Protocol (KMIP) for remote key management. ' PRIVSET.Edit API keys: 'Modify settings and permissions associated with existing API keys, managing their scope and access to ensure proper integration and security. ' PRIVSET.Edit Adapter Configuration policies: '' PRIVSET.Edit Adapter Configuration policies for server profile: 'Attach/detach Adapter Configuration policies. ' PRIVSET.Edit Adapter Configuration policies for server profile template: 'Attach/detach Adapter Configuration policies. ' PRIVSET.Edit AuditD policies: '' PRIVSET.Edit AuditD policies for domain profile: 'Attach/detach AuditD policies. ' PRIVSET.Edit AuditD policies for domain profile template: 'Attach/detach AuditD policies. ' PRIVSET.Edit BIOS policies: '' PRIVSET.Edit BIOS policies for server profile: 'Attach/detach BIOS policies. ' PRIVSET.Edit BIOS policies for server profile template: 'Attach/detach BIOS policies. ' PRIVSET.Edit Boot Order policies: '' PRIVSET.Edit Boot Order policies for server profile: 'Attach/detach Boot Order policies. ' PRIVSET.Edit Boot Order policies for server profile template: 'Attach/detach Boot Order policies. ' PRIVSET.Edit Certificate Management policies: '' PRIVSET.Edit Certificate Management policies for domain profile: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for domain profile template: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for server profile: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Certificate Management policies for server profile template: 'Attach/detach Certificate Management policies. ' PRIVSET.Edit Device Connector policies: '' PRIVSET.Edit Device Connector policies for server profile: 'Attach/detach Device Connector policies. ' PRIVSET.Edit Device Connector policies for server profile template: 'Attach/detach Device Connector policies. ' PRIVSET.Edit Drive Security policies: '' PRIVSET.Edit Drive Security policies for server profile: 'Attach/detach Drive Security policies. ' PRIVSET.Edit Drive Security policies for server profile template: 'Attach/detach Drive Security policies. ' PRIVSET.Edit Ethernet Adapter policies: '' PRIVSET.Edit Ethernet Adapter policies for vNIC template: 'Attach/detach Ethernet Adapter policies. ' PRIVSET.Edit Ethernet Network Control policies: '' PRIVSET.Edit Ethernet Network Control policies for vNIC template: 'Attach/detach Ethernet Network Control policies. ' PRIVSET.Edit Ethernet Network Group policies: '' PRIVSET.Edit Ethernet Network Group policies for vNIC template: 'Attach/detach Ethernet Network Group policies. ' PRIVSET.Edit Ethernet Network policies: '' PRIVSET.Edit Ethernet QoS policies: '' PRIVSET.Edit Ethernet QoS policies for vNIC template: 'Attach/detach Ethernet QoS policies. ' PRIVSET.Edit FC Zone policies: '' PRIVSET.Edit Fibre Channel Adapter policies: '' PRIVSET.Edit Fibre Channel Adapter policies for vHBA template: 'Attach/detach Fibre Channel Adapter policies. ' PRIVSET.Edit Fibre Channel Network policies: '' PRIVSET.Edit Fibre Channel Network policies for vHBA template: 'Attach/detach Fibre Channel Network policies. ' PRIVSET.Edit Fibre Channel QoS policies: '' PRIVSET.Edit Fibre Channel QoS policies for vHBA template: 'Attach/detach Fibre Channel QoS policies. ' PRIVSET.Edit Fibre Channel Zone policies for vHBA template: 'Attach/detach Fibre Channel Zone policies. ' PRIVSET.Edit Firmware policies: '' PRIVSET.Edit Firmware policies for server profile: 'Attach/detach Firmware policies. ' PRIVSET.Edit Firmware policies for server profile template: 'Attach/detach Firmware policies. ' PRIVSET.Edit Flow Control policies: '' PRIVSET.Edit IMC Access policies: '' PRIVSET.Edit IMC Access policies for chassis profile: 'Attach/detach IMC Access policies. ' PRIVSET.Edit IMC Access policies for chassis profile template: 'Attach/detach IMC Access policies. ' PRIVSET.Edit IMC Access policies for server profile: 'As a Edit IMC Access policies for server profile user, you can adjust IMC access policies for server profiles. This includes updating access settings and ensuring that configurations are correctly applied to servers. ' PRIVSET.Edit IMC Access policies for server profile template: 'As a Edit IMC Access policies for server profile template user, you can adjust IMC access policies for server profile templates. This includes updating access settings and ensuring that configurations are correctly applied to templates. ' PRIVSET.Edit IP pools: '' PRIVSET.Edit IPMI Over LAN policies for server profile: 'Attach/detach IPMI Over LAN policies. ' PRIVSET.Edit IPMI Over LAN policies for server profile template: 'Attach/detach IPMI Over LAN policies. ' PRIVSET.Edit IPMI over LAN policies: '' PRIVSET.Edit IQN pools: 'Modify existing iSCSI Qualified Name (IQN) pools, optimizing IQN management. ' PRIVSET.Edit LAN Connectivity policies: '' PRIVSET.Edit LAN Connectivity policies for server profile: 'Attach/detach LAN Connectivity policies. ' PRIVSET.Edit LAN Connectivity policies for server profile template: 'Attach/detach LAN Connectivity policies. ' PRIVSET.Edit LDAP policies: '' PRIVSET.Edit LDAP policies for domain profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for domain profile template: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for server profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP policies for server profile template: 'Attach/detach LDAP policies. ' PRIVSET.Edit LDAP servers: 'Modify the configuration of existing LDAP servers by updating server address, port, authentication methods, and directory structures to ensure proper directory services and authentication. Note: This is a virtual appliance only privilege. ' PRIVSET.Edit Link Aggregation policies: "As an Edit Link Aggregation Policy user, you can modify existing link aggregation policies, \nadjusting settings to optimize the performance and redundancy of combined network connections.\n" PRIVSET.Edit Link Control policies: "As an Edit Link Control Policy user, you can modify existing link control policies, \nadjusting settings to enhance network link behavior and performance.\n" PRIVSET.Edit Local User policies: '' PRIVSET.Edit Local User policies for domain profile: 'Attach/detach Local User policies. ' PRIVSET.Edit Local User policies for domain profile template: 'Attach/detach Local User policies. ' PRIVSET.Edit Local User policies for server profile: 'Attach/detach Local User policies. ' PRIVSET.Edit Local User policies for server profile template: 'Attach/detach Local User policies. ' PRIVSET.Edit MAC Pools for vNIC template: 'Attach/detach MAC Pools. ' PRIVSET.Edit MAC pools: 'Modify existing MAC pools, optimizing MAC address management. ' PRIVSET.Edit Memory policies: 'As an Edit Memory Policy user, you can modify existing memory policies. ' PRIVSET.Edit Memory policies for server profile: 'Attach/detach Memory policies. ' PRIVSET.Edit Memory policies for server profile template: 'Attach/detach Memory policies. ' PRIVSET.Edit Multicast policies: '' PRIVSET.Edit NTP policies: '' PRIVSET.Edit NTP policies for domain profile: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for domain profile template: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for server profile: 'Attach/detach NTP policies. ' PRIVSET.Edit NTP policies for server profile template: 'Attach/detach NTP policies. ' PRIVSET.Edit Network Connectivity policies: '' PRIVSET.Edit Network Connectivity policies for domain profile: 'Attach/detach LDAP policies. ' PRIVSET.Edit Network Connectivity policies for domain profile template: 'Attach/detach Network Connectivity policies. ' PRIVSET.Edit Network Connectivity policies for server profile: 'Attach/detach Network Connectivity policies. ' PRIVSET.Edit Network Connectivity policies for server profile template: 'Attach/detach Network Connectivity policies. ' PRIVSET.Edit OAuth 2.0 grant type applications: 'Modify settings of existing OAuth 2.0 grant type applications, including their grant types, permissions, and configurations. ' PRIVSET.Edit OS configuration links: 'Modify the OS configuration file for automated and unattended OS installation on servers. ' PRIVSET.Edit OS image links: 'Modify the image source of the operating system in the software repository, updating file share location and protocol (CIFS/NFS/HTTPS). ' PRIVSET.Edit Persistent Memory policies: '' PRIVSET.Edit Persistent Memory policies for server profile: 'Attach/detach Persistent Memory policies. ' PRIVSET.Edit Persistent Memory policies for server profile template: 'Attach/detach Persistent Memory policies. ' PRIVSET.Edit Port policies: '' PRIVSET.Edit Ports Configuration policies for domain profile: 'Attach/detach Ports Configuration policies. ' PRIVSET.Edit Ports Configuration policies for domain profile template: 'Attach/detach Ports Configuration policies. ' PRIVSET.Edit Power policies: '' PRIVSET.Edit Power policies for chassis profile: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for chassis profile template: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for server profile: 'Attach/detach Power policies. ' PRIVSET.Edit Power policies for server profile template: 'Attach/detach Power policies. ' PRIVSET.Edit Resource pools: 'Modify existing resource pools to optimize resource management. ' PRIVSET.Edit SAN Connectivity policies: '' PRIVSET.Edit SAN Connectivity policies for server profile: 'Attach/detach SAN Connectivity policies. ' PRIVSET.Edit SAN Connectivity policies for server profile template: 'Attach/detach SAN Connectivity policies. ' PRIVSET.Edit SCU links: 'Modify the Server Configuration Utility (SCU) for automated OS installation, editing file share locations using NFS, CIFS, or HTTP protocols. ' PRIVSET.Edit SD Card policies: '' PRIVSET.Edit SD Card policies for server profile: 'Attach/detach SD Card policies. ' PRIVSET.Edit SD Card policies for server profile template: 'Attach/detach SD Card policies. ' PRIVSET.Edit SMTP policies: '' PRIVSET.Edit SMTP policies for server profile: 'Attach/detach SMTP policies. ' PRIVSET.Edit SMTP policies for server profile template: 'Attach/detach SMTP policies. ' PRIVSET.Edit SNMP policies: '' PRIVSET.Edit SNMP policies for chassis profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for chassis profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for domain profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for domain profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for server profile: 'Attach/detach SNMP policies. ' PRIVSET.Edit SNMP policies for server profile template: 'Attach/detach SNMP policies. ' PRIVSET.Edit SSH policies: '' PRIVSET.Edit SSH policies for server profile: 'Attach/detach SSH policies. ' PRIVSET.Edit SSH policies for server profile template: 'Attach/detach SSH policies. ' PRIVSET.Edit Scrub policies: "As an Edit Scrub Policy user, you can modify existing Scrub policies within the system \nto adjust virtual media access and management settings.\n" PRIVSET.Edit Scrub policies for server profile: 'As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles. ' PRIVSET.Edit Scrub policies for server profile template: 'As a Edit Scrub policies for server profile user, you can adjust scrub policies for Server Profiles. ' PRIVSET.Edit Serial Over LAN policies: '' PRIVSET.Edit Serial Over LAN policies for server profile: 'Attach/detach Serial Over LAN policies. ' PRIVSET.Edit Serial Over LAN policies for server profile template: 'Attach/detach Serial Over LAN policies. ' PRIVSET.Edit Storage policies: '' PRIVSET.Edit Storage policies for server profile: 'Attach/detach Storage policies. ' PRIVSET.Edit Storage policies for server profile template: 'Attach/detach Storage policies. ' PRIVSET.Edit Switch Control policies: '' PRIVSET.Edit Switch Control policies for domain profile: 'Attach/detach Switch Control policies. ' PRIVSET.Edit Switch Control policies for domain profile template: 'Attach/detach Switch Control policies. ' PRIVSET.Edit Syslog policies: '' PRIVSET.Edit Syslog policies for domain profile: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for domain profile template: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for server profile: 'Attach/detach Syslog policies. ' PRIVSET.Edit Syslog policies for server profile template: 'Attach/detach Syslog policies. ' PRIVSET.Edit System QoS policies: '' PRIVSET.Edit System QoS policies for domain profile: 'Attach/detach System QoS policies. ' PRIVSET.Edit System QoS policies for domain profile template: 'Attach/detach System QoS policies. ' PRIVSET.Edit Thermal policies: '' PRIVSET.Edit Thermal policies for chassis profile: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for chassis profile template: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for server profile: 'Attach/detach Thermal policies. ' PRIVSET.Edit Thermal policies for server profile template: 'Attach/detach Thermal policies. ' PRIVSET.Edit UUID pools: 'Modify existing universally unique identifier (UUID) pools, optimizing UUID management. ' PRIVSET.Edit UUID pools for server profile: 'As a Modify UUID Pool for Server Profile user, you can adjust UUID pools for server profiles. This includes updating UUID settings and ensuring that configurations are correctly applied to servers. ' PRIVSET.Edit UUID pools for server profile template: 'As a Modify UUID Pool for Server Profile Template user, you can adjust UUID pools for server profile templates. This includes updating UUID settings and ensuring that configurations are correctly applied to templates. ' PRIVSET.Edit VLAN policies: '' PRIVSET.Edit VSAN policies: '' PRIVSET.Edit Virtual KVM policies: '' PRIVSET.Edit Virtual KVM policies for server profile: 'Attach/detach Virtual KVM policies. ' PRIVSET.Edit Virtual KVM policies for server profile template: 'Attach/detach Virtual KVM policies. ' PRIVSET.Edit Virtual Media policies: '' PRIVSET.Edit Virtual Media policies for server profile: 'Attach/detach Virtual Media policies. ' PRIVSET.Edit Virtual Media policies for server profile template: 'Attach/detach Virtual Media policies. ' PRIVSET.Edit WWNN or WWPN pools: 'Modify existing WWNN or WWPN pools to optimize management. ' PRIVSET.Edit WWPN pools for vHBA template: 'Attach/detach WWPN Pools. ' PRIVSET.Edit chassis profile general properties: 'Edit name, description, organization and tag of chassis profiles. ' PRIVSET.Edit chassis profile policies: 'Attach/detach the policies associated with chassis profiles. ' PRIVSET.Edit chassis profile template general properties: 'Edit name, description, organization and tag of chassis profile templates. ' PRIVSET.Edit chassis profile template policies: 'Attach/detach the policies associated with chassis profile templates. ' PRIVSET.Edit chassis profile templates: 'Modify chassis profile templates to update and manage configuration settings for physical chassis. ' PRIVSET.Edit chassis profiles: 'Edit chassis profiles to update and manage configuration settings for physical chassis. ' PRIVSET.Edit domain profile general properties: 'Edit name, description, organization and tag for UCS domain profiles. ' PRIVSET.Edit domain profile policies: 'Attach/detach the policies for domain profile. ' PRIVSET.Edit domain profile template general properties: 'Edit name, description, organization and tag of domain profile templates. ' PRIVSET.Edit domain profile template policies: 'Attach/detach the policies associated with domain profile templates. ' PRIVSET.Edit domain profile templates: 'Modify existing chassis profile templates to update and manage configuration settings for domain. ' PRIVSET.Edit domain profiles: 'Edit the settings and policies of domain profiles to update and optimize operations. ' PRIVSET.Edit external syslog servers: 'Modify the configuration of existing external Syslog servers by adjusting settings and parameters to ensure effective log data collection and management. Note: This is a virtual appliance only privilege. ' PRIVSET.Edit firmware links: 'Modify the firmware source in the software repository by changing the file share location and protocol (NFS/CIFS/HTTP[S]). ' PRIVSET.Edit iSCSI Adapter policies: '' PRIVSET.Edit iSCSI Boot policies: '' PRIVSET.Edit iSCSI Boot policies for vNIC template: 'Attach/detach iSCSI Boot policies. ' PRIVSET.Edit iSCSI Static Target policies: "As an Edit iSCSI Static Target Policy user, you can modify existing iSCSI static target policies, \nadjusting settings to enhance the management and performance of connections to specific iSCSI targets within the storage network.\n" PRIVSET.Edit identity providers: 'Modify the configuration of existing IdPs by updating settings, credentials, and trust relationships to maintain or enhance authentication and access management. ' PRIVSET.Edit integrated systems: 'Edit the configuration of an existing integrated system. ' PRIVSET.Edit notification rule or webhook: 'Modify existing notification rules, adjusting criteria and actions to refine how alerts and notifications are triggered and managed. ' PRIVSET.Edit server profile general properties: 'Edit name, description, organization and tag of server profiles. ' PRIVSET.Edit server profile policies: 'Attach/detach the policies associated with server profiles. ' PRIVSET.Edit server profile template general properties: 'Edit name, description, organization and tag of server profile templates. ' PRIVSET.Edit server profile template policies: "Attach/detach the policies associated with server profile templates. \n" PRIVSET.Edit server profile templates: 'Edit, attach/detach policies associated with server profile templates. ' PRIVSET.Edit server profiles: 'Edit, attach/detach the policies associated with server profiles. ' PRIVSET.Edit trusted IP ranges: 'Edit the trusted IP ranges. ' PRIVSET.Edit vHBA template general properties: 'Set or edit name, description, organization and tag of vHBA templates. ' PRIVSET.Edit vHBA template policies: 'Attach/detach the policies and pools associated with vHBA templates. ' PRIVSET.Edit vHBA templates: 'Edit vHBA templates to update and manage configuration settings for vHBA. ' PRIVSET.Edit vLAN Configuration policies for domain profile: 'Attach/detach vLAN Configuration policies. ' PRIVSET.Edit vLAN Configuration policies for domain profile template: 'Attach/detach vLAN Configuration policies. ' PRIVSET.Edit vNIC template general properties: 'Set or edit name, description, organization and tag of vNIC templates. ' PRIVSET.Edit vNIC template policies: 'Attach/detach the policies and pools associated with vNIC templates. ' PRIVSET.Edit vNIC templates: 'Edit the settings and policies of vNIC Templates. ' PRIVSET.Edit vSAN Configuration policies for domain profile: 'Attach/detach vSAN Configuration policies. ' PRIVSET.Edit vSAN Configuration policies for domain profile template: 'Attach/detach vSAN Configuration policies. ' PRIVSET.Enable and disable API keys: 'As a user with the ability to Enable or Disable API Keys, you can Activate & deactivate API keys, restricting access to the system''s services. ' PRIVSET.Enable and disable OAuth 2.0 grant type applications: 'Activate or deactivate OAuth 2.0 grant type applications to control their availability for authentication and authorization processes. ' PRIVSET.Enable and disable ports: 'Activate or deactivate network ports to manage connectivity. ' PRIVSET.Enable or Disable Port Channels: 'As an Enable or Disable Port user, you can activate or deactivate network ports, controlling their operational status to manage network connectivity and configuration. ' PRIVSET.Enable subscription information: 'Obtain subscription details such as usage, status, and next expiration date. ' PRIVSET.Enable subscriptions: 'Enable visibility of subscription details in the Intersight appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Enable/disable IP access management: 'Enable or disable IP access management. ' PRIVSET.Enable/disable tunneled vKVM: 'Enable or disable tunneled virtual keyboard, video, and mouse (vKVM) on servers. ' PRIVSET.Enter maintenance modes: 'Enter maintenance mode for a VM host. ' PRIVSET.Ethernet Adapter policies: 'Configure Ethernet adapter settings, impacting network properties such as MAC address pools, speed, and media modes. ' PRIVSET.Ethernet Network Control policies: 'Manage server discoverability through protocols like Cisco Discovery Protocol and Link Layer Discovery Protocol. ' PRIVSET.Ethernet Network Group policies: 'Manage QinQ VLAN and native VLAN settings. ' PRIVSET.Ethernet Network policies: 'Manage VLAN mode and default VLAN settings. ' PRIVSET.Ethernet QoS policies: 'Assigns a system class to outgoing traffic for a vNIC, determining the quality of service. ' PRIVSET.Execute Workflows: 'A set of privileges that allow the users to execute workflows and manage running workflows in IO. ' PRIVSET.Exit maintenance modes: 'Exit maintenance mode for a VM host. ' PRIVSET.Explorations: 'Manage and configure explorations. ' PRIVSET.Explorer: 'Manage and configure the metric explorer. ' PRIVSET.External Syslog Administrator: 'As an External Syslog Administrator, you can configure an external syslog server on an on-prem appliance. ' PRIVSET.FC Zone policies: 'Manage FC target zoning type and target settings. ' PRIVSET.Fabric Interconnects: 'A set of privileges that allows to perform operations related to Fabric Interconnect e.g. view fabric interconnect summary or detailed information about fabric connect. Fabric Interconnect privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to Fabric Interconnect. ' PRIVSET.Fabric evacuation: 'Initiate fabric resource evacuation for maintenance. ' PRIVSET.Fibre Channel Adapter policies: 'Manages host-side behaviour of Fibre Channel adapters, including error recovery and performance settings. ' PRIVSET.Fibre Channel Network policies: 'Manage the default VLAN and VSAN ID settings. ' PRIVSET.Fibre Channel QoS policies: 'Manage network traffic prioritization in Fibre Channel environments by assigning different levels of service (Platinum, Gold, Silver, Bronze). ' PRIVSET.Firmware links: 'Manage firmware links. ' PRIVSET.Firmware policies: 'Manage the current firmware, including option to exclude upgrade of drives and storage controllers. ' PRIVSET.Flow Control policies: 'Configure the Priority Flow Control (PFC) for each port. ' PRIVSET.Generate API keys: 'Create new API keys to enable secure access and interaction with system APIs for integration and automation purposes. ' PRIVSET.Generic: 'Manage the general configuration settings of the appliance. Note: This is a virtual appliance only privilege. ' PRIVSET.Global Read Privileges: 'A set of privileges that are common to all privilege sets. These are read-only privileges that will be common to all the hierarchial privileges ' PRIVSET.Global System Privileges: 'A set of privileges that are common to all system packaged, system defined and internal privilege sets. Global System Privileges will not be part of the user created privilege sets. ' PRIVSET.Global Write Privileges: 'A set of privileges that are common to all privilege sets. These are write privileges that will be common to all the hierarchial privileges ' PRIVSET.HCI Cluster Administrator: 'As an HCI Cluster Administrator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. This role does not include the ability to claim a device. ' PRIVSET.HCI Cluster Operator: 'As an HCI Cluster Operator, you can view and manage HCI Clusters, view all the cluster dashboard widgets, view cluster details. This role provides view only access to hypervisor, storage related inventory and dashboards. This role does not include the ability to claim a device. ' PRIVSET.HCI Clusters: 'A set of privileges that allows the access to manage HCI clusters. ' PRIVSET.Hosts: 'Manage and configure VM hosts. ' PRIVSET.HyperFlex Cluster: 'A set of privileges that allows the access to manage HyperFlex clusters. ' PRIVSET.HyperFlex Cluster Access Operator: 'As a HyperFlex Cluster Access Operator, you can cross launch CLI and HXConnect. ' PRIVSET.HyperFlex Cluster Administrator: 'As a HyperFlex Cluster Administrator, you can create, edit, deploy, and manage HyperFlex Clusters, view all the cluster dashboard widgets, view cluster details, create HyperFlex policies and profiles, execute capacity planning, and launch HyperFlex Connect. This role does not include the ability to claim a device. It also allows the user to run workflows, manage VMs on HyperFlexAP, and manage connected storage. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a device. ' PRIVSET.HyperFlex Cluster Advanced Security: 'A set of privileges that allows the configuration and deployment of advanced security profiles. ' PRIVSET.HyperFlex Cluster Backups: 'A set of privileges that allows the configuration and deployment of HyperFlex Cluster backup policy and restore. ' PRIVSET.HyperFlex Cluster Capacity Planning: 'A set of privileges that allows users to execute capacity planning. ' PRIVSET.HyperFlex Cluster Data Protection Administrator: 'As a HyperFlex Cluster Data Protection Administrator, you can perform N:1 backups. ' PRIVSET.HyperFlex Cluster Lifecycle Administrator: 'As a HyperFlex Cluster Lifecycle Administrator, you can install, expand, upgrade a HX cluster, execute capacity planning, OS installation, VC plugin installation, security hardening, and launch HyperFlex Connect as admin. ' PRIVSET.HyperFlex Cluster Operations: 'A set of privileges that allows the viewing of cluster operation related functionality. ' PRIVSET.HyperFlex Cluster Operator: 'As a HyperFlex Cluster Operator, you can perform health checks. However, you cannot change cluster configuration. ' PRIVSET.HyperFlex Cluster Profiles: 'A set of privileges that allows to manage HyperFlex policies and profiles. ' PRIVSET.HyperFlex Cluster Storage Administrator: 'As a HyperFlex Cluster Storage Administrator, you can perform datastore, iSCSI, and storage container CRUD operations. ' PRIVSET.HyperFlex Cluster Syslog Administrator: 'As a HyperFlex Cluster Syslog Administrator, you can configure the external HX Syslog profile. ' PRIVSET.HyperFlex Cluster Syslog Profile Control: 'This allows write access to the Remote Syslog Advanced Security Profile ' PRIVSET.HyperFlex Cluster System Administrator: 'As a HyperFlex Cluster System Administrator, you can perform most of the system administrator tasks. ' PRIVSET.HyperFlex Cluster System Operator: 'As a HyperFlex Cluster System Operator, you can perform encryption, health checks, and post-install tasks. ' PRIVSET.HyperFlex Key Encryption: 'A set of privileges that allows users to configure encryption keys. ' PRIVSET.HyperFlex View Only: 'A set of privileges that grants view only to HyperFlex related functionality ' PRIVSET.Hypervisors: 'A set of privileges that allows the access to detailed hypervisor information and to perform hypervisor related actions. Hypervisors privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to hypervisors. ' PRIVSET.IMC Access policies: 'Configure network settings and associates IP addresses with servers, supporting both in-band and out-of-band management. ' PRIVSET.IP access management: 'Manage and allow access to Intersight, only for users from trusted IP addresses. ' PRIVSET.IP block mapping: 'Manage the mapping of IP blocks on servers. ' PRIVSET.IPMI over LAN policies: 'Define protocols for interfacing with the server''s service processor via the Intelligent Platform Management Interface (IPMI). ' PRIVSET.IQN block mapping: 'Manage the pool containing iSCSI Qualified Names (IQNs) used as initiator identifiers by iSCSI vNICs. ' PRIVSET.Import foreign configurations: 'Import and apply foreign configurations, integrating external storage setups. ' PRIVSET.Import server profiles: 'Import server profiles from external sources. ' PRIVSET.Install operating systems: 'Install and configure an operating system on a server to make it operational. ' PRIVSET.Install updates: 'Apply and execute software updates to ensure the latest features, improvements, and security patches are installed on the system. Note: This is a virtual appliance only privilege. ' 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.Integrated systems: 'Manage and configure integrated systems. ' PRIVSET.Kubernetes Administrator: 'As a Kubernetes Administrator, you can create, edit, deploy, and manage Kubernetes Clusters. You can also view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view and manage storage devices associated with the Kubernetes clusters. The capability to view and execute workflows against the Kubernetes clusters is also granted. It also allows the user to run workflows to manage VMs on hypervisor endpoints, and manage connected storage, and creat/view ip pools. 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. ' PRIVSET.Kubernetes Operator: 'As a Kubernetes Operator, you can view Kubernetes Clusters. You can also view all the cluster dashboard widgets, and view cluster details. In addition, you also have privileges to view storage devices associated with the Kubernetes clusters. The capability to view workflows is also granted. It also allows the user to view VMs on hypervisor endpoints. 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. ' PRIVSET.LAN Connectivity policies: 'Manage the network settings for server connectivity within a Local Area Network (LAN). ' PRIVSET.LDAP policies: 'Attach/detach LDAP policies. ' PRIVSET.Launch CLI as admin: 'As a Launch CLI user, you can access the command-line interface (CLI) for managing and configuring UCS systems, allowing for command execution and system administration tasks. ' PRIVSET.Launch CLI as read-only: 'As a Launch CLI as read-only user, you can access the command-line interface (CLI) for UCS systems with read-only permissions, allowing you to view system configurations and status without making changes. ' PRIVSET.Launch Endpoint Management Interfaces: 'Launch Endpoint Management Interfaces. ' PRIVSET.Launch IMC as admin: 'Manage servers through the IMC interface with administrative privileges. ' PRIVSET.Launch IMC as read-only: 'Access servers via the IMC interface with read-only permissions. ' PRIVSET.Launch UCS Manager as admin: 'Access and manage UCS Manager with full privileges. ' PRIVSET.Launch UCS Manager as read-only: 'View UCS Manager interface without changes. ' PRIVSET.Launch VM consoles: 'Launch the console for a virtual machine (VM). ' PRIVSET.Launch host consoles: 'Launch the console for a VM host. ' PRIVSET.Launch tunneled vKVM sessions: 'Allows access to a server''s KVM console even if the user is not in the same network as the server and the KVM IP is not reachable. ' PRIVSET.Launch vKVM: 'Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers. ' PRIVSET.Launch vKVM sessions: 'Allows to launch the virtual keyboard, video, and mouse (KVM) console directly for Fabric Interconnect-attached and standalone servers. ' PRIVSET.Licensing: 'Manage and configure licensing. ' PRIVSET.Link Aggregation policies: 'Configure throughput and redundancy using Link Aggregation Control Protocol (LACP) for efficient failure detection. ' PRIVSET.Link Control policies: 'Configure Unidirectional Link Detection (UDLD) Admin state and mode. ' PRIVSET.Local User policies: 'Configure local user preferences, and password properties. ' PRIVSET.Location Management: 'Users can view and manage locations. This role provides location management privileges to an user. ' PRIVSET.Locator LEDs: 'Control the locator LED functionality to visually locate and identify specific hardware components within a rack. ' PRIVSET.Manage API Keys: 'Manage API Keys. ' PRIVSET.Manage Access and Permissions: 'Manage access control rules and permissions. ' PRIVSET.Manage Auth Tokens: 'Manage Authentication and Authorization Tokens. ' PRIVSET.Manage Exports: 'A set of privileges that allow the users to export Intersight managed objects. ' PRIVSET.Manage External Syslog: 'Manage External Syslog. ' PRIVSET.Manage Fabric Interconnects: 'Manage Fabric Interconnects. ' PRIVSET.Manage Functions: 'A set of privileges that allows the users to manage serverless functions. ' PRIVSET.Manage Geo Locations: 'A set of privileges that allows the users to manage geo locations. ' PRIVSET.Manage HCI Clusters: 'Manage HyperConverged Infrastructure Clusters. ' PRIVSET.Manage HyperFlex Cluster Profiles: 'Manage HyperFlex Cluster Profiles. ' PRIVSET.Manage HyperFlex Clusters: 'Manage HyperFlex Clusters. ' PRIVSET.Manage HyperFlex Syslog: 'Manage HyperFlex Advanced Syslog Configuration ' PRIVSET.Manage Hypervisors: 'A set of privileges that allow the users to execute workflows related to hypervisor and virtual machines management. ' PRIVSET.Manage Identity Providers: 'Manage Single Sign On identity providers. ' PRIVSET.Manage Imports: 'A set of privileges that allow the users to import Intersight managed objects. ' PRIVSET.Manage Language Runtimes: 'A set of privileges that allows the users to manage language runtimes for serverless functions. ' PRIVSET.Manage Nexus Config: 'A set of privileges that allows users to add, remove, or alter site templates and policies. ' PRIVSET.Manage Nexus Sites: 'A set of privileges that allows users to add, remove, or alter sites. ' PRIVSET.Manage Organizations: 'A set of privileges that allows the access to manage Organizations. ' PRIVSET.Manage Server Profiles: 'Manage server profiles. ' PRIVSET.Manage Servers: 'Manage Servers. ' PRIVSET.Manage ServiceItem Instances.: 'A set of privileges that allow the users to manage ServiceItem Instances. ' PRIVSET.Manage Sessions: 'Manage user login sessions. ' PRIVSET.Manage Storage Arrays: 'A set of privileges that allow the user to execute workflows related to storage arrays. ' PRIVSET.Manage Switch Profiles: 'Manage Switch Profiles. ' PRIVSET.Manage Tags: 'A set of privileges that allows the users to manage tag definitions. ' PRIVSET.Manage Techsupport Bundles: 'Collect and download techsupport bundles. ' PRIVSET.Manage Telemetry: 'Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker). ' PRIVSET.Manage Unified Edge: 'Manage Unified Edge. ' PRIVSET.Manage Unified Edge Profiles: 'Manage Unified Edge Profiles. ' PRIVSET.Manage Workflow Definitions: 'A set of privileges that allow the users to manage workflow and custom data type definitions. ' PRIVSET.Manage Workload Definitions: 'A set of privileges that allow the users to manage workload definitions. ' PRIVSET.Manage Workload Deployments: 'A set of privileges that allow the users to manage workload deployments. ' PRIVSET.Manage alarm suppression: 'Suppress and unsuppress alarms. ' PRIVSET.Manage products: 'Select products to be enabled for the Intersight account. ' PRIVSET.Manage targets: 'Manage targets in the system by adding, claiming, and unclaiming. ' PRIVSET.Manage tech support bundles: 'Add a new tech support bundle. ' PRIVSET.Memory policies: 'Attach/detach Memory policies. ' PRIVSET.Modify security keys: 'Change security keys to update encryption or access controls. ' PRIVSET.Monitor audit logs: 'View and analyze audit logs. ' PRIVSET.Multicast policies: 'Configure the snooping, quierer and source IP proxy states. ' PRIVSET.NTP policies: 'Attach/detach NTP policies. ' 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 Connectivity policies: 'Configure and assign IPv4 and IPv6 addresses, enable dynamic DNS. ' 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 claiming devices, view license, updating policy configuration, and monitoring the system. ' PRIVSET.Nexus Analyst: 'As a Nexus Analyst, you can run and update the available Nexus Cloud analyzes such as Sustainability, Conformance, Compliance, and others. ' PRIVSET.Nexus Config Administrator: 'As a Nexus Config Administrator, you can create or modify policy configuration, view license and can initiate the workflow that will activate policy changes. This role does not allow you to claim or remove devices. ' PRIVSET.Nexus Observer: 'As a Nexus Observer, you can generally view the state of all devices. Additional items include things like viewing configured policies, license status and monitoring active flows. This role does not include any permission which allows the system to be changed. ' PRIVSET.Notifications and webhooks: 'Manage notification rules. ' PRIVSET.OAuth 2.0 applications: 'Manage OAuth 2.0 applications, including creating, editing, enabling/disabling, and deleting them. ' PRIVSET.OAuth2 tokens: 'Manage OAuth 2.0 tokens, including deleting tokens to control access to the system''s resources. ' PRIVSET.OS configuration files: 'Manage OS configuration files. ' PRIVSET.OS image links: 'Manage OS image links. ' PRIVSET.Operate: 'Access and operate physical servers, chassis, and domains, along with their respective profiles and pools of Intersight Infrastructure Services. ' PRIVSET.Operate IP pools: 'Manage IP pools, including creation and modification. ' PRIVSET.Operate IQN pools: 'As an IQN Pool user, you can create, manage, and delete IQN pools to organize and allocate IQNs for network storage resources efficiently. ' PRIVSET.Operate MAC pools: 'Manage MAC pools, including creation and modification. ' PRIVSET.Operate Resource pools: 'Manage resource pools by creating, modifying, deleting pools, and handling resource allocation within them. ' PRIVSET.Operate UUID pools: 'Manage UUID pools by creating, modifying, deleting, and handling the allocation and reservation of UUIDs within those pools. ' PRIVSET.Operate WWNN and WWPN pools: 'Manage world wide node names (WWNNs) or world wide port name (WWPNs) pools. ' PRIVSET.Operate chassis profiles: 'Operate chassis profiles, deploying and assigning profiles. ' PRIVSET.Operate domain profiles: 'Manage domain profiles, deploying and assigning them. ' PRIVSET.Operate physical chassis: 'Perform chassis operations like power cycling and resetting. ' PRIVSET.Operate physical domains: 'Manage physical domain operations related to hardware. ' PRIVSET.Operate physical server: 'Manage physical server operations like powering on/off and resetting. This involves several key actions: server power management, virtual network and host bus adapters (vNIC/vHBA), server storage operations, system maintenance: Covers tasks such as resetting the CMOS, virtual KVM, monitoring and metrics. ' PRIVSET.Operate pools: 'Manage resource pool operations like attaching or detaching. ' PRIVSET.Operate server power: "Manage server power actions. \n" PRIVSET.Operate server profile: 'Manage server profile operations like deployment and activation. ' PRIVSET.Operate server storage: 'Operate server storage, including clearing configurations and managing security keys. ' PRIVSET.Operate server system: 'Perform server system operations like rebooting and resetting CMOS. ' PRIVSET.Operate server vHBAs: 'Perform operations on virtual host bus adapters (vHBAs), including enabling, disabling, and resetting. ' PRIVSET.Operate server vNICs: 'Perform operations on virtual network interface cards (vNICs), including enabling, disabling, and resetting. ' PRIVSET.Organizations: 'A set of privileges that allows the access to manage Organizations. ' PRIVSET.Persistent Memory policies: 'Configure security, goals, and namespaces for persistent memory modules, ensuring data retention across power cycles. ' PRIVSET.Port policies: 'Manage Fabric Interconnect ports, including port roles, types (Ethernet or Fibre Channel), and connection modes. ' PRIVSET.Power cycle chassis slots: 'Power cycle chassis slots to refresh components. ' PRIVSET.Power policies: 'Manage power settings for FI-attached servers and chassis, including profiling and priority. ' PRIVSET.Read Chassis Profiles and Chassis Profile Templates: 'A set of privileges that allows read access to chassis profiles and chassis profile templates. ' PRIVSET.Read Domain Profiles and Domain Profile Templates: 'A set of privileges that allows read access to domain profiles and domain profile templates. ' PRIVSET.Read Organizations: 'As a Read Organizations user, you can view the configuration and status of the organization without making any modifications. ' PRIVSET.Read Server Profiles and Server Profile Templates: 'A set of privileges that allows read access to server profiles and server profile templates. ' PRIVSET.Read Workflows: 'As a Read Workflows user, you can view the configuration and status of workflows without making any modifications. ' PRIVSET.Read all API keys in the account: 'Read-only access to configuration and status of all API keys associated with the account. ' PRIVSET.Read all OAuth apps in the account: 'Read-only access to configuration and status of all OAuth tokens associated with the account. ' PRIVSET.Read-Only: 'A set of privileges that provides read-only access to services and resources in Intersight. ' PRIVSET.Read-only: 'Read-only access to configuration and status of all Intersight Infrastructure Services. ' PRIVSET.Read-only Adapter Configuration policies: 'Read-only access to configuration and status of Adapter Configuration policies. ' PRIVSET.Read-only AuditD policies: 'Read-only access to configuration and status of AuditD policies. ' PRIVSET.Read-only BIOS policies: 'Read-only access to configuration and status of BIOS policies. ' PRIVSET.Read-only Boot Order policies: 'Read-only access to configuration and status of Boot policies. ' PRIVSET.Read-only CLI policies: 'Read-only access to configuration and status of CLI policies. ' PRIVSET.Read-only Certificate Management policies: 'Read-only access to configuration and status of Certificate Management policies. ' PRIVSET.Read-only Device Connector Policies: 'Read-only access to configuration and status of Device Connector policies. ' PRIVSET.Read-only Drive Security policies: 'Read-only access to configuration and status of Drive Security policies. ' PRIVSET.Read-only Ethernet Adapter policies: 'Read-only access to configuration and status of Ethernet Adapter policies. ' PRIVSET.Read-only Ethernet Network Control policies: 'Read-only access to configuration and status of Ethernet Network Control policies. ' PRIVSET.Read-only Ethernet Network Group policies: 'Read-only access to configuration and status of Ethernet Network Group policies. ' PRIVSET.Read-only Ethernet Network policies: 'Read-only access to configuration and status of Ethernet Network policies. ' PRIVSET.Read-only Ethernet QoS policies: 'Read-only access to configuration and status of Ethernet QoS policies. ' PRIVSET.Read-only FC Zone policies: 'Read-only access to configuration and status of FC Zone policies. ' PRIVSET.Read-only Fabric Interconnects: 'Read-only access to configuration and status of fabric interconnects (FIs). ' PRIVSET.Read-only Fibre Channel Adapter policies: 'As a Read-only Fibre Channel Adapter Policy user, you can view the configuration and status of Fibre Channel adapter policies without making any modifications. ' PRIVSET.Read-only Fibre Channel Network policies: 'Read-only access to configuration and status of Fibre Channel Network policies. ' PRIVSET.Read-only Fibre Channel QoS policies: 'Read-only access to configuration and status of Fibre Channel QoS policies. ' PRIVSET.Read-only Firmware policies: 'Read-only access to configuration and status of Firmware policies. ' PRIVSET.Read-only Flow Control policies: 'Read-only access to configuration and status of Flow Control policies. ' PRIVSET.Read-only HyperFlex cluster profiles: 'Read-only access to configuration and status of HyperFlex Cluster Profiles. ' PRIVSET.Read-only HyperFlex clusters: 'Read-only access to configuration and status of HyperFlex (HX) clusters. ' PRIVSET.Read-only IMC Access policies: 'Read-only access to configuration and status of IMC Access policies. ' PRIVSET.Read-only IP pools: 'Read-only access to configuration and status of IP pools. ' PRIVSET.Read-only IPMI over LAN policies: 'Read-only access to configuration and status of IPMI over LAN policies. ' PRIVSET.Read-only IQN pools: 'Read-only access to configuration and status of IQN pools. ' PRIVSET.Read-only Kubernetes cluster profiles: 'Read-only access to configuration and status of Kubernetes Cluster Profiles. ' PRIVSET.Read-only LAN Connectivity policies: 'Read-only access to configuration and status of LAN Connectivity policies. ' PRIVSET.Read-only LDAP policies: 'As a LDAP Policy user, you can view the configuration and status of system QoS policies without making any modifications. ' PRIVSET.Read-only Link Aggregation policies: 'Read-only access to configuration and status of Link Aggregation policies. ' PRIVSET.Read-only Link Control policies: 'Read-only access to configuration and status of Link Control policies. ' PRIVSET.Read-only Local User policies: 'Read-only access to configuration and status of Local User policies. ' PRIVSET.Read-only MAC pools: 'Read-only access to configuration and status of MAC pools. ' PRIVSET.Read-only Memory policies: 'As a Read-only Memory Policy user, you can view the configuration and status of Memory policies without making any modifications. ' PRIVSET.Read-only Multicast policies: 'Read-only access to configuration and status of Multicast policies. ' PRIVSET.Read-only NTP policies: 'Read-only access to configuration and status of NTP policies. ' PRIVSET.Read-only Network Connectivity policies: 'Read-only access to configuration and status of Network Connectivity policies. ' PRIVSET.Read-only Persistent Memory policies: 'Read-only access to configuration and status of Persistent Memory policies. ' PRIVSET.Read-only Port policies: 'Read-only access to configuration and status of Port policies. ' PRIVSET.Read-only Power policies: 'Read-only access to configuration and status of Power policies. ' PRIVSET.Read-only SAN Connectivity policies: 'Read-only access to configuration and status of SAN Connectivity policies. ' PRIVSET.Read-only SD Card policies: 'Read-only access to configuration and status of SD Card policies. ' PRIVSET.Read-only SMTP policies: 'Read-only access to configuration and status of SMTP policies. ' PRIVSET.Read-only SNMP policies: 'Read-only access to configuration and status of SNMP policies ' PRIVSET.Read-only SOL policies: 'Read-only access to configuration and status of SOL policies. ' PRIVSET.Read-only SSH policies: 'Read-only access to configuration and status of SSH policies. ' PRIVSET.Read-only SSL Certificates: 'As a Read-only SSL Certificates user, you can view the configuration and status of SSL certificates without making any modifications. ' PRIVSET.Read-only Scrub policies: 'As a Read-only Scrub Policy user, you can view the configuration and status of Scrub policies without making any modifications. ' PRIVSET.Read-only Storage policies: 'Read-only access to configuration and status of Storage policies. ' PRIVSET.Read-only Switch Control policies: 'Read-only access to configuration and status of Switch Control policies. ' PRIVSET.Read-only Syslog policies: 'Read-only access to configuration and status of Syslog policies. ' PRIVSET.Read-only System QoS policies: 'Read-only access to configuration and status of System QoS policies. ' PRIVSET.Read-only Thermal policies: 'Read-only access to configuration and status of Thermal policies. ' PRIVSET.Read-only UCS chassis profile templates: 'Read-only access to configuration and status of UCS Chassis Profile templates. ' PRIVSET.Read-only UCS chassis profiles: 'Read-only access to configuration and status of UCS Chassis Profiles. ' PRIVSET.Read-only UCS domain profile templates: 'Read-only access to configuration and status of UCS Domain Profile templates. ' PRIVSET.Read-only UCS domain profiles: 'Read-only access to configuration and status of UCS Domain Profiles. ' PRIVSET.Read-only UCS server profile templates: 'Read-only access to configuration and status of UCS Server Profile templates. ' PRIVSET.Read-only UCS server profiles: 'Read-only access to configuration and status of UCS Server Profiles. ' PRIVSET.Read-only UUID pools: 'Read-only access to configuration and status of UUID pools. ' PRIVSET.Read-only VLAN policies: 'Read-only access to configuration and status of VLAN policies. ' PRIVSET.Read-only VMs: 'Read-only access to configuration and status of virtual machines (VMs). ' PRIVSET.Read-only VSAN policies: 'Read-only access to configuration and status of VSAN policies. ' PRIVSET.Read-only Virtual KVM policies: 'Read-only access to configuration and status of Virtual KVM policies. ' PRIVSET.Read-only WWNN and WWPN pools: 'Read-only access to configuration and status of WWNN or WWPN pools. ' PRIVSET.Read-only all advisories: 'As a Read-only Advisories user, you can view the configuration and status of all advisories without making any modifications. ' PRIVSET.Read-only all alarms: 'Read-only access to configuration and status of all alarms. ' PRIVSET.Read-only all audit logs: 'Read-only access to configuration and details of all audit logs. ' PRIVSET.Read-only all compute policies: 'Read-only access to configuration and status of Compute policies. ' PRIVSET.Read-only all management policies: 'Read-only access to configuration and status of all Management policies. ' PRIVSET.Read-only all network policies: 'Read-only access to configuration and status of all Network policies. ' PRIVSET.Read-only all policies: 'Read-only access to configuration and status of all policies. ' PRIVSET.Read-only all storage policies: 'Read-only access to configuration and status of Storage policies. ' PRIVSET.Read-only chassis: 'Read-only access to configuration and status of chassis. ' PRIVSET.Read-only hosts: 'As a Read-only Hosts user, you can view the configuration and status of hosts without making any modifications. ' PRIVSET.Read-only iSCSI Adapter policies: 'Read-only access to configuration and status of iSCSI Adapter policies. ' PRIVSET.Read-only iSCSI Boot policies: 'Read-only access to configuration and status of iSCSI Boot policies. ' PRIVSET.Read-only iSCSI Static Target policies: 'Read-only access to configuration and status of iSCSI Static Target policies. ' PRIVSET.Read-only integrated systems: 'Read-only access to configuration and status of integrated systems. ' PRIVSET.Read-only licensing: 'As a Read-only licensing user, you can view the configuration and status of licensing without making any modifications. ' PRIVSET.Read-only metrics explorations: 'Read-only access to configuration and status of metrics explorations. ' PRIVSET.Read-only networking: 'Read-only access to configuration and status of networking settings. ' PRIVSET.Read-only pools: 'Read-only access to configuration and status of all pools. ' PRIVSET.Read-only profiles: 'Read-only access to configuration and status of all Profiles. ' PRIVSET.Read-only resource pools: 'Read-only access to configuration and status of Resource pools. ' PRIVSET.Read-only servers: 'Read-only access to configuration and status of servers. ' PRIVSET.Read-only software repository: 'As a Red-only Software Repository user, you can view the configuration and status of the software repository without making any modifications. ' PRIVSET.Read-only storage: 'Read-only access to configuration and status of storage. ' PRIVSET.Read-only targets: 'Read-only access to configuration and status of targets. ' PRIVSET.Read-only tech support bundles: 'Read-only access to configuration and status of Tech Support Bundles ' PRIVSET.Read-only templates: 'Read-only access to configuration and status of all templates. ' PRIVSET.Read-only vHBA templates: 'Read-only access to configuration and status of vHBA templates. ' PRIVSET.Read-only vMedia policies: 'Read-only access to configuration and status of vMedia policies. ' PRIVSET.Read-only vNIC templates: 'Read-only access to configuration and status of vNIC templates. ' PRIVSET.Reboot Fabric Interconnect: 'As a Reboot Fabric Interconnect user, you can restart the fabric interconnect, allowing for system updates, configuration changes, or recovery from issues. ' PRIVSET.Reboot management controllers: 'Restart the management controller of a server. ' PRIVSET.Recommission Fabric Extender (FEX): 'Reactivate and restore a previously decommissioned Fabric Extenders (FEX), reestablishing connections and updating the system status. ' PRIVSET.Recommission chassis: 'Reactivate and restore previously decommissioned chassis. ' PRIVSET.Recommission servers: 'Bring a previously decommissioned server back into operational status. Allows read access to Fabric Interconnect. ' PRIVSET.Rediscover Fabric Extender (FEX): 'As a Rediscover Fabric Extender user, you can initiate a rediscovery process for fabric extenders, ' PRIVSET.Rediscover chassis: 'Initiate a process to re-scan and identify chassis in the network, updating their status and configurations. ' PRIVSET.Rediscover servers: 'Initiate a process to re-scan and identify servers in the network, updating their status and configurations. ' PRIVSET.Regenerate domain names: 'Refresh or recreate a domain name within the system, updating its configuration or resolving issues related to network addressing and resource identification. ' PRIVSET.Register licenses: 'Register Intersight licenses with Cisco Smart Licensing. Note: This is a virtual appliance only privilege. ' PRIVSET.Reject Publish Requests: 'Reject Publish Requests ' PRIVSET.Remove Fabric Extender (FEX): 'Safely disconnect and remove Fabric Extenders (FEX) from the system, ensuring proper management of dependencies. ' PRIVSET.Remove chassis: 'Safely disconnect and remove chassis, ensuring all dependencies are managed. ' PRIVSET.Remove servers: 'Disconnect the server from the network, erase all data, and update inventory records to reflect the change. ' PRIVSET.Renew licenses: 'Update the Intersight license to include any changes on Cisco Smart Software Manager. Note: This is a virtual appliance only privilege. ' PRIVSET.Replace Fabric Interconnect: 'Oversee the replacement process for Fabric Interconnects (FIs). ' PRIVSET.Reserve licenses: 'Reserve licensing slots for specific private virtual appliance (PVA). Note: This is a virtual appliance only privilege. ' PRIVSET.Reset CMOS: 'AReset CMOS settings, restoring BIOS to default. ' PRIVSET.Reset IOMs and IFMs: 'Reboot Input/Output Module (IOM) or Intelligent Fabric Module (IFM). ' PRIVSET.Reset VMs: 'Reset a virtual machine (VM). ' PRIVSET.Reset memory errors: 'Reset memory errors on servers. ' PRIVSET.Reset peer IOMs and IFMs: 'Reboot peer IOM or IFM to resolve issues. ' PRIVSET.Reset vKVM: 'Reset vKVM session, restarting the interface. ' PRIVSET.Restart VMs: 'Restart a virtual machine (VM). ' PRIVSET.Return licenses: 'Deregister the Intersight private virtual appliance (PVA) license after the initial setup. Note: This is a virtual appliance only privilege. ' PRIVSET.Run Workflows: 'As a Run Workflows user, you can execute workflows in the system. ' PRIVSET.Run interoperability checks: 'Run an interoperability check on integrated systems. ' PRIVSET.SAN Administrator: 'As a SAN Administrator, you can create, update, delete and view the Managed SAN switch objects. The capability to view and execute workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' PRIVSET.SAN Connectivity policies: 'Manage storage area network (SAN) settings for servers. ' PRIVSET.SAN Operator: 'As a SAN Operator, you can view the Managed SAN switch objects. The capability to view workflows against the SAN switches is also granted. This role does not include the ability to claim a target. You must have a Device Technician, Device Administrator, or an Account Administrator role to claim a target. ' PRIVSET.SCU links: 'Manage server configuration utility (SCU) links. ' PRIVSET.SD Card policies: 'Configure the Cisco FlexFlash and FlexUtil Secure Digital (SD) cards for Cisco UCS servers. This policy specifies details of virtual drives on the SD cards and allows configuration in different modes such as Operating System Only, Utility Only, or Operating System + Utility modes. ' PRIVSET.SD card operations: 'Manage SD card operations like mounting and formatting. ' PRIVSET.SMTP policies: 'Set SMTP client preferences for outgoing communications on managed devices. ' PRIVSET.SNMP policies: 'Manage SNMP settings for sending alerts and traps from managed devices. ' PRIVSET.SSH policies: 'Manage access control and settings for Secure Shell (SSH) connections, allowing secure remote management. ' PRIVSET.SSL Certificates: 'As a user with access to SSL Certificates, you can view and manage the SSL certificates used for secure communications within the system. Note: This is a virtual appliance only privilege. ' PRIVSET.Save and clone explorations: 'Save or clone an existing exploration. ' PRIVSET.Scrub policies: 'As a Scrub Policy user, you can create, edit, delete, and manage virtual media policies, allowing you to configure and control remote media access for servers. ' PRIVSET.Security and privacy: 'Configure data collection and connection to Intersight. ' PRIVSET.Serial Over LAN policies: 'Manage remote access to the management console through the server''s management interface, facilitating troubleshooting and server management without a direct connection. ' PRIVSET.Server Administrator: 'As a Server Administrator, you can view and manage UCS Servers and Fabric Interconnects, view all the server and Fabric Interconnect dashboard widgets, perform server actions, view server details, launch management interfaces and the CLI, create and deploy server 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. ' PRIVSET.Server Profiles: 'A set of privileges that allows to manage server policies and server profiles. Server Policy Management privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to server policy management. ' PRIVSET.Server delete virtual drives: 'Remove virtual drives, managing storage volumes. ' PRIVSET.Server enable and disable vHBAs: 'Enable or disable vHBAs to control storage operations. ' PRIVSET.Server enable and disable vNICs: 'Enable or disable vNICs to manage network participation. ' PRIVSET.Server hard reset: 'Initiate a hard reset on servers, restarting hardware without a graceful shutdown. ' PRIVSET.Server power cycle: 'Perform a power cycle on servers, rebooting hardware. ' PRIVSET.Server power off: 'Safely power off servers, terminating operations. ' PRIVSET.Server power on: 'Initiate the power-on sequence for server activation. ' PRIVSET.Server reset vHBAs: 'Reset vHBAs to resolve issues or refresh state. ' PRIVSET.Server reset vNICs: 'Reset vNICs to resolve issues or refresh state. ' PRIVSET.Server secure erase drives: 'Perform a secure erase on drives, permanently removing data. ' PRIVSET.Server set drive states: 'Change drive states to control availability. ' PRIVSET.Server shutdown OS: 'Initiate a graceful shutdown, ensuring services close properly before powering down. ' PRIVSET.Servers: 'A set of privileges that allows the access to detailed server information and to perform server related actions. Servers privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to servers. ' PRIVSET.Service Designer: 'As a Service Designer, you can create tasks, workflows, custom datatypes, resource selection criteria, and use these building blocks to create service items. The service items are used to create resources with attributes in Intersight and associate with deploy, maintenance, and decommission actions on the resource. ' PRIVSET.Service Operator: 'As a Service Operator, you can view and update the catalog items, service items, and workflows. You can deploy these resources and validate the catalog or service items. ' PRIVSET.Sessions: 'Manage and view active sessions. ' PRIVSET.Set Fabric Interconnect user labels: 'Assign and manage user labels for Fabric Interconnect. ' PRIVSET.Set IMC certificates: 'Assign and manage integrated management controller (IMC) certificates on servers. ' PRIVSET.Set KMIP client certificates: 'Assign and manage key management interoperability protocol (KMIP) in Intersight for cryptographic keys and client certificates on servers. ' PRIVSET.Set and unset IP pool tags: 'Assign or unassign tags to IP address pools for categorization. ' PRIVSET.Set and unset chassis profile tags: 'As a Set or Unset chassis profile Tag user, you can apply tags to chassis profiles to categorize and manage them more effectively within your infrastructure. ' PRIVSET.Set and unset domain profile tags: 'As a Set or Unset Domain Profile Tag user, you can assign, update or remove tags on a chassis profile. ' PRIVSET.Set and unset server profile tags: 'As a Set Server or Unset Profile Tag user, you can assign, remove and manage tags for server profiles. This includes creating, updating, and ensuring tags are correctly applied for improved categorization and identification. ' PRIVSET.Set chassis profile user labels: 'Assign and manage user labels for chassis profiles. ' PRIVSET.Set chassis user labels: 'Assign and manage user labels for chassis. ' PRIVSET.Set domain profile user labels: 'Assign and manage user labels for domain profiles. ' PRIVSET.Set or Unset Fabric Interconnect Tag: 'As a Set or Unset Fabric Interconnect Tag user, you can assign, update or remove tags. ' PRIVSET.Set or Unset IQN Pool Tags: 'As a Set or Unset IQN Pool Tags user, you can assign tags to IQN pools or you can remove tags from IQN pools. ' PRIVSET.Set or Unset MAC Pool Tags: 'As a Set or Unset MAC Pool Tags user, you can assign tags to MAC address pools or you can remove tags from MAC address pools. ' PRIVSET.Set or Unset Resource Pool Tags: 'As a Set or Unset Resource Pool Tags user, you can assign tags to resource pools or you can remove tags from resource pools. ' PRIVSET.Set or Unset Server Tag: 'As a Set or unset Server Tag user, you can assign, remove and manage tags for servers. ' PRIVSET.Set or Unset UUID Pool Tags: 'As a Set or Unset UUID Pool Tags user, you can assign tags to UUID pools or you can remove tags from UUID pools. ' PRIVSET.Set or Unset chassis Tag: 'As a Set or Unset chassis Tag user, you can assign update or remove tags on a chassis for better identification and management. ' PRIVSET.Set or unset WWNN or WWPN pool tags: 'Set or remove unique IDs for Fibre Channel resources on a server. ' PRIVSET.Set server asset tags: 'Assign and manage asset tags for servers. ' PRIVSET.Set server license tiers: 'Assign and manage Intersight license tiers for servers. ' PRIVSET.Set server profile user labels: 'Assign and manage user labels for server profiles. ' PRIVSET.Set server user labels: 'Assign and manage user labels for servers. ' PRIVSET.Single sign-on: 'Manage single sign-on (SSO) integrations and authentication methods for seamless access to multiple applications. ' PRIVSET.Soft stop VMs: 'Perform a soft stop on a virtual machine (VM). ' PRIVSET.Software repository: 'Manage the software repository. ' PRIVSET.Start and resume VMs: 'Start or resume a virtual machine (VM). ' PRIVSET.Stop VMs: 'Stop a virtual machine (VM). ' PRIVSET.Storage Administrator: 'As a Storage Administrator, a user can view and manage Storage devices, view and execute workflows and view all the storage dashboard widgets. This privilege 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. ' PRIVSET.Storage Arrays: 'A set of privileges that allows the access to detailed storage array information and to perform storage array related actions. Storage Arrays privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to storage arrays. ' PRIVSET.Storage policies: 'Manage storage resources (such as local drives, RAID configurations, and external storage). ' PRIVSET.Support: 'Download server event logs, rediscover servers and chassis, control server and chassis locator LEDs, and start server alarm suppression in Intersight Infrastructure Services. ' 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. ' PRIVSET.Support chassis: 'Perform chassis support functions such as diagnostics, troubleshooting, and managing chassis health. ' PRIVSET.Support domains: 'Perform domain support functions such as diagnostics, troubleshooting, and managing domain health. ' PRIVSET.Support servers: 'Perform server support functions such as diagnostics, troubleshooting, and managing server health. ' PRIVSET.Suspend VMs: 'Suspend a virtual machine (VM). ' PRIVSET.Sustainability Metrics Viewer: 'As a Sustainability Metrics Viewer user, you have read access to the Energy Management Capability (EMC) features and the ability register an OAuth2 application for programmatic access to the APIs. ' PRIVSET.Switch Control policies: 'Configure changes on the Fabric Interconnects for transitioning between in-host and switching modes, enabling VLAN Port optimization and managing system VLAN settings. ' PRIVSET.Switch Profiles: 'A set of privileges that allows to manage Switch Profiles and Network configuration policies. ' PRIVSET.Switch to Self Signed CSR: 'As a user with the ability to switch to self-signed Certificate Signing Requests (CSR), you can change the configuration to use self-signed certificates for secure communications. Note: This is a virtual appliance only privilege. ' PRIVSET.Sync Smart Licensing: 'Manage and track Cisco licenses directly from the Intersight platform to ensure seamless monitoring of compliance and usage. ' PRIVSET.Syslog policies: 'Manage local and remote logging capabilities. ' PRIVSET.System Administration: 'System related settings of Intersight Infrastructure Services. (Selecting any privilege under this hierarchy will change the scope of privilege set to ''All'' and can not be used for ''Organization'' scope in Role creation.) ' PRIVSET.System QoS policies: 'Configure network traffic prioritization by assigning system classes for individual vNICs. ' PRIVSET.Tag Management: 'Users can view and manage tag definitions. This role provides tag management privileges to an user. ' PRIVSET.Tech support bundles: 'Manage and configure tech support bundles. ' PRIVSET.Telemetry: 'A set of privileges that allows to access to telemetry data. Telemetry privilege set is the top level privilege set of other privilege set(s) which are mapped to privileges related to Telemetry. View Telemetry allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying). Manage Telemetry allows [READ of broker information](http://druid.io/docs/latest/operations/api-reference.html#broker). ' PRIVSET.Terminate VMs: 'Terminate a virtual machine (VM). ' PRIVSET.Terminate sessions: 'Terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight. ' PRIVSET.Thermal policies: 'Set the fan control mode. ' PRIVSET.Traffic mirroring SPAN session: 'As a Manage Traffic Mirroring Sessions user, you can set up and control traffic mirroring sessions to capture and analyze network traffic for monitoring, troubleshooting, or performance analysis. ' PRIVSET.Trusted certificates: 'Manage trusted certificates for secure communications. ' PRIVSET.Turn Fabric Extender locator LED on and off: 'Turn on or off the LED locator on the selected FEX. ' PRIVSET.Turn chassis locator LEDs on and off: 'Toggle the locator LED on or off for the chassis to visually locate it within a rack or data center for maintenance. ' PRIVSET.Turn server locator LEDs on and off: 'Toggle the locator LED on or off to visually locate the server within a rack or data center for maintenance. ' 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. ' PRIVSET.Unassign chassis profiles: 'Remove domain profiles from servers, disconnecting settings. ' PRIVSET.Unassign domain profiles: 'Remove domain profiles, disconnecting server settings. ' PRIVSET.Unassign server profiles: 'Unassign the server from the profile. ' PRIVSET.Unclaim device connector: 'Remove the association of a device connector from its current claim to allow reconfiguration or reassignment to a different system or user. Note: This is a virtual appliance only privilege. ' PRIVSET.Unclaim targets: 'Remove a target from the system''s management or monitoring scope. ' PRIVSET.Unified Edge: 'A set of privileges that allows to perform operations related to Unified Edge chassis. ' PRIVSET.Unified Edge Administrator: 'As a Unified Edge Administrator, you can view and manage Switch Profiles and Network Configuration Policies, view Unified Edge 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. ' PRIVSET.Unified Edge Profiles: 'A set of privileges that allows to manage Unified Edge Profiles, Network and Chassis configuration policies. ' PRIVSET.Unlock and lock front panels: 'Control access to the server''s front panel. ' PRIVSET.Unlock disks: 'Unlock encrypted disks to grant data access. ' PRIVSET.Update reserved licenses: 'Reserve licenses again and generate a new authorization code in Smart Licensing Manager. Note: This is a virtual appliance only privilege. ' PRIVSET.Upgrade chassis firmware: 'Update the firmware of a chassis. ' PRIVSET.Upgrade domain firmware: 'Update the firmware for a Domain. ' PRIVSET.Upgrade server firmware: 'Disconnect the server from the network, erase all data, and update inventory records to reflect the change. ' PRIVSET.User Access Administrator: 'As a User Access Administrator, you can add and manage Users and Groups in Intersight, view account details and audit logs, manage the IdPs, roles, sessions and API keys for non Account Administrator users. However, you cannot claim a device or perform any management tasks in Intersight. You cannot add or manage a user with Account Administrator role. ' PRIVSET.VLAN policies: 'Set up network segmentation by defining VLANs specific to organizations. ' PRIVSET.VSAN policies: 'Configure Virtual Storage Area Networks (VSANs) on fabric fibre channel uplinks. ' PRIVSET.Verify domain names: 'Perform checks and validations on domain names to ensure correctness and functionality for network addressing and resource identification. ' PRIVSET.View Access and Permissions: 'View access control rules and permissions. ' PRIVSET.View Approval Requests: 'View Approval Requests ' PRIVSET.View Audit Logs: 'View audit logs. ' PRIVSET.View Datacenters: 'View and monitor datacenters. ' PRIVSET.View Devices: 'A set of privileges that allows read access to devices. ' PRIVSET.View Exports: 'A set of privileges that allow users to view export operations. ' PRIVSET.View Fabric Interconnects: 'View Fabric Interconnects. ' PRIVSET.View Functions: 'A set of privileges that allows the users to view serverless functions. ' PRIVSET.View HCI Clusters: 'View HyperConverged Infrastructure Clusters. ' PRIVSET.View HyperFlex Cluster Profiles: 'View HyperFlex Cluster Profiles. ' PRIVSET.View HyperFlex Clusters: 'View HyperFlex Clusters. ' PRIVSET.View Hypervisors: 'A set of privileges that allow users to view hypervisor and virtual machines related inventory and dashboards. ' PRIVSET.View Imports: 'A set of privileges that allow users to view the import operations. ' PRIVSET.View Language Runtimes: 'A set of privileges that allows the users to view language runtimes for serverless functions. ' PRIVSET.View Licensing Status: 'View Licensing Status ' PRIVSET.View Network Switches: 'A set of privileges that allow the users to view the network switches. ' PRIVSET.View Nexus Config: 'A set of privileges that allows users to view their site templates and policies. ' PRIVSET.View Nexus Reports: 'A set of privileges that allow the users to view nexus reports. ' PRIVSET.View Nexus Sites: 'A set of privileges that allows users to view their onboarded sites and status. ' PRIVSET.View Organizations: 'View Organizations ' PRIVSET.View SAN Switches: 'A set of privileges that allow the users to view the SAN switches. ' PRIVSET.View Server Profiles: 'View server profiles. ' PRIVSET.View Servers: 'View Servers. ' PRIVSET.View Storage Arrays: 'A set of privileges that allow the users to view storage related inventory and dashboards. ' PRIVSET.View Switch Profiles: 'View Switch Profiles. ' PRIVSET.View Telemetry: 'allows [POST of a Druid query](http://druid.io/docs/latest/querying/querying). ' PRIVSET.View Unified Edge: 'View Unified Edge. ' PRIVSET.View Unified Edge Profiles: 'View Unified Edge Profiles. ' PRIVSET.View Workflow Definitions: 'A set of privileges that allow the users to view the workflow, task and custom data type definitions. ' PRIVSET.View Workflow Executions: 'A set of privileges that allow the users to view the running instances of the workflows. ' PRIVSET.View Workload Definitions: 'A set of privileges that allow the users to view workload definitions. ' PRIVSET.View Workload Deployments: 'A set of privileges that allow the users to view workload deployments. ' PRIVSET.View clusters: 'View and monitor clusters. ' PRIVSET.View datastore clusters: 'View and monitor datastore clusters. ' PRIVSET.View datastores: 'View and monitor datastores. ' PRIVSET.View sessions: 'View and terminate active vKVM, Tunneled vKVM, and VMRC console sessions launched from Intersight, and view session history. ' PRIVSET.View virtual machine templates: 'Manage and configure virtual machine (VM) templates. ' PRIVSET.Virtual KVM policies: 'Attach/detach Virtual KVM policies. ' PRIVSET.Virtual Media policies: 'Enable the virtual media service on the endpoint, encryption of all communications and low power USB. ' PRIVSET.Virtual appliance licensing: 'Manage the licensing for virtual appliance (VA). Learn more, Introduction to Licensing. Note: This is a virtual appliance only privilege. ' PRIVSET.Virtual machines: 'Manage and configure virtual machines (VMs). ' PRIVSET.Virtualization Administrator: 'As a Virtualization Administrator, a user can view and manage hypervisor resources, view and execute workflows. This privilege 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. ' PRIVSET.Virtualization hosts: 'Manage and configure virtualization hosts. ' PRIVSET.Withdraw Approvals: 'Withdraw Approvals ' PRIVSET.Workflow Designer: 'As a Workflow Designer, you can define workflow definitions and custom data types, view workflow definitions, task definitions and custom data types, execute workflows and view workflow executions. ' PRIVSET.Workload Administrator: "As a Workload Administrator, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. You can also define workload deployments using Workload Definitions and deploy workloads \nto target devices.\n" PRIVSET.Workload Designer: "As a Workload Designer, you can define workload definitions using Blueprints and underlying ServiceItems \nand workflow definitions. \n" PRIVSET.Workload Operator: "As a Workload Operator, you can define workload deployments using Workload Definitions and deploy workloads \nto target devices.\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, run plans for workload optimization. ' PRIVSET.Workload Optimizer Automator: 'As a Workload Optimizer Automator, you can view workload optimization state, recommended actions, run plans for workload optimization, execute workload optimization actions, and deploy workloads. ' 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. ' PRIVSET.iSCSI Adapter policies: 'Configure settings for iSCSI traffic management, including TCP Connection Timeout, DHCP Timeout, and Retry Count for busy LUN IDs, optimizing iSCSI boot configurations. ' PRIVSET.iSCSI Boot policies: 'Configure settings required to enable a server to boot from an iSCSI-based storage device. ' PRIVSET.iSCSI Static Target policies: 'Define static iSCSI target configuration settings for servers that need to connect to specific storage devices over the iSCSI protocol. ' 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. ' 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.apiproxy.AllowList: Read a 'apiproxy.AllowList' resource. READ.appliance.AppOpStatus: Read a 'appliance.AppOpStatus' resource. READ.appliance.AppStatus: Read a 'appliance.AppStatus' resource. READ.appliance.AutoRmaPolicy: Read 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.BackupDownload: Read a 'appliance.BackupDownload' 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.ClusterWorkerNode: Create a 'appliance.ClusterWorkerNode' resource. READ.appliance.ClusterWorkerNode: Read a 'appliance.ClusterWorkerNode' resource. UPDATE.appliance.ClusterWorkerNode: Update a 'appliance.ClusterWorkerNode' resource. CREATE.appliance.ClusterWorkerNodeReplace: Create a 'appliance.ClusterWorkerNodeReplace' resource. CREATE.appliance.ClusterWorkerNodeReuse: Create a 'appliance.ClusterWorkerNodeReuse' resource. READ.appliance.CpuUtilization: Read a 'appliance.CpuUtilization' 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.DeviceState: Read a 'appliance.DeviceState' 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.FileSystemOpSummary: Read a 'appliance.FileSystemOpSummary' resource. READ.appliance.FileSystemStatus: Read a 'appliance.FileSystemStatus' resource. READ.appliance.FileSystemTelemetry: Read a 'appliance.FileSystemTelemetry' resource. CREATE.appliance.FqdnUpdate: Create a 'appliance.FqdnUpdate' resource. READ.appliance.FqdnUpdate: Read a 'appliance.FqdnUpdate' resource. UPDATE.appliance.FqdnUpdate: Update a 'appliance.FqdnUpdate' 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.MemoryUtilization: Read a 'appliance.MemoryUtilization' 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.MetricsIngestionUtilization: Read a 'appliance.MetricsIngestionUtilization' resource. READ.appliance.NetworkLinkStatus: Read a 'appliance.NetworkLinkStatus' resource. READ.appliance.NodeInfo: Read a 'appliance.NodeInfo' resource. READ.appliance.NodeIopsMetric: Read a 'appliance.NodeIopsMetric' resource. READ.appliance.NodeOpStatus: Read a 'appliance.NodeOpStatus' resource. READ.appliance.NodeStatus: Read a 'appliance.NodeStatus' resource. READ.appliance.NodeTelemetry: Read a 'appliance.NodeTelemetry' 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. READ.appliance.UpgradeTracker: Read a 'appliance.UpgradeTracker' resource. CREATE.asset.ClaimToken: Create a 'asset.ClaimToken' resource. DELETE.asset.ClaimToken: Delete a 'asset.ClaimToken' resource. READ.asset.ClaimToken: Read a 'asset.ClaimToken' resource. READ.asset.ClusterMember: Read a 'asset.ClusterMember' resource. READ.asset.Deployment: Read a 'asset.Deployment' 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. READ.asset.DeviceContractInformation: Read a 'asset.DeviceContractInformation' resource. UPDATE.asset.DeviceContractInformation: Update a 'asset.DeviceContractInformation' resource. CREATE.asset.DeviceContractNotification: Create a 'asset.DeviceContractNotification' resource. 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. CREATE.asset.GeoLocation: Create a 'asset.GeoLocation' resource. DELETE.asset.GeoLocation: Delete a 'asset.GeoLocation' resource. READ.asset.GeoLocation: Read a 'asset.GeoLocation' resource. UPDATE.asset.GeoLocation: Update a 'asset.GeoLocation' resource. CREATE.asset.PreClaim: Create a 'asset.PreClaim' resource. UPDATE.asset.PreClaim: Update a 'asset.PreClaim' resource. READ.asset.Subscription: Read a 'asset.Subscription' 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. CREATE.auditd.Policy: Create a 'auditd.Policy' resource. DELETE.auditd.Policy: Delete a 'auditd.Policy' resource. READ.auditd.Policy: Read a 'auditd.Policy' resource. UPDATE.auditd.Policy: Update a 'auditd.Policy' 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. READ.capability.ActionsMetaData: Read a 'capability.ActionsMetaData' resource. READ.capability.AdapterDeprecatedDef: Read a 'capability.AdapterDeprecatedDef' resource. READ.capability.AdapterFirmwareRequirement: Read a 'capability.AdapterFirmwareRequirement' resource. READ.capability.AdapterUnitDescriptor: Read a 'capability.AdapterUnitDescriptor' resource. READ.capability.AdapterUpdateConstraintMeta: Read a 'capability.AdapterUpdateConstraintMeta' resource. READ.capability.AdapterUpgradeSupportMeta: Read a 'capability.AdapterUpgradeSupportMeta' resource. READ.capability.BiosTokens: Read a 'capability.BiosTokens' resource. READ.capability.Catalog: Read a 'capability.Catalog' resource. READ.capability.ChassisDescriptor: Read a 'capability.ChassisDescriptor' resource. READ.capability.ChassisManufacturingDef: Read a 'capability.ChassisManufacturingDef' resource. READ.capability.ChassisUpgradeSupportMeta: Read a 'capability.ChassisUpgradeSupportMeta' resource. READ.capability.CimcFirmwareDescriptor: Read a 'capability.CimcFirmwareDescriptor' resource. READ.capability.CpuEndpointDescriptor: Read a 'capability.CpuEndpointDescriptor' resource. READ.capability.DimmsEndpointDescriptor: Read a 'capability.DimmsEndpointDescriptor' resource. READ.capability.DomainPolicyRequirement: Read a 'capability.DomainPolicyRequirement' resource. READ.capability.DrivesEndpointDescriptor: Read a 'capability.DrivesEndpointDescriptor' resource. READ.capability.EquipmentPhysicalDef: Read a 'capability.EquipmentPhysicalDef' resource. READ.capability.EquipmentSlotArray: Read a 'capability.EquipmentSlotArray' resource. READ.capability.FanModuleDescriptor: Read a 'capability.FanModuleDescriptor' resource. READ.capability.FanModuleManufacturingDef: Read a 'capability.FanModuleManufacturingDef' resource. READ.capability.FexCapabilityDef: Read a 'capability.FexCapabilityDef' resource. READ.capability.FexDescriptor: Read a 'capability.FexDescriptor' resource. READ.capability.FexManufacturingDef: Read a 'capability.FexManufacturingDef' resource. READ.capability.FexSupportMeta: Read a 'capability.FexSupportMeta' resource. READ.capability.GpuEndpointDescriptor: Read a 'capability.GpuEndpointDescriptor' resource. READ.capability.HsuIsoFileSupportMeta: Read a 'capability.HsuIsoFileSupportMeta' resource. READ.capability.IoCardCapabilityDef: Read a 'capability.IoCardCapabilityDef' resource. READ.capability.IoCardDescriptor: Read a 'capability.IoCardDescriptor' resource. READ.capability.IoCardManufacturingDef: Read a 'capability.IoCardManufacturingDef' resource. READ.capability.IomUpgradeSupportMeta: Read a 'capability.IomUpgradeSupportMeta' resource. READ.capability.NetworkEquipmentPowerDef: Read a 'capability.NetworkEquipmentPowerDef' resource. READ.capability.PolicyConstants: Read a 'capability.PolicyConstants' resource. READ.capability.PortGroupAggregationDef: Read a 'capability.PortGroupAggregationDef' resource. READ.capability.ProcessorUnitUpdateConstraintMeta: Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource. READ.capability.PsuDescriptor: Read a 'capability.PsuDescriptor' resource. READ.capability.PsuManufacturingDef: Read a 'capability.PsuManufacturingDef' resource. READ.capability.ServerActionsMeta: Read a 'capability.ServerActionsMeta' resource. READ.capability.ServerDescriptor: Read a 'capability.ServerDescriptor' resource. READ.capability.ServerModelsCapabilityDef: Read a 'capability.ServerModelsCapabilityDef' resource. READ.capability.ServerPcieConnectivityCatalog: Read a 'capability.ServerPcieConnectivityCatalog' resource. READ.capability.ServerSchemaDescriptor: Read a 'capability.ServerSchemaDescriptor' resource. READ.capability.ServerTopologyMap: Read a 'capability.ServerTopologyMap' resource. READ.capability.ServerUpgradeSupportMeta: Read a 'capability.ServerUpgradeSupportMeta' resource. READ.capability.SiocModuleCapabilityDef: Read a 'capability.SiocModuleCapabilityDef' resource. READ.capability.SiocModuleDescriptor: Read a 'capability.SiocModuleDescriptor' resource. READ.capability.SiocModuleManufacturingDef: Read a 'capability.SiocModuleManufacturingDef' resource. READ.capability.StandardRedfishSupportMeta: Read a 'capability.StandardRedfishSupportMeta' resource. READ.capability.StorageControllerUpdateConstraintMeta: Read a 'capability.StorageControllerUpdateConstraintMeta' resource. READ.capability.StorageControllersMetaData: Read a 'capability.StorageControllersMetaData' resource. READ.capability.SwitchCapability: Read a 'capability.SwitchCapability' resource. READ.capability.SwitchDescriptor: Read a 'capability.SwitchDescriptor' resource. READ.capability.SwitchEquipmentInfo: Read a 'capability.SwitchEquipmentInfo' resource. READ.capability.SwitchManufacturingDef: Read a 'capability.SwitchManufacturingDef' resource. READ.capability.SwitchUpgradeSupportMeta: Read a 'capability.SwitchUpgradeSupportMeta' resource. READ.capability.TemplateCatalog: Read a 'capability.TemplateCatalog' resource. READ.capability.TimeZoneMetaData: Read a 'capability.TimeZoneMetaData' resource. READ.capability.UpdateOrderMeta: Read a 'capability.UpdateOrderMeta' resource. READ.capability.VicDescriptor: Read a 'capability.VicDescriptor' resource. READ.catalystsdwan.ConfigGroup: Read a 'catalystsdwan.ConfigGroup' resource. READ.catalystsdwan.Interface: Read a 'catalystsdwan.Interface' resource. READ.catalystsdwan.PhysicalPort: Read a 'catalystsdwan.PhysicalPort' resource. READ.catalystsdwan.PolicyGroup: Read a 'catalystsdwan.PolicyGroup' resource. READ.catalystsdwan.PortChannel: Read a 'catalystsdwan.PortChannel' resource. READ.catalystsdwan.VedgeDevice: Read a 'catalystsdwan.VedgeDevice' resource. READ.catalystsdwan.Vlan: Read a 'catalystsdwan.Vlan' resource. READ.catalystsdwan.WanEdgeDevice: Read a 'catalystsdwan.WanEdgeDevice' 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. CREATE.cli.CliPolicy: Create a 'cli.CliPolicy' resource. DELETE.cli.CliPolicy: Delete a 'cli.CliPolicy' resource. READ.cli.CliPolicy: Read a 'cli.CliPolicy' resource. UPDATE.cli.CliPolicy: Update a 'cli.CliPolicy' resource. CREATE.cloud.CollectInventory: Create a 'cloud.CollectInventory' 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. CREATE.comm.TagDefinition: Create a 'comm.TagDefinition' resource. DELETE.comm.TagDefinition: Delete a 'comm.TagDefinition' resource. READ.comm.TagDefinition: Read a 'comm.TagDefinition' resource. UPDATE.comm.TagDefinition: Update a 'comm.TagDefinition' 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.DownloadStatus: Read a 'compute.DownloadStatus' resource. CREATE.compute.HostUtilityOperation: Create a 'compute.HostUtilityOperation' resource. READ.compute.HostUtilityOperation: Read a 'compute.HostUtilityOperation' resource. READ.compute.Mapping: Read a 'compute.Mapping' resource. UPDATE.compute.Mapping: Update a 'compute.Mapping' resource. CREATE.compute.PcieConnectivityPolicy: Create a 'compute.PcieConnectivityPolicy' resource. DELETE.compute.PcieConnectivityPolicy: Delete a 'compute.PcieConnectivityPolicy' resource. READ.compute.PcieConnectivityPolicy: Read a 'compute.PcieConnectivityPolicy' resource. UPDATE.compute.PcieConnectivityPolicy: Update a 'compute.PcieConnectivityPolicy' resource. READ.compute.PcieConnectivityPolicyInventory: Read a 'compute.PcieConnectivityPolicyInventory' 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. CREATE.compute.ScrubPolicy: Create a 'compute.ScrubPolicy' resource. DELETE.compute.ScrubPolicy: Delete a 'compute.ScrubPolicy' resource. READ.compute.ScrubPolicy: Read a 'compute.ScrubPolicy' resource. UPDATE.compute.ScrubPolicy: Update a 'compute.ScrubPolicy' resource. READ.compute.ServerIdPool: Read a 'compute.ServerIdPool' resource. READ.compute.ServerPowerParameters: Read a 'compute.ServerPowerParameters' 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.AlarmRule: Create a 'cond.AlarmRule' resource. DELETE.cond.AlarmRule: Delete a 'cond.AlarmRule' resource. READ.cond.AlarmRule: Read a 'cond.AlarmRule' resource. UPDATE.cond.AlarmRule: Update a 'cond.AlarmRule' 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. CREATE.cond.AlarmSuppressionDryRun: Create a 'cond.AlarmSuppressionDryRun' resource. CREATE.cond.CustomHclBaseline: Create a 'cond.CustomHclBaseline' resource. DELETE.cond.CustomHclBaseline: Delete a 'cond.CustomHclBaseline' resource. READ.cond.CustomHclBaseline: Read a 'cond.CustomHclBaseline' resource. UPDATE.cond.CustomHclBaseline: Update a 'cond.CustomHclBaseline' resource. CREATE.cond.CustomHclStatus: Create a 'cond.CustomHclStatus' resource. READ.cond.CustomHclStatus: Read a 'cond.CustomHclStatus' resource. READ.cond.HclStatus: Read a 'cond.HclStatus' resource. READ.cond.HclStatusDetail: Read a 'cond.HclStatusDetail' resource. CREATE.cond.HclStatusJob: Create a 'cond.HclStatusJob' resource. READ.cond.HclStatusJob: Read a 'cond.HclStatusJob' resource. CREATE.cond.ThresholdDefinition: Create a 'cond.ThresholdDefinition' resource. DELETE.cond.ThresholdDefinition: Delete a 'cond.ThresholdDefinition' resource. READ.cond.ThresholdDefinition: Read a 'cond.ThresholdDefinition' resource. UPDATE.cond.ThresholdDefinition: Update a 'cond.ThresholdDefinition' 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. DELETE.coremanagement.CoreFile: Delete a 'coremanagement.CoreFile' resource. READ.coremanagement.CoreFile: Read a 'coremanagement.CoreFile' resource. UPDATE.coremanagement.CoreFile: Update a 'coremanagement.CoreFile' resource. READ.coremanagement.Download: Read a 'coremanagement.Download' 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. CREATE.energy.DailyMetrics: Create a 'energy.DailyMetrics' resource. CREATE.energy.Metrics: Create a 'energy.Metrics' resource. READ.equipment.Chassis: Read a 'equipment.Chassis' resource. UPDATE.equipment.Chassis: Update a 'equipment.Chassis' resource. READ.equipment.ChassisController: Read a 'equipment.ChassisController' resource. UPDATE.equipment.ChassisController: Update a 'equipment.ChassisController' 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.EnclosureElement: Read a 'equipment.EnclosureElement' resource. UPDATE.equipment.EnclosureElement: Update a 'equipment.EnclosureElement' 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.ExpanderModuleIdentity: Read a 'equipment.ExpanderModuleIdentity' resource. UPDATE.equipment.ExpanderModuleIdentity: Update a 'equipment.ExpanderModuleIdentity' resource. READ.equipment.ExpanderModuleOperation: Read a 'equipment.ExpanderModuleOperation' resource. UPDATE.equipment.ExpanderModuleOperation: Update a 'equipment.ExpanderModuleOperation' 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.Interconnect: Read a 'equipment.Interconnect' 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.Riser: Read a 'equipment.Riser' resource. READ.equipment.Sensor: Read a 'equipment.Sensor' resource. READ.equipment.SharedAdapterUnit: Read a 'equipment.SharedAdapterUnit' resource. READ.equipment.SharedGraphicsCard: Read a 'equipment.SharedGraphicsCard' 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.InterSwitchPort: Read a 'ether.InterSwitchPort' resource. READ.ether.LanPort: Read a 'ether.LanPort' 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.MacSecPolicy: Create a 'fabric.MacSecPolicy' resource. DELETE.fabric.MacSecPolicy: Delete a 'fabric.MacSecPolicy' resource. READ.fabric.MacSecPolicy: Read a 'fabric.MacSecPolicy' resource. UPDATE.fabric.MacSecPolicy: Update a 'fabric.MacSecPolicy' 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. CREATE.fabric.NetFlowExporter: Create a 'fabric.NetFlowExporter' resource. DELETE.fabric.NetFlowExporter: Delete a 'fabric.NetFlowExporter' resource. READ.fabric.NetFlowExporter: Read a 'fabric.NetFlowExporter' resource. UPDATE.fabric.NetFlowExporter: Update a 'fabric.NetFlowExporter' resource. CREATE.fabric.NetFlowMonitor: Create a 'fabric.NetFlowMonitor' resource. DELETE.fabric.NetFlowMonitor: Delete a 'fabric.NetFlowMonitor' resource. READ.fabric.NetFlowMonitor: Read a 'fabric.NetFlowMonitor' resource. UPDATE.fabric.NetFlowMonitor: Update a 'fabric.NetFlowMonitor' resource. CREATE.fabric.NetFlowPolicy: Create a 'fabric.NetFlowPolicy' resource. DELETE.fabric.NetFlowPolicy: Delete a 'fabric.NetFlowPolicy' resource. READ.fabric.NetFlowPolicy: Read a 'fabric.NetFlowPolicy' resource. UPDATE.fabric.NetFlowPolicy: Update a 'fabric.NetFlowPolicy' resource. CREATE.fabric.NetFlowRecord: Create a 'fabric.NetFlowRecord' resource. DELETE.fabric.NetFlowRecord: Delete a 'fabric.NetFlowRecord' resource. READ.fabric.NetFlowRecord: Read a 'fabric.NetFlowRecord' resource. UPDATE.fabric.NetFlowRecord: Update a 'fabric.NetFlowRecord' 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.SecureRouterRole: Create a 'fabric.SecureRouterRole' resource. DELETE.fabric.SecureRouterRole: Delete a 'fabric.SecureRouterRole' resource. READ.fabric.SecureRouterRole: Read a 'fabric.SecureRouterRole' resource. UPDATE.fabric.SecureRouterRole: Update a 'fabric.SecureRouterRole' 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.SpanDestEthPort: Create a 'fabric.SpanDestEthPort' resource. DELETE.fabric.SpanDestEthPort: Delete a 'fabric.SpanDestEthPort' resource. READ.fabric.SpanDestEthPort: Read a 'fabric.SpanDestEthPort' resource. UPDATE.fabric.SpanDestEthPort: Update a 'fabric.SpanDestEthPort' resource. CREATE.fabric.SpanSession: Create a 'fabric.SpanSession' resource. DELETE.fabric.SpanSession: Delete a 'fabric.SpanSession' resource. READ.fabric.SpanSession: Read a 'fabric.SpanSession' resource. UPDATE.fabric.SpanSession: Update a 'fabric.SpanSession' resource. CREATE.fabric.SpanSourceEthPort: Create a 'fabric.SpanSourceEthPort' resource. DELETE.fabric.SpanSourceEthPort: Delete a 'fabric.SpanSourceEthPort' resource. READ.fabric.SpanSourceEthPort: Read a 'fabric.SpanSourceEthPort' resource. CREATE.fabric.SpanSourceEthPortChannel: Create a 'fabric.SpanSourceEthPortChannel' resource. DELETE.fabric.SpanSourceEthPortChannel: Delete a 'fabric.SpanSourceEthPortChannel' resource. READ.fabric.SpanSourceEthPortChannel: Read a 'fabric.SpanSourceEthPortChannel' resource. CREATE.fabric.SpanSourceVlan: Create a 'fabric.SpanSourceVlan' resource. DELETE.fabric.SpanSourceVlan: Delete a 'fabric.SpanSourceVlan' resource. READ.fabric.SpanSourceVlan: Read a 'fabric.SpanSourceVlan' resource. CREATE.fabric.SpanSourceVnicEthIf: Create a 'fabric.SpanSourceVnicEthIf' resource. DELETE.fabric.SpanSourceVnicEthIf: Delete a 'fabric.SpanSourceVnicEthIf' resource. READ.fabric.SpanSourceVnicEthIf: Read a 'fabric.SpanSourceVnicEthIf' 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. UPDATE.fcpool.Reservation: Update 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. READ.firmware.BiosDescriptor: Read a 'firmware.BiosDescriptor' resource. READ.firmware.BoardControllerDescriptor: Read 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. READ.firmware.CimcDescriptor: Read a 'firmware.CimcDescriptor' resource. READ.firmware.DimmDescriptor: Read 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. READ.firmware.DriveDescriptor: Read 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. READ.firmware.GpuDescriptor: Read a 'firmware.GpuDescriptor' resource. READ.firmware.HbaDescriptor: Read a 'firmware.HbaDescriptor' resource. READ.firmware.IomDescriptor: Read a 'firmware.IomDescriptor' resource. READ.firmware.MswitchDescriptor: Read a 'firmware.MswitchDescriptor' resource. READ.firmware.NxosDescriptor: Read a 'firmware.NxosDescriptor' resource. CREATE.firmware.PciNodeUpgrade: Create a 'firmware.PciNodeUpgrade' resource. DELETE.firmware.PciNodeUpgrade: Delete a 'firmware.PciNodeUpgrade' resource. READ.firmware.PciNodeUpgrade: Read a 'firmware.PciNodeUpgrade' resource. READ.firmware.PcieDescriptor: Read 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. READ.firmware.PsuDescriptor: Read a 'firmware.PsuDescriptor' resource. READ.firmware.PsxDescriptor: Read a 'firmware.PsxDescriptor' resource. READ.firmware.RunningFirmware: Read a 'firmware.RunningFirmware' resource. UPDATE.firmware.RunningFirmware: Update a 'firmware.RunningFirmware' resource. READ.firmware.SasExpanderDescriptor: Read a 'firmware.SasExpanderDescriptor' resource. CREATE.firmware.SecureRouterUpgrade: Create a 'firmware.SecureRouterUpgrade' resource. DELETE.firmware.SecureRouterUpgrade: Delete a 'firmware.SecureRouterUpgrade' resource. READ.firmware.SecureRouterUpgrade: Read a 'firmware.SecureRouterUpgrade' 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. READ.firmware.StorageControllerDescriptor: Read 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. READ.hci.AhvVm: Read a 'hci.AhvVm' resource. UPDATE.hci.AhvVm: Update a 'hci.AhvVm' resource. READ.hci.AhvVmDisk: Read a 'hci.AhvVmDisk' resource. READ.hci.AhvVmGpu: Read a 'hci.AhvVmGpu' resource. READ.hci.AhvVmNic: Read a 'hci.AhvVmNic' resource. READ.hci.Alarm: Read a 'hci.Alarm' resource. READ.hci.Cluster: Read a 'hci.Cluster' resource. UPDATE.hci.Cluster: Update a 'hci.Cluster' resource. READ.hci.ClusterOperation: Read a 'hci.ClusterOperation' resource. UPDATE.hci.ClusterOperation: Update a 'hci.ClusterOperation' resource. READ.hci.Compliance: Read a 'hci.Compliance' resource. READ.hci.Disk: Read a 'hci.Disk' resource. READ.hci.DomainManager: Read a 'hci.DomainManager' resource. READ.hci.Entitlement: Read a 'hci.Entitlement' resource. READ.hci.EsxiVm: Read a 'hci.EsxiVm' resource. UPDATE.hci.EsxiVm: Update a 'hci.EsxiVm' resource. READ.hci.EsxiVmDisk: Read a 'hci.EsxiVmDisk' resource. READ.hci.EsxiVmNic: Read a 'hci.EsxiVmNic' resource. READ.hci.ExternalStorage: Read a 'hci.ExternalStorage' resource. READ.hci.Gpu: Read a 'hci.Gpu' resource. READ.hci.License: Read a 'hci.License' resource. READ.hci.NccCheckPolicy: Read a 'hci.NccCheckPolicy' resource. READ.hci.Node: Read a 'hci.Node' resource. UPDATE.hci.Node: Update a 'hci.Node' resource. READ.hci.PhysicalGpu: Read a 'hci.PhysicalGpu' resource. READ.hci.StorageContainer: Read a 'hci.StorageContainer' resource. READ.hci.Violation: Read a 'hci.Violation' resource. READ.hci.VirtualGpu: Read a 'hci.VirtualGpu' resource. CREATE.hcl.CompatibilityStatus: Create a 'hcl.CompatibilityStatus' resource. READ.hcl.DataImportLog: Read a 'hcl.DataImportLog' 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. READ.hcl.HyperflexSoftwareCompatibilityInfo: Read a 'hcl.HyperflexSoftwareCompatibilityInfo' resource. READ.hcl.OperatingSystem: Read a 'hcl.OperatingSystem' resource. READ.hcl.OperatingSystemVendor: Read a 'hcl.OperatingSystemVendor' resource. READ.hcl.ServerCatalog: Read a 'hcl.ServerCatalog' 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. READ.hyperflex.AppCatalog: Read 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. 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. READ.hyperflex.FeatureLimitExternal: Read a 'hyperflex.FeatureLimitExternal' resource. READ.hyperflex.FeatureLimitInternal: Read a 'hyperflex.FeatureLimitInternal' resource. READ.hyperflex.Health: Read a 'hyperflex.Health' resource. READ.hyperflex.HealthCheckDefinition: Read a 'hyperflex.HealthCheckDefinition' resource. READ.hyperflex.HealthCheckExecution: Read a 'hyperflex.HealthCheckExecution' resource. READ.hyperflex.HealthCheckExecutionSnapshot: Read a 'hyperflex.HealthCheckExecutionSnapshot' resource. READ.hyperflex.HealthCheckPackageChecksum: Read a 'hyperflex.HealthCheckPackageChecksum' resource. READ.hyperflex.HealthCheckSchedulePolicy: Read a 'hyperflex.HealthCheckSchedulePolicy' resource. READ.hyperflex.HwCatalog: Read a 'hyperflex.HwCatalog' resource. READ.hyperflex.HxdpVersion: Read 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. READ.hyperflex.ReduceReSync: Read a 'hyperflex.ReduceReSync' resource. UPDATE.hyperflex.ReduceReSync: Update a 'hyperflex.ReduceReSync' resource. READ.hyperflex.ServerFirmwareVersion: Read a 'hyperflex.ServerFirmwareVersion' resource. READ.hyperflex.ServerFirmwareVersionEntry: Read a 'hyperflex.ServerFirmwareVersionEntry' resource. READ.hyperflex.ServerModel: Read 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. READ.hyperflex.SoftwareDistributionComponent: Read a 'hyperflex.SoftwareDistributionComponent' resource. READ.hyperflex.SoftwareDistributionEntry: Read a 'hyperflex.SoftwareDistributionEntry' resource. READ.hyperflex.SoftwareDistributionVersion: Read 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. 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. READ.iam.AccountExperience: Read 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. CREATE.iam.CuiIntegration: Create a 'iam.CuiIntegration' resource. READ.iam.CuiIntegration: Read a 'iam.CuiIntegration' resource. UPDATE.iam.CuiIntegration: Update a 'iam.CuiIntegration' resource. READ.iam.DefaultAuthentication: Read a 'iam.DefaultAuthentication' resource. UPDATE.iam.DefaultAuthentication: Update a 'iam.DefaultAuthentication' 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.GuestAccessSettings: Create a 'iam.GuestAccessSettings' resource. DELETE.iam.GuestAccessSettings: Delete a 'iam.GuestAccessSettings' resource. READ.iam.GuestAccessSettings: Read a 'iam.GuestAccessSettings' resource. UPDATE.iam.GuestAccessSettings: Update a 'iam.GuestAccessSettings' 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. READ.iam.LdapGroupInventory: Read a 'iam.LdapGroupInventory' resource. READ.iam.LdapMeta: Read a 'iam.LdapMeta' 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. READ.iam.LdapPolicyInventory: Read a 'iam.LdapPolicyInventory' 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. READ.iam.LdapProviderInventory: Read a 'iam.LdapProviderInventory' 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. READ.iam.PasswordHistorySettingCollection: Read a 'iam.PasswordHistorySettingCollection' 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. CREATE.iam.PrivilegeSet: Create a 'iam.PrivilegeSet' resource. DELETE.iam.PrivilegeSet: Delete a 'iam.PrivilegeSet' resource. READ.iam.PrivilegeSet: Read a 'iam.PrivilegeSet' resource. UPDATE.iam.PrivilegeSet: Update a 'iam.PrivilegeSet' resource. CREATE.iam.PrivilegeSetMetaInfo: Create a 'iam.PrivilegeSetMetaInfo' resource. READ.iam.PrivilegeSetMetaInfo: Read a 'iam.PrivilegeSetMetaInfo' 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. UPDATE.iam.SharingRule: Update a 'iam.SharingRule' resource. READ.iam.System: Read a 'iam.System' resource. READ.iam.TestIdpConfiguration: Read a 'iam.TestIdpConfiguration' resource. UPDATE.iam.TestIdpConfiguration: Update a 'iam.TestIdpConfiguration' 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.UserQualifier: Create a 'iam.UserQualifier' resource. DELETE.iam.UserQualifier: Delete a 'iam.UserQualifier' resource. READ.iam.UserQualifier: Read a 'iam.UserQualifier' resource. UPDATE.iam.UserQualifier: Update a 'iam.UserQualifier' 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. UPDATE.ippool.Reservation: Update 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. READ.iwotenant.MaintenanceNotification: Read a 'iwotenant.MaintenanceNotification' resource. CREATE.iwotenant.Migrate: Create a 'iwotenant.Migrate' resource. READ.iwotenant.Migrate: Read a 'iwotenant.Migrate' resource. UPDATE.iwotenant.Migrate: Update a 'iwotenant.Migrate' 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.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.ErpCustomerOp: Read a 'license.ErpCustomerOp' resource. UPDATE.license.ErpCustomerOp: Update a 'license.ErpCustomerOp' resource. CREATE.license.ErpLicenseCount: Create a 'license.ErpLicenseCount' resource. READ.license.ErpLicenseCount: Read a 'license.ErpLicenseCount' 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. UPDATE.macpool.Reservation: Update 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. 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. CREATE.memory.Policy: Create a 'memory.Policy' resource. DELETE.memory.Policy: Delete a 'memory.Policy' resource. READ.memory.Policy: Read a 'memory.Policy' resource. UPDATE.memory.Policy: Update a 'memory.Policy' resource. READ.memory.PolicyInventory: Read a 'memory.PolicyInventory' 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. READ.meraki.PortProfile: Read a 'meraki.PortProfile' resource. READ.meraki.Tag: Read a 'meraki.Tag' resource. READ.meta.Definition: Read a 'meta.Definition' resource. READ.metrics.Configuration: Read a 'metrics.Configuration' resource. UPDATE.metrics.Configuration: Update a 'metrics.Configuration' 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. CREATE.metrics.ResourceConfiguration: Create a 'metrics.ResourceConfiguration' resource. READ.metrics.ResourceConfiguration: Read a 'metrics.ResourceConfiguration' resource. UPDATE.metrics.ResourceConfiguration: Update a 'metrics.ResourceConfiguration' resource. READ.mgmt.BackupCategory: Read a 'mgmt.BackupCategory' resource. CREATE.mgmt.ConfigBackupFile: Create a 'mgmt.ConfigBackupFile' resource. DELETE.mgmt.ConfigBackupFile: Delete a 'mgmt.ConfigBackupFile' resource. READ.mgmt.ConfigBackupFile: Read a 'mgmt.ConfigBackupFile' resource. UPDATE.mgmt.ConfigBackupFile: Update a 'mgmt.ConfigBackupFile' resource. DELETE.mgmt.ConfigBackupInstance: Delete a 'mgmt.ConfigBackupInstance' resource. READ.mgmt.ConfigBackupInstance: Read a 'mgmt.ConfigBackupInstance' resource. UPDATE.mgmt.ConfigBackupInstance: Update a 'mgmt.ConfigBackupInstance' resource. CREATE.mgmt.ConfigBackupOperation: Create a 'mgmt.ConfigBackupOperation' resource. DELETE.mgmt.ConfigBackupOperation: Delete a 'mgmt.ConfigBackupOperation' resource. READ.mgmt.ConfigBackupOperation: Read a 'mgmt.ConfigBackupOperation' resource. UPDATE.mgmt.ConfigBackupOperation: Update a 'mgmt.ConfigBackupOperation' resource. READ.mgmt.ConfigCategorySummary: Read a 'mgmt.ConfigCategorySummary' resource. CREATE.mgmt.ConfigOperationSetting: Create a 'mgmt.ConfigOperationSetting' resource. DELETE.mgmt.ConfigOperationSetting: Delete a 'mgmt.ConfigOperationSetting' resource. READ.mgmt.ConfigOperationSetting: Read a 'mgmt.ConfigOperationSetting' resource. UPDATE.mgmt.ConfigOperationSetting: Update a 'mgmt.ConfigOperationSetting' resource. READ.mgmt.ConfigRestoreCategorySummary: Read a 'mgmt.ConfigRestoreCategorySummary' resource. CREATE.mgmt.ConfigRestoreOperation: Create a 'mgmt.ConfigRestoreOperation' resource. DELETE.mgmt.ConfigRestoreOperation: Delete a 'mgmt.ConfigRestoreOperation' resource. READ.mgmt.ConfigRestoreOperation: Read a 'mgmt.ConfigRestoreOperation' resource. READ.mgmt.ObjectBackupMeta: Read a 'mgmt.ObjectBackupMeta' resource. READ.mgmt.OrgBackupOperation: Read a 'mgmt.OrgBackupOperation' resource. READ.mgmt.OrgRestoreOperation: Read a 'mgmt.OrgRestoreOperation' 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.SecureRouter: Read a 'network.SecureRouter' resource. UPDATE.network.SecureRouter: Update a 'network.SecureRouter' resource. READ.network.SecureRouterSetting: Read a 'network.SecureRouterSetting' resource. UPDATE.network.SecureRouterSetting: Update a 'network.SecureRouterSetting' 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.NdEncryptedFileDownload: Read a 'niaapi.NdEncryptedFileDownload' resource. READ.niaapi.NdMetadata: Read a 'niaapi.NdMetadata' resource. READ.niaapi.NdMetadataFileDownloader: Read a 'niaapi.NdMetadataFileDownloader' resource. READ.niaapi.NdMetadataSoftwareDownload: Read a 'niaapi.NdMetadataSoftwareDownload' 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.SnValidatorMetadata: Read a 'niaapi.SnValidatorMetadata' 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.Anomaly: Read a 'niatelemetry.Anomaly' 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.Cluster: Read a 'niatelemetry.Cluster' resource. READ.niatelemetry.ClusterNode: Read a 'niatelemetry.ClusterNode' resource. READ.niatelemetry.CommonPolicies: Read a 'niatelemetry.CommonPolicies' resource. READ.niatelemetry.Controller: Read a 'niatelemetry.Controller' 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.DomInfoObject: Read a 'niatelemetry.DomInfoObject' resource. READ.niatelemetry.DomThresInfoObject: Read a 'niatelemetry.DomThresInfoObject' resource. READ.niatelemetry.Epg: Read a 'niatelemetry.Epg' resource. READ.niatelemetry.Fabric: Read a 'niatelemetry.Fabric' 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.Link: Read a 'niatelemetry.Link' 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. READ.niatelemetry.Neighbor: Read a 'niatelemetry.Neighbor' resource. READ.niatelemetry.Network: Read a 'niatelemetry.Network' resource. READ.niatelemetry.NexusCloudAccount: Read a 'niatelemetry.NexusCloudAccount' resource. READ.niatelemetry.NexusCloudSite: Read 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. 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.Route: Read a 'niatelemetry.Route' 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.Switch: Read a 'niatelemetry.Switch' resource. READ.niatelemetry.SwitchInterface: Read a 'niatelemetry.SwitchInterface' 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. READ.ntp.PolicyInventory: Read a 'ntp.PolicyInventory' 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. READ.onprem.ApplianceSystemInfo: Read a 'onprem.ApplianceSystemInfo' resource. READ.onprem.AuditRecord: Read a 'onprem.AuditRecord' resource. READ.onprem.Upgrade: Read a 'onprem.Upgrade' resource. UPDATE.onprem.Upgrade: Update a 'onprem.Upgrade' resource. READ.onprem.UserPreference: Read a 'onprem.UserPreference' resource. UPDATE.onprem.UserPreference: Update a 'onprem.UserPreference' 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.os.ValidRemoteTarget: Read a 'os.ValidRemoteTarget' 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.Metrics: Create a 'partnerintegration.Metrics' resource. DELETE.partnerintegration.Metrics: Delete a 'partnerintegration.Metrics' resource. READ.partnerintegration.Metrics: Read a 'partnerintegration.Metrics' resource. UPDATE.partnerintegration.Metrics: Update a 'partnerintegration.Metrics' 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.Endpoint: Read a 'pci.Endpoint' 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.NodeSetting: Read a 'pci.NodeSetting' resource. UPDATE.pci.NodeSetting: Update a 'pci.NodeSetting' resource. READ.pci.Port: Read a 'pci.Port' resource. READ.pci.Slot: Read a 'pci.Slot' resource. READ.pci.Switch: Read a 'pci.Switch' resource. UPDATE.pci.Switch: Update a 'pci.Switch' resource. READ.pci.Zone: Read a 'pci.Zone' resource. READ.pool.IdMappingMember: Read a 'pool.IdMappingMember' resource. CREATE.pool.IdMappingPolicy: Create a 'pool.IdMappingPolicy' resource. DELETE.pool.IdMappingPolicy: Delete a 'pool.IdMappingPolicy' resource. READ.pool.IdMappingPolicy: Read a 'pool.IdMappingPolicy' resource. UPDATE.pool.IdMappingPolicy: Update a 'pool.IdMappingPolicy' 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. CREATE.power.PowerGroup: Create a 'power.PowerGroup' resource. DELETE.power.PowerGroup: Delete a 'power.PowerGroup' resource. READ.power.PowerGroup: Read a 'power.PowerGroup' resource. UPDATE.power.PowerGroup: Update a 'power.PowerGroup' resource. READ.power.PowerGroupMember: Read a 'power.PowerGroupMember' 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. READ.resource.GroupMember: Read a 'resource.GroupMember' resource. READ.resource.LicenseResourceCount: Read a 'resource.LicenseResourceCount' 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. READ.resource.SharedResourcesInfoHolder: Read a 'resource.SharedResourcesInfoHolder' resource. DELETE.resourcepool.ChassisQualificationPolicy: Delete a 'resourcepool.ChassisQualificationPolicy' resource. READ.resourcepool.ChassisQualificationPolicy: Read a 'resourcepool.ChassisQualificationPolicy' 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. CREATE.resourcepool.QualificationPolicy: Create a 'resourcepool.QualificationPolicy' resource. DELETE.resourcepool.QualificationPolicy: Delete a 'resourcepool.QualificationPolicy' resource. READ.resourcepool.QualificationPolicy: Read a 'resourcepool.QualificationPolicy' resource. UPDATE.resourcepool.QualificationPolicy: Update a 'resourcepool.QualificationPolicy' resource. CREATE.resourcepool.Reservation: Create a 'resourcepool.Reservation' resource. DELETE.resourcepool.Reservation: Delete a 'resourcepool.Reservation' resource. READ.resourcepool.Reservation: Read a 'resourcepool.Reservation' resource. UPDATE.resourcepool.Reservation: Update a 'resourcepool.Reservation' resource. READ.resourcepool.Universe: Read a 'resourcepool.Universe' resource. CREATE.rproxy.ReverseProxy: Create a 'rproxy.ReverseProxy' resource. CREATE.scheduler.SchedulePolicy: Create a 'scheduler.SchedulePolicy' resource. DELETE.scheduler.SchedulePolicy: Delete a 'scheduler.SchedulePolicy' resource. READ.scheduler.SchedulePolicy: Read a 'scheduler.SchedulePolicy' resource. UPDATE.scheduler.SchedulePolicy: Update a 'scheduler.SchedulePolicy' 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. CREATE.server.DiagnosticStatus: Create a 'server.DiagnosticStatus' resource. DELETE.server.DiagnosticStatus: Delete a 'server.DiagnosticStatus' resource. READ.server.DiagnosticStatus: Read a 'server.DiagnosticStatus' resource. UPDATE.server.DiagnosticStatus: Update a 'server.DiagnosticStatus' resource. CREATE.server.Diagnostics: Create a 'server.Diagnostics' resource. DELETE.server.Diagnostics: Delete a 'server.Diagnostics' resource. READ.server.Diagnostics: Read a 'server.Diagnostics' resource. UPDATE.server.Diagnostics: Update a 'server.Diagnostics' resource. READ.server.Disruption: Read a 'server.Disruption' resource. DELETE.server.MigrationKeyDetails: Delete a 'server.MigrationKeyDetails' resource. READ.server.MigrationKeyDetails: Read a 'server.MigrationKeyDetails' 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. READ.server.ProfilePendingChangeEval: Read a 'server.ProfilePendingChangeEval' 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. READ.servicenow.ChangeRequest: Read a 'servicenow.ChangeRequest' resource. READ.servicenow.ChangeRequestDoc: Read a 'servicenow.ChangeRequestDoc' resource. READ.servicenow.Incident: Read a 'servicenow.Incident' resource. READ.servicenow.IncidentDoc: Read a 'servicenow.IncidentDoc' 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. READ.smtp.PolicyInventory: Read a 'smtp.PolicyInventory' resource. CREATE.smtp.PolicyTest: Create a 'smtp.PolicyTest' resource. DELETE.smtp.PolicyTest: Delete a 'smtp.PolicyTest' resource. READ.smtp.PolicyTest: Read a 'smtp.PolicyTest' resource. UPDATE.smtp.PolicyTest: Update a 'smtp.PolicyTest' 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. READ.software.HclMeta: Read 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. READ.softwarerepository.CategoryMapper: Read a 'softwarerepository.CategoryMapper' resource. READ.softwarerepository.CategoryMapperModel: Read a 'softwarerepository.CategoryMapperModel' resource. READ.softwarerepository.CategorySupportConstraint: Read a 'softwarerepository.CategorySupportConstraint' resource. READ.softwarerepository.CategoryUnsupportedModels: Read 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. READ.softwarerepository.Release: Read 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.HitachiNvmSubsystem: Read a 'storage.HitachiNvmSubsystem' 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.HitachiRemoteCopyPairGad: Read a 'storage.HitachiRemoteCopyPairGad' resource. READ.storage.HitachiRemoteCopyPairTc: Read a 'storage.HitachiRemoteCopyPairTc' resource. READ.storage.HitachiRemoteCopyPairUr: Read a 'storage.HitachiRemoteCopyPairUr' 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.KnoxSecureDriveConfiguration: Read a 'storage.KnoxSecureDriveConfiguration' 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.PureBlade: Read a 'storage.PureBlade' resource. READ.storage.PureController: Read a 'storage.PureController' resource. READ.storage.PureDirectory: Read a 'storage.PureDirectory' resource. READ.storage.PureDirectoryExport: Read a 'storage.PureDirectoryExport' resource. READ.storage.PureDirectoryPolicy: Read a 'storage.PureDirectoryPolicy' resource. READ.storage.PureDirectoryQuota: Read a 'storage.PureDirectoryQuota' resource. READ.storage.PureDirectorySnapshot: Read a 'storage.PureDirectorySnapshot' resource. READ.storage.PureDisk: Read a 'storage.PureDisk' resource. READ.storage.PureFileSystems: Read a 'storage.PureFileSystems' resource. READ.storage.PureFlashBladeFileSystem: Read a 'storage.PureFlashBladeFileSystem' resource. READ.storage.PureFlashBladeSystem: Read a 'storage.PureFlashBladeSystem' resource. UPDATE.storage.PureFlashBladeSystem: Update a 'storage.PureFlashBladeSystem' 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.PureManagementAccessPolicy: Read a 'storage.PureManagementAccessPolicy' resource. READ.storage.PureNfsPolicyRule: Read a 'storage.PureNfsPolicyRule' resource. READ.storage.PureObjectBucket: Read a 'storage.PureObjectBucket' resource. READ.storage.PureObjectStoreAccount: Read a 'storage.PureObjectStoreAccount' resource. READ.storage.PureObjectStoreUser: Read a 'storage.PureObjectStoreUser' resource. READ.storage.PurePod: Read a 'storage.PurePod' 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.PureQuotaPolicyRule: Read a 'storage.PureQuotaPolicyRule' resource. READ.storage.PureRealm: Read a 'storage.PureRealm' resource. READ.storage.PureReplicationSchedule: Read a 'storage.PureReplicationSchedule' resource. READ.storage.PureSmbPolicyRule: Read a 'storage.PureSmbPolicyRule' 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.PureVolumeGroup: Read a 'storage.PureVolumeGroup' 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. READ.tam.AdvisoryCount: Read a 'tam.AdvisoryCount' resource. READ.tam.AdvisoryDefinition: Read 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. READ.tam.AdvisoryInstance: Read a 'tam.AdvisoryInstance' resource. READ.tam.SecurityAdvisory: Read a 'tam.SecurityAdvisory' resource. CREATE.task.CatalystSdwanScopedInventory: Create a 'task.CatalystSdwanScopedInventory' resource. CREATE.task.FabricMosScopedInventory: Create a 'task.FabricMosScopedInventory' resource. CREATE.task.HciScopedInventory: Create a 'task.HciScopedInventory' 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.MerakiScopedInventory: Create a 'task.MerakiScopedInventory' 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.PureFlashBladeScopedInventory: Create a 'task.PureFlashBladeScopedInventory' 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.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.LanSettings: Read a 'vnic.LanSettings' 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.SanSettings: Read a 'vnic.SanSettings' resource. READ.vnic.ScpStatus: Read a 'vnic.ScpStatus' resource. READ.vnic.ServiceEthIf: Read a 'vnic.ServiceEthIf' resource. READ.vnic.ServiceEthIfInventory: Read a 'vnic.ServiceEthIfInventory' 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. READ.vnic.VifIdPool: Read a 'vnic.VifIdPool' 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.webhook.Endpoint: Create a 'webhook.Endpoint' resource. DELETE.webhook.Endpoint: Delete a 'webhook.Endpoint' resource. READ.webhook.Endpoint: Read a 'webhook.Endpoint' resource. UPDATE.webhook.Endpoint: Update a 'webhook.Endpoint' resource. CREATE.webhook.Schema: Create a 'webhook.Schema' resource. DELETE.webhook.Schema: Delete a 'webhook.Schema' resource. READ.webhook.Schema: Read a 'webhook.Schema' resource. UPDATE.webhook.Schema: Update a 'webhook.Schema' 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. READ.workflow.ServiceItemHealthCheckDefinition: Read 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.Variable: Create a 'workflow.Variable' resource. DELETE.workflow.Variable: Delete a 'workflow.Variable' resource. READ.workflow.Variable: Read a 'workflow.Variable' resource. UPDATE.workflow.Variable: Update a 'workflow.Variable' 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.workload.Blueprint: Create a 'workload.Blueprint' resource. DELETE.workload.Blueprint: Delete a 'workload.Blueprint' resource. READ.workload.Blueprint: Read a 'workload.Blueprint' resource. UPDATE.workload.Blueprint: Update a 'workload.Blueprint' resource. CREATE.workload.ClearWorkloadTag: Create a 'workload.ClearWorkloadTag' resource. DELETE.workload.ClearWorkloadTag: Delete a 'workload.ClearWorkloadTag' resource. READ.workload.ClearWorkloadTag: Read a 'workload.ClearWorkloadTag' resource. READ.workload.DeploymentInput: Read a 'workload.DeploymentInput' resource. CREATE.workload.WorkloadDefinition: Create a 'workload.WorkloadDefinition' resource. DELETE.workload.WorkloadDefinition: Delete a 'workload.WorkloadDefinition' resource. READ.workload.WorkloadDefinition: Read a 'workload.WorkloadDefinition' resource. UPDATE.workload.WorkloadDefinition: Update a 'workload.WorkloadDefinition' resource. CREATE.workload.WorkloadDeployment: Create a 'workload.WorkloadDeployment' resource. DELETE.workload.WorkloadDeployment: Delete a 'workload.WorkloadDeployment' resource. READ.workload.WorkloadDeployment: Read a 'workload.WorkloadDeployment' resource. UPDATE.workload.WorkloadDeployment: Update a 'workload.WorkloadDeployment' resource. DELETE.workload.WorkloadInstance: Delete a 'workload.WorkloadInstance' resource. READ.workload.WorkloadInstance: Read a 'workload.WorkloadInstance' resource. UPDATE.workload.WorkloadInstance: Update a 'workload.WorkloadInstance' resource. READ.workload.WorkloadMetadata: Read a 'workload.WorkloadMetadata' resource. UPDATE.workload.WorkloadMetadata: Update a 'workload.WorkloadMetadata' resource. externalDocs: url: /apidocs description: Online documentation for the Intersight APIs