1. Packages
  2. Intersight Provider
  3. API Docs
  4. getChassisIomProfile
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getChassisIomProfile

Explore with Pulumi AI

intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

A profile specifying configuration settings for IOM.

Using getChassisIomProfile

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getChassisIomProfile(args: GetChassisIomProfileArgs, opts?: InvokeOptions): Promise<GetChassisIomProfileResult>
function getChassisIomProfileOutput(args: GetChassisIomProfileOutputArgs, opts?: InvokeOptions): Output<GetChassisIomProfileResult>
Copy
def get_chassis_iom_profile(account_moid: Optional[str] = None,
                            action: Optional[str] = None,
                            action_params: Optional[Sequence[GetChassisIomProfileActionParam]] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[GetChassisIomProfileAncestor]] = None,
                            class_id: Optional[str] = None,
                            config_change_details: Optional[Sequence[GetChassisIomProfileConfigChangeDetail]] = None,
                            config_changes: Optional[GetChassisIomProfileConfigChanges] = None,
                            config_context: Optional[GetChassisIomProfileConfigContext] = None,
                            config_result: Optional[GetChassisIomProfileConfigResult] = None,
                            create_time: Optional[str] = None,
                            deployed_policies: Optional[Sequence[str]] = None,
                            description: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            id: Optional[str] = None,
                            iom_entity: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            name: Optional[str] = None,
                            object_type: Optional[str] = None,
                            organization: Optional[GetChassisIomProfileOrganization] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetChassisIomProfileParent] = None,
                            permission_resources: Optional[Sequence[GetChassisIomProfilePermissionResource]] = None,
                            policy_buckets: Optional[Sequence[GetChassisIomProfilePolicyBucket]] = None,
                            profile: Optional[GetChassisIomProfileProfile] = None,
                            removed_policies: Optional[Sequence[str]] = None,
                            scheduled_actions: Optional[Sequence[GetChassisIomProfileScheduledAction]] = None,
                            shared_scope: Optional[str] = None,
                            src_template: Optional[GetChassisIomProfileSrcTemplate] = None,
                            tags: Optional[Sequence[GetChassisIomProfileTag]] = None,
                            type: Optional[str] = None,
                            version_context: Optional[GetChassisIomProfileVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetChassisIomProfileResult
def get_chassis_iom_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
                            action: Optional[pulumi.Input[str]] = None,
                            action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfileActionParamArgs]]]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfileAncestorArgs]]]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            config_change_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfileConfigChangeDetailArgs]]]] = None,
                            config_changes: Optional[pulumi.Input[GetChassisIomProfileConfigChangesArgs]] = None,
                            config_context: Optional[pulumi.Input[GetChassisIomProfileConfigContextArgs]] = None,
                            config_result: Optional[pulumi.Input[GetChassisIomProfileConfigResultArgs]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            description: Optional[pulumi.Input[str]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            iom_entity: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            organization: Optional[pulumi.Input[GetChassisIomProfileOrganizationArgs]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetChassisIomProfileParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfilePermissionResourceArgs]]]] = None,
                            policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfilePolicyBucketArgs]]]] = None,
                            profile: Optional[pulumi.Input[GetChassisIomProfileProfileArgs]] = None,
                            removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfileScheduledActionArgs]]]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            src_template: Optional[pulumi.Input[GetChassisIomProfileSrcTemplateArgs]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetChassisIomProfileTagArgs]]]] = None,
                            type: Optional[pulumi.Input[str]] = None,
                            version_context: Optional[pulumi.Input[GetChassisIomProfileVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetChassisIomProfileResult]
Copy
func LookupChassisIomProfile(ctx *Context, args *LookupChassisIomProfileArgs, opts ...InvokeOption) (*LookupChassisIomProfileResult, error)
func LookupChassisIomProfileOutput(ctx *Context, args *LookupChassisIomProfileOutputArgs, opts ...InvokeOption) LookupChassisIomProfileResultOutput
Copy

> Note: This function is named LookupChassisIomProfile in the Go SDK.

public static class GetChassisIomProfile 
{
    public static Task<GetChassisIomProfileResult> InvokeAsync(GetChassisIomProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetChassisIomProfileResult> Invoke(GetChassisIomProfileInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetChassisIomProfileResult> getChassisIomProfile(GetChassisIomProfileArgs args, InvokeOptions options)
public static Output<GetChassisIomProfileResult> getChassisIomProfile(GetChassisIomProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getChassisIomProfile:getChassisIomProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
Action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
ActionParams List<GetChassisIomProfileActionParam>
AdditionalProperties string
Ancestors List<GetChassisIomProfileAncestor>
ClassId string
ConfigChangeDetails List<GetChassisIomProfileConfigChangeDetail>
ConfigChanges GetChassisIomProfileConfigChanges
ConfigContext GetChassisIomProfileConfigContext
ConfigResult GetChassisIomProfileConfigResult
CreateTime string
The time when this managed object was created.
DeployedPolicies List<string>
Description string
Description of the profile.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
IomEntity string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the profile instance or profile template.
ObjectType string
Organization GetChassisIomProfileOrganization
Owners List<string>
Parent GetChassisIomProfileParent
PermissionResources List<GetChassisIomProfilePermissionResource>
PolicyBuckets List<GetChassisIomProfilePolicyBucket>
Profile GetChassisIomProfileProfile
RemovedPolicies List<string>
ScheduledActions List<GetChassisIomProfileScheduledAction>
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplate GetChassisIomProfileSrcTemplate
Tags List<GetChassisIomProfileTag>
Type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContext GetChassisIomProfileVersionContext
AccountMoid string
The Account ID for this managed object.
Action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
ActionParams []GetChassisIomProfileActionParam
AdditionalProperties string
Ancestors []GetChassisIomProfileAncestor
ClassId string
ConfigChangeDetails []GetChassisIomProfileConfigChangeDetail
ConfigChanges GetChassisIomProfileConfigChanges
ConfigContext GetChassisIomProfileConfigContext
ConfigResult GetChassisIomProfileConfigResult
CreateTime string
The time when this managed object was created.
DeployedPolicies []string
Description string
Description of the profile.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
IomEntity string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the profile instance or profile template.
ObjectType string
Organization GetChassisIomProfileOrganization
Owners []string
Parent GetChassisIomProfileParent
PermissionResources []GetChassisIomProfilePermissionResource
PolicyBuckets []GetChassisIomProfilePolicyBucket
Profile GetChassisIomProfileProfile
RemovedPolicies []string
ScheduledActions []GetChassisIomProfileScheduledAction
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplate GetChassisIomProfileSrcTemplate
Tags []GetChassisIomProfileTag
Type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContext GetChassisIomProfileVersionContext
accountMoid String
The Account ID for this managed object.
action String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams List<GetChassisIomProfileActionParam>
additionalProperties String
ancestors List<GetChassisIomProfileAncestor>
classId String
configChangeDetails List<GetChassisIomProfileConfigChangeDetail>
configChanges GetChassisIomProfileConfigChanges
configContext GetChassisIomProfileConfigContext
configResult GetChassisIomProfileConfigResult
createTime String
The time when this managed object was created.
deployedPolicies List<String>
description String
Description of the profile.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
iomEntity String
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the profile instance or profile template.
objectType String
organization GetChassisIomProfileOrganization
owners List<String>
parent GetChassisIomProfileParent
permissionResources List<GetChassisIomProfilePermissionResource>
policyBuckets List<GetChassisIomProfilePolicyBucket>
profile GetChassisIomProfileProfile
removedPolicies List<String>
scheduledActions List<GetChassisIomProfileScheduledAction>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate GetChassisIomProfileSrcTemplate
tags List<GetChassisIomProfileTag>
type String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext GetChassisIomProfileVersionContext
accountMoid string
The Account ID for this managed object.
action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams GetChassisIomProfileActionParam[]
additionalProperties string
ancestors GetChassisIomProfileAncestor[]
classId string
configChangeDetails GetChassisIomProfileConfigChangeDetail[]
configChanges GetChassisIomProfileConfigChanges
configContext GetChassisIomProfileConfigContext
configResult GetChassisIomProfileConfigResult
createTime string
The time when this managed object was created.
deployedPolicies string[]
description string
Description of the profile.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
iomEntity string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
Name of the profile instance or profile template.
objectType string
organization GetChassisIomProfileOrganization
owners string[]
parent GetChassisIomProfileParent
permissionResources GetChassisIomProfilePermissionResource[]
policyBuckets GetChassisIomProfilePolicyBucket[]
profile GetChassisIomProfileProfile
removedPolicies string[]
scheduledActions GetChassisIomProfileScheduledAction[]
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate GetChassisIomProfileSrcTemplate
tags GetChassisIomProfileTag[]
type string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext GetChassisIomProfileVersionContext
account_moid str
The Account ID for this managed object.
action str
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
action_params Sequence[GetChassisIomProfileActionParam]
additional_properties str
ancestors Sequence[GetChassisIomProfileAncestor]
class_id str
config_change_details Sequence[GetChassisIomProfileConfigChangeDetail]
config_changes GetChassisIomProfileConfigChanges
config_context GetChassisIomProfileConfigContext
config_result GetChassisIomProfileConfigResult
create_time str
The time when this managed object was created.
deployed_policies Sequence[str]
description str
Description of the profile.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
iom_entity str
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
Name of the profile instance or profile template.
object_type str
organization GetChassisIomProfileOrganization
owners Sequence[str]
parent GetChassisIomProfileParent
permission_resources Sequence[GetChassisIomProfilePermissionResource]
policy_buckets Sequence[GetChassisIomProfilePolicyBucket]
profile GetChassisIomProfileProfile
removed_policies Sequence[str]
scheduled_actions Sequence[GetChassisIomProfileScheduledAction]
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
src_template GetChassisIomProfileSrcTemplate
tags Sequence[GetChassisIomProfileTag]
type str
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
version_context GetChassisIomProfileVersionContext
accountMoid String
The Account ID for this managed object.
action String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams List<Property Map>
additionalProperties String
ancestors List<Property Map>
classId String
configChangeDetails List<Property Map>
configChanges Property Map
configContext Property Map
configResult Property Map
createTime String
The time when this managed object was created.
deployedPolicies List<String>
description String
Description of the profile.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
iomEntity String
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the profile instance or profile template.
objectType String
organization Property Map
owners List<String>
parent Property Map
permissionResources List<Property Map>
policyBuckets List<Property Map>
profile Property Map
removedPolicies List<String>
scheduledActions List<Property Map>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplate Property Map
tags List<Property Map>
type String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContext Property Map

getChassisIomProfile Result

The following output properties are available:

Id string
Results List<GetChassisIomProfileResult>
AccountMoid string
Action string
ActionParams List<GetChassisIomProfileActionParam>
AdditionalProperties string
Ancestors List<GetChassisIomProfileAncestor>
ClassId string
ConfigChangeDetails List<GetChassisIomProfileConfigChangeDetail>
ConfigChanges GetChassisIomProfileConfigChanges
ConfigContext GetChassisIomProfileConfigContext
ConfigResult GetChassisIomProfileConfigResult
CreateTime string
DeployedPolicies List<string>
Description string
DomainGroupMoid string
IomEntity string
ModTime string
Moid string
Name string
ObjectType string
Organization GetChassisIomProfileOrganization
Owners List<string>
Parent GetChassisIomProfileParent
PermissionResources List<GetChassisIomProfilePermissionResource>
PolicyBuckets List<GetChassisIomProfilePolicyBucket>
Profile GetChassisIomProfileProfile
RemovedPolicies List<string>
ScheduledActions List<GetChassisIomProfileScheduledAction>
SharedScope string
SrcTemplate GetChassisIomProfileSrcTemplate
Tags List<GetChassisIomProfileTag>
Type string
VersionContext GetChassisIomProfileVersionContext
Id string
Results []GetChassisIomProfileResult
AccountMoid string
Action string
ActionParams []GetChassisIomProfileActionParam
AdditionalProperties string
Ancestors []GetChassisIomProfileAncestor
ClassId string
ConfigChangeDetails []GetChassisIomProfileConfigChangeDetail
ConfigChanges GetChassisIomProfileConfigChanges
ConfigContext GetChassisIomProfileConfigContext
ConfigResult GetChassisIomProfileConfigResult
CreateTime string
DeployedPolicies []string
Description string
DomainGroupMoid string
IomEntity string
ModTime string
Moid string
Name string
ObjectType string
Organization GetChassisIomProfileOrganization
Owners []string
Parent GetChassisIomProfileParent
PermissionResources []GetChassisIomProfilePermissionResource
PolicyBuckets []GetChassisIomProfilePolicyBucket
Profile GetChassisIomProfileProfile
RemovedPolicies []string
ScheduledActions []GetChassisIomProfileScheduledAction
SharedScope string
SrcTemplate GetChassisIomProfileSrcTemplate
Tags []GetChassisIomProfileTag
Type string
VersionContext GetChassisIomProfileVersionContext
id String
results List<GetChassisIomProfileResult>
accountMoid String
action String
actionParams List<GetChassisIomProfileActionParam>
additionalProperties String
ancestors List<GetChassisIomProfileAncestor>
classId String
configChangeDetails List<GetChassisIomProfileConfigChangeDetail>
configChanges GetChassisIomProfileConfigChanges
configContext GetChassisIomProfileConfigContext
configResult GetChassisIomProfileConfigResult
createTime String
deployedPolicies List<String>
description String
domainGroupMoid String
iomEntity String
modTime String
moid String
name String
objectType String
organization GetChassisIomProfileOrganization
owners List<String>
parent GetChassisIomProfileParent
permissionResources List<GetChassisIomProfilePermissionResource>
policyBuckets List<GetChassisIomProfilePolicyBucket>
profile GetChassisIomProfileProfile
removedPolicies List<String>
scheduledActions List<GetChassisIomProfileScheduledAction>
sharedScope String
srcTemplate GetChassisIomProfileSrcTemplate
tags List<GetChassisIomProfileTag>
type String
versionContext GetChassisIomProfileVersionContext
id str
results Sequence[GetChassisIomProfileResult]
account_moid str
action str
action_params Sequence[GetChassisIomProfileActionParam]
additional_properties str
ancestors Sequence[GetChassisIomProfileAncestor]
class_id str
config_change_details Sequence[GetChassisIomProfileConfigChangeDetail]
config_changes GetChassisIomProfileConfigChanges
config_context GetChassisIomProfileConfigContext
config_result GetChassisIomProfileConfigResult
create_time str
deployed_policies Sequence[str]
description str
domain_group_moid str
iom_entity str
mod_time str
moid str
name str
object_type str
organization GetChassisIomProfileOrganization
owners Sequence[str]
parent GetChassisIomProfileParent
permission_resources Sequence[GetChassisIomProfilePermissionResource]
policy_buckets Sequence[GetChassisIomProfilePolicyBucket]
profile GetChassisIomProfileProfile
removed_policies Sequence[str]
scheduled_actions Sequence[GetChassisIomProfileScheduledAction]
shared_scope str
src_template GetChassisIomProfileSrcTemplate
tags Sequence[GetChassisIomProfileTag]
type str
version_context GetChassisIomProfileVersionContext

Supporting Types

GetChassisIomProfileActionParam

AdditionalProperties string
ClassId string
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.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The action parameter value.
AdditionalProperties string
ClassId string
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.
Name string
Name of the profile instance or profile template.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The action parameter value.
additionalProperties String
classId String
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.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The action parameter value.
additionalProperties string
classId string
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.
name string
Name of the profile instance or profile template.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value string
The action parameter value.
additional_properties str
class_id str
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.
name str
Name of the profile instance or profile template.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value str
The action parameter value.
additionalProperties String
classId String
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.
name String
Name of the profile instance or profile template.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The action parameter value.

GetChassisIomProfileAncestor

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileConfigChangeDetail

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileConfigChanges

AdditionalProperties string
Changes List<string>
ClassId string
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.
Disruptions List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PolicyDisruptions List<GetChassisIomProfileConfigChangesPolicyDisruption>
AdditionalProperties string
Changes []string
ClassId string
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.
Disruptions []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PolicyDisruptions []GetChassisIomProfileConfigChangesPolicyDisruption
additionalProperties String
changes List<String>
classId String
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.
disruptions List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyDisruptions List<GetChassisIomProfileConfigChangesPolicyDisruption>
additionalProperties string
changes string[]
classId string
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.
disruptions string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyDisruptions GetChassisIomProfileConfigChangesPolicyDisruption[]
additional_properties str
changes Sequence[str]
class_id str
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.
disruptions Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policy_disruptions Sequence[GetChassisIomProfileConfigChangesPolicyDisruption]
additionalProperties String
changes List<String>
classId String
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.
disruptions List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyDisruptions List<Property Map>

GetChassisIomProfileConfigChangesPolicyDisruption

AdditionalProperties string
ClassId string
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.
Disruptions List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PolicyName string
Name of the policy that, when modified, causes the disruption.
PolicyPendingAction string
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
AdditionalProperties string
ClassId string
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.
Disruptions []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PolicyName string
Name of the policy that, when modified, causes the disruption.
PolicyPendingAction string
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
additionalProperties String
classId String
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.
disruptions List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyName String
Name of the policy that, when modified, causes the disruption.
policyPendingAction String
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
additionalProperties string
classId string
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.
disruptions string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyName string
Name of the policy that, when modified, causes the disruption.
policyPendingAction string
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
additional_properties str
class_id str
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.
disruptions Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policy_name str
Name of the policy that, when modified, causes the disruption.
policy_pending_action str
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
additionalProperties String
classId String
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.
disruptions List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
policyName String
Name of the policy that, when modified, causes the disruption.
policyPendingAction String
Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.

GetChassisIomProfileConfigContext

AdditionalProperties string
ClassId string
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.
ConfigState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
ConfigStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
ConfigType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
ControlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
ErrorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
InconsistencyReasons List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OperState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
AdditionalProperties string
ClassId string
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.
ConfigState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
ConfigStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
ConfigType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
ControlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
ErrorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
InconsistencyReasons []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OperState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties String
classId String
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.
configState String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType String
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction String
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState String
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState String
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties string
classId string
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.
configState string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary string
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType string
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction string
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState string
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState string
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additional_properties str
class_id str
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.
config_state str
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
config_state_summary str
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
config_type str
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
control_action str
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
error_state str
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistency_reasons Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
oper_state str
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
additionalProperties String
classId String
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.
configState String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
configStateSummary String
Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

  • None - The default state is none.
  • Not-assigned - Server is not assigned to the profile.
  • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
  • Preparing - Preparing to deploy the configuration.
  • Validating - Profile validation in progress.
  • Configuring - Profile deploy operation is in progress.
  • UnConfiguring - Server is unassigned and config cleanup is in progress.
  • Analyzing - Profile changes are being analyzed.
  • Activating - Configuration is being activated at the endpoint.
  • Inconsistent - Profile is inconsistent with the endpoint configuration.
  • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
  • Failed - The last action on the profile has failed.
  • Not-complete - Config import operation on the profile is not complete.
  • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
  • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
configType String
The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
controlAction String
System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
errorState String
Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
inconsistencyReasons List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
operState String
Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.

GetChassisIomProfileConfigResult

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileOrganization

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileParent

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfilePermissionResource

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfilePolicyBucket

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileProfile

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileResult

AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
ActionParams This property is required. List<GetChassisIomProfileResultActionParam>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetChassisIomProfileResultAncestor>
ClassId This property is required. string
ConfigChangeDetails This property is required. List<GetChassisIomProfileResultConfigChangeDetail>
ConfigChanges This property is required. List<GetChassisIomProfileResultConfigChange>
ConfigContexts This property is required. List<GetChassisIomProfileResultConfigContext>
ConfigResults This property is required. List<GetChassisIomProfileResultConfigResult>
CreateTime This property is required. string
The time when this managed object was created.
DeployedPolicies This property is required. List<string>
Description This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IomEntity This property is required. string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Organizations This property is required. List<GetChassisIomProfileResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetChassisIomProfileResultParent>
PermissionResources This property is required. List<GetChassisIomProfileResultPermissionResource>
PolicyBuckets This property is required. List<GetChassisIomProfileResultPolicyBucket>
Profiles This property is required. List<GetChassisIomProfileResultProfile>
RemovedPolicies This property is required. List<string>
ScheduledActions This property is required. List<GetChassisIomProfileResultScheduledAction>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplates This property is required. List<GetChassisIomProfileResultSrcTemplate>
Tags This property is required. List<GetChassisIomProfileResultTag>
Type This property is required. string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContexts This property is required. List<GetChassisIomProfileResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
ActionParams This property is required. []GetChassisIomProfileResultActionParam
AdditionalProperties This property is required. string
Ancestors This property is required. []GetChassisIomProfileResultAncestor
ClassId This property is required. string
ConfigChangeDetails This property is required. []GetChassisIomProfileResultConfigChangeDetail
ConfigChanges This property is required. []GetChassisIomProfileResultConfigChange
ConfigContexts This property is required. []GetChassisIomProfileResultConfigContext
ConfigResults This property is required. []GetChassisIomProfileResultConfigResult
CreateTime This property is required. string
The time when this managed object was created.
DeployedPolicies This property is required. []string
Description This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IomEntity This property is required. string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Organizations This property is required. []GetChassisIomProfileResultOrganization
Owners This property is required. []string
Parents This property is required. []GetChassisIomProfileResultParent
PermissionResources This property is required. []GetChassisIomProfileResultPermissionResource
PolicyBuckets This property is required. []GetChassisIomProfileResultPolicyBucket
Profiles This property is required. []GetChassisIomProfileResultProfile
RemovedPolicies This property is required. []string
ScheduledActions This property is required. []GetChassisIomProfileResultScheduledAction
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SrcTemplates This property is required. []GetChassisIomProfileResultSrcTemplate
Tags This property is required. []GetChassisIomProfileResultTag
Type This property is required. string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
VersionContexts This property is required. []GetChassisIomProfileResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams This property is required. List<GetChassisIomProfileResultActionParam>
additionalProperties This property is required. String
ancestors This property is required. List<GetChassisIomProfileResultAncestor>
classId This property is required. String
configChangeDetails This property is required. List<GetChassisIomProfileResultConfigChangeDetail>
configChanges This property is required. List<GetChassisIomProfileResultConfigChange>
configContexts This property is required. List<GetChassisIomProfileResultConfigContext>
configResults This property is required. List<GetChassisIomProfileResultConfigResult>
createTime This property is required. String
The time when this managed object was created.
deployedPolicies This property is required. List<String>
description This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
iomEntity This property is required. String
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
organizations This property is required. List<GetChassisIomProfileResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetChassisIomProfileResultParent>
permissionResources This property is required. List<GetChassisIomProfileResultPermissionResource>
policyBuckets This property is required. List<GetChassisIomProfileResultPolicyBucket>
profiles This property is required. List<GetChassisIomProfileResultProfile>
removedPolicies This property is required. List<String>
scheduledActions This property is required. List<GetChassisIomProfileResultScheduledAction>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplates This property is required. List<GetChassisIomProfileResultSrcTemplate>
tags This property is required. List<GetChassisIomProfileResultTag>
type This property is required. String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContexts This property is required. List<GetChassisIomProfileResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams This property is required. GetChassisIomProfileResultActionParam[]
additionalProperties This property is required. string
ancestors This property is required. GetChassisIomProfileResultAncestor[]
classId This property is required. string
configChangeDetails This property is required. GetChassisIomProfileResultConfigChangeDetail[]
configChanges This property is required. GetChassisIomProfileResultConfigChange[]
configContexts This property is required. GetChassisIomProfileResultConfigContext[]
configResults This property is required. GetChassisIomProfileResultConfigResult[]
createTime This property is required. string
The time when this managed object was created.
deployedPolicies This property is required. string[]
description This property is required. string
Description of the profile.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
iomEntity This property is required. string
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the profile instance or profile template.
objectType This property is required. string
organizations This property is required. GetChassisIomProfileResultOrganization[]
owners This property is required. string[]
parents This property is required. GetChassisIomProfileResultParent[]
permissionResources This property is required. GetChassisIomProfileResultPermissionResource[]
policyBuckets This property is required. GetChassisIomProfileResultPolicyBucket[]
profiles This property is required. GetChassisIomProfileResultProfile[]
removedPolicies This property is required. string[]
scheduledActions This property is required. GetChassisIomProfileResultScheduledAction[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplates This property is required. GetChassisIomProfileResultSrcTemplate[]
tags This property is required. GetChassisIomProfileResultTag[]
type This property is required. string
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContexts This property is required. GetChassisIomProfileResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
action This property is required. str
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
action_params This property is required. Sequence[GetChassisIomProfileResultActionParam]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetChassisIomProfileResultAncestor]
class_id This property is required. str
config_change_details This property is required. Sequence[GetChassisIomProfileResultConfigChangeDetail]
config_changes This property is required. Sequence[GetChassisIomProfileResultConfigChange]
config_contexts This property is required. Sequence[GetChassisIomProfileResultConfigContext]
config_results This property is required. Sequence[GetChassisIomProfileResultConfigResult]
create_time This property is required. str
The time when this managed object was created.
deployed_policies This property is required. Sequence[str]
description This property is required. str
Description of the profile.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
iom_entity This property is required. str
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the profile instance or profile template.
object_type This property is required. str
organizations This property is required. Sequence[GetChassisIomProfileResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetChassisIomProfileResultParent]
permission_resources This property is required. Sequence[GetChassisIomProfileResultPermissionResource]
policy_buckets This property is required. Sequence[GetChassisIomProfileResultPolicyBucket]
profiles This property is required. Sequence[GetChassisIomProfileResultProfile]
removed_policies This property is required. Sequence[str]
scheduled_actions This property is required. Sequence[GetChassisIomProfileResultScheduledAction]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
src_templates This property is required. Sequence[GetChassisIomProfileResultSrcTemplate]
tags This property is required. Sequence[GetChassisIomProfileResultTag]
type This property is required. str
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
version_contexts This property is required. Sequence[GetChassisIomProfileResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
actionParams This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
configChangeDetails This property is required. List<Property Map>
configChanges This property is required. List<Property Map>
configContexts This property is required. List<Property Map>
configResults This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
deployedPolicies This property is required. List<String>
description This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
iomEntity This property is required. String
IOM in chassis for which IOM profile is applicable. or which is attached to a Fabric Interconnect managed by Intersight.* IOMA - IOM on left side of chassis.* IOMB - IOM on right side of chassis.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
policyBuckets This property is required. List<Property Map>
profiles This property is required. List<Property Map>
removedPolicies This property is required. List<String>
scheduledActions This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
srcTemplates This property is required. List<Property Map>
tags This property is required. List<Property Map>
type This property is required. String
Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
versionContexts This property is required. List<Property Map>

GetChassisIomProfileResultActionParam

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Value This property is required. string
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
value This property is required. String
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
Name of the profile instance or profile template.
objectType This property is required. string
value This property is required. string
additional_properties This property is required. str
class_id This property is required. str
name This property is required. str
Name of the profile instance or profile template.
object_type This property is required. str
value This property is required. str
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
value This property is required. String

GetChassisIomProfileResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultConfigChange

AdditionalProperties This property is required. string
Changes This property is required. List<string>
ClassId This property is required. string
Disruptions This property is required. List<string>
ObjectType This property is required. string
PolicyDisruptions This property is required. List<GetChassisIomProfileResultConfigChangePolicyDisruption>
AdditionalProperties This property is required. string
Changes This property is required. []string
ClassId This property is required. string
Disruptions This property is required. []string
ObjectType This property is required. string
PolicyDisruptions This property is required. []GetChassisIomProfileResultConfigChangePolicyDisruption
additionalProperties This property is required. String
changes This property is required. List<String>
classId This property is required. String
disruptions This property is required. List<String>
objectType This property is required. String
policyDisruptions This property is required. List<GetChassisIomProfileResultConfigChangePolicyDisruption>
additionalProperties This property is required. string
changes This property is required. string[]
classId This property is required. string
disruptions This property is required. string[]
objectType This property is required. string
policyDisruptions This property is required. GetChassisIomProfileResultConfigChangePolicyDisruption[]
additional_properties This property is required. str
changes This property is required. Sequence[str]
class_id This property is required. str
disruptions This property is required. Sequence[str]
object_type This property is required. str
policy_disruptions This property is required. Sequence[GetChassisIomProfileResultConfigChangePolicyDisruption]
additionalProperties This property is required. String
changes This property is required. List<String>
classId This property is required. String
disruptions This property is required. List<String>
objectType This property is required. String
policyDisruptions This property is required. List<Property Map>

GetChassisIomProfileResultConfigChangeDetail

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultConfigChangePolicyDisruption

AdditionalProperties This property is required. string
ClassId This property is required. string
Disruptions This property is required. List<string>
ObjectType This property is required. string
PolicyName This property is required. string
PolicyPendingAction This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Disruptions This property is required. []string
ObjectType This property is required. string
PolicyName This property is required. string
PolicyPendingAction This property is required. string
additionalProperties This property is required. String
classId This property is required. String
disruptions This property is required. List<String>
objectType This property is required. String
policyName This property is required. String
policyPendingAction This property is required. String
additionalProperties This property is required. string
classId This property is required. string
disruptions This property is required. string[]
objectType This property is required. string
policyName This property is required. string
policyPendingAction This property is required. string
additional_properties This property is required. str
class_id This property is required. str
disruptions This property is required. Sequence[str]
object_type This property is required. str
policy_name This property is required. str
policy_pending_action This property is required. str
additionalProperties This property is required. String
classId This property is required. String
disruptions This property is required. List<String>
objectType This property is required. String
policyName This property is required. String
policyPendingAction This property is required. String

GetChassisIomProfileResultConfigContext

AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. List<string>
ObjectType This property is required. string
OperState This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. []string
ObjectType This property is required. string
OperState This property is required. string
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String
additionalProperties This property is required. string
classId This property is required. string
configState This property is required. string
configStateSummary This property is required. string
configType This property is required. string
controlAction This property is required. string
errorState This property is required. string
inconsistencyReasons This property is required. string[]
objectType This property is required. string
operState This property is required. string
additional_properties This property is required. str
class_id This property is required. str
config_state This property is required. str
config_state_summary This property is required. str
config_type This property is required. str
control_action This property is required. str
error_state This property is required. str
inconsistency_reasons This property is required. Sequence[str]
object_type This property is required. str
oper_state This property is required. str
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String

GetChassisIomProfileResultConfigResult

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultOrganization

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultPolicyBucket

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultProfile

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultScheduledAction

Action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
ProceedOnReboot This property is required. bool
Action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
ProceedOnReboot This property is required. bool
action This property is required. String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
proceedOnReboot This property is required. Boolean
action This property is required. string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
proceedOnReboot This property is required. boolean
action This property is required. str
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
proceed_on_reboot This property is required. bool
action This property is required. String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
proceedOnReboot This property is required. Boolean

GetChassisIomProfileResultSrcTemplate

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetChassisIomProfileResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetChassisIomProfileResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetChassisIomProfileResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetChassisIomProfileResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetChassisIomProfileResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetChassisIomProfileResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetChassisIomProfileResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetChassisIomProfileResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetChassisIomProfileResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetChassisIomProfileResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetChassisIomProfileResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetChassisIomProfileResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetChassisIomProfileScheduledAction

Action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
AdditionalProperties string
ClassId string
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.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProceedOnReboot bool
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
Action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
AdditionalProperties string
ClassId string
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.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProceedOnReboot bool
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
action String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties String
classId String
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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot Boolean
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
action string
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties string
classId string
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.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot boolean
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
action str
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additional_properties str
class_id str
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.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceed_on_reboot bool
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
action String
User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
additionalProperties String
classId String
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.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
proceedOnReboot Boolean
ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.

GetChassisIomProfileSrcTemplate

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetChassisIomProfileVersionContext

AdditionalProperties string
ClassId string
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.
InterestedMos List<GetChassisIomProfileVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetChassisIomProfileVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
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.
InterestedMos []GetChassisIomProfileVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetChassisIomProfileVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
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.
interestedMos List<GetChassisIomProfileVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetChassisIomProfileVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
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.
interestedMos GetChassisIomProfileVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetChassisIomProfileVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
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.
interested_mos Sequence[GetChassisIomProfileVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetChassisIomProfileVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
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.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetChassisIomProfileVersionContextInterestedMo

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetChassisIomProfileVersionContextRefMo

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet