How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Intersight Boot API

The boot API from Cisco Intersight — 28 operation(s) for boot.

Cisco Intersight Boot API is one of 117 APIs that Cisco Intersight publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Boot. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 58 operations across 28 paths, and defines 277 schemas. It is described by OpenAPI 3.2.0, at version 1.0.11-20260807064027971.

Requests are made against a single base URL, https://{server}.

58 operations 28 paths 277 schemas 1 DELETE28 GET14 PATCH15 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.11-20260807064027971
Base URL
https://intersight.com
Authentication
API Key, HTTP Signature, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Cisco Intersight Boot API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as X-Starship-Token (cookieAuth). It uses HTTP signature authentication (http_signature). It supports OAuth 2.0 (oAuth2) using the authorizationCode and clientCredentials flows, exposing 3315 scopes.

  • cookieAuth — The authentication cookie obtained from a Single-Sign-On SAML assertion.
  • http_signature — The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed as specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatur…
  • oAuth2 — 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 cre…

Paths & Operations 58

Across 28 paths, the API surfaces 58 operations — 1 DELETE, 28 GET, 14 PATCH, 15 POST. Each is listed below with its method, path, parameters, and response codes.

boot 58
GET
/api/v1/boot/CddDevices
Read a 'boot.CddDevice' resource.
GetBootCddDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/CddDevices/{Moid}
Read a 'boot.CddDevice' resource.
GetBootCddDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/CddDevices/{Moid}
Update a 'boot.CddDevice' resource.
UpdateBootCddDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/CddDevices/{Moid}
Update a 'boot.CddDevice' resource.
PatchBootCddDevice 2 params body → 200400401403404default
GET
/api/v1/boot/DeviceBootModes
Read a 'boot.DeviceBootMode' resource.
GetBootDeviceBootModeList 11 params → 200400401403404default
GET
/api/v1/boot/DeviceBootModes/{Moid}
Read a 'boot.DeviceBootMode' resource.
GetBootDeviceBootModeByMoid 4 params → 200400401403404default
POST
/api/v1/boot/DeviceBootModes/{Moid}
Update a 'boot.DeviceBootMode' resource.
UpdateBootDeviceBootMode 2 params body → 200400401403404default
PATCH
/api/v1/boot/DeviceBootModes/{Moid}
Update a 'boot.DeviceBootMode' resource.
PatchBootDeviceBootMode 2 params body → 200400401403404default
GET
/api/v1/boot/DeviceBootSecurities
Read a 'boot.DeviceBootSecurity' resource.
GetBootDeviceBootSecurityList 11 params → 200400401403404default
GET
/api/v1/boot/DeviceBootSecurities/{Moid}
Read a 'boot.DeviceBootSecurity' resource.
GetBootDeviceBootSecurityByMoid 4 params → 200400401403404default
POST
/api/v1/boot/DeviceBootSecurities/{Moid}
Update a 'boot.DeviceBootSecurity' resource.
UpdateBootDeviceBootSecurity 2 params body → 200400401403404default
PATCH
/api/v1/boot/DeviceBootSecurities/{Moid}
Update a 'boot.DeviceBootSecurity' resource.
PatchBootDeviceBootSecurity 2 params body → 200400401403404default
GET
/api/v1/boot/HddDevices
Read a 'boot.HddDevice' resource.
GetBootHddDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/HddDevices/{Moid}
Read a 'boot.HddDevice' resource.
GetBootHddDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/HddDevices/{Moid}
Update a 'boot.HddDevice' resource.
UpdateBootHddDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/HddDevices/{Moid}
Update a 'boot.HddDevice' resource.
PatchBootHddDevice 2 params body → 200400401403404default
GET
/api/v1/boot/IscsiDevices
Read a 'boot.IscsiDevice' resource.
GetBootIscsiDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/IscsiDevices/{Moid}
Read a 'boot.IscsiDevice' resource.
GetBootIscsiDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/IscsiDevices/{Moid}
Update a 'boot.IscsiDevice' resource.
UpdateBootIscsiDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/IscsiDevices/{Moid}
Update a 'boot.IscsiDevice' resource.
PatchBootIscsiDevice 2 params body → 200400401403404default
GET
/api/v1/boot/NvmeDevices
Read a 'boot.NvmeDevice' resource.
GetBootNvmeDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/NvmeDevices/{Moid}
Read a 'boot.NvmeDevice' resource.
GetBootNvmeDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/NvmeDevices/{Moid}
Update a 'boot.NvmeDevice' resource.
UpdateBootNvmeDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/NvmeDevices/{Moid}
Update a 'boot.NvmeDevice' resource.
PatchBootNvmeDevice 2 params body → 200400401403404default
GET
/api/v1/boot/PchStorageDevices
Read a 'boot.PchStorageDevice' resource.
GetBootPchStorageDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/PchStorageDevices/{Moid}
Read a 'boot.PchStorageDevice' resource.
GetBootPchStorageDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/PchStorageDevices/{Moid}
Update a 'boot.PchStorageDevice' resource.
UpdateBootPchStorageDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/PchStorageDevices/{Moid}
Update a 'boot.PchStorageDevice' resource.
PatchBootPchStorageDevice 2 params body → 200400401403404default
GET
/api/v1/boot/PrecisionPolicies
Read a 'boot.PrecisionPolicy' resource.
GetBootPrecisionPolicyList 11 params → 200400401403404default
POST
/api/v1/boot/PrecisionPolicies
Create a 'boot.PrecisionPolicy' resource.
CreateBootPrecisionPolicy 2 params body → 200400401403404default
GET
/api/v1/boot/PrecisionPolicies/{Moid}
Read a 'boot.PrecisionPolicy' resource.
GetBootPrecisionPolicyByMoid 4 params → 200400401403404default
POST
/api/v1/boot/PrecisionPolicies/{Moid}
Update a 'boot.PrecisionPolicy' resource.
UpdateBootPrecisionPolicy 2 params body → 200400401403404default
PATCH
/api/v1/boot/PrecisionPolicies/{Moid}
Update a 'boot.PrecisionPolicy' resource.
PatchBootPrecisionPolicy 2 params body → 200400401403404default
DELETE
/api/v1/boot/PrecisionPolicies/{Moid}
Delete a 'boot.PrecisionPolicy' resource.
DeleteBootPrecisionPolicy 1 param → 200400401403404default
GET
/api/v1/boot/PxeDevices
Read a 'boot.PxeDevice' resource.
GetBootPxeDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/PxeDevices/{Moid}
Read a 'boot.PxeDevice' resource.
GetBootPxeDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/PxeDevices/{Moid}
Update a 'boot.PxeDevice' resource.
UpdateBootPxeDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/PxeDevices/{Moid}
Update a 'boot.PxeDevice' resource.
PatchBootPxeDevice 2 params body → 200400401403404default
GET
/api/v1/boot/SanDevices
Read a 'boot.SanDevice' resource.
GetBootSanDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/SanDevices/{Moid}
Read a 'boot.SanDevice' resource.
GetBootSanDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/SanDevices/{Moid}
Update a 'boot.SanDevice' resource.
UpdateBootSanDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/SanDevices/{Moid}
Update a 'boot.SanDevice' resource.
PatchBootSanDevice 2 params body → 200400401403404default
GET
/api/v1/boot/SdDevices
Read a 'boot.SdDevice' resource.
GetBootSdDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/SdDevices/{Moid}
Read a 'boot.SdDevice' resource.
GetBootSdDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/SdDevices/{Moid}
Update a 'boot.SdDevice' resource.
UpdateBootSdDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/SdDevices/{Moid}
Update a 'boot.SdDevice' resource.
PatchBootSdDevice 2 params body → 200400401403404default
GET
/api/v1/boot/UefiShellDevices
Read a 'boot.UefiShellDevice' resource.
GetBootUefiShellDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/UefiShellDevices/{Moid}
Read a 'boot.UefiShellDevice' resource.
GetBootUefiShellDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/UefiShellDevices/{Moid}
Update a 'boot.UefiShellDevice' resource.
UpdateBootUefiShellDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/UefiShellDevices/{Moid}
Update a 'boot.UefiShellDevice' resource.
PatchBootUefiShellDevice 2 params body → 200400401403404default
GET
/api/v1/boot/UsbDevices
Read a 'boot.UsbDevice' resource.
GetBootUsbDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/UsbDevices/{Moid}
Read a 'boot.UsbDevice' resource.
GetBootUsbDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/UsbDevices/{Moid}
Update a 'boot.UsbDevice' resource.
UpdateBootUsbDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/UsbDevices/{Moid}
Update a 'boot.UsbDevice' resource.
PatchBootUsbDevice 2 params body → 200400401403404default
GET
/api/v1/boot/VmediaDevices
Read a 'boot.VmediaDevice' resource.
GetBootVmediaDeviceList 11 params → 200400401403404default
GET
/api/v1/boot/VmediaDevices/{Moid}
Read a 'boot.VmediaDevice' resource.
GetBootVmediaDeviceByMoid 4 params → 200400401403404default
POST
/api/v1/boot/VmediaDevices/{Moid}
Update a 'boot.VmediaDevice' resource.
UpdateBootVmediaDevice 2 params body → 200400401403404default
PATCH
/api/v1/boot/VmediaDevices/{Moid}
Update a 'boot.VmediaDevice' resource.
PatchBootVmediaDevice 2 params body → 200400401403404default

Schemas 277

The contract defines 277 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

boot.HddDevice.Relationship
A relationship to the 'boot.HddDevice' resource, or the expanded 'boot.HddDevice' resource, or the 'null' value.
pci.Port.Relationship
A relationship to the 'pci.Port' resource, or the expanded 'pci.Port' resource, or the 'null' value.
certificatemanagement.Imc
IMC certificate has both Certificate and private key that will be used for IMC.
compute.Physical
Abstract class for all physical servers.
pci.Endpoint.Relationship
A relationship to the 'pci.Endpoint' resource, or the expanded 'pci.Endpoint' resource, or the 'null' value.
storage.VirtualDriveExtension
Information of virtual drives as reported by a storage controller. In certain cases like S-series servers, virtual drive information will be reported by the co…
boot.DeviceBootSecurity.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
storage.Controller
Storage Controller present in a server.
boot.PchStorageDevice.Response
The response body of a HTTP GET request for the 'boot.PchStorageDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
bios.BootMode
The bios.BootMode object represents the configured boot mode of a server as reported by its BIOS. This provides a clear distinction between the actual boot mod…
storage.FlexUtilController
Storage Flex Util Adapter.
equipment.Fan
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). Purp…
storage.Enclosure.Relationship
A relationship to the 'storage.Enclosure' resource, or the expanded 'storage.Enclosure' resource, or the 'null' value.
equipment.Fex
The equipment.FEX object represents a Fabric Extender (FEX), a device that acts as a remote line card for a parent Fabric Interconnect. It multiplexes traffic…
memory.PersistentMemoryConfigResult.Relationship
A relationship to the 'memory.PersistentMemoryConfigResult' resource, or the expanded 'memory.PersistentMemoryConfigResult' resource, or the 'null' value.
storage.Enclosure
Storage Enclosure for physical disks.
bios.SystemBootOrder.Relationship
A relationship to the 'bios.SystemBootOrder' resource, or the expanded 'bios.SystemBootOrder' resource, or the 'null' value.
storage.FlexFlashControllerProps.Relationship
A relationship to the 'storage.FlexFlashControllerProps' resource, or the expanded 'storage.FlexFlashControllerProps' resource, or the 'null' value.
boot.UefiShellDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
boot.NvmeDevice.Response
The response body of a HTTP GET request for the 'boot.NvmeDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
boot.PchStorageDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
equipment.EnclosureElement.Relationship
A relationship to the 'equipment.EnclosureElement' resource, or the expanded 'equipment.EnclosureElement' resource, or the 'null' value.
equipment.Riser
The equipment.Riser object represents a server riser assembly that provides physical expansion capability and a mounting/connection point for manageable sub-co…
equipment.PsuControl
The equipment.PsuControl object represents the overall power state and redundancy configuration of the Power Supply Units (PSUs) within a chassis. Purpose The…
firmware.RunningFirmware.Relationship
A relationship to the 'firmware.RunningFirmware' resource, or the expanded 'firmware.RunningFirmware' resource, or the 'null' value.
boot.NvmeDevice
The boot.NvmeDevice object represents an NVMe (Non-Volatile Memory Express) drive as a configurable boot option within a server's boot policy. Purpose The Nvme…
boot.DeviceBootSecurity.Relationship
A relationship to the 'boot.DeviceBootSecurity' resource, or the expanded 'boot.DeviceBootSecurity' resource, or the 'null' value.
storage.Item
The local Storage information.
rack.UnitPersonality
This can be used internally to model a server based on a defined personality without having to reprogram the server PID.
storage.SasExpander.Relationship
A relationship to the 'storage.SasExpander' resource, or the expanded 'storage.SasExpander' resource, or the 'null' value.
equipment.Chassis.Relationship
A relationship to the 'equipment.Chassis' resource, or the expanded 'equipment.Chassis' resource, or the 'null' value.
storage.EnclosureDiskSlotEp.Relationship
A relationship to the 'storage.EnclosureDiskSlotEp' resource, or the expanded 'storage.EnclosureDiskSlotEp' resource, or the 'null' value.
equipment.PsuControl.Relationship
A relationship to the 'equipment.PsuControl' resource, or the expanded 'equipment.PsuControl' resource, or the 'null' value.
adapter.HostIscsiInterface.Relationship
A relationship to the 'adapter.HostIscsiInterface' resource, or the expanded 'adapter.HostIscsiInterface' resource, or the 'null' value.
bios.Unit
The bios.Unit object represents the BIOS (Basic Input/Output System) of a server. It acts as a container for BIOS-related inventory and configuration objects,…
inventory.GenericInventory.Relationship
A relationship to the 'inventory.GenericInventory' resource, or the expanded 'inventory.GenericInventory' resource, or the 'null' value.
bios.Unit.Relationship
A relationship to the 'bios.Unit' resource, or the expanded 'bios.Unit' resource, or the 'null' value.
inventory.JobInfo
The runtime information about a job scheduled on a managed device.
boot.NvmeDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
management.Interface.Relationship
A relationship to the 'management.Interface' resource, or the expanded 'management.Interface' resource, or the 'null' value.
boot.SanDevice.Response
The response body of a HTTP GET request for the 'boot.SanDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
memory.PersistentMemoryConfigResult
Result of a previously applied Persistent Memory configuration on a server.
pci.Zone
PCIe endpoints that are zoned (logically connected together) through a PCIe switch.
adapter.HostIscsiInterface
The adapter.HostIscsiInterface object represents a virtual iSCSI interface as it is presented to the host operating system. It is used to model and manage iSCS…
boot.CddDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
storage.PhysicalDiskUsage
Has usage map between physical disks and virtual drives.
boot.UefiShellDevice.Response
The response body of a HTTP GET request for the 'boot.UefiShellDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
compute.Physical.Relationship
A relationship to the 'compute.Physical' resource, or the expanded 'compute.Physical' resource, or the 'null' value.
adapter.UnitExpander.Relationship
A relationship to the 'adapter.UnitExpander' resource, or the expanded 'adapter.UnitExpander' resource, or the 'null' value.
equipment.ChassisOperationsDetails
The status of completed and in-progress chassis operations.
memory.Unit.Relationship
A relationship to the 'memory.Unit' resource, or the expanded 'memory.Unit' resource, or the 'null' value.
boot.UefiShellDevice.Relationship
A relationship to the 'boot.UefiShellDevice' resource, or the expanded 'boot.UefiShellDevice' resource, or the 'null' value.
storage.FlexFlashPhysicalDrive.Relationship
A relationship to the 'storage.FlexFlashPhysicalDrive' resource, or the expanded 'storage.FlexFlashPhysicalDrive' resource, or the 'null' value.
pci.Slot.Relationship
A relationship to the 'pci.Slot' resource, or the expanded 'pci.Slot' resource, or the 'null' value.
compute.Vmedia
The compute.vMedia object represents the virtual media configuration and inventory for a server. It acts as a container for virtual media settings and any curr…
security.Unit.Relationship
A relationship to the 'security.Unit' resource, or the expanded 'security.Unit' resource, or the 'null' value.
boot.VmediaDevice.Response
The response body of a HTTP GET request for the 'boot.VmediaDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
boot.UsbDevice.Relationship
A relationship to the 'boot.UsbDevice' resource, or the expanded 'boot.UsbDevice' resource, or the 'null' value.
security.Unit
The crypto card present on a server.
memory.PersistentMemoryNamespace.Relationship
A relationship to the 'memory.PersistentMemoryNamespace' resource, or the expanded 'memory.PersistentMemoryNamespace' resource, or the 'null' value.
storage.FileItem.Relationship
A relationship to the 'storage.FileItem' resource, or the expanded 'storage.FileItem' resource, or the 'null' value.
equipment.Fru
The equipment.Fru object represents a Field-Replaceable Unit (FRU). It is a special object used to track the history and state changes of hardware components t…
equipment.FanControl
This represents the states of Fan equipment.
rack.UnitPersonality.Relationship
A relationship to the 'rack.UnitPersonality' resource, or the expanded 'rack.UnitPersonality' resource, or the 'null' value.
equipment.FanModule
The equipment.FanModule object represents a physical, often hot-swappable, module that houses one or more individual fans. These modules are key components for…
compute.RecoveryKeyDetails
Migration Key Information of the server.
boot.CddDevice.Relationship
A relationship to the 'boot.CddDevice' resource, or the expanded 'boot.CddDevice' resource, or the 'null' value.
graphics.Card
Graphics Card present in a server.
equipment.Tpm.Relationship
A relationship to the 'equipment.Tpm' resource, or the expanded 'equipment.Tpm' resource, or the 'null' value.
equipment.IoCard.Relationship
A relationship to the 'equipment.IoCard' resource, or the expanded 'equipment.IoCard' resource, or the 'null' value.
memory.PersistentMemoryUnit.Relationship
A relationship to the 'memory.PersistentMemoryUnit' resource, or the expanded 'memory.PersistentMemoryUnit' resource, or the 'null' value.
management.Controller.Relationship
A relationship to the 'management.Controller' resource, or the expanded 'management.Controller' resource, or the 'null' value.
storage.BatteryBackupUnit
Information of Battery Backup Unit in the storage controller.
equipment.HybridDriveSlot
The equipment.HybridDriveSlot object represents a specialized drive slot in a server that can operate in different modes, typically supporting NVMe or other dr…
boot.CddDevice
The boot.CddDevice object represents a CD/DVD drive as a configurable boot option within a server's boot policy. Purpose The CddDevice object allows for the in…
boot.SanDevice.Relationship
A relationship to the 'boot.SanDevice' resource, or the expanded 'boot.SanDevice' resource, or the 'null' value.
storage.VirtualDriveContainer.Relationship
A relationship to the 'storage.VirtualDriveContainer' resource, or the expanded 'storage.VirtualDriveContainer' resource, or the 'null' value.
adapter.HostEthInterface.Relationship
A relationship to the 'adapter.HostEthInterface' resource, or the expanded 'adapter.HostEthInterface' resource, or the 'null' value.
boot.DeviceBootMode.Relationship
A relationship to the 'boot.DeviceBootMode' resource, or the expanded 'boot.DeviceBootMode' resource, or the 'null' value.
inventory.Interface
Abstract base class for all interfaces.
memory.PersistentMemoryConfiguration.Relationship
A relationship to the 'memory.PersistentMemoryConfiguration' resource, or the expanded 'memory.PersistentMemoryConfiguration' resource, or the 'null' value.
inventory.GenericInventory
Any inventory which is represented as a key / value pair. Example - moInvKv in UCSM representing OS tools running on ESX.
boot.HddDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
storage.FlexFlashControllerProps
Flex flash controller properties.
equipment.Slot
Abstract base class for all slots available on the system.
compute.Personality
The compute.Personality object provides a mechanism to model a server with a defined software personality, separate from its physical hardware identity (PID).…
pci.Zone.Relationship
A relationship to the 'pci.Zone' resource, or the expanded 'pci.Zone' resource, or the 'null' value.
boot.VmediaDevice
The boot.VmediaDevice object represents a virtual media device as a configurable boot option within a server's boot policy. Virtual media allows mounting of a…
storage.ControllerDrive.Relationship
A relationship to the 'storage.ControllerDrive' resource, or the expanded 'storage.ControllerDrive' resource, or the 'null' value.
management.Controller
A specialized service processor that monitors the physical state of a server, using sensors and communicating with the system administrator through an independ…
boot.DeviceBootSecurity.Response
The response body of a HTTP GET request for the 'boot.DeviceBootSecurity' resource. The value may be one of the following types. 1. When 'tag' is specified in…
storage.Item.Relationship
A relationship to the 'storage.Item' resource, or the expanded 'storage.Item' resource, or the 'null' value.
bios.SystemBootOrder
The BIOS.SystemBootOrder object represents the actual boot order of a server as enumerated by its BIOS. This provides a comprehensive, read-only view of the bo…
compute.AlarmSummary
The summary of alarm counts based on alarm serverity.
inventory.DeviceInfo.Relationship
A relationship to the 'inventory.DeviceInfo' resource, or the expanded 'inventory.DeviceInfo' resource, or the 'null' value.
storage.VirtualDriveContainer
A Virtual Disk Drive Container.
storage.PhysicalDiskExtension.Relationship
A relationship to the 'storage.PhysicalDiskExtension' resource, or the expanded 'storage.PhysicalDiskExtension' resource, or the 'null' value.
bios.TokenSettings
The bios.TokenSettings object represents the status of a specific BIOS token, particularly for Memory Reliability, Availability, and Serviceability (RAS) confi…
equipment.IoCard
The equipment.IoCard (IOM) object represents an I/O Module, a critical component in a blade chassis that multiplexes and forwards network traffic between the b…
equipment.IoExpander.Relationship
A relationship to the 'equipment.IoExpander' resource, or the expanded 'equipment.IoExpander' resource, or the 'null' value.
memory.PersistentMemoryRegion.Relationship
A relationship to the 'memory.PersistentMemoryRegion' resource, or the expanded 'memory.PersistentMemoryRegion' resource, or the 'null' value.
pci.Link.Relationship
A relationship to the 'pci.Link' resource, or the expanded 'pci.Link' resource, or the 'null' value.
storage.FlexUtilController.Relationship
A relationship to the 'storage.FlexUtilController' resource, or the expanded 'storage.FlexUtilController' resource, or the 'null' value.
memory.PersistentMemoryNamespaceConfigResult.Relationship
A relationship to the 'memory.PersistentMemoryNamespaceConfigResult' resource, or the expanded 'memory.PersistentMemoryNamespaceConfigResult' resource, or the…
boot.UsbDevice
Usb Boot Device configured on the server.
storage.FlexUtilVirtualDrive.Relationship
A relationship to the 'storage.FlexUtilVirtualDrive' resource, or the expanded 'storage.FlexUtilVirtualDrive' resource, or the 'null' value.
storage.BatteryBackupUnit.Relationship
A relationship to the 'storage.BatteryBackupUnit' resource, or the expanded 'storage.BatteryBackupUnit' resource, or the 'null' value.
compute.IpAddress
Complex type representing an IP address in UCSM.
equipment.Tpm
The equipment.Tpm object represents a Trusted Platform Module (TPM) security chip installed on a server's motherboard. A TPM is a hardware-based security compo…
inventory.DeviceInfo
Information pertaining to a Registered Device in Intersight which is pertinent to Inventory Microservice.
boot.DeviceBootSecurity
The boot.DeviceBootSecurity object represents the user-configured state of UEFI Secure Boot for a server, as defined in its boot policy. Purpose This object's…
storage.FlexFlashPhysicalDrive
Physical Drive repersenting a SD Card.
boot.SdDevice.Response
The response body of a HTTP GET request for the 'boot.SdDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
equipment.ExpanderModule.Relationship
A relationship to the 'equipment.ExpanderModule' resource, or the expanded 'equipment.ExpanderModule' resource, or the 'null' value.
boot.PxeDevice.Relationship
A relationship to the 'boot.PxeDevice' resource, or the expanded 'boot.PxeDevice' resource, or the 'null' value.
equipment.Interconnect
Object representing a set of endpoints that are interconnected via some interconnectivity technology.
pci.Switch.Relationship
A relationship to the 'pci.Switch' resource, or the expanded 'pci.Switch' resource, or the 'null' value.
storage.EnclosureDisk
Physical Disk on the enclosure.
equipment.Identity
An abstract object for performing and tracking lifecycle operations (e.g. discovery, recommission, decommission) on rack-mount equipment such as server, chassi…
inventory.GenericInventoryHolder.Relationship
A relationship to the 'inventory.GenericInventoryHolder' resource, or the expanded 'inventory.GenericInventoryHolder' resource, or the 'null' value.
equipment.Psu
The equipment.Psu object represents a Power Supply Unit, a fundamental component responsible for providing electrical power to a server, chassis, or network sw…
equipment.IoExpander
The equipment.IoExpander object represents an I/O expander card, which serves as an extension for servers, particularly within a Colusa-type chassis architectu…
storage.DiskGroup.Relationship
A relationship to the 'storage.DiskGroup' resource, or the expanded 'storage.DiskGroup' resource, or the 'null' value.
equipment.HybridDriveSlot.Relationship
A relationship to the 'equipment.HybridDriveSlot' resource, or the expanded 'equipment.HybridDriveSlot' resource, or the 'null' value.
graphics.Controller.Relationship
A relationship to the 'graphics.Controller' resource, or the expanded 'graphics.Controller' resource, or the 'null' value.
equipment.SharedIoModule
The equipment.SharedIoModule object represents a shared I/O module (SIOM), which is an adapter-like component typically found in a System I/O Controller (SIOC)…
pci.Port
PCIe Switch port on the PCIe Switch.
storage.FlexUtilPhysicalDrive
Storage Flex Util Physical Drive.
boot.VmediaDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
graphics.Card.Relationship
A relationship to the 'graphics.Card' resource, or the expanded 'graphics.Card' resource, or the 'null' value.
boot.PrecisionPolicy.Response
The response body of a HTTP GET request for the 'boot.PrecisionPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
adapter.HostFcInterface
The adapter.HostFcInterface object represents a virtual Fibre Channel Host Bus Adapter (vHBA) as it is presented to the host operating system. It is the primar…
compute.MigrationKeyInfo
Details about the migration key that gets utilized during the server profile migration process.
compute.ServerPowerParameters
The compute.ServerPowerParameters object is a managed object used to inventory and track key power-related settings and parameters for a server. Purpose The pr…
boot.PxeDevice
The boot.PxeDevice object represents a Preboot Execution Environment (PXE) network interface as a configurable boot option within a server's boot policy. Purpo…
bios.BootDevice.Relationship
A relationship to the 'bios.BootDevice' resource, or the expanded 'bios.BootDevice' resource, or the 'null' value.
boot.NvmeDevice.Relationship
A relationship to the 'boot.NvmeDevice' resource, or the expanded 'boot.NvmeDevice' resource, or the 'null' value.
equipment.LocatorLed.Relationship
A relationship to the 'equipment.LocatorLed' resource, or the expanded 'equipment.LocatorLed' resource, or the 'null' value.
boot.IscsiDevice.Relationship
A relationship to the 'boot.IscsiDevice' resource, or the expanded 'boot.IscsiDevice' resource, or the 'null' value.
pci.Node
External PCIe nodes connected to a server.
boot.DeviceBootMode
The boot.DeviceBootMode object represents the user-configured BIOS boot mode for a server, as defined in its boot policy. It reflects the intended state that s…
compute.RackUnit.Relationship
A relationship to the 'compute.RackUnit' resource, or the expanded 'compute.RackUnit' resource, or the 'null' value.
compute.Blade
The compute.Blade object represents a blade server, which is a modular server designed to be housed in a chassis. It encapsulates the server's identity, physic…
pci.Link
The PCI Switch Link connected to PCIe Switch.
boot.HddDevice
The boot.HddDevice object represents a local hard disk drive (HDD) or logical volume as a configurable boot option within a server's boot policy. Purpose The H…
management.Interface
Interface that provides access to the management controller.
memory.PersistentMemoryUnit
Persistent Memory Module on a server.
boot.SdDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
equipment.Chassis
The equipment.Chassis object represents a physical chassis, a modular enclosure that houses and provides power, cooling, and connectivity for multiple blade se…
storage.SasPort
Sas Port details of the SAS endpoint.
boot.CddDevice.Response
The response body of a HTTP GET request for the 'boot.CddDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
storage.DiskSlot.Relationship
A relationship to the 'storage.DiskSlot' resource, or the expanded 'storage.DiskSlot' resource, or the 'null' value.
boot.DeviceBootMode.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
pci.Switch
PCIe switch present in the system which connects PCIe devices (CPU, GPU and the PCIe adapter).
storage.PhysicalDiskUsage.Relationship
A relationship to the 'storage.PhysicalDiskUsage' resource, or the expanded 'storage.PhysicalDiskUsage' resource, or the 'null' value.
boot.SdDevice.Relationship
A relationship to the 'boot.SdDevice' resource, or the expanded 'boot.SdDevice' resource, or the 'null' value.
equipment.IoCardBase
Abstract class for hif and nif ports collection that can be extended by chassis/febric extender.
equipment.SharedGraphicsCard
Graphics card within a PCIe node that can be shared by one or more servers.
storage.Span.Relationship
A relationship to the 'storage.Span' resource, or the expanded 'storage.Span' resource, or the 'null' value.
equipment.Fex.Relationship
A relationship to the 'equipment.Fex' resource, or the expanded 'equipment.Fex' resource, or the 'null' value.
storage.FlexUtilPhysicalDrive.Relationship
A relationship to the 'storage.FlexUtilPhysicalDrive' resource, or the expanded 'storage.FlexUtilPhysicalDrive' resource, or the 'null' value.
storage.FlexFlashVirtualDrive
Virtual Drive repersenting a SD Card.
storage.VdMemberEp
Reference to LocalDisk to build up a VirtualDrive.
storage.FlexFlashVirtualDrive.Relationship
A relationship to the 'storage.FlexFlashVirtualDrive' resource, or the expanded 'storage.FlexFlashVirtualDrive' resource, or the 'null' value.
compute.Board.Relationship
A relationship to the 'compute.Board' resource, or the expanded 'compute.Board' resource, or the 'null' value.
compute.RackUnit
The compute.RackUnit object represents a standalone or FI-attached rack-mounted server. It is a primary inventory object that encapsulates the server's identit…
equipment.Fan.Relationship
A relationship to the 'equipment.Fan' resource, or the expanded 'equipment.Fan' resource, or the 'null' value.
storage.FlexFlashController
Storage Flex Flash Controller.
storage.ControllerDrive
The equipment.ChassisController object represents the controller embedded within a network element that is responsible for managing a chassis. It is particular…
equipment.RackEnclosure.Relationship
A relationship to the 'equipment.RackEnclosure' resource, or the expanded 'equipment.RackEnclosure' resource, or the 'null' value.
boot.SanDevice
The boot.SanDevice object represents a Storage Area Network (SAN) LUN (Logical Unit Number) as a configurable boot option within a server's boot policy. Purpos…
equipment.SharedIoModule.Relationship
A relationship to the 'equipment.SharedIoModule' resource, or the expanded 'equipment.SharedIoModule' resource, or the 'null' value.
storage.FileItem
The local Storage Files present in a server.
memory.Array.Relationship
A relationship to the 'memory.Array' resource, or the expanded 'memory.Array' resource, or the 'null' value.
boot.PxeDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
boot.IscsiDevice.Response
The response body of a HTTP GET request for the 'boot.IscsiDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
equipment.FanControl.Relationship
A relationship to the 'equipment.FanControl' resource, or the expanded 'equipment.FanControl' resource, or the 'null' value.
boot.IscsiDevice
The boot.IscsiDevice object represents an iSCSI LUN (Logical Unit Number) as a configurable boot option within a server's boot policy. It allows a server to bo…
pci.Device.Relationship
A relationship to the 'pci.Device' resource, or the expanded 'pci.Device' resource, or the 'null' value.
compute.Blade.Relationship
A relationship to the 'compute.Blade' resource, or the expanded 'compute.Blade' resource, or the 'null' value.
pci.CoprocessorCard.Relationship
A relationship to the 'pci.CoprocessorCard' resource, or the expanded 'pci.CoprocessorCard' resource, or the 'null' value.
boot.VmediaDevice.Relationship
A relationship to the 'boot.VmediaDevice' resource, or the expanded 'boot.VmediaDevice' resource, or the 'null' value.
boot.PrecisionPolicy
The Boot PrecisionPolicy object is a reusable policy that defines a precise and ordered list of bootable devices for a server. It supports both UEFI and Legacy…
processor.Unit.Relationship
A relationship to the 'processor.Unit' resource, or the expanded 'processor.Unit' resource, or the 'null' value.
bios.BootDevice
Actual boot devices of the system as enumerated by BIOS.
boot.UsbDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
bios.VfSelectMemoryRasConfiguration.Relationship
A relationship to the 'bios.VfSelectMemoryRasConfiguration' resource, or the expanded 'bios.VfSelectMemoryRasConfiguration' resource, or the 'null' value.
compute.Board
The compute.Board object represents the main motherboard of a server. It serves as a central container for the core components of the server, such as CPUs, mem…
storage.DiskGroup
Group of one or more Spans to configure virtual drive.
equipment.Psu.Relationship
A relationship to the 'equipment.Psu' resource, or the expanded 'equipment.Psu' resource, or the 'null' value.
boot.UefiShellDevice
The boot.UefiShellDevice object represents the UEFI (Unified Extensible Firmware Interface) Shell as a configurable boot option within a server's boot policy.…
adapter.UnitExpander
The adapter.UnitExpander object represents a physical extension card for a network adapter within a server. It is used for inventory and to identify expander c…
compute.Personality.Relationship
A relationship to the 'compute.Personality' resource, or the expanded 'compute.Personality' resource, or the 'null' value.
storage.EnclosureDiskSlotEp
Physical Disk slots on the enclosure.
graphics.Controller
Controller for a Graphics Card.
pci.Endpoint
PCIe endpoints that are connected to a PCIe switch.
equipment.SystemIoController
The equipment.SystemIoController (SIOC) object represents an I/O controller on a chassis, specifically designed to provide the data path for Cisco S-Series sto…
pci.Slot
The PCI Slot with Name and Presence details.
equipment.IoCardBase.Relationship
A relationship to the 'equipment.IoCardBase' resource, or the expanded 'equipment.IoCardBase' resource, or the 'null' value.
memory.PersistentMemoryConfiguration
Persistent Memory configuration on all the Persistent Memory Modules on a server.
storage.Controller.Relationship
A relationship to the 'storage.Controller' resource, or the expanded 'storage.Controller' resource, or the 'null' value.
inventory.Base
Base class for all inventory MOs.
boot.SanDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
processor.Unit
The CPU present on a server.
equipment.FanModule.Relationship
A relationship to the 'equipment.FanModule' resource, or the expanded 'equipment.FanModule' resource, or the 'null' value.
equipment.SharedAdapterUnit.Relationship
A relationship to the 'equipment.SharedAdapterUnit' resource, or the expanded 'equipment.SharedAdapterUnit' resource, or the 'null' value.
boot.DeviceBootMode.Response
The response body of a HTTP GET request for the 'boot.DeviceBootMode' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
bios.BootMode.Relationship
A relationship to the 'bios.BootMode' resource, or the expanded 'bios.BootMode' resource, or the 'null' value.
storage.PhysicalDiskExtension
Information of disks as reported by controller. In certain cases like S-series servers, disk information will be reported by controller separately and this rep…
boot.PchStorageDevice.Relationship
A relationship to the 'boot.PchStorageDevice' resource, or the expanded 'boot.PchStorageDevice' resource, or the 'null' value.
inventory.Interface.Relationship
A relationship to the 'inventory.Interface' resource, or the expanded 'inventory.Interface' resource, or the 'null' value.
boot.PrecisionPolicy.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
boot.PchStorageDevice
The boot.PchStorageDevice object represents a storage device connected to the Platform Controller Hub (PCH) as a configurable boot option within a server's boo…
storage.VdMemberEp.Relationship
A relationship to the 'storage.VdMemberEp' resource, or the expanded 'storage.VdMemberEp' resource, or the 'null' value.
memory.Array
Holder housing multiple memory units.
pci.Device
PCI device present in a server.
storage.FlexFlashController.Relationship
A relationship to the 'storage.FlexFlashController' resource, or the expanded 'storage.FlexFlashController' resource, or the 'null' value.
compute.Mapping
The compute.Mapping object represents a single virtual media image that has been uploaded or mapped to a server. This provides the inventory details for a spec…
storage.VirtualDriveExtension.Relationship
A relationship to the 'storage.VirtualDriveExtension' resource, or the expanded 'storage.VirtualDriveExtension' resource, or the 'null' value.
adapter.ExtEthInterface.Relationship
A relationship to the 'adapter.ExtEthInterface' resource, or the expanded 'adapter.ExtEthInterface' resource, or the 'null' value.
memory.PersistentMemoryRegion
Persistent Memory Region configured on the Persistent Memory Modules on a server.
equipment.Base.Relationship
A relationship to the 'equipment.Base' resource, or the expanded 'equipment.Base' resource, or the 'null' value.
compute.Mapping.Relationship
A relationship to the 'compute.Mapping' resource, or the expanded 'compute.Mapping' resource, or the 'null' value.
compute.ServerPowerParameters.Relationship
A relationship to the 'compute.ServerPowerParameters' resource, or the expanded 'compute.ServerPowerParameters' resource, or the 'null' value.
boot.SdDevice
The boot.SdDevice object represents an SD (Secure Digital) card as a configurable boot option within a server's boot policy. This typically refers to an intern…
adapter.Unit.Relationship
A relationship to the 'adapter.Unit' resource, or the expanded 'adapter.Unit' resource, or the 'null' value.
equipment.SystemIoController.Relationship
A relationship to the 'equipment.SystemIoController' resource, or the expanded 'equipment.SystemIoController' resource, or the 'null' value.
power.ControlState
Managed object used to track chassis power capping information.
bios.VfSelectMemoryRasConfiguration
The bios.VfSelectMemoryRasConfiguration object represents the currently active Memory Reliability, Availability, and Serviceability (RAS) configuration as repo…
boot.HddDevice.Response
The response body of a HTTP GET request for the 'boot.HddDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
memory.Unit
This represents a memory DIMM on a server.
storage.DiskSlot
Information of disk slots as reported by a storage controller.
boot.UsbDevice.Response
The response body of a HTTP GET request for the 'boot.UsbDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
storage.VirtualDrive
A Virtual Disk Drive or Logical Unit Number.
equipment.RackEnclosureSlot
The equipment.RackEnclosureSlot object represents a physical slot within a rack enclosure that is designed to hold a rack-mounted server. Purpose The main func…
firmware.RunningFirmware
Running Firmware on an endpoint.
storage.EnclosureDisk.Relationship
A relationship to the 'storage.EnclosureDisk' resource, or the expanded 'storage.EnclosureDisk' resource, or the 'null' value.
power.ControlState.Relationship
A relationship to the 'power.ControlState' resource, or the expanded 'power.ControlState' resource, or the 'null' value.
pci.Node.Relationship
A relationship to the 'pci.Node' resource, or the expanded 'pci.Node' resource, or the 'null' value.
adapter.ExtEthInterface
The adapter.ExtEthInterface object represents a physical external port on a Cisco network adapter. This provides a detailed view of the physical link between t…
pci.CoprocessorCard
PCIe Compression and Cryptographic CPU Offload Card.
storage.PhysicalDisk
Physical Disk on a server.
equipment.Base
Abstract base class for all equipments which have a vendor /model / serial.
bios.TokenSettings.Relationship
A relationship to the 'bios.TokenSettings' resource, or the expanded 'bios.TokenSettings' resource, or the 'null' value.
boot.DeviceBase
Lists properties that are common to all device types. It serves as base class for other device types.
inventory.GenericInventoryHolder
A container class for generic inventory.
equipment.EnclosureElement
The equipment.EnclosureElement object represents a physical enclosure within a server or chassis that holds manageable sub-components, such as GPUs. It serves…
boot.IscsiDevice.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
boot.ConfiguredDevice
Abstract class for all configured boot devices.
storage.PhysicalDisk.Relationship
A relationship to the 'storage.PhysicalDisk' resource, or the expanded 'storage.PhysicalDisk' resource, or the 'null' value.
equipment.PhysicalIdentity
An Abstract Identity object that uniquely represents a server object under a DR.
memory.AbstractUnit
Abstract class for all memory units.
equipment.RackEnclosure
The equipment.RackEnclosure object represents a physical enclosure that houses multiple rack-mounted servers, providing shared infrastructure like power and co…
equipment.LocatorLed
The equipment.LocatorLed object represents the physical locator LED (Light Emitting Diode) on a piece of equipment, such as a server, chassis, or Fabric Interc…
storage.SasPort.Relationship
A relationship to the 'storage.SasPort' resource, or the expanded 'storage.SasPort' resource, or the 'null' value.
adapter.HostFcInterface.Relationship
A relationship to the 'adapter.HostFcInterface' resource, or the expanded 'adapter.HostFcInterface' resource, or the 'null' value.
certificatemanagement.RootCaCertificate
Root CA Certificate used for HTTPS server authentication and TLS communication with LDAP server.
equipment.Fru.Relationship
A relationship to the 'equipment.Fru' resource, or the expanded 'equipment.Fru' resource, or the 'null' value.
equipment.RackEnclosureSlot.Relationship
A relationship to the 'equipment.RackEnclosureSlot' resource, or the expanded 'equipment.RackEnclosureSlot' resource, or the 'null' value.
storage.Span
Group of disks to configure virtual drive.
memory.PersistentMemoryNamespaceConfigResult
Result of a previously configured Persistent Memory Namespace on a server.
boot.PxeDevice.Response
The response body of a HTTP GET request for the 'boot.PxeDevice' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
storage.SasExpander
SAS Expander present in a server.
storage.FlexUtilVirtualDrive
Storage Flex Util Virtual Drive.
equipment.SharedGraphicsCard.Relationship
A relationship to the 'equipment.SharedGraphicsCard' resource, or the expanded 'equipment.SharedGraphicsCard' resource, or the 'null' value.
equipment.ExpanderModule
The equipment.ExpanderModule object represents a physical expander module installed within a chassis. These modules typically provide additional connectivity o…
adapter.Unit
The adapter.Unit object represents a physical network adapter installed in a server. It serves as a central inventory object for a server's network interface c…
management.ReplayConfigInfo
Information about replay config after a reboot of the Fabric Interconnect.
equipment.PhysicalIdentity.Relationship
A relationship to the 'equipment.PhysicalIdentity' resource, or the expanded 'equipment.PhysicalIdentity' resource, or the 'null' value.
adapter.HostEthInterface
The adapter.HostEthInterface object represents a virtual Ethernet interface (vNIC) or a physical port of a non-Cisco adapter as it is presented to the host ope…
compute.Vmedia.Relationship
A relationship to the 'compute.Vmedia' resource, or the expanded 'compute.Vmedia' resource, or the 'null' value.
memory.PersistentMemoryNamespace
Persistent Memory Namespace configured within a Persistent Memory Region on a server.
equipment.Interconnect.Relationship
A relationship to the 'equipment.Interconnect' resource, or the expanded 'equipment.Interconnect' resource, or the 'null' value.
equipment.Riser.Relationship
A relationship to the 'equipment.Riser' resource, or the expanded 'equipment.Riser' resource, or the 'null' value.
equipment.SharedAdapterUnit
The shared physical adapter present on the XFM module.
certificatemanagement.CertificateBase
Lists properties that are common to all certificate types.
storage.VirtualDrive.Relationship
A relationship to the 'storage.VirtualDrive' resource, or the expanded 'storage.VirtualDrive' resource, or the 'null' value.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-boot-api-openapi.yml Raw ↑

Other APIs Cisco Intersight publishes across the network.

Cisco Intersight Aaa API
Cisco Intersight Access API
Cisco Intersight Adapter API
Cisco Intersight Apiproxy API
Cisco Intersight Appliance API
Cisco Intersight Asset API
Cisco Intersight Auditd API
Cisco Intersight Bios API
Cisco Intersight Bulk API
Cisco Intersight Capability API
Cisco Intersight Catalystsdwan API
Cisco Intersight Certificatemanagement API
Where this information came from

This is an independent, third-party profile of Cisco Intersight Boot API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.