Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/intersight-console-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
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 Fabric Console 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: console
paths:
/api/v1/console/ConsoleConfigs:
get:
tags:
- console
summary: Read a 'console.ConsoleConfig' resource.
operationId: GetConsoleConsoleConfigList
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- PRIVSET.Read-only Fabric Interconnects
- PRIVSET.Read-only networking
- PRIVSET.View Network Switches
- PRIVSET.View SAN Switches
- READ.console.ConsoleConfig
- 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 'console.ConsoleConfig' 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/console.ConsoleConfig.Response'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/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/console/ConsoleConfigs/{Moid}:
get:
tags:
- console
summary: Read a 'console.ConsoleConfig' resource.
operationId: GetConsoleConsoleConfigByMoid
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- PRIVSET.Read-only Fabric Interconnects
- PRIVSET.Read-only networking
- PRIVSET.View Network Switches
- PRIVSET.View SAN Switches
- READ.console.ConsoleConfig
- 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 'console.ConsoleConfig' 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/console.ConsoleConfig'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
links:
GetConsoleConsoleConfigByMoid:
operationId: GetConsoleConsoleConfigByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/console/ConsoleConfigs/{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:
headers:
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=/
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
schemas:
port.SubGroup.Relationship:
description: A relationship to the 'port.SubGroup' resource, or the expanded 'port.SubGroup' resource, or the 'null' value.
x-one-of-name: port.SubGroup.Relationship
oneOf:
- type: 'null'
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef
- $ref: '#/components/schemas/port.SubGroup'
discriminator:
propertyName: ClassId
network.VpcMember:
title: Network:Vpc Member
description: Concrete class for VPC configured on a network device.
x-allOf-name: network.VpcMember
allOf:
- $ref: intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base
- type: object
description: Definition of the list of properties defined in 'network.VpcMember', 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:
- network.VpcMember
default: network.VpcMember
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:
- network.VpcMember
default: network.VpcMember
x-enum-as-string: true
OperationalState:
description: Operational state of the virtual port channel.
type: string
readOnly: true
x-omitempty: true
PortChannel:
description: Name of the virtual port channel.
type: string
readOnly: true
x-omitempty: true
PortChannelId:
description: Port channel identity of the virtual port channel.
type: integer
format: int64
readOnly: true
x-omitempty: true
VpcDomainId:
description: Identity of the virtual port channel.
type: integer
format: int64
readOnly: true
x-omitempty: true
VpcMemberId:
description: Identity of the virtual port channel.
type: integer
format: int64
readOnly: true
x-omitempty: true
EtherPortChannel:
$ref: '#/components/schemas/ether.PortChannel.Relationship'
description: 'A reference to a etherPortChannel resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
NetworkElement:
$ref: '#/components/schemas/network.Element.Relationship'
description: 'A reference to a networkElement resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
RegisteredDevice:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/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
network.LicenseFile:
title: Network:License File
description: Displays license information.
x-allOf-name: network.LicenseFile
allOf:
- $ref: intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base
- type: object
description: Definition of the list of properties defined in 'network.LicenseFile', 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:
- network.LicenseFile
default: network.LicenseFile
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:
- network.LicenseFile
default: network.LicenseFile
x-enum-as-string: true
ExpiryDate:
description: The expiry date of the license feature.
type: string
x-omitempty: true
FeatureName:
description: The name of the license feature.
type: string
x-omitempty: true
FileId:
description: The file Id of the license file.
type: string
x-omitempty: true
HostId:
description: The identifier to identify license host Id.
type: string
x-omitempty: true
Vendor:
description: The vendor of the license.
type: string
x-omitempty: true
NetworkElement:
$ref: '#/components/schemas/network.Element.Relationship'
description: 'A reference to a networkElement resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
RegisteredDevice:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/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
equipment.Fan:
title: Equipment:Fan
description: 'The equipment.Fan object represents an individual cooling fan within a larger piece of equipment, such as a fan module, chassis, or Fabric Extender (FEX).
#### Purpose
The Fan object is designed to provide granular inventory and monitoring for a single fan. It captures the fan''s identity (fanId), its operational state (operState), and any specific health issues (operReason). This level of detail is crucial for precise thermal management and fault detection within a system.
#### Key Concepts
- **Granular Component Monitoring:** Allows for the tracking of the status of each individual fan in a system.
- **Health and State Reporting:** Provides the current operState (e.g., "ok", "fail") and detailed health reasons, such as speed or temperature threshold conditions.
- **Unique Identification:** Identified by a fanId and moduleId, which specify its position within its parent fan module.
- **Hierarchical Context:** Exists as a child of an equipment.FanModule or equipment.FEX, linking it to its physical housing and the larger system.'
x-allOf-name: equipment.Fan
allOf:
- $ref: '#/components/schemas/equipment.Base'
- type: object
description: Definition of the list of properties defined in 'equipment.Fan', 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:
- equipment.Fan
default: equipment.Fan
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:
- equipment.Fan
default: equipment.Fan
x-enum-as-string: true
Description:
description: This field is to provide description for the fan.
type: string
readOnly: true
x-omitempty: true
FanId:
description: This field acts as the identifier for this particular Fan, within the Fabric Interconnect.
type: integer
format: int64
readOnly: true
x-omitempty: true
FanModuleId:
description: This field is used to identify the Fan Module to which this Fan belongs.
type: integer
format: int64
readOnly: true
x-omitempty: true
ModuleId:
description: Fan module Identifier for the fan.
type: integer
format: int64
readOnly: true
x-omitempty: true
Name:
description: The name of the pluggable Fan.
type: string
readOnly: true
x-omitempty: true
NrThresholdMinRpmSpeed:
description: This field identifies the Non Recoverable Threshold Minimum Revolutions Per Minute Speed for this Fan Unit.
type: integer
format: int64
readOnly: true
x-omitempty: true
OperReason:
type:
- array
- 'null'
items:
description: 'The details of one or more health issues of the fan.
* `Unknown` - The health state current threshold limit is not known.
* `OK` - The health state is good and normal.
* `Offline` - The operation state of the iocard is offline.
* `Missing` - The presence state of iocard is missing.
* `HealthWarning` - The health state reached the warning limit.
* `HealthCritical` - The health state reached the critical limit.
* `TemperatureWarning` - The temperature related health state reached the warning limit.
* `TemperatureCritical` - The temperature related health state reached the critical limit.
* `InputVoltageWarning` - The input voltage related health state reached the warning limit.
* `InputVoltageCritical` - The input voltage related health state reached the critical limit.
* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.
* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.
* `OutputCurrentWarning` - The current related health state reached the warning limit.
* `OutputCurrentCritical` - The current related health state reached the critical limit.
* `SpeedWarning` - The speed related health state reached the warning limit.
* `SpeedCritical` - The speed related health state reached critical limit.
* `FanMissingWarning` - This health state states that one fan is missing for the chassis.
* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.
* `IocardPostWarning` - The health state for iocard post has reached the state of warning.
* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.
* `TPMCritical` - The health state for TPM reached the critical state.
* `FruStateCritical` - The health state for fru reached the critical state.
* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.
* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.
* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.
* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.
* `FruStateWarning` - The health state for fru reached the state of warning.
* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.
* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.
* `SwitchHealthCritical` - The health state for Switch is critical.
* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.
* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.
* `PowerCritical` - The health state for power supply reached discrete critical state.
* `PowerWarning` - The health state for power supply reached discrete warning state.
* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.
* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.
* `InputPowerWarning` - The health state for chassis input power reached the warning limit.
* `InputPowerCritical` - The health state for chassis input power reached critical limit.
* `OutputPowerWarning` - The health state for chassis output power reached warning limit.
* `OutputPowerCritical` - The health state for chassis output power reached critical limit.
* `FanGeneralCritical` - The health state for fan general error reached critical limit.
* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.
* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.
* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.
* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.
* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.
* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.
* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.
* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.
* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.
* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.
* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.
* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.
* `MemoryBankError` - The memory unit has encountered a bank VLS error.
* `MemoryRankError` - The memory unit has encountered a rank VLS error.
* `MemoryPopError` - The memory unit has been populated incorrectly.
* `MemoryRasError` - The memory unit has encountered a RAS error.
* `MemoryMismatchError` - The memory unit has encountered a mismatch error.
* `MemorySpdError` - The memory unit has encountered a SPD error.
* `MemoryBistError` - The memory unit has encountered a BIST error.
* `MemoryTypeError` - The memory unit installed is of an invalid type.
* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.
* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.
* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.
* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.
* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.
* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.
* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.
* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.
* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.
* `ProcessorCatErr` - The processor has encountered a CATERR error.
* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.
* `ComponentNotOperational` - Given component is not running or operationally down.
* `OperationalThroughFailover` - Given component is operational using the failover component.
* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.
* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.
* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.
* `ProcessorPowerCritical` - The processor has encountered a critical power condition.
* `ProcessorInternalError` - The processor has encountered an Internal Error.
* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.
* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.
* `ProcessorInitFailure` - The processor has encountered an Init failure error.
* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.
* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.
* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.
* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.
* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.
* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.
* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.
* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.
* `PCIeNodePowerFault` - PCIe node power fault detected.
* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.
* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.
* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.
* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.
* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.
* `InvalidConnections` - One or more connections to FI is not valid.
* `FexReplaced` - Fex connected to FI is replaced.
* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.
* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.
* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.
* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.
* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.
* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.
* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.
* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.
* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.
* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.
* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.
* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.
* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.
* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.
* `ChassisPowerInsufficient` - Chassis power is insufficient.
* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.
* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.
* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.
* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.
* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.
* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.
* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.
* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.
* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.
* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.
* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.
* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.
* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.
* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.
* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate
# --- truncated at 32 KB (917 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-console-api-openapi.yml