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 Cond API

The cond API from Cisco Intersight — 25 operation(s) for cond.

Cisco Intersight Cond 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 cond. 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 45 operations across 25 paths, and defines 208 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}.

45 operations 25 paths 208 schemas 4 DELETE24 GET5 PATCH12 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 Cond 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 45

Across 25 paths, the API surfaces 45 operations — 4 DELETE, 24 GET, 5 PATCH, 12 POST. Each is listed below with its method, path, parameters, and response codes.

cond 45
GET
/api/v1/cond/Alarms
Read a 'cond.Alarm' resource.
GetCondAlarmList 11 params → 200400401403404default
GET
/api/v1/cond/Alarms/{Moid}
Read a 'cond.Alarm' resource.
GetCondAlarmByMoid 4 params → 200400401403404default
POST
/api/v1/cond/Alarms/{Moid}
Update a 'cond.Alarm' resource.
UpdateCondAlarm 2 params body → 200400401403404default
PATCH
/api/v1/cond/Alarms/{Moid}
Update a 'cond.Alarm' resource.
PatchCondAlarm 2 params body → 200400401403404default
GET
/api/v1/cond/AlarmAggregations
Read a 'cond.AlarmAggregation' resource.
GetCondAlarmAggregationList 11 params → 200400401403404default
GET
/api/v1/cond/AlarmAggregations/{Moid}
Read a 'cond.AlarmAggregation' resource.
GetCondAlarmAggregationByMoid 4 params → 200400401403404default
GET
/api/v1/cond/AlarmClassifications
Read a 'cond.AlarmClassification' resource.
GetCondAlarmClassificationList 11 params → 200400401403404default
GET
/api/v1/cond/AlarmClassifications/{Moid}
Read a 'cond.AlarmClassification' resource.
GetCondAlarmClassificationByMoid 4 params → 200400401403404default
GET
/api/v1/cond/AlarmDefinitions
Read a 'cond.AlarmDefinition' resource.
GetCondAlarmDefinitionList 11 params → 200400401403404default
GET
/api/v1/cond/AlarmDefinitions/{Moid}
Read a 'cond.AlarmDefinition' resource.
GetCondAlarmDefinitionByMoid 4 params → 200400401403404default
GET
/api/v1/cond/AlarmRules
Read a 'cond.AlarmRule' resource.
GetCondAlarmRuleList 11 params → 200400401403404default
POST
/api/v1/cond/AlarmRules
Create a 'cond.AlarmRule' resource.
CreateCondAlarmRule 2 params body → 200400401403404default
GET
/api/v1/cond/AlarmRules/{Moid}
Read a 'cond.AlarmRule' resource.
GetCondAlarmRuleByMoid 4 params → 200400401403404default
POST
/api/v1/cond/AlarmRules/{Moid}
Update a 'cond.AlarmRule' resource.
UpdateCondAlarmRule 2 params body → 200400401403404default
PATCH
/api/v1/cond/AlarmRules/{Moid}
Update a 'cond.AlarmRule' resource.
PatchCondAlarmRule 2 params body → 200400401403404default
DELETE
/api/v1/cond/AlarmRules/{Moid}
Delete a 'cond.AlarmRule' resource.
DeleteCondAlarmRule 1 param → 200400401403404default
GET
/api/v1/cond/AlarmSuppressions
Read a 'cond.AlarmSuppression' resource.
GetCondAlarmSuppressionList 11 params → 200400401403404default
POST
/api/v1/cond/AlarmSuppressions
Create a 'cond.AlarmSuppression' resource.
CreateCondAlarmSuppression 2 params body → 200400401403404default
GET
/api/v1/cond/AlarmSuppressions/{Moid}
Read a 'cond.AlarmSuppression' resource.
GetCondAlarmSuppressionByMoid 4 params → 200400401403404default
POST
/api/v1/cond/AlarmSuppressions/{Moid}
Update a 'cond.AlarmSuppression' resource.
UpdateCondAlarmSuppression 2 params body → 200400401403404default
PATCH
/api/v1/cond/AlarmSuppressions/{Moid}
Update a 'cond.AlarmSuppression' resource.
PatchCondAlarmSuppression 2 params body → 200400401403404default
DELETE
/api/v1/cond/AlarmSuppressions/{Moid}
Delete a 'cond.AlarmSuppression' resource.
DeleteCondAlarmSuppression 1 param → 200400401403404default
POST
/api/v1/cond/AlarmSuppressionDryRuns
Create a 'cond.AlarmSuppressionDryRun' resource.
CreateCondAlarmSuppressionDryRun 2 params body → 200400401403404default
GET
/api/v1/cond/CustomHclBaselines
Read a 'cond.CustomHclBaseline' resource.
GetCondCustomHclBaselineList 11 params → 200400401403404default
POST
/api/v1/cond/CustomHclBaselines
Create a 'cond.CustomHclBaseline' resource.
CreateCondCustomHclBaseline 2 params body → 200400401403404default
GET
/api/v1/cond/CustomHclBaselines/{Moid}
Read a 'cond.CustomHclBaseline' resource.
GetCondCustomHclBaselineByMoid 4 params → 200400401403404default
POST
/api/v1/cond/CustomHclBaselines/{Moid}
Update a 'cond.CustomHclBaseline' resource.
UpdateCondCustomHclBaseline 2 params body → 200400401403404default
PATCH
/api/v1/cond/CustomHclBaselines/{Moid}
Update a 'cond.CustomHclBaseline' resource.
PatchCondCustomHclBaseline 2 params body → 200400401403404default
DELETE
/api/v1/cond/CustomHclBaselines/{Moid}
Delete a 'cond.CustomHclBaseline' resource.
DeleteCondCustomHclBaseline 1 param → 200400401403404default
GET
/api/v1/cond/CustomHclStatuses
Read a 'cond.CustomHclStatus' resource.
GetCondCustomHclStatusList 11 params → 200400401403404default
POST
/api/v1/cond/CustomHclStatuses
Create a 'cond.CustomHclStatus' resource.
CreateCondCustomHclStatus 2 params body → 200400401403404default
GET
/api/v1/cond/CustomHclStatuses/{Moid}
Read a 'cond.CustomHclStatus' resource.
GetCondCustomHclStatusByMoid 4 params → 200400401403404default
GET
/api/v1/cond/HclStatuses
Read a 'cond.HclStatus' resource.
GetCondHclStatusList 11 params → 200400401403404default
GET
/api/v1/cond/HclStatuses/{Moid}
Read a 'cond.HclStatus' resource.
GetCondHclStatusByMoid 4 params → 200400401403404default
GET
/api/v1/cond/HclStatusDetails
Read a 'cond.HclStatusDetail' resource.
GetCondHclStatusDetailList 11 params → 200400401403404default
GET
/api/v1/cond/HclStatusDetails/{Moid}
Read a 'cond.HclStatusDetail' resource.
GetCondHclStatusDetailByMoid 4 params → 200400401403404default
GET
/api/v1/cond/HclStatusJobs
Read a 'cond.HclStatusJob' resource.
GetCondHclStatusJobList 11 params → 200400401403404default
POST
/api/v1/cond/HclStatusJobs
Create a 'cond.HclStatusJob' resource.
CreateCondHclStatusJob 2 params body → 200400401403404default
GET
/api/v1/cond/HclStatusJobs/{Moid}
Read a 'cond.HclStatusJob' resource.
GetCondHclStatusJobByMoid 4 params → 200400401403404default
GET
/api/v1/cond/ThresholdDefinitions
Read a 'cond.ThresholdDefinition' resource.
GetCondThresholdDefinitionList 11 params → 200400401403404default
POST
/api/v1/cond/ThresholdDefinitions
Create a 'cond.ThresholdDefinition' resource.
CreateCondThresholdDefinition 2 params body → 200400401403404default
GET
/api/v1/cond/ThresholdDefinitions/{Moid}
Read a 'cond.ThresholdDefinition' resource.
GetCondThresholdDefinitionByMoid 4 params → 200400401403404default
POST
/api/v1/cond/ThresholdDefinitions/{Moid}
Update a 'cond.ThresholdDefinition' resource.
UpdateCondThresholdDefinition 2 params body → 200400401403404default
PATCH
/api/v1/cond/ThresholdDefinitions/{Moid}
Update a 'cond.ThresholdDefinition' resource.
PatchCondThresholdDefinition 2 params body → 200400401403404default
DELETE
/api/v1/cond/ThresholdDefinitions/{Moid}
Delete a 'cond.ThresholdDefinition' resource.
DeleteCondThresholdDefinition 1 param → 200400401403404default

Schemas 208

The contract defines 208 schemas that model the data the API accepts and returns. The most detailed are mo.BaseMo (15 properties), mo.Tag (7 properties), mo.MoRef (5 properties), PatchDocument (4 properties). Each schema is shown below with its type and property counts.

pkix.KeyGenerationSpec
The key generation spec provides the algorithm and the parameters required for this algorithm to generate a key.
x509.Certificate
The representation of an X.509 certificate.
policy.AbstractPolicy.Relationship
A relationship to the 'policy.AbstractPolicy' resource, or the expanded 'policy.AbstractPolicy' resource, or the 'null' value.
iam.System.Relationship
A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.
cond.Alarm
The Alarm object represents the alarms generated by either the managed system itself or by Intersight. It is used for identifying and responding to issues dete…
mo.BaseMo.Relationship
A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.
iam.ResourceRoles.Relationship
A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.
asset.GeoLocation.Relationship
A relationship to the 'asset.GeoLocation' resource, or the expanded 'asset.GeoLocation' resource, or the 'null' value.
cond.AlarmClassificationEligibility
Same alarm classifications can be suppressed at many Intersight entity MO types. The entity MO types on which an alarm classification can be suppressed is dete…
iam.SwitchAccountPermission
SwitchScope parameters related to the Account to/from which user switched.
iam.EndPointPrivilege
EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions. Purpose It exposes endpoint-side…
iam.LdapPolicy
Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication…
iam.ApiKey.Relationship
A relationship to the 'iam.ApiKey' resource, or the expanded 'iam.ApiKey' resource, or the 'null' value.
cond.AlarmPreview
Contains a list of alarms with a fixed subset of fields needed to show a preview.
iam.IpAccessManagement.Relationship
A relationship to the 'iam.IpAccessManagement' resource, or the expanded 'iam.IpAccessManagement' resource, or the 'null' value.
policy.ReportedPolicyChange
A policy change that has been reported to a profile.
cond.AdapterInfo
Adapter information like model, vendor, type, firmware and driver details.
Error
object
4 properties 2 required
iam.DefaultPermissionInfo
Contains information about a stored default permission and its shared login interface coverage for product-facing default role selection.
iam.TrustPoint.Relationship
A relationship to the 'iam.TrustPoint' resource, or the expanded 'iam.TrustPoint' resource, or the 'null' value.
cond.Alarm.Response
The response body of a HTTP GET request for the 'cond.Alarm' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query…
cond.ThresholdDefinition.Response
The response body of a HTTP GET request for the 'cond.ThresholdDefinition' resource. The value may be one of the following types. 1. When 'tag' is specified in…
asset.AlarmSummary
The summary of alarm counts based on alarm serverity.
iam.UserSetting.Relationship
A relationship to the 'iam.UserSetting' resource, or the expanded 'iam.UserSetting' resource, or the 'null' value.
policy.AbstractConfigProfile.Relationship
A relationship to the 'policy.AbstractConfigProfile' resource, or the expanded 'policy.AbstractConfigProfile' resource, or the 'null' value.
iam.AppCredentials
Contains credentials information for a particular client application.
resource.Selector
Complex type representing the filter condition to extract the resources.
cond.AlarmClassification.Relationship
A relationship to the 'cond.AlarmClassification' resource, or the expanded 'cond.AlarmClassification' resource, or the 'null' value.
policy.ActionParam
An action parameter setting as a key/value pair.
iam.UserPreference
UserPreference captures user interface preferences—such as layout, view state, or theme—persisted per user and identity context. Purpose It enables consistent,…
cond.ThresholdDefinition.Relationship
A relationship to the 'cond.ThresholdDefinition' resource, or the expanded 'cond.ThresholdDefinition' resource, or the 'null' value.
iam.ResourcePermission
ResourcePermission represents the permissions defined on a resource like organization.
iam.LdapMeta
LdapMeta stores metadata for internal LDAP connectors created to support an appliance LDAP cluster configuration. Purpose It provides system-managed insight in…
mo.VersionContext
VersionContext contains the versioning info for an object.
cond.AlarmAggregation
The AlarmAggregation object is designed to represent aggregated alarm data for a managed endpoint within Intersight. It offers a consolidated view of alarm cou…
cond.AlarmSuppression.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SessionLimits.Relationship
A relationship to the 'iam.SessionLimits' resource, or the expanded 'iam.SessionLimits' resource, or the 'null' value.
iam.Privilege.Relationship
A relationship to the 'iam.Privilege' resource, or the expanded 'iam.Privilege' resource, or the 'null' value.
iam.ClientMeta
Contains meta information of the client. Currently it is used only within OAuth clients.
asset.ServiceOptions
ServiceOptions captures configuration that is specific to a target type for a specific service.
iam.IpAccessManagement
IpAccessManagement governs IP-based access restrictions for an account, enabling administrators to allowlist trusted ranges and recover from misconfiguration.…
policy.AbstractProfile.Relationship
A relationship to the 'policy.AbstractProfile' resource, or the expanded 'policy.AbstractProfile' resource, or the 'null' value.
iam.UserGroup
UserGroup provides a policy mechanism to assign permissions to cohorts of users based on identity attributes or explicit guest inclusion. Purpose UserGroup sim…
asset.Credential
A credential which can be used to authenticate with a managed target.
cond.AlarmAggregation.Response
The response body of a HTTP GET request for the 'cond.AlarmAggregation' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
cond.HclStatusJob.Response
The response body of a HTTP GET request for the 'cond.HclStatusJob' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
pkix.DistinguishedName
The identifier for the owner of an X.509 certificate and the authority that issued the certificate.
iam.UserPreference.Relationship
A relationship to the 'iam.UserPreference' resource, or the expanded 'iam.UserPreference' resource, or the 'null' value.
iam.Permission
Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy.
resource.Reservation
The Reservation object is responsible for reserving slots for new resources within resource groups, ensuring organized and planned resource allocation. Purpose…
iam.TrustPoint
The TrustPoint object represents a trusted source of certificates within the system, enabling secure communication and authentication. Purpose A TrustPoint ser…
asset.GeoLocation
The geographic location of a managed target.
iam.Idp.Relationship
A relationship to the 'iam.Idp' resource, or the expanded 'iam.Idp' resource, or the 'null' value.
policy.ConfigChangeDetailType
Defines the details of a configuration change including change type, disruption and description of the change.
iam.Role
A role is a collection of privilege sets that are assigned to a user using a permission object.
cond.HclStatusDetail.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
asset.SudiInfo
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 pub…
asset.DeviceConnection
An abstract class that holds the details of a device connectors connection to Intersight.
organization.Organization.Relationship
A relationship to the 'organization.Organization' resource, or the expanded 'organization.Organization' resource, or the 'null' value.
cond.AlarmClassification.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IpAddress
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…
cond.CustomHclStatus.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
cond.AlarmSuppression
The AlarmSuppression is for selective suppression of alarms across various managed objects (MOs). It allows users to define which alarms should be hidden or su…
mo.BaseComplexType
object
BaseComplexType is a base abstract class for all complex types. All complex types inherit from this base type.
2 properties 3 required
iam.Account
The Account object defines the organizational framework within which users and resources are managed, serving as the central hub for access and permissions. Pu…
iam.PrivilegeSet
A collection of privileges.
CsvFile
string
The content is a comma-separated list of values.
resource.Group.Relationship
A relationship to the 'resource.Group' resource, or the expanded 'resource.Group' resource, or the 'null' value.
session.AbstractSession
A base abstract class for all sessions.
iam.Permission.Relationship
A relationship to the 'iam.Permission' resource, or the expanded 'iam.Permission' resource, or the 'null' value.
iam.AbstractQualifier.Relationship
A relationship to the 'iam.AbstractQualifier' resource, or the expanded 'iam.AbstractQualifier' resource, or the 'null' value.
iam.SecurityHolder.Relationship
A relationship to the 'iam.SecurityHolder' resource, or the expanded 'iam.SecurityHolder' resource, or the 'null' value.
policy.ActionQualifier
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.
asset.DeviceClaim
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 pe…
iam.OAuthToken
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, expir…
iam.Idp
The SAML identity provider such as Cisco, that has been used to log in to Intersight.
iam.AbstractClientApplication.Relationship
A relationship to the 'iam.AbstractClientApplication' resource, or the expanded 'iam.AbstractClientApplication' resource, or the 'null' value.
resource.Reservation.Relationship
A relationship to the 'resource.Reservation' resource, or the expanded 'resource.Reservation' resource, or the 'null' value.
iam.ResourceRoles
ResourceRoles maps roles to a specific resource (e.g., an organization) within a permission, shaping the effective access model. Purpose It provides fine-grain…
iam.DomainGroup.Relationship
A relationship to the 'iam.DomainGroup' resource, or the expanded 'iam.DomainGroup' resource, or the 'null' value.
cond.AlarmDefinition.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
mo.DocumentCount
A document returned in a response body when the HTTP GET request specifies the '$count' query parameter.
cond.AlarmRule
A container object that aggregates a set of ThresholdDefinition objects. This can be assigned to one or more devices, triggering the creation of the AlarmDefin…
iam.LocalUserPassword.Relationship
A relationship to the 'iam.LocalUserPassword' resource, or the expanded 'iam.LocalUserPassword' resource, or the 'null' value.
cond.AlarmSuppressionDryRun
This API will return a list of alarms likely to be suppressed by a proposed rule.
policy.AbstractPolicy
A base abstract class for all configuration policies that can be applied to service profiles.
mo.TagKeySummary
object
A summary of the Tag usage for an API resource. Tags are Key, Value pairs that can be assigned to API resources.
3 properties
policy.AbstractConfigurationObject
Abstract base type for all configuration objects. All logical objects like profiles, policies, policy items like vnic, vhba and templates extend from this type…
cond.AdapterBaselineStatus
Adapter baseline status specifies the adapter status and reason of being non-compliant when status is non-compliant.
cond.ThresholdDefinitionState
Defines the state of ThresholdDefinition objects, enabling alarm processing to be customized according to the specific needs.
resource.AbstractReservation
You can reserve resources for use cases related to Pools or Groups. For example, resources that are decommissioned or reserved for future allocation are mainta…
asset.DeviceRegistration
The DeviceRegistration object represents a device connector-enabled endpoint that has registered with Intersight. It is a concrete object central to the manage…
cond.CustomHclBaseline
The CustomHclBaseline object defines baseline configurations for Cisco servers within an organization. It allows administrators to specify hardware and softwar…
issue.Message
A message which is optionally parameterized and which supports language localization.
iam.SwitchScopePermissions
SwitchScope parameters related to the Account to which user switched to.
cond.AlarmRule.Response
The response body of a HTTP GET request for the 'cond.AlarmRule' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.ResourceLimits
ResourceLimits establishes account-level limits and policies for identity-related resources and credentials. Purpose It ensures controlled growth and predictab…
cond.HclStatus.Relationship
A relationship to the 'cond.HclStatus' resource, or the expanded 'cond.HclStatus' resource, or the 'null' value.
cond.AlarmClassification
A group of related alarms that can be used in suppressions.
cond.AlarmSuppressionDryRunSummary
Contains both the total count of alarms that would be impacted by an evaluated suppression rule, and a list of some of the alarms that might be suppressed. Thi…
iam.ServiceProvider
ServiceProvider encapsulates the platforms SAML Service Provider (SP) identity and metadata, used to integrate with external IdPs. Purpose It provides SP metad…
cond.AlarmDefinition.Response
The response body of a HTTP GET request for the 'cond.AlarmDefinition' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.AbstractQualifier
Placeholder for different types of qualifiers.
cond.HclStatusDetail.Relationship
A relationship to the 'cond.HclStatusDetail' resource, or the expanded 'cond.HclStatusDetail' resource, or the 'null' value.
iam.PermissionToRoles
Complex type representing a permission and its associated roles.
cond.HclStatusJob
The HclStatusJob object is utilized to batch inventory notifications and process evaluations of HclStatus. It ensures timely and efficient handling of compatib…
iam.SessionLimits
The session related configuration limits.
iam.LdapDnsParameters
DNS settings used to access LDAP Providers.
iam.IdpReference
The IdpReference object represents the system-provided Cisco IdP association within an account, acting as the default reference for user and group assignments.…
iam.LdapGroup
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 per…
mo.AggregateTransform
The output of a request that includes the $apply query parameter. The schema of an aggregation query is dynamically determined based on the request query param…
iam.DomainGroup
Intersight services are mapped to three different categories of services for scaling purpose. Three categories are defined: Partition1/Partition2/Partition3. T…
iam.UserGroup.Relationship
A relationship to the 'iam.UserGroup' resource, or the expanded 'iam.UserGroup' resource, or the 'null' value.
iam.AppRegistration.Relationship
A relationship to the 'iam.AppRegistration' resource, or the expanded 'iam.AppRegistration' resource, or the 'null' value.
PatchDocument
object
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…
4 properties 2 required
iam.Session.Relationship
A relationship to the 'iam.Session' resource, or the expanded 'iam.Session' resource, or the 'null' value.
cond.CustomHclStatus.Response
The response body of a HTTP GET request for the 'cond.CustomHclStatus' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.ApiKey
The ApiKey object is a critical component for secure authentication and authorization within the system. It allows clients to make API requests programmaticall…
cond.CustomHclBaseline.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
organization.Organization
Organization provides multi-tenancy within an account. Multiple organizations can be present under an account. Resources are associated to organization using r…
asset.DeviceClaim.Relationship
A relationship to the 'asset.DeviceClaim' resource, or the expanded 'asset.DeviceClaim' resource, or the 'null' value.
issue.Definition
The definition of an issue which encompases the criteria for identifying when the issue exists, documentation of the detected issue, and actions to be taken by…
iam.SecurityHolder
SecurityHolder aggregates account-wide and organization-scoped permissions, serving as the nexus for effective authorization state across the accounts resource…
iam.ResourcePermission.Relationship
A relationship to the 'iam.ResourcePermission' resource, or the expanded 'iam.ResourcePermission' resource, or the 'null' value.
cond.AlarmAction
AlarmAction is used to define actions that are triggered in response to alarms. Purpose AlarmAction defines the specific rules and specifications used to const…
asset.DeviceConfiguration
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 ex…
cond.Alarm.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
policy.PolicyContextHolder
To store the policy details along with the context for which the entry is established.
iam.Session
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,…
iam.EndPointRole
EndPointRole represents roles defined on managed endpoints that encapsulate one or more endpoint privileges. Purpose It allows administrators to assign endpoin…
iam.AbstractClientApplication
Describes an internal application registered against an endpoint in Intersight. The application receives requests specific to its use case and these requests r…
iam.User.Relationship
A relationship to the 'iam.User' resource, or the expanded 'iam.User' resource, or the 'null' value.
iam.UserSetting
UserSetting stores specific UI-related settings that are not part of general preferences, such as session recording opt-in status. Purpose It allows storing di…
cond.ServerBaselineStatus
Server baseline status details.
policy.AbstractProfile
Abstract base type for all profiles.
asset.DeviceConfiguration.Relationship
A relationship to the 'asset.DeviceConfiguration' resource, or the expanded 'asset.DeviceConfiguration' resource, or the 'null' value.
cond.AdapterDetail
Adapter details for custom Hcl baseline.
asset.Connection
A method for Intersight to connect to a managed target, including network connectivity and authentication details.
DisplayNames
objectnull
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. Displayn…
iam.LdapMeta.Relationship
A relationship to the 'iam.LdapMeta' resource, or the expanded 'iam.LdapMeta' resource, or the 'null' value.
iam.Role.Relationship
A relationship to the 'iam.Role' resource, or the expanded 'iam.Role' resource, or the 'null' value.
iam.User
The User object represents individual users within the system, encompassing their identity, permissions, and roles. Purpose A User is a central entity within t…
cond.HclStatus
The HCL Status stores the Hardware Compatibility List (HCL) validation status of servers. It evaluates the compatibility of Cisco Servers by checking if the ha…
iam.AccountTags
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.
iam.PrivilegeSet.Relationship
A relationship to the 'iam.PrivilegeSet' resource, or the expanded 'iam.PrivilegeSet' resource, or the 'null' value.
asset.DeviceRegistration.Relationship
A relationship to the 'asset.DeviceRegistration' resource, or the expanded 'asset.DeviceRegistration' resource, or the 'null' value.
iam.LdapProvider
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…
iam.TestIdpConfiguration
TestIdpConfiguration supports validating an IdP setup by performing a controlled authentication, currently supported only for testing LDAP configurations. test…
iam.ServiceProvider.Relationship
A relationship to the 'iam.ServiceProvider' resource, or the expanded 'iam.ServiceProvider' resource, or the 'null' value.
cond.HclStatusDetail
The HclStatusDetail object provides detailed validation information for each component's firmware and drivers against the Hardware Compatibility List (HCL). It…
asset.ClusterMember
The ClusterMember object represents a node within a cluster of device connectors. This provides detailed insights into the individual members of a device clust…
cond.HclStatus.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
resource.Group
The Group object represents a collection of REST resources within the system, designed to streamline resource management through organized groupings. Purpose A…
iam.AppRegistration
The AppRegistration object facilitates the registration of OAuth2 client applications, enabling secure access to APIs using OAuth2 credentials. Purpose An AppR…
iam.LdapProvider.Relationship
A relationship to the 'iam.LdapProvider' resource, or the expanded 'iam.LdapProvider' resource, or the 'null' value.
iam.System
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…
iam.LdapPolicy.Relationship
A relationship to the 'iam.LdapPolicy' resource, or the expanded 'iam.LdapPolicy' resource, or the 'null' value.
iam.IpAddress.Relationship
A relationship to the 'iam.IpAddress' resource, or the expanded 'iam.IpAddress' resource, or the 'null' value.
policy.ConfigContext
Configuration related state and results.
cond.HclStatusJob.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
mo.Tag
object
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.
7 properties
cond.ThresholdDefinition.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IdpReference.Relationship
A relationship to the 'iam.IdpReference' resource, or the expanded 'iam.IdpReference' resource, or the 'null' value.
iam.Account.Relationship
A relationship to the 'iam.Account' resource, or the expanded 'iam.Account' resource, or the 'null' value.
cond.AlarmDefinition.Relationship
A relationship to the 'cond.AlarmDefinition' resource, or the expanded 'cond.AlarmDefinition' resource, or the 'null' value.
iam.EndPointPrivilege.Relationship
A relationship to the 'iam.EndPointPrivilege' resource, or the expanded 'iam.EndPointPrivilege' resource, or the 'null' value.
cond.AlarmSummary
The summary of alarm counts based on alarm serverity.
cond.AdapterInstance
Adapter details retrieved from server.
iam.ResourceLimits.Relationship
A relationship to the 'iam.ResourceLimits' resource, or the expanded 'iam.ResourceLimits' resource, or the 'null' value.
iam.Privilege
Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc.
cond.AlarmSpec
A specification of the details used to construct an alarm instance.
iam.LocalUserPassword
LocalUserPassword provides the mechanism for a local user to change their own password within the platform appliance context. This model is applicable only to…
iam.TestIdpConfiguration.Relationship
A relationship to the 'iam.TestIdpConfiguration' resource, or the expanded 'iam.TestIdpConfiguration' resource, or the 'null' value.
asset.ClaimSignature
A cryptographic signature that can be used to auto-claim a device connector into a user's account.
cond.ThresholdDefinition
Defines the conditions to trigger a custom alarm. This has the information needed to construct and evaluate alarms.
iam.LdapGroup.Relationship
A relationship to the 'iam.LdapGroup' resource, or the expanded 'iam.LdapGroup' resource, or the 'null' value.
iam.LdapBaseProperties
Base settings of LDAP required while configuring LDAP policy.
mo.BaseMo
object
The base abstract class for all Cisco Intersight managed objects.
15 properties 3 required
policy.ScheduledAction
Scheduled Action enables the queuing of multiple profile actions to be executed sequentially. Each action in the sequence is executed only after the successful…
cond.HclStatusDetail.Response
The response body of a HTTP GET request for the 'cond.HclStatusDetail' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
policy.ConfigResultContext
The context for a validation/config result such as the related entity's name, type, MOID etc.
policy.AbstractConfigProfile
AbstractConfigProfile is an abstract base type for all config actions on a profile.
issue.Condition
Condition defines the set of criteria under which an issue exists.
cond.CustomHclBaseline.Response
The response body of a HTTP GET request for the 'cond.CustomHclBaseline' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.OAuthToken.Relationship
A relationship to the 'iam.OAuthToken' resource, or the expanded 'iam.OAuthToken' resource, or the 'null' value.
iam.AccountPermissions
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 iden…
cond.HclStatus.Response
The response body of a HTTP GET request for the 'cond.HclStatus' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
cond.CustomHclStatus
The CustomHclStatus object represents the compliance status of a Cisco server against defined Custom Hcl baseline within an organization. It contains detailed…
resource.PerTypeCombinedSelector
Complex type representing an object type to associated filter by combining all selectors.
cond.AlarmDefinition
AlarmDefinition describes alarm messages, including their meaning and recommended recovery actions. It helps identify alarms by providing details such as the a…
mo.MoRef
object
A reference to a REST resource, uniquely identified by object type and Moid.
5 properties 3 required
cond.AlarmRule.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
cond.AlarmSuppression.Response
The response body of a HTTP GET request for the 'cond.AlarmSuppression' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
cond.CustomHclBaseline.Relationship
A relationship to the 'cond.CustomHclBaseline' resource, or the expanded 'cond.CustomHclBaseline' resource, or the 'null' value.
asset.Service
A service that is enabled on a managed target. For example, Intersight Orchestration or Intersight Workload Optimizer.
iam.PermissionReference
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 iden…
mo.TagSummary
A document returned in a response body when the HTTP GET request specifies the 'tag' query parameter.
asset.ClusterMember.Relationship
A relationship to the 'asset.ClusterMember' resource, or the expanded 'asset.ClusterMember' resource, or the 'null' value.
cond.AlarmSuppression.Relationship
A relationship to the 'cond.AlarmSuppression' resource, or the expanded 'cond.AlarmSuppression' resource, or the 'null' value.
cond.AlarmClassification.Response
The response body of a HTTP GET request for the 'cond.AlarmClassification' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.EndPointRole.Relationship
A relationship to the 'iam.EndPointRole' resource, or the expanded 'iam.EndPointRole' resource, or the 'null' value.
asset.ConnectionFlapStatus
Encapsulates key details used to identify devices experiencing connection flapping.
cond.AlarmAggregation.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
ExcelFile
string
The content is an Excel spreadsheet.
mo.BaseResponse
object
The base response schema.
1 property 1 required
asset.Target.Relationship
A relationship to the 'asset.Target' resource, or the expanded 'asset.Target' resource, or the 'null' value.
cond.AlarmRuleExpression
A rule used to filter alarms. Alarms are specified using one or more groupings of property, operator and value.
asset.Target
The Target object represents an entity managed by Intersight. It encompasses both physical and software entities, such as UCS servers or cloud accounts, and se…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-cond-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 Boot API
Cisco Intersight Bulk API
Cisco Intersight Capability API
Cisco Intersight Catalystsdwan API
Where this information came from

This is an independent, third-party profile of Cisco Intersight Cond 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.