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

intersight.getForecastInstance

Explore with Pulumi AI

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

    Entity representing forecast result for instance of managed object, ie, data source.

    Using getForecastInstance

    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 getForecastInstance(args: GetForecastInstanceArgs, opts?: InvokeOptions): Promise<GetForecastInstanceResult>
    function getForecastInstanceOutput(args: GetForecastInstanceOutputArgs, opts?: InvokeOptions): Output<GetForecastInstanceResult>
    def get_forecast_instance(account_moid: Optional[str] = None,
                              action: Optional[str] = None,
                              additional_properties: Optional[str] = None,
                              alt_models: Optional[Sequence[float]] = None,
                              ancestors: Optional[Sequence[GetForecastInstanceAncestor]] = None,
                              class_id: Optional[str] = None,
                              create_time: Optional[str] = None,
                              data_interval: Optional[float] = None,
                              data_start_date: Optional[str] = None,
                              device_id: Optional[str] = None,
                              domain_group_moid: Optional[str] = None,
                              forecast_def: Optional[GetForecastInstanceForecastDef] = None,
                              full_cap_days: Optional[float] = None,
                              id: Optional[str] = None,
                              last_model_update_time: Optional[str] = None,
                              metric_name: Optional[str] = None,
                              min_days_for_forecast: Optional[float] = None,
                              mod_time: Optional[str] = None,
                              model: Optional[GetForecastInstanceModel] = None,
                              moid: Optional[str] = None,
                              object_type: Optional[str] = None,
                              owners: Optional[Sequence[str]] = None,
                              parent: Optional[GetForecastInstanceParent] = None,
                              permission_resources: Optional[Sequence[GetForecastInstancePermissionResource]] = None,
                              registered_device: Optional[GetForecastInstanceRegisteredDevice] = None,
                              shared_scope: Optional[str] = None,
                              tags: Optional[Sequence[GetForecastInstanceTag]] = None,
                              threshold_days: Optional[float] = None,
                              version_context: Optional[GetForecastInstanceVersionContext] = None,
                              opts: Optional[InvokeOptions] = None) -> GetForecastInstanceResult
    def get_forecast_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
                              action: Optional[pulumi.Input[str]] = None,
                              additional_properties: Optional[pulumi.Input[str]] = None,
                              alt_models: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetForecastInstanceAncestorArgs]]]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              data_interval: Optional[pulumi.Input[float]] = None,
                              data_start_date: Optional[pulumi.Input[str]] = None,
                              device_id: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              forecast_def: Optional[pulumi.Input[GetForecastInstanceForecastDefArgs]] = None,
                              full_cap_days: Optional[pulumi.Input[float]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              last_model_update_time: Optional[pulumi.Input[str]] = None,
                              metric_name: Optional[pulumi.Input[str]] = None,
                              min_days_for_forecast: Optional[pulumi.Input[float]] = None,
                              mod_time: Optional[pulumi.Input[str]] = None,
                              model: Optional[pulumi.Input[GetForecastInstanceModelArgs]] = None,
                              moid: 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[GetForecastInstanceParentArgs]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetForecastInstancePermissionResourceArgs]]]] = None,
                              registered_device: Optional[pulumi.Input[GetForecastInstanceRegisteredDeviceArgs]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetForecastInstanceTagArgs]]]] = None,
                              threshold_days: Optional[pulumi.Input[float]] = None,
                              version_context: Optional[pulumi.Input[GetForecastInstanceVersionContextArgs]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetForecastInstanceResult]
    func LookupForecastInstance(ctx *Context, args *LookupForecastInstanceArgs, opts ...InvokeOption) (*LookupForecastInstanceResult, error)
    func LookupForecastInstanceOutput(ctx *Context, args *LookupForecastInstanceOutputArgs, opts ...InvokeOption) LookupForecastInstanceResultOutput

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

    public static class GetForecastInstance 
    {
        public static Task<GetForecastInstanceResult> InvokeAsync(GetForecastInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetForecastInstanceResult> Invoke(GetForecastInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetForecastInstanceResult> getForecastInstance(GetForecastInstanceArgs args, InvokeOptions options)
    public static Output<GetForecastInstanceResult> getForecastInstance(GetForecastInstanceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getForecastInstance:getForecastInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered on forecast instance. 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
    AltModels List<double>
    Ancestors List<GetForecastInstanceAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataInterval double
    The time interval (in days) for the data to be used for computing forecast model.
    DataStartDate string
    The start date from when the data should be used for computing forecast model.
    DeviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForecastDef GetForecastInstanceForecastDef
    FullCapDays double
    The number of days remaining before the device reaches its full functional capacity.
    Id string
    LastModelUpdateTime string
    The time when the forecast model was last updated.
    MetricName string
    The name of the metric for which regression model is generated.
    MinDaysForForecast double
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    ModTime string
    The time when this managed object was last modified.
    Model GetForecastInstanceModel
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetForecastInstanceParent
    PermissionResources List<GetForecastInstancePermissionResource>
    RegisteredDevice GetForecastInstanceRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetForecastInstanceTag>
    ThresholdDays double
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    VersionContext GetForecastInstanceVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered on forecast instance. 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
    AltModels []float64
    Ancestors []GetForecastInstanceAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataInterval float64
    The time interval (in days) for the data to be used for computing forecast model.
    DataStartDate string
    The start date from when the data should be used for computing forecast model.
    DeviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForecastDef GetForecastInstanceForecastDef
    FullCapDays float64
    The number of days remaining before the device reaches its full functional capacity.
    Id string
    LastModelUpdateTime string
    The time when the forecast model was last updated.
    MetricName string
    The name of the metric for which regression model is generated.
    MinDaysForForecast float64
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    ModTime string
    The time when this managed object was last modified.
    Model GetForecastInstanceModel
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetForecastInstanceParent
    PermissionResources []GetForecastInstancePermissionResource
    RegisteredDevice GetForecastInstanceRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetForecastInstanceTag
    ThresholdDays float64
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    VersionContext GetForecastInstanceVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered on forecast instance. 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
    altModels List<Double>
    ancestors List<GetForecastInstanceAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    dataInterval Double
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate String
    The start date from when the data should be used for computing forecast model.
    deviceId String
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forecastDef GetForecastInstanceForecastDef
    fullCapDays Double
    The number of days remaining before the device reaches its full functional capacity.
    id String
    lastModelUpdateTime String
    The time when the forecast model was last updated.
    metricName String
    The name of the metric for which regression model is generated.
    minDaysForForecast Double
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime String
    The time when this managed object was last modified.
    model GetForecastInstanceModel
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetForecastInstanceParent
    permissionResources List<GetForecastInstancePermissionResource>
    registeredDevice GetForecastInstanceRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetForecastInstanceTag>
    thresholdDays Double
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContext GetForecastInstanceVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered on forecast instance. 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
    altModels number[]
    ancestors GetForecastInstanceAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    dataInterval number
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate string
    The start date from when the data should be used for computing forecast model.
    deviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forecastDef GetForecastInstanceForecastDef
    fullCapDays number
    The number of days remaining before the device reaches its full functional capacity.
    id string
    lastModelUpdateTime string
    The time when the forecast model was last updated.
    metricName string
    The name of the metric for which regression model is generated.
    minDaysForForecast number
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime string
    The time when this managed object was last modified.
    model GetForecastInstanceModel
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetForecastInstanceParent
    permissionResources GetForecastInstancePermissionResource[]
    registeredDevice GetForecastInstanceRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetForecastInstanceTag[]
    thresholdDays number
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContext GetForecastInstanceVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered on forecast instance. 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
    alt_models Sequence[float]
    ancestors Sequence[GetForecastInstanceAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    data_interval float
    The time interval (in days) for the data to be used for computing forecast model.
    data_start_date str
    The start date from when the data should be used for computing forecast model.
    device_id str
    The Moid of the Intersight managed device instance for which regression model is derived.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forecast_def GetForecastInstanceForecastDef
    full_cap_days float
    The number of days remaining before the device reaches its full functional capacity.
    id str
    last_model_update_time str
    The time when the forecast model was last updated.
    metric_name str
    The name of the metric for which regression model is generated.
    min_days_for_forecast float
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    mod_time str
    The time when this managed object was last modified.
    model GetForecastInstanceModel
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetForecastInstanceParent
    permission_resources Sequence[GetForecastInstancePermissionResource]
    registered_device GetForecastInstanceRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetForecastInstanceTag]
    threshold_days float
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    version_context GetForecastInstanceVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered on forecast instance. 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
    altModels List<Number>
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    dataInterval Number
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate String
    The start date from when the data should be used for computing forecast model.
    deviceId String
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forecastDef Property Map
    fullCapDays Number
    The number of days remaining before the device reaches its full functional capacity.
    id String
    lastModelUpdateTime String
    The time when the forecast model was last updated.
    metricName String
    The name of the metric for which regression model is generated.
    minDaysForForecast Number
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime String
    The time when this managed object was last modified.
    model Property Map
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    thresholdDays Number
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContext Property Map

    getForecastInstance Result

    The following output properties are available:

    Supporting Types

    GetForecastInstanceAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstanceForecastDef

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstanceModel

    Accuracy double
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    ModelDatas List<double>
    ModelType string
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Accuracy float64
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    ModelDatas []float64
    ModelType string
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    accuracy Double
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    modelDatas List<Double>
    modelType String
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    accuracy number
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    modelDatas number[]
    modelType string
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    accuracy float
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    model_datas Sequence[float]
    model_type str
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    accuracy Number
    The standard error of the estimate is a measure of the accuracy of predictions from predictive modeling.
    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.
    modelDatas List<Number>
    modelType String
    Model type indicating type of predictive model used for computing forecast.

    • Linear - The Enum value Linear represents that the predictive model type used for forecast computation is linear regression.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetForecastInstanceParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstancePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstanceRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstanceResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered on forecast instance. 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
    AltModels List<double>
    Ancestors List<GetForecastInstanceResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataInterval double
    The time interval (in days) for the data to be used for computing forecast model.
    DataStartDate string
    The start date from when the data should be used for computing forecast model.
    DeviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForecastDeves List<GetForecastInstanceResultForecastDef>
    FullCapDays double
    The number of days remaining before the device reaches its full functional capacity.
    LastModelUpdateTime string
    The time when the forecast model was last updated.
    MetricName string
    The name of the metric for which regression model is generated.
    MinDaysForForecast double
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    ModTime string
    The time when this managed object was last modified.
    Models List<GetForecastInstanceResultModel>
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetForecastInstanceResultParent>
    PermissionResources List<GetForecastInstanceResultPermissionResource>
    RegisteredDevices List<GetForecastInstanceResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetForecastInstanceResultTag>
    ThresholdDays double
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    VersionContexts List<GetForecastInstanceResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered on forecast instance. 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
    AltModels []float64
    Ancestors []GetForecastInstanceResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DataInterval float64
    The time interval (in days) for the data to be used for computing forecast model.
    DataStartDate string
    The start date from when the data should be used for computing forecast model.
    DeviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ForecastDeves []GetForecastInstanceResultForecastDef
    FullCapDays float64
    The number of days remaining before the device reaches its full functional capacity.
    LastModelUpdateTime string
    The time when the forecast model was last updated.
    MetricName string
    The name of the metric for which regression model is generated.
    MinDaysForForecast float64
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    ModTime string
    The time when this managed object was last modified.
    Models []GetForecastInstanceResultModel
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetForecastInstanceResultParent
    PermissionResources []GetForecastInstanceResultPermissionResource
    RegisteredDevices []GetForecastInstanceResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetForecastInstanceResultTag
    ThresholdDays float64
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    VersionContexts []GetForecastInstanceResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered on forecast instance. 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
    altModels List<Double>
    ancestors List<GetForecastInstanceResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    dataInterval Double
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate String
    The start date from when the data should be used for computing forecast model.
    deviceId String
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forecastDeves List<GetForecastInstanceResultForecastDef>
    fullCapDays Double
    The number of days remaining before the device reaches its full functional capacity.
    lastModelUpdateTime String
    The time when the forecast model was last updated.
    metricName String
    The name of the metric for which regression model is generated.
    minDaysForForecast Double
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime String
    The time when this managed object was last modified.
    models List<GetForecastInstanceResultModel>
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetForecastInstanceResultParent>
    permissionResources List<GetForecastInstanceResultPermissionResource>
    registeredDevices List<GetForecastInstanceResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetForecastInstanceResultTag>
    thresholdDays Double
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContexts List<GetForecastInstanceResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered on forecast instance. 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
    altModels number[]
    ancestors GetForecastInstanceResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    dataInterval number
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate string
    The start date from when the data should be used for computing forecast model.
    deviceId string
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    forecastDeves GetForecastInstanceResultForecastDef[]
    fullCapDays number
    The number of days remaining before the device reaches its full functional capacity.
    lastModelUpdateTime string
    The time when the forecast model was last updated.
    metricName string
    The name of the metric for which regression model is generated.
    minDaysForForecast number
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime string
    The time when this managed object was last modified.
    models GetForecastInstanceResultModel[]
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetForecastInstanceResultParent[]
    permissionResources GetForecastInstanceResultPermissionResource[]
    registeredDevices GetForecastInstanceResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetForecastInstanceResultTag[]
    thresholdDays number
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContexts GetForecastInstanceResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered on forecast instance. 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
    alt_models Sequence[float]
    ancestors Sequence[GetForecastInstanceResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    data_interval float
    The time interval (in days) for the data to be used for computing forecast model.
    data_start_date str
    The start date from when the data should be used for computing forecast model.
    device_id str
    The Moid of the Intersight managed device instance for which regression model is derived.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    forecast_deves Sequence[GetForecastInstanceResultForecastDef]
    full_cap_days float
    The number of days remaining before the device reaches its full functional capacity.
    last_model_update_time str
    The time when the forecast model was last updated.
    metric_name str
    The name of the metric for which regression model is generated.
    min_days_for_forecast float
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    mod_time str
    The time when this managed object was last modified.
    models Sequence[GetForecastInstanceResultModel]
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetForecastInstanceResultParent]
    permission_resources Sequence[GetForecastInstanceResultPermissionResource]
    registered_devices Sequence[GetForecastInstanceResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetForecastInstanceResultTag]
    threshold_days float
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    version_contexts Sequence[GetForecastInstanceResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered on forecast instance. 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
    altModels List<Number>
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    dataInterval Number
    The time interval (in days) for the data to be used for computing forecast model.
    dataStartDate String
    The start date from when the data should be used for computing forecast model.
    deviceId String
    The Moid of the Intersight managed device instance for which regression model is derived.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    forecastDeves List<Property Map>
    fullCapDays Number
    The number of days remaining before the device reaches its full functional capacity.
    lastModelUpdateTime String
    The time when the forecast model was last updated.
    metricName String
    The name of the metric for which regression model is generated.
    minDaysForForecast Number
    The minimum number of days the HyperFlex cluster should be up for computing forecast.
    modTime String
    The time when this managed object was last modified.
    models List<Property Map>
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    thresholdDays Number
    The number of days remaining before the device reaches the specified threshold for the metric as defined in definition.
    versionContexts List<Property Map>

    GetForecastInstanceResultAncestor

    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

    GetForecastInstanceResultForecastDef

    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

    GetForecastInstanceResultModel

    Accuracy double
    AdditionalProperties string
    ClassId string
    ModelDatas List<double>
    ModelType string
    ObjectType string
    Accuracy float64
    AdditionalProperties string
    ClassId string
    ModelDatas []float64
    ModelType string
    ObjectType string
    accuracy Double
    additionalProperties String
    classId String
    modelDatas List<Double>
    modelType String
    objectType String
    accuracy number
    additionalProperties string
    classId string
    modelDatas number[]
    modelType string
    objectType string
    accuracy Number
    additionalProperties String
    classId String
    modelDatas List<Number>
    modelType String
    objectType String

    GetForecastInstanceResultParent

    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

    GetForecastInstanceResultPermissionResource

    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

    GetForecastInstanceResultRegisteredDevice

    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

    GetForecastInstanceResultTag

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

    GetForecastInstanceResultVersionContext

    GetForecastInstanceResultVersionContextInterestedMo

    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

    GetForecastInstanceResultVersionContextRefMo

    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

    GetForecastInstanceTag

    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.

    GetForecastInstanceVersionContext

    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<GetForecastInstanceVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetForecastInstanceVersionContextRefMo
    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 []GetForecastInstanceVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetForecastInstanceVersionContextRefMo
    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<GetForecastInstanceVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetForecastInstanceVersionContextRefMo
    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 GetForecastInstanceVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetForecastInstanceVersionContextRefMo
    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[GetForecastInstanceVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetForecastInstanceVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetForecastInstanceVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    GetForecastInstanceVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

    Package Details

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