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-feedback-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:
title: Intersight Feedback API
version: 1.0.11-20260807064027971
contact:
name: Intersight API support
url: https://intersight.com/help
email: intersight@cisco.com
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
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/
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.
description: 'Operations tagged feedback across 2 of this provider''s published API definitions: intersight-system-openapi.json, intersight-workflows-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
tags:
- name: feedback
paths:
/api/v1/feedback/FeedbackPosts:
post:
tags:
- feedback
summary: Create a 'feedback.FeedbackPost' resource.
operationId: CreateFeedbackFeedbackPost
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- CREATE.feedback.FeedbackPost
- PRIVSET.Global System Privileges
- PRIVSET.Global Write Privileges
parameters:
- $ref: '#/components/parameters/IfMatch'
- $ref: '#/components/parameters/IfNoneMatch'
requestBody:
description: The 'feedback.FeedbackPost' resource to create.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was created as requested. The 'feedback.FeedbackPost' resource is created before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
links:
GetFeedbackFeedbackPostByMoid:
operationId: GetFeedbackFeedbackPostByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{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'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
/api/v1/feedback/FeedbackPosts/{Moid}:
post:
tags:
- feedback
summary: Update a 'feedback.FeedbackPost' resource.
operationId: UpdateFeedbackFeedbackPost
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Global System Privileges
- PRIVSET.Global Write Privileges
- UPDATE.feedback.FeedbackPost
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/IfMatch'
requestBody:
description: The 'feedback.FeedbackPost' resource to update.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
application/json-patch+json:
schema:
$ref: '#/components/schemas/PatchDocument'
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was modified as requested. The 'feedback.FeedbackPost' resource is modified before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
links:
GetFeedbackFeedbackPostByMoid:
operationId: GetFeedbackFeedbackPostByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
patch:
tags:
- feedback
summary: Update a 'feedback.FeedbackPost' resource.
operationId: PatchFeedbackFeedbackPost
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Global System Privileges
- PRIVSET.Global Write Privileges
- UPDATE.feedback.FeedbackPost
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/IfMatch'
requestBody:
description: The 'feedback.FeedbackPost' resource to update.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
application/json-patch+json:
schema:
$ref: '#/components/schemas/PatchDocument'
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'feedback.FeedbackPost' resource was patched as requested. The 'feedback.FeedbackPost' resource is patched before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/feedback.FeedbackPost'
links:
GetFeedbackFeedbackPostByMoid:
operationId: GetFeedbackFeedbackPostByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/feedback/FeedbackPosts/{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'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
components:
schemas:
pkix.KeyGenerationSpec:
title: Pkix:Key Generation Spec
description: The key generation spec provides the algorithm and the parameters required for this algorithm to generate a key.
x-allOf-name: pkix.KeyGenerationSpec
allOf:
- $ref: '#/components/schemas/mo.BaseComplexType'
- type: object
description: Definition of the list of properties defined in 'pkix.KeyGenerationSpec', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- pkix.EcdsaKeySpec
- pkix.EddsaKeySpec
- pkix.RsaAlgorithm
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- pkix.EcdsaKeySpec
- pkix.EddsaKeySpec
- pkix.RsaAlgorithm
x-enum-as-string: true
Name:
description: 'Name of the key generation algorithm.
* `RSA` - Key pairs should be generated by the RSA algorithm.'
type: string
enum:
- RSA
default: RSA
readOnly: true
x-omitempty: true
policy.AbstractPolicy.Relationship:
description: A relationship to the 'policy.AbstractPolicy' resource, or the expanded 'policy.AbstractPolicy' resource, or the 'null' value.
x-one-of-name: policy.AbstractPolicy.Relationship
oneOf:
- type: 'null'
- $ref: '#/components/schemas/mo.MoRef'
- $ref: '#/components/schemas/policy.AbstractPolicy'
discriminator:
propertyName: ClassId
iam.System.Relationship:
description: A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.
x-one-of-name: iam.System.Relationship
oneOf:
- type: 'null'
- $ref: '#/components/schemas/mo.MoRef'
- $ref: '#/components/schemas/iam.System'
discriminator:
propertyName: ClassId
mo.BaseMo.Relationship:
description: A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.
x-one-of-name: mo.BaseMo.Relationship
oneOf:
- type: 'null'
- $ref: '#/components/schemas/mo.MoRef'
- $ref: '#/components/schemas/mo.BaseMo'
discriminator:
propertyName: ClassId
iam.ResourceRoles.Relationship:
description: A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.
x-one-of-name: iam.ResourceRoles.Relationship
oneOf:
- type: 'null'
- $ref: '#/components/schemas/mo.MoRef'
- $ref: '#/components/schemas/iam.ResourceRoles'
discriminator:
propertyName: ClassId
feedback.FeedbackPost:
title: Feedback:Feedback Post
description: "The FeedbackPost object serves as the initial entry point for user feedback within the system. This provides a mechanism for users to submit their comments and evaluations directly through the user interface. \n#### Purpose\nFeedback Post enables users to capture and submit first-hand feedback directly from the interface, ensuring that original input is accurately preserved and processed. It supports seamless UI integration, immediate submission, and reliable data retention for effective analysis and response\n#### Key Concepts\n- **User-Driven:** Facilitates direct interaction between users and the feedback system, ensuring that user voices are heard and considered.\n- **Shared Resource:** Functions as a shared organizational resource, accessible across various departments and privilege sets."
x-allOf-name: feedback.FeedbackPost
allOf:
- $ref: '#/components/schemas/mo.BaseMo'
- type: object
description: Definition of the list of properties defined in 'feedback.FeedbackPost', 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:
- feedback.FeedbackPost
default: feedback.FeedbackPost
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:
- feedback.FeedbackPost
default: feedback.FeedbackPost
x-enum-as-string: true
FeedbackData:
description: Feedback collected from the user and latest activity.
$ref: '#/components/schemas/feedback.FeedbackData'
x-omitempty: true
Account:
$ref: '#/components/schemas/iam.Account.Relationship'
description: 'A reference to a iamAccount resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
iam.SwitchAccountPermission:
title: Iam:Switch Account Permission
description: SwitchScope parameters related to the Account to/from which user switched.
x-allOf-name: iam.SwitchAccountPermission
allOf:
- $ref: '#/components/schemas/mo.BaseComplexType'
- type: object
description: Definition of the list of properties defined in 'iam.SwitchAccountPermission', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- iam.SwitchAccountPermission
default: iam.SwitchAccountPermission
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- iam.SwitchAccountPermission
default: iam.SwitchAccountPermission
x-enum-as-string: true
AccountId:
description: Moid of the Account to/from which user switched the scope.
type: string
readOnly: true
x-omitempty: true
PermissionId:
description: Moid of the Permission for the Account to/from which user switched the scope.
type: string
readOnly: true
x-omitempty: true
iam.EndPointPrivilege:
title: Iam:End Point Privilege
description: 'EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions.
#### Purpose
It exposes endpoint-side authorization elements that can be assigned to platform users via endpoint roles.
#### Key Concepts
- **Endpoint Integration:** Bridges device-level capabilities to platform users.
- **Read-only Catalog:** Reflects endpoint-defined actions.
- **Role Assignment:** Consumed by EndPointRole for user access.'
x-allOf-name: iam.EndPointPrivilege
allOf:
- $ref: '#/components/schemas/mo.BaseMo'
- type: object
description: Definition of the list of properties defined in 'iam.EndPointPrivilege', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- iam.EndPointPrivilege
default: iam.EndPointPrivilege
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- iam.EndPointPrivilege
default: iam.EndPointPrivilege
x-enum-as-string: true
Description:
description: The functionality of this privilege.
type: string
readOnly: true
x-omitempty: true
Name:
description: The name of the end point privilege.
type: string
readOnly: true
x-omitempty: true
Type:
description: 'The type of the end point like Cisco UCS Fabric Interconnect or Cisco IMC.
* `` - An unrecognized platform type.
* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.
* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.
* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.
* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).
* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.
* `IMC` - A standalone Cisco UCS rack server (Deprecated).
* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.
* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.
* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.
* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).
* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.
* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).
* `HX` - A Cisco HyperFlex (HX) cluster.
* `UCSD` - A Cisco UCS Director (UCSD) instance.
* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.
* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.
* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.
* `IntersightAssist` - A Cisco Intersight Assist instance.
* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.
* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.
* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.
* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.
* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.
* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.
* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.
* `UCSC885` - A standalone Cisco UCS C885 Server.
* `CAI845A` - A standalone Cisco AI 845A Server.
* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.
* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.
* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.
* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.
* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.
* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.
* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.
* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.
* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.
* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.
* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.
* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.
* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.
* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.
* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.
* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.
* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.
* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.
* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.
* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.
* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.
* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.
* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.
* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.
* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.
* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.
* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.
* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.
* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.
* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.
* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.
* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.
* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.
* `TerraformCloud` - A Terraform Cloud Business Tier account.
* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.
* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.
* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.
* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.
* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.
* `CiscoCatalyst` - A Cisco Catalyst networking switch device.
* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.
* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.
* `CiscoFMC` - A Cisco Secure Firewall Management Center.
* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.
* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.
* `MerakiCloud` - A Cisco Meraki Organization.
* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.'
type: string
enum:
- ''
- APIC
- CAPIC
- DCNM
- UCSFI
- UCSFIISM
- IMC
- IMCM4
- IMCM5
- IMCRack
- UCSIOM
- UCSPCIeNODE
- UCSXFM
- HX
- UCSD
- UCSXECMC
- UCSXESecureRouter
- IntersightAppliance
- IntersightAssist
- PureStorageFlashArray
- PureStorageFlashBladeSystem
- NexusDevice
- ACISwitch
- NexusSwitch
- MDSSwitch
- MDSDevice
- UCSC885
- CAI845A
- UCSC890
- RedfishServer
- NetAppOntap
- NetAppActiveIqUnifiedManager
- EmcScaleIo
- EmcVmax
- EmcVplex
- EmcXtremIo
- VmwareVcenter
- MicrosoftHyperV
- AppDynamics
- Dynatrace
- NewRelic
- ServiceNow
- Umbrella
- CloudFoundry
- MicrosoftAzureApp
# --- truncated at 32 KB (1132 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-feedback-api-openapi.yml