intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getRecommendationHardwareExpansionRequest
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe 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<GetRecommendation Hardware Expansion Request Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item> 
- 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
GetRecommendation Hardware Expansion Request Parent 
- PermissionResources List<GetRecommendation Hardware Expansion Request Permission Resource> 
- RegisteredDevice GetRecommendation Hardware Expansion Request Registered Device 
- RequestTime string
- The time when the expansion was requested.
- 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.
- 
List<GetRecommendation Hardware Expansion Request Tag> 
- VersionContext GetRecommendation Hardware Expansion Request Version Context 
- 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
[]GetRecommendation Hardware Expansion Request Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HwExpansion []GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item 
- 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
GetRecommendation Hardware Expansion Request Parent 
- PermissionResources []GetRecommendation Hardware Expansion Request Permission Resource 
- RegisteredDevice GetRecommendation Hardware Expansion Request Registered Device 
- RequestTime string
- The time when the expansion was requested.
- 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.
- 
[]GetRecommendation Hardware Expansion Request Tag 
- VersionContext GetRecommendation Hardware Expansion Request Version Context 
- 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<GetRecommendation Hardware Expansion Request Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item> 
- 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
GetRecommendation Hardware Expansion Request Parent 
- permissionResources List<GetRecommendation Hardware Expansion Request Permission Resource> 
- registeredDevice GetRecommendation Hardware Expansion Request Registered Device 
- requestTime String
- The time when the expansion was requested.
- 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.
- 
List<GetRecommendation Hardware Expansion Request Tag> 
- versionContext GetRecommendation Hardware Expansion Request Version Context 
- 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
GetRecommendation Hardware Expansion Request Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item[] 
- 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
GetRecommendation Hardware Expansion Request Parent 
- permissionResources GetRecommendation Hardware Expansion Request Permission Resource[] 
- registeredDevice GetRecommendation Hardware Expansion Request Registered Device 
- requestTime string
- The time when the expansion was requested.
- 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.
- 
GetRecommendation Hardware Expansion Request Tag[] 
- versionContext GetRecommendation Hardware Expansion Request Version Context 
- 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[GetRecommendation Hardware Expansion Request Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hw_expansion_ Sequence[Getrequest_ items Recommendation Hardware Expansion Request Hw Expansion Request Item] 
- 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
GetRecommendation Hardware Expansion Request Parent 
- permission_resources Sequence[GetRecommendation Hardware Expansion Request Permission Resource] 
- registered_device GetRecommendation Hardware Expansion Request Registered Device 
- request_time str
- The time when the expansion was requested.
- 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.
- 
Sequence[GetRecommendation Hardware Expansion Request Tag] 
- version_context GetRecommendation Hardware Expansion Request Version Context 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion List<Property Map>Request Items 
- 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.
- 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.
- List<Property Map>
- versionContext Property Map
getRecommendationHardwareExpansionRequest Result
The following output properties are available:
- Id string
- Results
List<GetRecommendation Hardware Expansion Request Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetRecommendation Hardware Expansion Request Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item> 
- Message string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetRecommendation Hardware Expansion Request Parent 
- PermissionResources List<GetRecommendation Hardware Expansion Request Permission Resource> 
- RegisteredDevice GetRecommendation Hardware Expansion Request Registered Device 
- RequestTime string
- string
- Status string
- 
List<GetRecommendation Hardware Expansion Request Tag> 
- VersionContext GetRecommendation Hardware Expansion Request Version Context 
- Id string
- Results
[]GetRecommendation Hardware Expansion Request Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetRecommendation Hardware Expansion Request Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HwExpansion []GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item 
- Message string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetRecommendation Hardware Expansion Request Parent 
- PermissionResources []GetRecommendation Hardware Expansion Request Permission Resource 
- RegisteredDevice GetRecommendation Hardware Expansion Request Registered Device 
- RequestTime string
- string
- Status string
- 
[]GetRecommendation Hardware Expansion Request Tag 
- VersionContext GetRecommendation Hardware Expansion Request Version Context 
- id String
- results
List<GetRecommendation Hardware Expansion Request Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetRecommendation Hardware Expansion Request Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- hwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item> 
- message String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetRecommendation Hardware Expansion Request Parent 
- permissionResources List<GetRecommendation Hardware Expansion Request Permission Resource> 
- registeredDevice GetRecommendation Hardware Expansion Request Registered Device 
- requestTime String
- String
- status String
- 
List<GetRecommendation Hardware Expansion Request Tag> 
- versionContext GetRecommendation Hardware Expansion Request Version Context 
- id string
- results
GetRecommendation Hardware Expansion Request Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetRecommendation Hardware Expansion Request Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- hwExpansion GetRequest Items Recommendation Hardware Expansion Request Hw Expansion Request Item[] 
- message string
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetRecommendation Hardware Expansion Request Parent 
- permissionResources GetRecommendation Hardware Expansion Request Permission Resource[] 
- registeredDevice GetRecommendation Hardware Expansion Request Registered Device 
- requestTime string
- string
- status string
- 
GetRecommendation Hardware Expansion Request Tag[] 
- versionContext GetRecommendation Hardware Expansion Request Version Context 
- id str
- results
Sequence[GetRecommendation Hardware Expansion Request Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetRecommendation Hardware Expansion Request Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- hw_expansion_ Sequence[Getrequest_ items Recommendation Hardware Expansion Request Hw Expansion Request Item] 
- message str
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetRecommendation Hardware Expansion Request Parent 
- permission_resources Sequence[GetRecommendation Hardware Expansion Request Permission Resource] 
- registered_device GetRecommendation Hardware Expansion Request Registered Device 
- request_time str
- str
- status str
- 
Sequence[GetRecommendation Hardware Expansion Request Tag] 
- version_context GetRecommendation Hardware Expansion Request Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- hwExpansion List<Property Map>Request Items 
- message String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- requestTime String
- String
- status String
- List<Property Map>
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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<GetRecommendation Hardware Expansion Request Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Result Hw Expansion Request Item> 
- 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<GetRecommendation Hardware Expansion Request Result Parent> 
- PermissionResources List<GetRecommendation Hardware Expansion Request Result Permission Resource> 
- RegisteredDevices List<GetRecommendation Hardware Expansion Request Result Registered Device> 
- RequestTime string
- The time when the expansion was requested.
- 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.
- 
List<GetRecommendation Hardware Expansion Request Result Tag> 
- VersionContexts List<GetRecommendation Hardware Expansion Request Result Version Context> 
- 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
[]GetRecommendation Hardware Expansion Request Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HwExpansion []GetRequest Items Recommendation Hardware Expansion Request Result Hw Expansion Request Item 
- 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
[]GetRecommendation Hardware Expansion Request Result Parent 
- PermissionResources []GetRecommendation Hardware Expansion Request Result Permission Resource 
- RegisteredDevices []GetRecommendation Hardware Expansion Request Result Registered Device 
- RequestTime string
- The time when the expansion was requested.
- 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.
- 
[]GetRecommendation Hardware Expansion Request Result Tag 
- VersionContexts []GetRecommendation Hardware Expansion Request Result Version Context 
- 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<GetRecommendation Hardware Expansion Request Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion List<GetRequest Items Recommendation Hardware Expansion Request Result Hw Expansion Request Item> 
- 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<GetRecommendation Hardware Expansion Request Result Parent> 
- permissionResources List<GetRecommendation Hardware Expansion Request Result Permission Resource> 
- registeredDevices List<GetRecommendation Hardware Expansion Request Result Registered Device> 
- requestTime String
- The time when the expansion was requested.
- 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.
- 
List<GetRecommendation Hardware Expansion Request Result Tag> 
- versionContexts List<GetRecommendation Hardware Expansion Request Result Version Context> 
- 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
GetRecommendation Hardware Expansion Request Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion GetRequest Items Recommendation Hardware Expansion Request Result Hw Expansion Request Item[] 
- 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
GetRecommendation Hardware Expansion Request Result Parent[] 
- permissionResources GetRecommendation Hardware Expansion Request Result Permission Resource[] 
- registeredDevices GetRecommendation Hardware Expansion Request Result Registered Device[] 
- requestTime string
- The time when the expansion was requested.
- 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.
- 
GetRecommendation Hardware Expansion Request Result Tag[] 
- versionContexts GetRecommendation Hardware Expansion Request Result Version Context[] 
- 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[GetRecommendation Hardware Expansion Request Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hw_expansion_ Sequence[Getrequest_ items Recommendation Hardware Expansion Request Result Hw Expansion Request Item] 
- 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[GetRecommendation Hardware Expansion Request Result Parent] 
- permission_resources Sequence[GetRecommendation Hardware Expansion Request Result Permission Resource] 
- registered_devices Sequence[GetRecommendation Hardware Expansion Request Result Registered Device] 
- request_time str
- The time when the expansion was requested.
- 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.
- 
Sequence[GetRecommendation Hardware Expansion Request Result Tag] 
- version_contexts Sequence[GetRecommendation Hardware Expansion Request Result Version Context] 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hwExpansion List<Property Map>Request Items 
- 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.
- 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.
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetRecommendationHardwareExpansionRequestResultVersionContext       
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetRecommendation Hardware Expansion Request Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetRecommendation Hardware Expansion Request Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetRecommendation Hardware Expansion Request Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetRecommendation Hardware Expansion Request Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additional_properties str
- class_id str
- interested_mos Sequence[GetRecommendation Hardware Expansion Request Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetRecommendation Hardware Expansion Request Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetRecommendation Hardware Expansion Request Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetRecommendation Hardware Expansion Request Version Context Ref Mo 
- 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 []GetRecommendation Hardware Expansion Request Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetRecommendation Hardware Expansion Request Version Context Ref Mo 
- 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<GetRecommendation Hardware Expansion Request Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetRecommendation Hardware Expansion Request Version Context Ref Mo 
- 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 GetRecommendation Hardware Expansion Request Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetRecommendation Hardware Expansion Request Version Context Ref Mo 
- 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[GetRecommendation Hardware Expansion Request Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetRecommendation Hardware Expansion Request Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet