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-connectorpack-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 Connectorpack 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 connectorpack across 2 of this provider''s published API definitions: intersight-orchestrator-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: connectorpack
paths:
/api/v1/connectorpack/ConnectorPackUpgrades:
get:
tags:
- connectorpack
summary: Read a 'connectorpack.ConnectorPackUpgrade' resource.
operationId: GetConnectorpackConnectorPackUpgradeList
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.connectorpack.ConnectorPackUpgrade
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/filterParam'
- $ref: '#/components/parameters/orderbyParam'
- $ref: '#/components/parameters/topParam'
- $ref: '#/components/parameters/skipParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/applyParam'
- $ref: '#/components/parameters/countParam'
- $ref: '#/components/parameters/inlinecountParam'
- $ref: '#/components/parameters/atParam'
- $ref: '#/components/parameters/tagsParam'
responses:
'200':
description: List of 'connectorpack.ConnectorPackUpgrade' resources for the given filter criteria
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/connectorpack.ConnectorPackUpgrade.Response'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
post:
tags:
- connectorpack
summary: Create a 'connectorpack.ConnectorPackUpgrade' resource.
operationId: CreateConnectorpackConnectorPackUpgrade
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- CREATE.connectorpack.ConnectorPackUpgrade
- PRIVSET.Account Administrator
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/IfMatch'
- $ref: '#/components/parameters/IfNoneMatch'
requestBody:
description: The 'connectorpack.ConnectorPackUpgrade' resource to create.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/connectorpack.ConnectorPackUpgrade'
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'connectorpack.ConnectorPackUpgrade' resource was created as requested. The 'connectorpack.ConnectorPackUpgrade' 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/connectorpack.ConnectorPackUpgrade'
links:
GetConnectorpackConnectorPackUpgradeByMoid:
operationId: GetConnectorpackConnectorPackUpgradeByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{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/connectorpack/ConnectorPackUpgrades/{Moid}:
get:
tags:
- connectorpack
summary: Read a 'connectorpack.ConnectorPackUpgrade' resource.
operationId: GetConnectorpackConnectorPackUpgradeByMoid
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.connectorpack.ConnectorPackUpgrade
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/atParam'
responses:
'200':
description: An instance of the 'connectorpack.ConnectorPackUpgrade' resource.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/connectorpack.ConnectorPackUpgrade'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
links:
GetConnectorpackConnectorPackUpgradeByMoid:
operationId: GetConnectorpackConnectorPackUpgradeByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/ConnectorPackUpgrades/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
delete:
tags:
- connectorpack
summary: Delete a 'connectorpack.ConnectorPackUpgrade' resource.
operationId: DeleteConnectorpackConnectorPackUpgrade
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- DELETE.connectorpack.ConnectorPackUpgrade
- PRIVSET.Account Administrator
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/moidParam'
responses:
'200':
description: Resource has been deleted successfully.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
/api/v1/connectorpack/UpgradeImpacts:
get:
tags:
- connectorpack
summary: Read a 'connectorpack.UpgradeImpact' resource.
operationId: GetConnectorpackUpgradeImpactList
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.connectorpack.UpgradeImpact
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/filterParam'
- $ref: '#/components/parameters/orderbyParam'
- $ref: '#/components/parameters/topParam'
- $ref: '#/components/parameters/skipParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/applyParam'
- $ref: '#/components/parameters/countParam'
- $ref: '#/components/parameters/inlinecountParam'
- $ref: '#/components/parameters/atParam'
- $ref: '#/components/parameters/tagsParam'
responses:
'200':
description: List of 'connectorpack.UpgradeImpact' resources for the given filter criteria
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/connectorpack.UpgradeImpact.Response'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
/api/v1/connectorpack/UpgradeImpacts/{Moid}:
get:
tags:
- connectorpack
summary: Read a 'connectorpack.UpgradeImpact' resource.
operationId: GetConnectorpackUpgradeImpactByMoid
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Read-Only
- READ.connectorpack.UpgradeImpact
- ROLE.Account Administrator
- ROLE.Read-Only
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/atParam'
responses:
'200':
description: An instance of the 'connectorpack.UpgradeImpact' resource.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/connectorpack.UpgradeImpact'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
links:
GetConnectorpackUpgradeImpactByMoid:
operationId: GetConnectorpackUpgradeImpactByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/connectorpack/UpgradeImpacts/{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:
headers:
x-starship-traceid:
description: A value that uniquely identifies a HTTP request and its response.
schema:
type: string
Set-Cookie:
description: Cookie authentication key for use with the `cookieAuth` apiKey authentication.
schema:
type: string
example: X-Starship-Token=abcde12345; Path=/
Content-Length:
description: Indicates the size of the entity-body, in bytes, sent to the recipient.
schema:
type: integer
Content-Disposition:
description: If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.
schema:
type: string
schemas:
workflow.Properties:
title: Workflow:Properties
description: Properties for the task definition like the inputs, outputs, timeout and retry policies. Tasks are the building blocks for workflows.
x-allOf-name: workflow.Properties
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'workflow.Properties', 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:
- workflow.Properties
default: workflow.Properties
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:
- workflow.Properties
default: workflow.Properties
x-enum-as-string: true
Cloneable:
description: When set to false task is not cloneable. It is set to true only if task is of ApiTask type and it is not system defined.
type: boolean
default: false
readOnly: true
x-omitempty: true
ExternalMeta:
description: When set to false the task definition can only be used by internal system workflows. When set to true then the task can be included in user defined workflows.
type: boolean
default: false
readOnly: true
x-omitempty: true
InputDefinition:
type:
- array
- 'null'
items:
description: The schema expected for input parameters for this task.
$ref: '#/components/schemas/workflow.BaseDataType'
x-omitempty: true
OutputDefinition:
type:
- array
- 'null'
items:
description: The schema expected for output parameters for this task.
$ref: '#/components/schemas/workflow.BaseDataType'
x-omitempty: true
RetryCount:
description: The number of times a task should be tried before marking as failed.
type: integer
format: int64
default: 3
minimum: 0
maximum: 256
x-omitempty: true
RetryDelay:
description: The delay in seconds after which the the task is re-tried.
type: integer
format: int64
default: 60
minimum: 10
maximum: 86400
x-omitempty: true
RetryPolicy:
description: 'The retry policy for the task.
* `Fixed` - The enum specifies the option as Fixed where the task retry happens after fixed time specified by RetryDelay.'
type: string
enum:
- Fixed
default: Fixed
x-omitempty: true
StartsWorkflow:
description: Set to true if the task implementation starts another workfow as part of the execution.
type: boolean
default: false
readOnly: true
x-omitempty: true
SupportStatus:
description: 'Supported status of the definition.
* `Supported` - The definition is a supported version and there will be no changes to the mandatory inputs or outputs.
* `Beta` - The definition is a Beta version and this version can under go changes until the version is marked supported.
* `Deprecated` - The version of definition is deprecated and typically there will be a higher version of the same definition that has been added.'
type: string
enum:
- Supported
- Beta
- Deprecated
default: Supported
x-omitempty: true
Timeout:
description: The timeout value in seconds after which task will be marked as timed out. Max allowed value is 7 days.
type: integer
format: int64
default: 600
minimum: 10
maximum: 604800
x-omitempty: true
TimeoutPolicy:
description: 'The timeout policy for the task.
* `Timeout` - The enum specifies the option as Timeout where task will be timed out after the specified time in Timeout property.
* `Retry` - The enum specifies the option as Retry where task will be re-tried.'
type: string
enum:
- Timeout
- Retry
default: Timeout
x-omitempty: true
iaas.MostRunTasks:
title: Iaas:Most Run Tasks
description: "The MostRunTasks object provides insights into frequently executed workflow tasks within UCS Director (UCSD). \n#### Purpose \nMostRunTasks captures data about task execution frequency, aiding in workflow analysis and improvement strategies. \n#### Key Concepts \n- **Execution Frequency:** Tracks how often tasks are executed, supporting process refinement and optimization. \n- **Read-Only Access:** Ensures secure access to task data without modification."
x-allOf-name: iaas.MostRunTasks
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo
- type: object
description: Definition of the list of properties defined in 'iaas.MostRunTasks', 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:
- iaas.MostRunTasks
default: iaas.MostRunTasks
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:
- iaas.MostRunTasks
default: iaas.MostRunTasks
x-enum-as-string: true
TaskCategory:
description: A functional area to which a task belongs to.
type: string
readOnly: true
x-omitempty: true
TaskExecutionCount:
description: Number of times this task has executed.
type: integer
format: int64
readOnly: true
x-omitempty: true
TaskName:
description: Name of the task executed in UCSD.
type: string
readOnly: true
x-omitempty: true
TaskType:
description: Type of the task whether it is system task or custom task.
type: string
readOnly: true
x-omitempty: true
Guid:
$ref: '#/components/schemas/iaas.UcsdInfo.Relationship'
description: 'A reference to a iaasUcsdInfo resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
iaas.UcsdManagedInfra.Relationship:
description: A relationship to the 'iaas.UcsdManagedInfra' resource, or the expanded 'iaas.UcsdManagedInfra' resource, or the 'null' value.
x-one-of-name: iaas.UcsdManagedInfra.Relationship
oneOf:
- type: 'null'
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef
- $ref: '#/components/schemas/iaas.UcsdManagedInfra'
discriminator:
propertyName: ClassId
workflow.BaseDataType:
title: Workflow:Base Data Type
description: The base data type that is used to derive all the other data types for inputs and outputs.
x-allOf-name: workflow.BaseDataType
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'workflow.BaseDataType', 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:
- workflow.ArrayDataType
- workflow.CustomDataType
- workflow.DynamicTemplateParserDataType
- workflow.MoInventoryDataType
- workflow.MoReferenceAutoDataType
- workflow.MoReferenceDataType
- workflow.MoReferenceForCloneDataType
- workflow.PrimitiveDataType
- workflow.TargetDataType
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:
- workflow.ArrayDataType
- workflow.CustomDataType
- workflow.DynamicTemplateParserDataType
- workflow.MoInventoryDataType
- workflow.MoReferenceAutoDataType
- workflow.MoReferenceDataType
- workflow.MoReferenceForCloneDataType
- workflow.PrimitiveDataType
- workflow.TargetDataType
x-enum-as-string: true
Default:
description: Default value for the data type. If default value was provided and the input was required the default value will be used as the input.
$ref: '#/components/schemas/workflow.DefaultValue'
x-omitempty: true
Description:
description: Provide a detailed description of the data type.
type: string
x-omitempty: true
DisplayMeta:
description: Captures the meta data needed for displaying workflow data types in Intersight User Interface.
$ref: '#/components/schemas/workflow.DisplayMeta'
x-omitempty: true
InputParameters:
description: JSON formatted mapping from other property of the definition to the current property. Input parameter mapping is supported only for custom data type property in workflow definition and custom data type definition. The format to specify mapping ina workflow definition when source property is of scalar types is '${workflow.input.property}'. The format to specify mapping when the source property is of object reference and mapping needs to be made to the property of the object is '${workflow.input.property.subproperty}'. The format to specify mapping in a custom data type definition is '${datatype.type.property}'. When the current property is of non-scalar type like composite custom data type, then mapping can be provided to the individual property of the custom data type like 'cdt_property:${workflow.input.property}'.
x-omitempty: true
Label:
description: Descriptive label for the data type. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), space ( ), forward slash (/) or an underscore (_). The first and last character in label must be an alphanumeric character.
type: string
pattern: ^[a-zA-Z0-9]+[\sa-zA-Z0-9_'.:/-]{1,92}$
minLength: 1
maxLength: 92
x-omitempty: true
Name:
description: Descriptive name for the data type. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_). The first and last character in name must be an alphanumeric character.
type: string
pattern: ^[a-zA-Z0-9]+([a-zA-Z0-9-_]*[a-zA-Z0-9])*$
minLength: 1
maxLength: 92
x-omitempty: true
Required:
description: Specifies whether this parameter is required. The field is applicable for task and workflow.
type: boolean
x-omitempty: true
workflow.WorkflowCtx:
title: Workflow:Workflow Ctx
description: The workflow context contains initiator and target information along with workflow type and action information.
x-allOf-name: workflow.WorkflowCtx
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'workflow.WorkflowCtx', 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:
- workflow.WorkflowCtx
default: workflow.WorkflowCtx
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:
- workflow.WorkflowCtx
default: workflow.WorkflowCtx
x-enum-as-string: true
InitiatorCtx:
description: Details about initiator of the workflow. Any Intersight object resource can be set as the initiator of the workflow. For workflows executed by an Intersight service, an applicable service object will be set as the initiator. For example, during server profile deployment workflow, the server profile object will be set as the initiator by the system. For user created workflows, this field is optional and for workflows executed from Intersight workflow execution page, the workflow definition object will be set as the Initiator.
$ref: '#/components/schemas/workflow.InitiatorContext'
x-createOnly: true
x-omitempty: true
TargetCtxList:
type:
- array
- 'null'
items:
description: Details about all the targets that are affected by the workflow. In the context of workflow execution, a target is an Intersight object which is affected by the workflow execution. For example, during server profile deployment workflow the server will be set as one of the targets for this workflow. For user created workflow this field is optional and the system will automatically set all the objects which are passed using target datatype for the workflow.
$ref: '#/components/schemas/workflow.TargetContext'
readOnly: true
x-omitempty: true
WorkflowSubtype:
description: The subtype of the dynamic workflow. For example - Intersight services offer the following subtypes [Validate, Deploy, Import] for dynamic workflow of type serverconfig. This field is not applicable for user created workflows.
type: string
readOnly: true
x-omitempty: true
# --- truncated at 32 KB (583 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-connectorpack-api-openapi.yml