1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFirmwarePolicy
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getFirmwarePolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Firmware policy on the endpoint.

    Using getFirmwarePolicy

    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 getFirmwarePolicy(args: GetFirmwarePolicyArgs, opts?: InvokeOptions): Promise<GetFirmwarePolicyResult>
    function getFirmwarePolicyOutput(args: GetFirmwarePolicyOutputArgs, opts?: InvokeOptions): Output<GetFirmwarePolicyResult>
    def get_firmware_policy(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[GetFirmwarePolicyAncestor]] = None,
                            class_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            description: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            exclude_component_lists: Optional[Sequence[str]] = None,
                            id: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            model_bundle_combos: Optional[Sequence[GetFirmwarePolicyModelBundleCombo]] = None,
                            moid: Optional[str] = None,
                            name: Optional[str] = None,
                            object_type: Optional[str] = None,
                            organization: Optional[GetFirmwarePolicyOrganization] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetFirmwarePolicyParent] = None,
                            permission_resources: Optional[Sequence[GetFirmwarePolicyPermissionResource]] = None,
                            profiles: Optional[Sequence[GetFirmwarePolicyProfile]] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[GetFirmwarePolicyTag]] = None,
                            target_platform: Optional[str] = None,
                            version_context: Optional[GetFirmwarePolicyVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetFirmwarePolicyResult
    def get_firmware_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwarePolicyAncestorArgs]]]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            description: Optional[pulumi.Input[str]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            exclude_component_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            model_bundle_combos: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwarePolicyModelBundleComboArgs]]]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            organization: Optional[pulumi.Input[GetFirmwarePolicyOrganizationArgs]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetFirmwarePolicyParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwarePolicyPermissionResourceArgs]]]] = None,
                            profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwarePolicyProfileArgs]]]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwarePolicyTagArgs]]]] = None,
                            target_platform: Optional[pulumi.Input[str]] = None,
                            version_context: Optional[pulumi.Input[GetFirmwarePolicyVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetFirmwarePolicyResult]
    func LookupFirmwarePolicy(ctx *Context, args *LookupFirmwarePolicyArgs, opts ...InvokeOption) (*LookupFirmwarePolicyResult, error)
    func LookupFirmwarePolicyOutput(ctx *Context, args *LookupFirmwarePolicyOutputArgs, opts ...InvokeOption) LookupFirmwarePolicyResultOutput

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

    public static class GetFirmwarePolicy 
    {
        public static Task<GetFirmwarePolicyResult> InvokeAsync(GetFirmwarePolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetFirmwarePolicyResult> Invoke(GetFirmwarePolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFirmwarePolicyResult> getFirmwarePolicy(GetFirmwarePolicyArgs args, InvokeOptions options)
    public static Output<GetFirmwarePolicyResult> getFirmwarePolicy(GetFirmwarePolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getFirmwarePolicy:getFirmwarePolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFirmwarePolicyAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludeComponentLists List<string>
    Id string
    ModTime string
    The time when this managed object was last modified.
    ModelBundleCombos List<GetFirmwarePolicyModelBundleCombo>
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetFirmwarePolicyOrganization
    Owners List<string>
    Parent GetFirmwarePolicyParent
    PermissionResources List<GetFirmwarePolicyPermissionResource>
    Profiles List<GetFirmwarePolicyProfile>
    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.
    Tags List<GetFirmwarePolicyTag>
    TargetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    VersionContext GetFirmwarePolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwarePolicyAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludeComponentLists []string
    Id string
    ModTime string
    The time when this managed object was last modified.
    ModelBundleCombos []GetFirmwarePolicyModelBundleCombo
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetFirmwarePolicyOrganization
    Owners []string
    Parent GetFirmwarePolicyParent
    PermissionResources []GetFirmwarePolicyPermissionResource
    Profiles []GetFirmwarePolicyProfile
    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.
    Tags []GetFirmwarePolicyTag
    TargetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    VersionContext GetFirmwarePolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwarePolicyAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludeComponentLists List<String>
    id String
    modTime String
    The time when this managed object was last modified.
    modelBundleCombos List<GetFirmwarePolicyModelBundleCombo>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization GetFirmwarePolicyOrganization
    owners List<String>
    parent GetFirmwarePolicyParent
    permissionResources List<GetFirmwarePolicyPermissionResource>
    profiles List<GetFirmwarePolicyProfile>
    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.
    tags List<GetFirmwarePolicyTag>
    targetPlatform String
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContext GetFirmwarePolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwarePolicyAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    excludeComponentLists string[]
    id string
    modTime string
    The time when this managed object was last modified.
    modelBundleCombos GetFirmwarePolicyModelBundleCombo[]
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organization GetFirmwarePolicyOrganization
    owners string[]
    parent GetFirmwarePolicyParent
    permissionResources GetFirmwarePolicyPermissionResource[]
    profiles GetFirmwarePolicyProfile[]
    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.
    tags GetFirmwarePolicyTag[]
    targetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContext GetFirmwarePolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwarePolicyAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    exclude_component_lists Sequence[str]
    id str
    mod_time str
    The time when this managed object was last modified.
    model_bundle_combos Sequence[GetFirmwarePolicyModelBundleCombo]
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organization GetFirmwarePolicyOrganization
    owners Sequence[str]
    parent GetFirmwarePolicyParent
    permission_resources Sequence[GetFirmwarePolicyPermissionResource]
    profiles Sequence[GetFirmwarePolicyProfile]
    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.
    tags Sequence[GetFirmwarePolicyTag]
    target_platform str
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    version_context GetFirmwarePolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludeComponentLists List<String>
    id String
    modTime String
    The time when this managed object was last modified.
    modelBundleCombos List<Property Map>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    profiles 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.
    tags List<Property Map>
    targetPlatform String
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContext Property Map

    getFirmwarePolicy Result

    The following output properties are available:

    Supporting Types

    GetFirmwarePolicyAncestor

    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'.

    GetFirmwarePolicyModelBundleCombo

    AdditionalProperties string
    BundleVersion string
    The bundle version to which the server will be upgraded.
    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.
    ModelFamily string
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    BundleVersion string
    The bundle version to which the server will be upgraded.
    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.
    ModelFamily string
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    bundleVersion String
    The bundle version to which the server will be upgraded.
    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.
    modelFamily String
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    bundleVersion string
    The bundle version to which the server will be upgraded.
    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.
    modelFamily string
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    bundle_version str
    The bundle version to which the server will be upgraded.
    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.
    model_family str
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    bundleVersion String
    The bundle version to which the server will be upgraded.
    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.
    modelFamily String
    The server family that will be impacted by this upgrade.

    • UCSC-C220-M5 - The upgrade on all C220-M5 servers claimed in setup.
    • UCSC-C220-M4 - The upgrade on all C220-M4 servers claimed in setup.
    • UCSC-C240-M4 - The upgrade on all C240-M4 servers claimed in setup.
    • UCSC-C460-M4 - The upgrade on all C460-M4 servers claimed in setup.
    • UCSC-C240-M5 - The upgrade on all C240-M5 servers claimed in setup.
    • UCSC-C480-M5 - The upgrade on all C480-M5 servers claimed in setup.
    • UCSB-B200-M5 - The upgrade on all B200-M5 servers claimed in setup.
    • UCSB-B480-M5 - The upgrade on all B480-M5 servers claimed in setup.
    • UCSC-C220-M6 - The upgrade on all C220-M6 servers claimed in setup.
    • UCSC-C240-M6 - The upgrade on all C240-M6 servers claimed in setup.
    • UCSC-C225-M6 - The upgrade on all C225-M6 servers claimed in setup.
    • UCSC-C245-M6 - The upgrade on all C245-M6 servers claimed in setup.
    • UCSB-B200-M6 - The upgrade on all B200-M6 servers claimed in setup.
    • UCSX-210C-M6 - The upgrade on all 210C-M6 servers claimed in setup.
    • UCSX-210C-M7 - The upgrade on all 210C-M7 servers claimed in setup.
    • UCSC-C220-M7 - The upgrade on all C220-M7 servers claimed in setup.
    • UCSC-C240-M7 - The upgrade on all C240-M7 servers claimed in setup.
    • UCSC-C125 - The upgrade on all C125 servers claimed in setup.
    • UCSX-410C-M7 - The upgrade on all 410C-M7 servers claimed in setup.
    • UCSC-C245-M8 - The upgrade on all UCSC-C245-M8 servers claimed in setup.
    • UCSC-C225-M8 - The upgrade on all UCSC-C225-M8 servers claimed in setup.
    • UCSX-215C-M8 - The upgrade on all UCSX-215C-M8 servers claimed in setup.
    • UCSX-210C-M8 - The upgrade on all UCSX-210C-M8 servers claimed in setup.
    • UCSC-C220-M8 - The upgrade on all UCSC-C220-M8 servers claimed in setup.
    • UCSC-C240-M8 - The upgrade on all UCSC-C240-M8 servers claimed in setup.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetFirmwarePolicyOrganization

    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'.

    GetFirmwarePolicyParent

    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'.

    GetFirmwarePolicyPermissionResource

    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'.

    GetFirmwarePolicyProfile

    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'.

    GetFirmwarePolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFirmwarePolicyResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludeComponentLists List<string>
    ModTime string
    The time when this managed object was last modified.
    ModelBundleCombos List<GetFirmwarePolicyResultModelBundleCombo>
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations List<GetFirmwarePolicyResultOrganization>
    Owners List<string>
    Parents List<GetFirmwarePolicyResultParent>
    PermissionResources List<GetFirmwarePolicyResultPermissionResource>
    Profiles List<GetFirmwarePolicyResultProfile>
    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.
    Tags List<GetFirmwarePolicyResultTag>
    TargetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    VersionContexts List<GetFirmwarePolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwarePolicyResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludeComponentLists []string
    ModTime string
    The time when this managed object was last modified.
    ModelBundleCombos []GetFirmwarePolicyResultModelBundleCombo
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations []GetFirmwarePolicyResultOrganization
    Owners []string
    Parents []GetFirmwarePolicyResultParent
    PermissionResources []GetFirmwarePolicyResultPermissionResource
    Profiles []GetFirmwarePolicyResultProfile
    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.
    Tags []GetFirmwarePolicyResultTag
    TargetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    VersionContexts []GetFirmwarePolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwarePolicyResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludeComponentLists List<String>
    modTime String
    The time when this managed object was last modified.
    modelBundleCombos List<GetFirmwarePolicyResultModelBundleCombo>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<GetFirmwarePolicyResultOrganization>
    owners List<String>
    parents List<GetFirmwarePolicyResultParent>
    permissionResources List<GetFirmwarePolicyResultPermissionResource>
    profiles List<GetFirmwarePolicyResultProfile>
    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.
    tags List<GetFirmwarePolicyResultTag>
    targetPlatform String
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContexts List<GetFirmwarePolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwarePolicyResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    excludeComponentLists string[]
    modTime string
    The time when this managed object was last modified.
    modelBundleCombos GetFirmwarePolicyResultModelBundleCombo[]
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organizations GetFirmwarePolicyResultOrganization[]
    owners string[]
    parents GetFirmwarePolicyResultParent[]
    permissionResources GetFirmwarePolicyResultPermissionResource[]
    profiles GetFirmwarePolicyResultProfile[]
    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.
    tags GetFirmwarePolicyResultTag[]
    targetPlatform string
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContexts GetFirmwarePolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwarePolicyResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    exclude_component_lists Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    model_bundle_combos Sequence[GetFirmwarePolicyResultModelBundleCombo]
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organizations Sequence[GetFirmwarePolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetFirmwarePolicyResultParent]
    permission_resources Sequence[GetFirmwarePolicyResultPermissionResource]
    profiles Sequence[GetFirmwarePolicyResultProfile]
    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.
    tags Sequence[GetFirmwarePolicyResultTag]
    target_platform str
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    version_contexts Sequence[GetFirmwarePolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludeComponentLists List<String>
    modTime String
    The time when this managed object was last modified.
    modelBundleCombos List<Property Map>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    profiles 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.
    tags List<Property Map>
    targetPlatform String
    The target platform on which the policy to be applied. Either standalone or connected.* Standalone - Servers which are operating in standalone mode i.e. not connected to a Fabric Interconnected.* FIAttached - Servers which are connected to a Fabric Interconnect that is managed by Intersight.
    versionContexts List<Property Map>

    GetFirmwarePolicyResultAncestor

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

    GetFirmwarePolicyResultModelBundleCombo

    GetFirmwarePolicyResultOrganization

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

    GetFirmwarePolicyResultParent

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

    GetFirmwarePolicyResultPermissionResource

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

    GetFirmwarePolicyResultProfile

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

    GetFirmwarePolicyResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetFirmwarePolicyResultVersionContext

    GetFirmwarePolicyResultVersionContextInterestedMo

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

    GetFirmwarePolicyResultVersionContextRefMo

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

    GetFirmwarePolicyTag

    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.

    GetFirmwarePolicyVersionContext

    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<GetFirmwarePolicyVersionContextInterestedMo>
    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 GetFirmwarePolicyVersionContextRefMo
    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 []GetFirmwarePolicyVersionContextInterestedMo
    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 GetFirmwarePolicyVersionContextRefMo
    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<GetFirmwarePolicyVersionContextInterestedMo>
    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 GetFirmwarePolicyVersionContextRefMo
    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 GetFirmwarePolicyVersionContextInterestedMo[]
    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 GetFirmwarePolicyVersionContextRefMo
    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[GetFirmwarePolicyVersionContextInterestedMo]
    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 GetFirmwarePolicyVersionContextRefMo
    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.

    GetFirmwarePolicyVersionContextInterestedMo

    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'.

    GetFirmwarePolicyVersionContextRefMo

    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 logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet