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

intersight.getRecommendationHardwareExpansionRequest

Explore with Pulumi AI

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

    Entity representing the user request for HyperFlex cluster expansion.

    Using getRecommendationHardwareExpansionRequest

    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 getRecommendationHardwareExpansionRequest(args: GetRecommendationHardwareExpansionRequestArgs, opts?: InvokeOptions): Promise<GetRecommendationHardwareExpansionRequestResult>
    function getRecommendationHardwareExpansionRequestOutput(args: GetRecommendationHardwareExpansionRequestOutputArgs, opts?: InvokeOptions): Output<GetRecommendationHardwareExpansionRequestResult>
    def get_recommendation_hardware_expansion_request(account_moid: Optional[str] = None,
                                                      action: Optional[str] = None,
                                                      additional_properties: Optional[str] = None,
                                                      ancestors: Optional[Sequence[GetRecommendationHardwareExpansionRequestAncestor]] = None,
                                                      class_id: Optional[str] = None,
                                                      create_time: Optional[str] = None,
                                                      domain_group_moid: Optional[str] = None,
                                                      hw_expansion_request_items: Optional[Sequence[GetRecommendationHardwareExpansionRequestHwExpansionRequestItem]] = None,
                                                      id: Optional[str] = None,
                                                      message: Optional[str] = None,
                                                      mod_time: Optional[str] = None,
                                                      moid: Optional[str] = None,
                                                      name: Optional[str] = None,
                                                      object_type: Optional[str] = None,
                                                      owners: Optional[Sequence[str]] = None,
                                                      parent: Optional[GetRecommendationHardwareExpansionRequestParent] = None,
                                                      permission_resources: Optional[Sequence[GetRecommendationHardwareExpansionRequestPermissionResource]] = None,
                                                      registered_device: Optional[GetRecommendationHardwareExpansionRequestRegisteredDevice] = None,
                                                      request_time: Optional[str] = None,
                                                      shared_scope: Optional[str] = None,
                                                      status: Optional[str] = None,
                                                      tags: Optional[Sequence[GetRecommendationHardwareExpansionRequestTag]] = None,
                                                      version_context: Optional[GetRecommendationHardwareExpansionRequestVersionContext] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetRecommendationHardwareExpansionRequestResult
    def get_recommendation_hardware_expansion_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                      action: Optional[pulumi.Input[str]] = None,
                                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationHardwareExpansionRequestAncestorArgs]]]] = None,
                                                      class_id: Optional[pulumi.Input[str]] = None,
                                                      create_time: Optional[pulumi.Input[str]] = None,
                                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                      hw_expansion_request_items: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationHardwareExpansionRequestHwExpansionRequestItemArgs]]]] = None,
                                                      id: Optional[pulumi.Input[str]] = None,
                                                      message: Optional[pulumi.Input[str]] = None,
                                                      mod_time: Optional[pulumi.Input[str]] = None,
                                                      moid: Optional[pulumi.Input[str]] = None,
                                                      name: Optional[pulumi.Input[str]] = None,
                                                      object_type: Optional[pulumi.Input[str]] = None,
                                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                      parent: Optional[pulumi.Input[GetRecommendationHardwareExpansionRequestParentArgs]] = None,
                                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationHardwareExpansionRequestPermissionResourceArgs]]]] = None,
                                                      registered_device: Optional[pulumi.Input[GetRecommendationHardwareExpansionRequestRegisteredDeviceArgs]] = None,
                                                      request_time: Optional[pulumi.Input[str]] = None,
                                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                                      status: Optional[pulumi.Input[str]] = None,
                                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationHardwareExpansionRequestTagArgs]]]] = None,
                                                      version_context: Optional[pulumi.Input[GetRecommendationHardwareExpansionRequestVersionContextArgs]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetRecommendationHardwareExpansionRequestResult]
    func LookupRecommendationHardwareExpansionRequest(ctx *Context, args *LookupRecommendationHardwareExpansionRequestArgs, opts ...InvokeOption) (*LookupRecommendationHardwareExpansionRequestResult, error)
    func LookupRecommendationHardwareExpansionRequestOutput(ctx *Context, args *LookupRecommendationHardwareExpansionRequestOutputArgs, opts ...InvokeOption) LookupRecommendationHardwareExpansionRequestResultOutput

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

    public static class GetRecommendationHardwareExpansionRequest 
    {
        public static Task<GetRecommendationHardwareExpansionRequestResult> InvokeAsync(GetRecommendationHardwareExpansionRequestArgs args, InvokeOptions? opts = null)
        public static Output<GetRecommendationHardwareExpansionRequestResult> Invoke(GetRecommendationHardwareExpansionRequestInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecommendationHardwareExpansionRequestResult> getRecommendationHardwareExpansionRequest(GetRecommendationHardwareExpansionRequestArgs args, InvokeOptions options)
    public static Output<GetRecommendationHardwareExpansionRequestResult> getRecommendationHardwareExpansionRequest(GetRecommendationHardwareExpansionRequestArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getRecommendationHardwareExpansionRequest:getRecommendationHardwareExpansionRequest
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors List<GetRecommendationHardwareExpansionRequestAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestHwExpansionRequestItem>
    Id string
    Message string
    User visible error message for the Hardware Expansion request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the expansion specification.
    ObjectType string
    Owners List<string>
    Parent GetRecommendationHardwareExpansionRequestParent
    PermissionResources List<GetRecommendationHardwareExpansionRequestPermissionResource>
    RegisteredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    RequestTime string
    The time when the expansion was requested.
    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.
    Status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags List<GetRecommendationHardwareExpansionRequestTag>
    VersionContext GetRecommendationHardwareExpansionRequestVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors []GetRecommendationHardwareExpansionRequestAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HwExpansionRequestItems []GetRecommendationHardwareExpansionRequestHwExpansionRequestItem
    Id string
    Message string
    User visible error message for the Hardware Expansion request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the expansion specification.
    ObjectType string
    Owners []string
    Parent GetRecommendationHardwareExpansionRequestParent
    PermissionResources []GetRecommendationHardwareExpansionRequestPermissionResource
    RegisteredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    RequestTime string
    The time when the expansion was requested.
    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.
    Status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags []GetRecommendationHardwareExpansionRequestTag
    VersionContext GetRecommendationHardwareExpansionRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<GetRecommendationHardwareExpansionRequestAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestHwExpansionRequestItem>
    id String
    message String
    User visible error message for the Hardware Expansion request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the expansion specification.
    objectType String
    owners List<String>
    parent GetRecommendationHardwareExpansionRequestParent
    permissionResources List<GetRecommendationHardwareExpansionRequestPermissionResource>
    registeredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    requestTime String
    The time when the expansion was requested.
    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.
    status String
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<GetRecommendationHardwareExpansionRequestTag>
    versionContext GetRecommendationHardwareExpansionRequestVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties string
    ancestors GetRecommendationHardwareExpansionRequestAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems GetRecommendationHardwareExpansionRequestHwExpansionRequestItem[]
    id string
    message string
    User visible error message for the Hardware Expansion request.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the expansion specification.
    objectType string
    owners string[]
    parent GetRecommendationHardwareExpansionRequestParent
    permissionResources GetRecommendationHardwareExpansionRequestPermissionResource[]
    registeredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    requestTime string
    The time when the expansion was requested.
    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.
    status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags GetRecommendationHardwareExpansionRequestTag[]
    versionContext GetRecommendationHardwareExpansionRequestVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additional_properties str
    ancestors Sequence[GetRecommendationHardwareExpansionRequestAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hw_expansion_request_items Sequence[GetRecommendationHardwareExpansionRequestHwExpansionRequestItem]
    id str
    message str
    User visible error message for the Hardware Expansion request.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the expansion specification.
    object_type str
    owners Sequence[str]
    parent GetRecommendationHardwareExpansionRequestParent
    permission_resources Sequence[GetRecommendationHardwareExpansionRequestPermissionResource]
    registered_device GetRecommendationHardwareExpansionRequestRegisteredDevice
    request_time str
    The time when the expansion was requested.
    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.
    status str
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags Sequence[GetRecommendationHardwareExpansionRequestTag]
    version_context GetRecommendationHardwareExpansionRequestVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems List<Property Map>
    id String
    message String
    User visible error message for the Hardware Expansion request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the expansion specification.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    requestTime String
    The time when the expansion was requested.
    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.
    status String
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<Property Map>
    versionContext Property Map

    getRecommendationHardwareExpansionRequest Result

    The following output properties are available:

    Id string
    Results List<GetRecommendationHardwareExpansionRequestResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetRecommendationHardwareExpansionRequestAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    HwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestHwExpansionRequestItem>
    Message string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetRecommendationHardwareExpansionRequestParent
    PermissionResources List<GetRecommendationHardwareExpansionRequestPermissionResource>
    RegisteredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    RequestTime string
    SharedScope string
    Status string
    Tags List<GetRecommendationHardwareExpansionRequestTag>
    VersionContext GetRecommendationHardwareExpansionRequestVersionContext
    id String
    results List<GetRecommendationHardwareExpansionRequestResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetRecommendationHardwareExpansionRequestAncestor>
    classId String
    createTime String
    domainGroupMoid String
    hwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestHwExpansionRequestItem>
    message String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetRecommendationHardwareExpansionRequestParent
    permissionResources List<GetRecommendationHardwareExpansionRequestPermissionResource>
    registeredDevice GetRecommendationHardwareExpansionRequestRegisteredDevice
    requestTime String
    sharedScope String
    status String
    tags List<GetRecommendationHardwareExpansionRequestTag>
    versionContext GetRecommendationHardwareExpansionRequestVersionContext
    id str
    results Sequence[GetRecommendationHardwareExpansionRequestResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetRecommendationHardwareExpansionRequestAncestor]
    class_id str
    create_time str
    domain_group_moid str
    hw_expansion_request_items Sequence[GetRecommendationHardwareExpansionRequestHwExpansionRequestItem]
    message str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetRecommendationHardwareExpansionRequestParent
    permission_resources Sequence[GetRecommendationHardwareExpansionRequestPermissionResource]
    registered_device GetRecommendationHardwareExpansionRequestRegisteredDevice
    request_time str
    shared_scope str
    status str
    tags Sequence[GetRecommendationHardwareExpansionRequestTag]
    version_context GetRecommendationHardwareExpansionRequestVersionContext

    Supporting Types

    GetRecommendationHardwareExpansionRequestAncestor

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

    GetRecommendationHardwareExpansionRequestHwExpansionRequestItem

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

    GetRecommendationHardwareExpansionRequestParent

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

    GetRecommendationHardwareExpansionRequestPermissionResource

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

    GetRecommendationHardwareExpansionRequestRegisteredDevice

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

    GetRecommendationHardwareExpansionRequestResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors List<GetRecommendationHardwareExpansionRequestResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem>
    Message string
    User visible error message for the Hardware Expansion request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the expansion specification.
    ObjectType string
    Owners List<string>
    Parents List<GetRecommendationHardwareExpansionRequestResultParent>
    PermissionResources List<GetRecommendationHardwareExpansionRequestResultPermissionResource>
    RegisteredDevices List<GetRecommendationHardwareExpansionRequestResultRegisteredDevice>
    RequestTime string
    The time when the expansion was requested.
    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.
    Status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags List<GetRecommendationHardwareExpansionRequestResultTag>
    VersionContexts List<GetRecommendationHardwareExpansionRequestResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors []GetRecommendationHardwareExpansionRequestResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    HwExpansionRequestItems []GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem
    Message string
    User visible error message for the Hardware Expansion request.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the expansion specification.
    ObjectType string
    Owners []string
    Parents []GetRecommendationHardwareExpansionRequestResultParent
    PermissionResources []GetRecommendationHardwareExpansionRequestResultPermissionResource
    RegisteredDevices []GetRecommendationHardwareExpansionRequestResultRegisteredDevice
    RequestTime string
    The time when the expansion was requested.
    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.
    Status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags []GetRecommendationHardwareExpansionRequestResultTag
    VersionContexts []GetRecommendationHardwareExpansionRequestResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<GetRecommendationHardwareExpansionRequestResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems List<GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem>
    message String
    User visible error message for the Hardware Expansion request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the expansion specification.
    objectType String
    owners List<String>
    parents List<GetRecommendationHardwareExpansionRequestResultParent>
    permissionResources List<GetRecommendationHardwareExpansionRequestResultPermissionResource>
    registeredDevices List<GetRecommendationHardwareExpansionRequestResultRegisteredDevice>
    requestTime String
    The time when the expansion was requested.
    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.
    status String
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<GetRecommendationHardwareExpansionRequestResultTag>
    versionContexts List<GetRecommendationHardwareExpansionRequestResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties string
    ancestors GetRecommendationHardwareExpansionRequestResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem[]
    message string
    User visible error message for the Hardware Expansion request.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the expansion specification.
    objectType string
    owners string[]
    parents GetRecommendationHardwareExpansionRequestResultParent[]
    permissionResources GetRecommendationHardwareExpansionRequestResultPermissionResource[]
    registeredDevices GetRecommendationHardwareExpansionRequestResultRegisteredDevice[]
    requestTime string
    The time when the expansion was requested.
    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.
    status string
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags GetRecommendationHardwareExpansionRequestResultTag[]
    versionContexts GetRecommendationHardwareExpansionRequestResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additional_properties str
    ancestors Sequence[GetRecommendationHardwareExpansionRequestResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    hw_expansion_request_items Sequence[GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem]
    message str
    User visible error message for the Hardware Expansion request.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the expansion specification.
    object_type str
    owners Sequence[str]
    parents Sequence[GetRecommendationHardwareExpansionRequestResultParent]
    permission_resources Sequence[GetRecommendationHardwareExpansionRequestResultPermissionResource]
    registered_devices Sequence[GetRecommendationHardwareExpansionRequestResultRegisteredDevice]
    request_time str
    The time when the expansion was requested.
    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.
    status str
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags Sequence[GetRecommendationHardwareExpansionRequestResultTag]
    version_contexts Sequence[GetRecommendationHardwareExpansionRequestResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing recommendation. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    hwExpansionRequestItems List<Property Map>
    message String
    User visible error message for the Hardware Expansion request.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the expansion specification.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    requestTime String
    The time when the expansion was requested.
    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.
    status String
    Status of the Hardware Expansion request.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetRecommendationHardwareExpansionRequestResultAncestor

    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

    GetRecommendationHardwareExpansionRequestResultHwExpansionRequestItem

    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

    GetRecommendationHardwareExpansionRequestResultParent

    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

    GetRecommendationHardwareExpansionRequestResultPermissionResource

    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

    GetRecommendationHardwareExpansionRequestResultRegisteredDevice

    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

    GetRecommendationHardwareExpansionRequestResultTag

    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

    GetRecommendationHardwareExpansionRequestResultVersionContext

    GetRecommendationHardwareExpansionRequestResultVersionContextInterestedMo

    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

    GetRecommendationHardwareExpansionRequestResultVersionContextRefMo

    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

    GetRecommendationHardwareExpansionRequestTag

    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.

    GetRecommendationHardwareExpansionRequestVersionContext

    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<GetRecommendationHardwareExpansionRequestVersionContextInterestedMo>
    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 GetRecommendationHardwareExpansionRequestVersionContextRefMo
    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 []GetRecommendationHardwareExpansionRequestVersionContextInterestedMo
    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 GetRecommendationHardwareExpansionRequestVersionContextRefMo
    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<GetRecommendationHardwareExpansionRequestVersionContextInterestedMo>
    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 GetRecommendationHardwareExpansionRequestVersionContextRefMo
    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 GetRecommendationHardwareExpansionRequestVersionContextInterestedMo[]
    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 GetRecommendationHardwareExpansionRequestVersionContextRefMo
    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[GetRecommendationHardwareExpansionRequestVersionContextInterestedMo]
    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 GetRecommendationHardwareExpansionRequestVersionContextRefMo
    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.

    GetRecommendationHardwareExpansionRequestVersionContextInterestedMo

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

    GetRecommendationHardwareExpansionRequestVersionContextRefMo

    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