intersight.getApplianceUpgrade
Explore with Pulumi AI
Upgrade tracks the Intersight Appliance’s software upgrades. Intersight Appliance’s upgrade service automatically creates an Upgrade managed object when there is a pending software upgrade. User may modify an active Upgrade managed object to reset the software upgrade start time. However, user may not be able to postpone an upgrade beyond the limit enforced by the upgrade grace period set in the software manifest.
Using getApplianceUpgrade
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 getApplianceUpgrade(args: GetApplianceUpgradeArgs, opts?: InvokeOptions): Promise<GetApplianceUpgradeResult>
function getApplianceUpgradeOutput(args: GetApplianceUpgradeOutputArgs, opts?: InvokeOptions): Output<GetApplianceUpgradeResult>
def get_appliance_upgrade(account: Optional[GetApplianceUpgradeAccount] = None,
account_moid: Optional[str] = None,
active: Optional[bool] = None,
additional_properties: Optional[str] = None,
all_nodes_pingable: Optional[bool] = None,
ancestors: Optional[Sequence[GetApplianceUpgradeAncestor]] = None,
auto_created: Optional[bool] = None,
class_id: Optional[str] = None,
completed_phases: Optional[Sequence[GetApplianceUpgradeCompletedPhase]] = None,
create_time: Optional[str] = None,
current_phase: Optional[GetApplianceUpgradeCurrentPhase] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
elapsed_time: Optional[float] = None,
end_time: Optional[str] = None,
error_code: Optional[float] = None,
fingerprint: Optional[str] = None,
id: Optional[str] = None,
image_bundle: Optional[GetApplianceUpgradeImageBundle] = None,
is_rolling_back: Optional[bool] = None,
is_user_triggered: Optional[bool] = None,
messages: Optional[Sequence[str]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_infos: Optional[Sequence[GetApplianceUpgradeNodeInfo]] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetApplianceUpgradeParent] = None,
permission_resources: Optional[Sequence[GetApplianceUpgradePermissionResource]] = None,
previous_install_attempts: Optional[float] = None,
requires: Optional[GetApplianceUpgradeRequires] = None,
rollback_needed: Optional[bool] = None,
rollback_phases: Optional[Sequence[GetApplianceUpgradeRollbackPhase]] = None,
rollback_status: Optional[str] = None,
services: Optional[Sequence[str]] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetApplianceUpgradeTag]] = None,
total_nodes: Optional[float] = None,
total_phases: Optional[float] = None,
ui_packages: Optional[Sequence[str]] = None,
version_context: Optional[GetApplianceUpgradeVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetApplianceUpgradeResult
def get_appliance_upgrade_output(account: Optional[pulumi.Input[GetApplianceUpgradeAccountArgs]] = None,
account_moid: Optional[pulumi.Input[str]] = None,
active: Optional[pulumi.Input[bool]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
all_nodes_pingable: Optional[pulumi.Input[bool]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradeAncestorArgs]]]] = None,
auto_created: Optional[pulumi.Input[bool]] = None,
class_id: Optional[pulumi.Input[str]] = None,
completed_phases: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradeCompletedPhaseArgs]]]] = None,
create_time: Optional[pulumi.Input[str]] = None,
current_phase: Optional[pulumi.Input[GetApplianceUpgradeCurrentPhaseArgs]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
elapsed_time: Optional[pulumi.Input[float]] = None,
end_time: Optional[pulumi.Input[str]] = None,
error_code: Optional[pulumi.Input[float]] = None,
fingerprint: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
image_bundle: Optional[pulumi.Input[GetApplianceUpgradeImageBundleArgs]] = None,
is_rolling_back: Optional[pulumi.Input[bool]] = None,
is_user_triggered: Optional[pulumi.Input[bool]] = None,
messages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
node_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradeNodeInfoArgs]]]] = None,
nr_version: 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[GetApplianceUpgradeParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradePermissionResourceArgs]]]] = None,
previous_install_attempts: Optional[pulumi.Input[float]] = None,
requires: Optional[pulumi.Input[GetApplianceUpgradeRequiresArgs]] = None,
rollback_needed: Optional[pulumi.Input[bool]] = None,
rollback_phases: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradeRollbackPhaseArgs]]]] = None,
rollback_status: Optional[pulumi.Input[str]] = None,
services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceUpgradeTagArgs]]]] = None,
total_nodes: Optional[pulumi.Input[float]] = None,
total_phases: Optional[pulumi.Input[float]] = None,
ui_packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
version_context: Optional[pulumi.Input[GetApplianceUpgradeVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplianceUpgradeResult]
func LookupApplianceUpgrade(ctx *Context, args *LookupApplianceUpgradeArgs, opts ...InvokeOption) (*LookupApplianceUpgradeResult, error)
func LookupApplianceUpgradeOutput(ctx *Context, args *LookupApplianceUpgradeOutputArgs, opts ...InvokeOption) LookupApplianceUpgradeResultOutput
> Note: This function is named LookupApplianceUpgrade
in the Go SDK.
public static class GetApplianceUpgrade
{
public static Task<GetApplianceUpgradeResult> InvokeAsync(GetApplianceUpgradeArgs args, InvokeOptions? opts = null)
public static Output<GetApplianceUpgradeResult> Invoke(GetApplianceUpgradeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplianceUpgradeResult> getApplianceUpgrade(GetApplianceUpgradeArgs args, InvokeOptions options)
public static Output<GetApplianceUpgradeResult> getApplianceUpgrade(GetApplianceUpgradeArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getApplianceUpgrade:getApplianceUpgrade
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Get
Appliance Upgrade Account - Account
Moid string - The Account ID for this managed object.
- Active bool
- Indicates if the software upgrade is active or not.
- Additional
Properties string - All
Nodes boolPingable - True if all nodes in cluster are pingable, otherwise false.
- Ancestors
List<Get
Appliance Upgrade Ancestor> - Auto
Created bool - Indicates that the request was automatically created by the system.
- Class
Id string - Completed
Phases List<GetAppliance Upgrade Completed Phase> - Create
Time string - The time when this managed object was created.
- Current
Phase GetAppliance Upgrade Current Phase - Description string
- Description of the software upgrade.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Error
Code double - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- Fingerprint string
- Software upgrade manifest's fingerprint.
- Id string
- Image
Bundle GetAppliance Upgrade Image Bundle - Is
Rolling boolBack - Track if software upgrade is upgrading or rolling back.
- Is
User boolTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- Messages List<string>
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos List<GetAppliance Upgrade Node Info> - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners List<string>
- Parent
Get
Appliance Upgrade Parent - Permission
Resources List<GetAppliance Upgrade Permission Resource> - Previous
Install doubleAttempts - The number of previous failed install attempts of the same upgrade version.
- Requires
Get
Appliance Upgrade Requires - Rollback
Needed bool - Track if rollback is needed.
- Rollback
Phases List<GetAppliance Upgrade Rollback Phase> - Rollback
Status string - Status of the Intersight Appliance's software rollback status.
- Services List<string>
- 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.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- List<Get
Appliance Upgrade Tag> - Total
Nodes double - Total number of nodes this upgrade will run on.
- Total
Phases double - TotalPhase represents the total number of the upgradePhases for one upgrade.
- Ui
Packages List<string> - Version
Context GetAppliance Upgrade Version Context
- Account
Get
Appliance Upgrade Account - Account
Moid string - The Account ID for this managed object.
- Active bool
- Indicates if the software upgrade is active or not.
- Additional
Properties string - All
Nodes boolPingable - True if all nodes in cluster are pingable, otherwise false.
- Ancestors
[]Get
Appliance Upgrade Ancestor - Auto
Created bool - Indicates that the request was automatically created by the system.
- Class
Id string - Completed
Phases []GetAppliance Upgrade Completed Phase - Create
Time string - The time when this managed object was created.
- Current
Phase GetAppliance Upgrade Current Phase - Description string
- Description of the software upgrade.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Error
Code float64 - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- Fingerprint string
- Software upgrade manifest's fingerprint.
- Id string
- Image
Bundle GetAppliance Upgrade Image Bundle - Is
Rolling boolBack - Track if software upgrade is upgrading or rolling back.
- Is
User boolTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- Messages []string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos []GetAppliance Upgrade Node Info - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners []string
- Parent
Get
Appliance Upgrade Parent - Permission
Resources []GetAppliance Upgrade Permission Resource - Previous
Install float64Attempts - The number of previous failed install attempts of the same upgrade version.
- Requires
Get
Appliance Upgrade Requires - Rollback
Needed bool - Track if rollback is needed.
- Rollback
Phases []GetAppliance Upgrade Rollback Phase - Rollback
Status string - Status of the Intersight Appliance's software rollback status.
- Services []string
- 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.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- []Get
Appliance Upgrade Tag - Total
Nodes float64 - Total number of nodes this upgrade will run on.
- Total
Phases float64 - TotalPhase represents the total number of the upgradePhases for one upgrade.
- Ui
Packages []string - Version
Context GetAppliance Upgrade Version Context
- account
Get
Appliance Upgrade Account - account
Moid String - The Account ID for this managed object.
- active Boolean
- Indicates if the software upgrade is active or not.
- additional
Properties String - all
Nodes BooleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
List<Get
Appliance Upgrade Ancestor> - auto
Created Boolean - Indicates that the request was automatically created by the system.
- class
Id String - completed
Phases List<GetAppliance Upgrade Completed Phase> - create
Time String - The time when this managed object was created.
- current
Phase GetAppliance Upgrade Current Phase - description String
- Description of the software upgrade.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- error
Code Double - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint String
- Software upgrade manifest's fingerprint.
- id String
- image
Bundle GetAppliance Upgrade Image Bundle - is
Rolling BooleanBack - Track if software upgrade is upgrading or rolling back.
- is
User BooleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages List<String>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<GetAppliance Upgrade Node Info> - nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parent
Get
Appliance Upgrade Parent - permission
Resources List<GetAppliance Upgrade Permission Resource> - previous
Install DoubleAttempts - The number of previous failed install attempts of the same upgrade version.
- requires
Get
Appliance Upgrade Requires - rollback
Needed Boolean - Track if rollback is needed.
- rollback
Phases List<GetAppliance Upgrade Rollback Phase> - rollback
Status String - Status of the Intersight Appliance's software rollback status.
- services List<String>
- 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.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- List<Get
Appliance Upgrade Tag> - total
Nodes Double - Total number of nodes this upgrade will run on.
- total
Phases Double - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages List<String> - version
Context GetAppliance Upgrade Version Context
- account
Get
Appliance Upgrade Account - account
Moid string - The Account ID for this managed object.
- active boolean
- Indicates if the software upgrade is active or not.
- additional
Properties string - all
Nodes booleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
Get
Appliance Upgrade Ancestor[] - auto
Created boolean - Indicates that the request was automatically created by the system.
- class
Id string - completed
Phases GetAppliance Upgrade Completed Phase[] - create
Time string - The time when this managed object was created.
- current
Phase GetAppliance Upgrade Current Phase - description string
- Description of the software upgrade.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- error
Code number - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint string
- Software upgrade manifest's fingerprint.
- id string
- image
Bundle GetAppliance Upgrade Image Bundle - is
Rolling booleanBack - Track if software upgrade is upgrading or rolling back.
- is
User booleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages string[]
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Infos GetAppliance Upgrade Node Info[] - nr
Version string - Software upgrade manifest's version.
- object
Type string - owners string[]
- parent
Get
Appliance Upgrade Parent - permission
Resources GetAppliance Upgrade Permission Resource[] - previous
Install numberAttempts - The number of previous failed install attempts of the same upgrade version.
- requires
Get
Appliance Upgrade Requires - rollback
Needed boolean - Track if rollback is needed.
- rollback
Phases GetAppliance Upgrade Rollback Phase[] - rollback
Status string - Status of the Intersight Appliance's software rollback status.
- services string[]
- 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.
- start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- Get
Appliance Upgrade Tag[] - total
Nodes number - Total number of nodes this upgrade will run on.
- total
Phases number - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages string[] - version
Context GetAppliance Upgrade Version Context
- account
Get
Appliance Upgrade Account - account_
moid str - The Account ID for this managed object.
- active bool
- Indicates if the software upgrade is active or not.
- additional_
properties str - all_
nodes_ boolpingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
Sequence[Get
Appliance Upgrade Ancestor] - auto_
created bool - Indicates that the request was automatically created by the system.
- class_
id str - completed_
phases Sequence[GetAppliance Upgrade Completed Phase] - create_
time str - The time when this managed object was created.
- current_
phase GetAppliance Upgrade Current Phase - description str
- Description of the software upgrade.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- error_
code float - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint str
- Software upgrade manifest's fingerprint.
- id str
- image_
bundle GetAppliance Upgrade Image Bundle - is_
rolling_ boolback - Track if software upgrade is upgrading or rolling back.
- is_
user_ booltriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages Sequence[str]
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
infos Sequence[GetAppliance Upgrade Node Info] - nr_
version str - Software upgrade manifest's version.
- object_
type str - owners Sequence[str]
- parent
Get
Appliance Upgrade Parent - permission_
resources Sequence[GetAppliance Upgrade Permission Resource] - previous_
install_ floatattempts - The number of previous failed install attempts of the same upgrade version.
- requires
Get
Appliance Upgrade Requires - rollback_
needed bool - Track if rollback is needed.
- rollback_
phases Sequence[GetAppliance Upgrade Rollback Phase] - rollback_
status str - Status of the Intersight Appliance's software rollback status.
- services Sequence[str]
- 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.
- start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- Sequence[Get
Appliance Upgrade Tag] - total_
nodes float - Total number of nodes this upgrade will run on.
- total_
phases float - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui_
packages Sequence[str] - version_
context GetAppliance Upgrade Version Context
- account Property Map
- account
Moid String - The Account ID for this managed object.
- active Boolean
- Indicates if the software upgrade is active or not.
- additional
Properties String - all
Nodes BooleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors List<Property Map>
- auto
Created Boolean - Indicates that the request was automatically created by the system.
- class
Id String - completed
Phases List<Property Map> - create
Time String - The time when this managed object was created.
- current
Phase Property Map - description String
- Description of the software upgrade.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- error
Code Number - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint String
- Software upgrade manifest's fingerprint.
- id String
- image
Bundle Property Map - is
Rolling BooleanBack - Track if software upgrade is upgrading or rolling back.
- is
User BooleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages List<String>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<Property Map> - nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - previous
Install NumberAttempts - The number of previous failed install attempts of the same upgrade version.
- requires Property Map
- rollback
Needed Boolean - Track if rollback is needed.
- rollback
Phases List<Property Map> - rollback
Status String - Status of the Intersight Appliance's software rollback status.
- services List<String>
- 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.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- List<Property Map>
- total
Nodes Number - Total number of nodes this upgrade will run on.
- total
Phases Number - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages List<String> - version
Context Property Map
getApplianceUpgrade Result
The following output properties are available:
- Id string
- Results
List<Get
Appliance Upgrade Result> - Account
Get
Appliance Upgrade Account - Account
Moid string - Active bool
- Additional
Properties string - All
Nodes boolPingable - Ancestors
List<Get
Appliance Upgrade Ancestor> - Auto
Created bool - Class
Id string - Completed
Phases List<GetAppliance Upgrade Completed Phase> - Create
Time string - Current
Phase GetAppliance Upgrade Current Phase - Description string
- Domain
Group stringMoid - Elapsed
Time double - End
Time string - Error
Code double - Fingerprint string
- Image
Bundle GetAppliance Upgrade Image Bundle - Is
Rolling boolBack - Is
User boolTriggered - Messages List<string>
- Mod
Time string - Moid string
- Node
Infos List<GetAppliance Upgrade Node Info> - Nr
Version string - Object
Type string - Owners List<string>
- Parent
Get
Appliance Upgrade Parent - Permission
Resources List<GetAppliance Upgrade Permission Resource> - Previous
Install doubleAttempts - Requires
Get
Appliance Upgrade Requires - Rollback
Needed bool - Rollback
Phases List<GetAppliance Upgrade Rollback Phase> - Rollback
Status string - Services List<string>
- string
- Start
Time string - Status string
- List<Get
Appliance Upgrade Tag> - Total
Nodes double - Total
Phases double - Ui
Packages List<string> - Version
Context GetAppliance Upgrade Version Context
- Id string
- Results
[]Get
Appliance Upgrade Result - Account
Get
Appliance Upgrade Account - Account
Moid string - Active bool
- Additional
Properties string - All
Nodes boolPingable - Ancestors
[]Get
Appliance Upgrade Ancestor - Auto
Created bool - Class
Id string - Completed
Phases []GetAppliance Upgrade Completed Phase - Create
Time string - Current
Phase GetAppliance Upgrade Current Phase - Description string
- Domain
Group stringMoid - Elapsed
Time float64 - End
Time string - Error
Code float64 - Fingerprint string
- Image
Bundle GetAppliance Upgrade Image Bundle - Is
Rolling boolBack - Is
User boolTriggered - Messages []string
- Mod
Time string - Moid string
- Node
Infos []GetAppliance Upgrade Node Info - Nr
Version string - Object
Type string - Owners []string
- Parent
Get
Appliance Upgrade Parent - Permission
Resources []GetAppliance Upgrade Permission Resource - Previous
Install float64Attempts - Requires
Get
Appliance Upgrade Requires - Rollback
Needed bool - Rollback
Phases []GetAppliance Upgrade Rollback Phase - Rollback
Status string - Services []string
- string
- Start
Time string - Status string
- []Get
Appliance Upgrade Tag - Total
Nodes float64 - Total
Phases float64 - Ui
Packages []string - Version
Context GetAppliance Upgrade Version Context
- id String
- results
List<Get
Appliance Upgrade Result> - account
Get
Appliance Upgrade Account - account
Moid String - active Boolean
- additional
Properties String - all
Nodes BooleanPingable - ancestors
List<Get
Appliance Upgrade Ancestor> - auto
Created Boolean - class
Id String - completed
Phases List<GetAppliance Upgrade Completed Phase> - create
Time String - current
Phase GetAppliance Upgrade Current Phase - description String
- domain
Group StringMoid - elapsed
Time Double - end
Time String - error
Code Double - fingerprint String
- image
Bundle GetAppliance Upgrade Image Bundle - is
Rolling BooleanBack - is
User BooleanTriggered - messages List<String>
- mod
Time String - moid String
- node
Infos List<GetAppliance Upgrade Node Info> - nr
Version String - object
Type String - owners List<String>
- parent
Get
Appliance Upgrade Parent - permission
Resources List<GetAppliance Upgrade Permission Resource> - previous
Install DoubleAttempts - requires
Get
Appliance Upgrade Requires - rollback
Needed Boolean - rollback
Phases List<GetAppliance Upgrade Rollback Phase> - rollback
Status String - services List<String>
- String
- start
Time String - status String
- List<Get
Appliance Upgrade Tag> - total
Nodes Double - total
Phases Double - ui
Packages List<String> - version
Context GetAppliance Upgrade Version Context
- id string
- results
Get
Appliance Upgrade Result[] - account
Get
Appliance Upgrade Account - account
Moid string - active boolean
- additional
Properties string - all
Nodes booleanPingable - ancestors
Get
Appliance Upgrade Ancestor[] - auto
Created boolean - class
Id string - completed
Phases GetAppliance Upgrade Completed Phase[] - create
Time string - current
Phase GetAppliance Upgrade Current Phase - description string
- domain
Group stringMoid - elapsed
Time number - end
Time string - error
Code number - fingerprint string
- image
Bundle GetAppliance Upgrade Image Bundle - is
Rolling booleanBack - is
User booleanTriggered - messages string[]
- mod
Time string - moid string
- node
Infos GetAppliance Upgrade Node Info[] - nr
Version string - object
Type string - owners string[]
- parent
Get
Appliance Upgrade Parent - permission
Resources GetAppliance Upgrade Permission Resource[] - previous
Install numberAttempts - requires
Get
Appliance Upgrade Requires - rollback
Needed boolean - rollback
Phases GetAppliance Upgrade Rollback Phase[] - rollback
Status string - services string[]
- string
- start
Time string - status string
- Get
Appliance Upgrade Tag[] - total
Nodes number - total
Phases number - ui
Packages string[] - version
Context GetAppliance Upgrade Version Context
- id str
- results
Sequence[Get
Appliance Upgrade Result] - account
Get
Appliance Upgrade Account - account_
moid str - active bool
- additional_
properties str - all_
nodes_ boolpingable - ancestors
Sequence[Get
Appliance Upgrade Ancestor] - auto_
created bool - class_
id str - completed_
phases Sequence[GetAppliance Upgrade Completed Phase] - create_
time str - current_
phase GetAppliance Upgrade Current Phase - description str
- domain_
group_ strmoid - elapsed_
time float - end_
time str - error_
code float - fingerprint str
- image_
bundle GetAppliance Upgrade Image Bundle - is_
rolling_ boolback - is_
user_ booltriggered - messages Sequence[str]
- mod_
time str - moid str
- node_
infos Sequence[GetAppliance Upgrade Node Info] - nr_
version str - object_
type str - owners Sequence[str]
- parent
Get
Appliance Upgrade Parent - permission_
resources Sequence[GetAppliance Upgrade Permission Resource] - previous_
install_ floatattempts - requires
Get
Appliance Upgrade Requires - rollback_
needed bool - rollback_
phases Sequence[GetAppliance Upgrade Rollback Phase] - rollback_
status str - services Sequence[str]
- str
- start_
time str - status str
- Sequence[Get
Appliance Upgrade Tag] - total_
nodes float - total_
phases float - ui_
packages Sequence[str] - version_
context GetAppliance Upgrade Version Context
- id String
- results List<Property Map>
- account Property Map
- account
Moid String - active Boolean
- additional
Properties String - all
Nodes BooleanPingable - ancestors List<Property Map>
- auto
Created Boolean - class
Id String - completed
Phases List<Property Map> - create
Time String - current
Phase Property Map - description String
- domain
Group StringMoid - elapsed
Time Number - end
Time String - error
Code Number - fingerprint String
- image
Bundle Property Map - is
Rolling BooleanBack - is
User BooleanTriggered - messages List<String>
- mod
Time String - moid String
- node
Infos List<Property Map> - nr
Version String - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - previous
Install NumberAttempts - requires Property Map
- rollback
Needed Boolean - rollback
Phases List<Property Map> - rollback
Status String - services List<String>
- String
- start
Time String - status String
- List<Property Map>
- total
Nodes Number - total
Phases Number - ui
Packages List<String> - version
Context Property Map
Supporting Types
GetApplianceUpgradeAccount
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeCompletedPhase
- Additional
Properties string - Class
Id 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.
- Current
Node double - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count double - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id 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.
- Current
Node float64 - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count float64 - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Double - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Double - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id 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.
- current
Node number - Id of the node the upgrade phase is running on.
- current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- Indicates if the upgrade phase has failed or not.
- message string
- Status message set during the upgrade phase.
- name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count number - Retry count of the upgrade phase.
- start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- 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.
- current_
node float - Id of the node the upgrade phase is running on.
- current_
node_ strhostname - Hostname of the node the upgrade phase is running on.
- elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- Indicates if the upgrade phase has failed or not.
- message str
- Status message set during the upgrade phase.
- name str
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry_
count float - Retry count of the upgrade phase.
- start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Number - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Number - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeCurrentPhase
- Additional
Properties string - Class
Id 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.
- Current
Node double - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count double - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id 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.
- Current
Node float64 - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count float64 - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Double - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Double - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id 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.
- current
Node number - Id of the node the upgrade phase is running on.
- current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- Indicates if the upgrade phase has failed or not.
- message string
- Status message set during the upgrade phase.
- name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count number - Retry count of the upgrade phase.
- start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- 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.
- current_
node float - Id of the node the upgrade phase is running on.
- current_
node_ strhostname - Hostname of the node the upgrade phase is running on.
- elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- Indicates if the upgrade phase has failed or not.
- message str
- Status message set during the upgrade phase.
- name str
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry_
count float - Retry count of the upgrade phase.
- start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Number - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Number - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeImageBundle
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeNodeInfo
- Additional
Properties string - Class
Id 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.
- Gateway string
- Gateway ip address of the cluster node.
- Hostname string
- Hostname of the cluster node.
- Ip
Address string - Ip address of the cluster node.
- Netmask string
- Netmask of the cluster node.
- Node
Id double - Id number of the cluster node.
- Node
Moid string - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type string - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id 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.
- Gateway string
- Gateway ip address of the cluster node.
- Hostname string
- Hostname of the cluster node.
- Ip
Address string - Ip address of the cluster node.
- Netmask string
- Netmask of the cluster node.
- Node
Id float64 - Id number of the cluster node.
- Node
Moid string - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type string - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- gateway String
- Gateway ip address of the cluster node.
- hostname String
- Hostname of the cluster node.
- ip
Address String - Ip address of the cluster node.
- netmask String
- Netmask of the cluster node.
- node
Id Double - Id number of the cluster node.
- node
Moid String - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type String - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id 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.
- gateway string
- Gateway ip address of the cluster node.
- hostname string
- Hostname of the cluster node.
- ip
Address string - Ip address of the cluster node.
- netmask string
- Netmask of the cluster node.
- node
Id number - Id number of the cluster node.
- node
Moid string - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type string - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status string
- Status of the Intersight Appliance's software upgrade.
- 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.
- gateway str
- Gateway ip address of the cluster node.
- hostname str
- Hostname of the cluster node.
- ip_
address str - Ip address of the cluster node.
- netmask str
- Netmask of the cluster node.
- node_
id float - Id number of the cluster node.
- node_
moid str - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node_
type str - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- gateway String
- Gateway ip address of the cluster node.
- hostname String
- Hostname of the cluster node.
- ip
Address String - Ip address of the cluster node.
- netmask String
- Netmask of the cluster node.
- node
Id Number - Id number of the cluster node.
- node
Moid String - Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type String - The node type of Intersight Virtual Appliance.
standalone
- Single Node Intersight Virtual Appliance.management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeParent
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradePermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeRequires
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeResult
- Account
Moid string - The Account ID for this managed object.
- Accounts
List<Get
Appliance Upgrade Result Account> - Active bool
- Indicates if the software upgrade is active or not.
- Additional
Properties string - All
Nodes boolPingable - True if all nodes in cluster are pingable, otherwise false.
- Ancestors
List<Get
Appliance Upgrade Result Ancestor> - Auto
Created bool - Indicates that the request was automatically created by the system.
- Class
Id string - Completed
Phases List<GetAppliance Upgrade Result Completed Phase> - Create
Time string - The time when this managed object was created.
- Current
Phases List<GetAppliance Upgrade Result Current Phase> - Description string
- Description of the software upgrade.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Error
Code double - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- Fingerprint string
- Software upgrade manifest's fingerprint.
- Image
Bundles List<GetAppliance Upgrade Result Image Bundle> - Is
Rolling boolBack - Track if software upgrade is upgrading or rolling back.
- Is
User boolTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- Messages List<string>
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos List<GetAppliance Upgrade Result Node Info> - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners List<string>
- Parents
List<Get
Appliance Upgrade Result Parent> - Permission
Resources List<GetAppliance Upgrade Result Permission Resource> - Previous
Install doubleAttempts - The number of previous failed install attempts of the same upgrade version.
- Requires
List<Get
Appliance Upgrade Result Require> - Rollback
Needed bool - Track if rollback is needed.
- Rollback
Phases List<GetAppliance Upgrade Result Rollback Phase> - Rollback
Status string - Status of the Intersight Appliance's software rollback status.
- Services List<string>
- 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.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- List<Get
Appliance Upgrade Result Tag> - Total
Nodes double - Total number of nodes this upgrade will run on.
- Total
Phases double - TotalPhase represents the total number of the upgradePhases for one upgrade.
- Ui
Packages List<string> - Version
Contexts List<GetAppliance Upgrade Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Accounts
[]Get
Appliance Upgrade Result Account - Active bool
- Indicates if the software upgrade is active or not.
- Additional
Properties string - All
Nodes boolPingable - True if all nodes in cluster are pingable, otherwise false.
- Ancestors
[]Get
Appliance Upgrade Result Ancestor - Auto
Created bool - Indicates that the request was automatically created by the system.
- Class
Id string - Completed
Phases []GetAppliance Upgrade Result Completed Phase - Create
Time string - The time when this managed object was created.
- Current
Phases []GetAppliance Upgrade Result Current Phase - Description string
- Description of the software upgrade.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Error
Code float64 - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- Fingerprint string
- Software upgrade manifest's fingerprint.
- Image
Bundles []GetAppliance Upgrade Result Image Bundle - Is
Rolling boolBack - Track if software upgrade is upgrading or rolling back.
- Is
User boolTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- Messages []string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos []GetAppliance Upgrade Result Node Info - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Owners []string
- Parents
[]Get
Appliance Upgrade Result Parent - Permission
Resources []GetAppliance Upgrade Result Permission Resource - Previous
Install float64Attempts - The number of previous failed install attempts of the same upgrade version.
- Requires
[]Get
Appliance Upgrade Result Require - Rollback
Needed bool - Track if rollback is needed.
- Rollback
Phases []GetAppliance Upgrade Result Rollback Phase - Rollback
Status string - Status of the Intersight Appliance's software rollback status.
- Services []string
- 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.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- []Get
Appliance Upgrade Result Tag - Total
Nodes float64 - Total number of nodes this upgrade will run on.
- Total
Phases float64 - TotalPhase represents the total number of the upgradePhases for one upgrade.
- Ui
Packages []string - Version
Contexts []GetAppliance Upgrade Result Version Context
- account
Moid String - The Account ID for this managed object.
- accounts
List<Get
Appliance Upgrade Result Account> - active Boolean
- Indicates if the software upgrade is active or not.
- additional
Properties String - all
Nodes BooleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
List<Get
Appliance Upgrade Result Ancestor> - auto
Created Boolean - Indicates that the request was automatically created by the system.
- class
Id String - completed
Phases List<GetAppliance Upgrade Result Completed Phase> - create
Time String - The time when this managed object was created.
- current
Phases List<GetAppliance Upgrade Result Current Phase> - description String
- Description of the software upgrade.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- error
Code Double - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint String
- Software upgrade manifest's fingerprint.
- image
Bundles List<GetAppliance Upgrade Result Image Bundle> - is
Rolling BooleanBack - Track if software upgrade is upgrading or rolling back.
- is
User BooleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages List<String>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<GetAppliance Upgrade Result Node Info> - nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parents
List<Get
Appliance Upgrade Result Parent> - permission
Resources List<GetAppliance Upgrade Result Permission Resource> - previous
Install DoubleAttempts - The number of previous failed install attempts of the same upgrade version.
- requires
List<Get
Appliance Upgrade Result Require> - rollback
Needed Boolean - Track if rollback is needed.
- rollback
Phases List<GetAppliance Upgrade Result Rollback Phase> - rollback
Status String - Status of the Intersight Appliance's software rollback status.
- services List<String>
- 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.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- List<Get
Appliance Upgrade Result Tag> - total
Nodes Double - Total number of nodes this upgrade will run on.
- total
Phases Double - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages List<String> - version
Contexts List<GetAppliance Upgrade Result Version Context>
- account
Moid string - The Account ID for this managed object.
- accounts
Get
Appliance Upgrade Result Account[] - active boolean
- Indicates if the software upgrade is active or not.
- additional
Properties string - all
Nodes booleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
Get
Appliance Upgrade Result Ancestor[] - auto
Created boolean - Indicates that the request was automatically created by the system.
- class
Id string - completed
Phases GetAppliance Upgrade Result Completed Phase[] - create
Time string - The time when this managed object was created.
- current
Phases GetAppliance Upgrade Result Current Phase[] - description string
- Description of the software upgrade.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- error
Code number - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint string
- Software upgrade manifest's fingerprint.
- image
Bundles GetAppliance Upgrade Result Image Bundle[] - is
Rolling booleanBack - Track if software upgrade is upgrading or rolling back.
- is
User booleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages string[]
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Infos GetAppliance Upgrade Result Node Info[] - nr
Version string - Software upgrade manifest's version.
- object
Type string - owners string[]
- parents
Get
Appliance Upgrade Result Parent[] - permission
Resources GetAppliance Upgrade Result Permission Resource[] - previous
Install numberAttempts - The number of previous failed install attempts of the same upgrade version.
- requires
Get
Appliance Upgrade Result Require[] - rollback
Needed boolean - Track if rollback is needed.
- rollback
Phases GetAppliance Upgrade Result Rollback Phase[] - rollback
Status string - Status of the Intersight Appliance's software rollback status.
- services string[]
- 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.
- start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- Get
Appliance Upgrade Result Tag[] - total
Nodes number - Total number of nodes this upgrade will run on.
- total
Phases number - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages string[] - version
Contexts GetAppliance Upgrade Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- accounts
Sequence[Get
Appliance Upgrade Result Account] - active bool
- Indicates if the software upgrade is active or not.
- additional_
properties str - all_
nodes_ boolpingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors
Sequence[Get
Appliance Upgrade Result Ancestor] - auto_
created bool - Indicates that the request was automatically created by the system.
- class_
id str - completed_
phases Sequence[GetAppliance Upgrade Result Completed Phase] - create_
time str - The time when this managed object was created.
- current_
phases Sequence[GetAppliance Upgrade Result Current Phase] - description str
- Description of the software upgrade.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- error_
code float - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint str
- Software upgrade manifest's fingerprint.
- image_
bundles Sequence[GetAppliance Upgrade Result Image Bundle] - is_
rolling_ boolback - Track if software upgrade is upgrading or rolling back.
- is_
user_ booltriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages Sequence[str]
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
infos Sequence[GetAppliance Upgrade Result Node Info] - nr_
version str - Software upgrade manifest's version.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Appliance Upgrade Result Parent] - permission_
resources Sequence[GetAppliance Upgrade Result Permission Resource] - previous_
install_ floatattempts - The number of previous failed install attempts of the same upgrade version.
- requires
Sequence[Get
Appliance Upgrade Result Require] - rollback_
needed bool - Track if rollback is needed.
- rollback_
phases Sequence[GetAppliance Upgrade Result Rollback Phase] - rollback_
status str - Status of the Intersight Appliance's software rollback status.
- services Sequence[str]
- 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.
- start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- Sequence[Get
Appliance Upgrade Result Tag] - total_
nodes float - Total number of nodes this upgrade will run on.
- total_
phases float - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui_
packages Sequence[str] - version_
contexts Sequence[GetAppliance Upgrade Result Version Context]
- account
Moid String - The Account ID for this managed object.
- accounts List<Property Map>
- active Boolean
- Indicates if the software upgrade is active or not.
- additional
Properties String - all
Nodes BooleanPingable - True if all nodes in cluster are pingable, otherwise false.
- ancestors List<Property Map>
- auto
Created Boolean - Indicates that the request was automatically created by the system.
- class
Id String - completed
Phases List<Property Map> - create
Time String - The time when this managed object was created.
- current
Phases List<Property Map> - description String
- Description of the software upgrade.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- error
Code Number - Error code for Intersight Appliance's software upgrade. In case of failure - this code will help decide if software upgrade can be retried.
- fingerprint String
- Software upgrade manifest's fingerprint.
- image
Bundles List<Property Map> - is
Rolling BooleanBack - Track if software upgrade is upgrading or rolling back.
- is
User BooleanTriggered - Indicates if the upgrade is triggered by user or due to schedule.
- messages List<String>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<Property Map> - nr
Version String - Software upgrade manifest's version.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - previous
Install NumberAttempts - The number of previous failed install attempts of the same upgrade version.
- requires List<Property Map>
- rollback
Needed Boolean - Track if rollback is needed.
- rollback
Phases List<Property Map> - rollback
Status String - Status of the Intersight Appliance's software rollback status.
- services List<String>
- 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.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- List<Property Map>
- total
Nodes Number - Total number of nodes this upgrade will run on.
- total
Phases Number - TotalPhase represents the total number of the upgradePhases for one upgrade.
- ui
Packages List<String> - version
Contexts List<Property Map>
GetApplianceUpgradeResultAccount
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultCompletedPhase
- Additional
Properties string - Class
Id string - Current
Node double - Current
Node stringHostname - Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count double - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id string - Current
Node float64 - Current
Node stringHostname - Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count float64 - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Double - current
Node StringHostname - elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Double - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id string - current
Node number - current
Node stringHostname - elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- message string
- name string
- object
Type string - retry
Count number - start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- additional_
properties str - class_
id str - current_
node float - current_
node_ strhostname - elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- message str
- name str
- object_
type str - retry_
count float - start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Number - current
Node StringHostname - elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Number - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeResultCurrentPhase
- Additional
Properties string - Class
Id string - Current
Node double - Current
Node stringHostname - Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count double - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id string - Current
Node float64 - Current
Node stringHostname - Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count float64 - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Double - current
Node StringHostname - elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Double - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id string - current
Node number - current
Node stringHostname - elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- message string
- name string
- object
Type string - retry
Count number - start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- additional_
properties str - class_
id str - current_
node float - current_
node_ strhostname - elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- message str
- name str
- object_
type str - retry_
count float - start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Number - current
Node StringHostname - elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Number - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeResultImageBundle
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultNodeInfo
- additional_
properties str - class_
id str - gateway str
- hostname str
- ip_
address str - netmask str
- node_
id float - node_
moid str - node_
type str - object_
type str - status str
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultRequire
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultRollbackPhase
- Additional
Properties string - Class
Id string - Current
Node double - Current
Node stringHostname - Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count double - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id string - Current
Node float64 - Current
Node stringHostname - Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Message string
- Name string
- Object
Type string - Retry
Count float64 - Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Double - current
Node StringHostname - elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Double - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id string - current
Node number - current
Node stringHostname - elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- message string
- name string
- object
Type string - retry
Count number - start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- additional_
properties str - class_
id str - current_
node float - current_
node_ strhostname - elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- message str
- name str
- object_
type str - retry_
count float - start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id String - current
Node Number - current
Node StringHostname - elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- message String
- name String
- object
Type String - retry
Count Number - start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetApplianceUpgradeResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetAppliance Upgrade Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Ref
Mos List<GetAppliance Upgrade Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetAppliance Upgrade Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Software upgrade manifest's version.
- Object
Type string - Ref
Mos []GetAppliance Upgrade Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetAppliance Upgrade Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Software upgrade manifest's version.
- object
Type String - ref
Mos List<GetAppliance Upgrade Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetAppliance Upgrade Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Software upgrade manifest's version.
- object
Type string - ref
Mos GetAppliance Upgrade Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetAppliance Upgrade Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Software upgrade manifest's version.
- object_
type str - ref_
mos Sequence[GetAppliance Upgrade Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Software upgrade manifest's version.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetApplianceUpgradeResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceUpgradeRollbackPhase
- Additional
Properties string - Class
Id 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.
- Current
Node double - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time double - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count double - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- Additional
Properties string - Class
Id 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.
- Current
Node float64 - Id of the node the upgrade phase is running on.
- Current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- Elapsed
Time float64 - Elapsed time in seconds during the software upgrade.
- End
Time string - End date of the software upgrade.
- Failed bool
- Indicates if the upgrade phase has failed or not.
- Message string
- Status message set during the upgrade phase.
- Name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Retry
Count float64 - Retry count of the upgrade phase.
- Start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- Status string
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Double - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Double - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Double - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
- additional
Properties string - class
Id 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.
- current
Node number - Id of the node the upgrade phase is running on.
- current
Node stringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time number - Elapsed time in seconds during the software upgrade.
- end
Time string - End date of the software upgrade.
- failed boolean
- Indicates if the upgrade phase has failed or not.
- message string
- Status message set during the upgrade phase.
- name string
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count number - Retry count of the upgrade phase.
- start
Time string - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status string
- Status of the Intersight Appliance's software upgrade.
- 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.
- current_
node float - Id of the node the upgrade phase is running on.
- current_
node_ strhostname - Hostname of the node the upgrade phase is running on.
- elapsed_
time float - Elapsed time in seconds during the software upgrade.
- end_
time str - End date of the software upgrade.
- failed bool
- Indicates if the upgrade phase has failed or not.
- message str
- Status message set during the upgrade phase.
- name str
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry_
count float - Retry count of the upgrade phase.
- start_
time str - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status str
- Status of the Intersight Appliance's software upgrade.
- additional
Properties String - class
Id 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.
- current
Node Number - Id of the node the upgrade phase is running on.
- current
Node StringHostname - Hostname of the node the upgrade phase is running on.
- elapsed
Time Number - Elapsed time in seconds during the software upgrade.
- end
Time String - End date of the software upgrade.
- failed Boolean
- Indicates if the upgrade phase has failed or not.
- message String
- Status message set during the upgrade phase.
- name String
- Name of the upgrade phase.
init
- Upgrade service initialization phase.CheckCluster
- For a multinode system, check that all nodes in the cluster are connected and running.monitor
- Monitor a required upgrade.UpdateAnsibleHosts
- Update the ansible hosts file with latest template.SyncImages
- For a multinode system, sync image files between nodes.Prepare
- Upgrade service prepares folders and templated files.ServiceLoad
- Upgrade service loads the service images into the local docker cache.UiLoad
- Upgrade service loads the UI packages into the local cache.GenerateConfig
- Upgrade service generates the Kubernetes configuration files.DeployService
- Upgrade service deploys the Kubernetes services.UpgradeOS
- Run /opt/cisco/bin/onprem-upgrade-start.sh for each node.UpgradeServices
- Run /opt/cisco/bin/onprem-upgrade-start.sh per node.VerifyPlaybookSuccess
- Verify the upgrade playbook for UpgradeOS or UpgradeServices completed successfully.FinishUpgrade
- Run /opt/cisco/bin/onprem-upgrade-finish.sh for each node.Success
- Upgrade completed successfully.Fail
- Indicates that the upgrade process has failed.Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance.Telemetry
- Upgrade service sends basic telemetry data to the Intersight.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- retry
Count Number - Retry count of the upgrade phase.
- start
Time String - Start date of the software upgrade. UI can modify startTime to re-schedule an upgrade.
- status String
- Status of the Intersight Appliance's software upgrade.
GetApplianceUpgradeTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceUpgradeVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetAppliance Upgrade Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetAppliance Upgrade Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - Software upgrade manifest's version.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetAppliance Upgrade Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetAppliance Upgrade Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - Software upgrade manifest's version.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetAppliance Upgrade Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - Software upgrade manifest's version.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetAppliance Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - Software upgrade manifest's version.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetApplianceUpgradeVersionContextInterestedMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceUpgradeVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.