intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getOsInstall
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
This MO models the target server, answers and other properties needed for OS installation. The OS installation can be started in the target server by doing a POST on this MO. The requests to this MO starts a OS installation workflow that can be tracked using workflow engine MO workflow.WorkflowInfo.
Using getOsInstall
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 getOsInstall(args: GetOsInstallArgs, opts?: InvokeOptions): Promise<GetOsInstallResult>
function getOsInstallOutput(args: GetOsInstallOutputArgs, opts?: InvokeOptions): Output<GetOsInstallResult>
def get_os_install(account_moid: Optional[str] = None,
additional_parameters: Optional[Sequence[GetOsInstallAdditionalParameter]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetOsInstallAncestor]] = None,
answers: Optional[GetOsInstallAnswers] = None,
class_id: Optional[str] = None,
configuration_file: Optional[GetOsInstallConfigurationFile] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
error_msg: Optional[str] = None,
id: Optional[str] = None,
image: Optional[GetOsInstallImage] = None,
install_method: Optional[str] = None,
install_target: Optional[GetOsInstallInstallTarget] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
oper_state: Optional[str] = None,
operating_system_parameters: Optional[GetOsInstallOperatingSystemParameters] = None,
organization: Optional[GetOsInstallOrganization] = None,
osdu_image: Optional[GetOsInstallOsduImage] = None,
override_secure_boot: Optional[bool] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetOsInstallParent] = None,
permission_resources: Optional[Sequence[GetOsInstallPermissionResource]] = None,
server: Optional[GetOsInstallServer] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetOsInstallTag]] = None,
version_context: Optional[GetOsInstallVersionContext] = None,
workflow_info: Optional[GetOsInstallWorkflowInfo] = None,
opts: Optional[InvokeOptions] = None) -> GetOsInstallResult
def get_os_install_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsInstallAdditionalParameterArgs]]]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsInstallAncestorArgs]]]] = None,
answers: Optional[pulumi.Input[GetOsInstallAnswersArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
configuration_file: Optional[pulumi.Input[GetOsInstallConfigurationFileArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
error_msg: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
image: Optional[pulumi.Input[GetOsInstallImageArgs]] = None,
install_method: Optional[pulumi.Input[str]] = None,
install_target: Optional[pulumi.Input[GetOsInstallInstallTargetArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
operating_system_parameters: Optional[pulumi.Input[GetOsInstallOperatingSystemParametersArgs]] = None,
organization: Optional[pulumi.Input[GetOsInstallOrganizationArgs]] = None,
osdu_image: Optional[pulumi.Input[GetOsInstallOsduImageArgs]] = None,
override_secure_boot: Optional[pulumi.Input[bool]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetOsInstallParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsInstallPermissionResourceArgs]]]] = None,
server: Optional[pulumi.Input[GetOsInstallServerArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsInstallTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetOsInstallVersionContextArgs]] = None,
workflow_info: Optional[pulumi.Input[GetOsInstallWorkflowInfoArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOsInstallResult]
func LookupOsInstall(ctx *Context, args *LookupOsInstallArgs, opts ...InvokeOption) (*LookupOsInstallResult, error)
func LookupOsInstallOutput(ctx *Context, args *LookupOsInstallOutputArgs, opts ...InvokeOption) LookupOsInstallResultOutput
> Note: This function is named LookupOsInstall
in the Go SDK.
public static class GetOsInstall
{
public static Task<GetOsInstallResult> InvokeAsync(GetOsInstallArgs args, InvokeOptions? opts = null)
public static Output<GetOsInstallResult> Invoke(GetOsInstallInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOsInstallResult> getOsInstall(GetOsInstallArgs args, InvokeOptions options)
public static Output<GetOsInstallResult> getOsInstall(GetOsInstallArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getOsInstall:getOsInstall
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Parameters List<GetOs Install Additional Parameter> - Additional
Properties string - Ancestors
List<Get
Os Install Ancestor> - Answers
Get
Os Install Answers - Class
Id string - Configuration
File GetOs Install Configuration File - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the OS install configuration.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Msg string - The failure message of the API.
- Id string
- Image
Get
Os Install Image - Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - Install
Target GetOs Install Install Target - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the OS install configuration.
- Object
Type string - Oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Operating
System GetParameters Os Install Operating System Parameters - Organization
Get
Os Install Organization - Osdu
Image GetOs Install Osdu Image - Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Owners List<string>
- Parent
Get
Os Install Parent - Permission
Resources List<GetOs Install Permission Resource> - Server
Get
Os Install Server - 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.
- List<Get
Os Install Tag> - Version
Context GetOs Install Version Context - Workflow
Info GetOs Install Workflow Info
- Account
Moid string - The Account ID for this managed object.
- Additional
Parameters []GetOs Install Additional Parameter - Additional
Properties string - Ancestors
[]Get
Os Install Ancestor - Answers
Get
Os Install Answers - Class
Id string - Configuration
File GetOs Install Configuration File - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the OS install configuration.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Msg string - The failure message of the API.
- Id string
- Image
Get
Os Install Image - Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - Install
Target GetOs Install Install Target - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the OS install configuration.
- Object
Type string - Oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Operating
System GetParameters Os Install Operating System Parameters - Organization
Get
Os Install Organization - Osdu
Image GetOs Install Osdu Image - Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Owners []string
- Parent
Get
Os Install Parent - Permission
Resources []GetOs Install Permission Resource - Server
Get
Os Install Server - 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.
- []Get
Os Install Tag - Version
Context GetOs Install Version Context - Workflow
Info GetOs Install Workflow Info
- account
Moid String - The Account ID for this managed object.
- additional
Parameters List<GetOs Install Additional Parameter> - additional
Properties String - ancestors
List<Get
Os Install Ancestor> - answers
Get
Os Install Answers - class
Id String - configuration
File GetOs Install Configuration File - create
Time String - The time when this managed object was created.
- description String
- User provided description about the OS install configuration.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Msg String - The failure message of the API.
- id String
- image
Get
Os Install Image - install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Target GetOs Install Install Target - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the OS install configuration.
- object
Type String - oper
State String - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System GetParameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu
Image GetOs Install Osdu Image - override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners List<String>
- parent
Get
Os Install Parent - permission
Resources List<GetOs Install Permission Resource> - server
Get
Os Install Server - 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.
- List<Get
Os Install Tag> - version
Context GetOs Install Version Context - workflow
Info GetOs Install Workflow Info
- account
Moid string - The Account ID for this managed object.
- additional
Parameters GetOs Install Additional Parameter[] - additional
Properties string - ancestors
Get
Os Install Ancestor[] - answers
Get
Os Install Answers - class
Id string - configuration
File GetOs Install Configuration File - create
Time string - The time when this managed object was created.
- description string
- User provided description about the OS install configuration.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- error
Msg string - The failure message of the API.
- id string
- image
Get
Os Install Image - install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Target GetOs Install Install Target - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the OS install configuration.
- object
Type string - oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System GetParameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu
Image GetOs Install Osdu Image - override
Secure booleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners string[]
- parent
Get
Os Install Parent - permission
Resources GetOs Install Permission Resource[] - server
Get
Os Install Server - 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.
- Get
Os Install Tag[] - version
Context GetOs Install Version Context - workflow
Info GetOs Install Workflow Info
- account_
moid str - The Account ID for this managed object.
- additional_
parameters Sequence[GetOs Install Additional Parameter] - additional_
properties str - ancestors
Sequence[Get
Os Install Ancestor] - answers
Get
Os Install Answers - class_
id str - configuration_
file GetOs Install Configuration File - create_
time str - The time when this managed object was created.
- description str
- User provided description about the OS install configuration.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- error_
msg str - The failure message of the API.
- id str
- image
Get
Os Install Image - install_
method str - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install_
target GetOs Install Install Target - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the OS install configuration.
- object_
type str - oper_
state str - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating_
system_ Getparameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu_
image GetOs Install Osdu Image - override_
secure_ boolboot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners Sequence[str]
- parent
Get
Os Install Parent - permission_
resources Sequence[GetOs Install Permission Resource] - server
Get
Os Install Server - 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.
- Sequence[Get
Os Install Tag] - version_
context GetOs Install Version Context - workflow_
info GetOs Install Workflow Info
- account
Moid String - The Account ID for this managed object.
- additional
Parameters List<Property Map> - additional
Properties String - ancestors List<Property Map>
- answers Property Map
- class
Id String - configuration
File Property Map - create
Time String - The time when this managed object was created.
- description String
- User provided description about the OS install configuration.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Msg String - The failure message of the API.
- id String
- image Property Map
- install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Target Property Map - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the OS install configuration.
- object
Type String - oper
State String - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System Property MapParameters - organization Property Map
- osdu
Image Property Map - override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - server Property Map
- 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.
- List<Property Map>
- version
Context Property Map - workflow
Info Property Map
getOsInstall Result
The following output properties are available:
- Id string
- Results
List<Get
Os Install Result> - Account
Moid string - Additional
Parameters List<GetOs Install Additional Parameter> - Additional
Properties string - Ancestors
List<Get
Os Install Ancestor> - Answers
Get
Os Install Answers - Class
Id string - Configuration
File GetOs Install Configuration File - Create
Time string - Description string
- Domain
Group stringMoid - Error
Msg string - Image
Get
Os Install Image - Install
Method string - Install
Target GetOs Install Install Target - Mod
Time string - Moid string
- Name string
- Object
Type string - Oper
State string - Operating
System GetParameters Os Install Operating System Parameters - Organization
Get
Os Install Organization - Osdu
Image GetOs Install Osdu Image - Override
Secure boolBoot - Owners List<string>
- Parent
Get
Os Install Parent - Permission
Resources List<GetOs Install Permission Resource> - Server
Get
Os Install Server - string
- List<Get
Os Install Tag> - Version
Context GetOs Install Version Context - Workflow
Info GetOs Install Workflow Info
- Id string
- Results
[]Get
Os Install Result - Account
Moid string - Additional
Parameters []GetOs Install Additional Parameter - Additional
Properties string - Ancestors
[]Get
Os Install Ancestor - Answers
Get
Os Install Answers - Class
Id string - Configuration
File GetOs Install Configuration File - Create
Time string - Description string
- Domain
Group stringMoid - Error
Msg string - Image
Get
Os Install Image - Install
Method string - Install
Target GetOs Install Install Target - Mod
Time string - Moid string
- Name string
- Object
Type string - Oper
State string - Operating
System GetParameters Os Install Operating System Parameters - Organization
Get
Os Install Organization - Osdu
Image GetOs Install Osdu Image - Override
Secure boolBoot - Owners []string
- Parent
Get
Os Install Parent - Permission
Resources []GetOs Install Permission Resource - Server
Get
Os Install Server - string
- []Get
Os Install Tag - Version
Context GetOs Install Version Context - Workflow
Info GetOs Install Workflow Info
- id String
- results
List<Get
Os Install Result> - account
Moid String - additional
Parameters List<GetOs Install Additional Parameter> - additional
Properties String - ancestors
List<Get
Os Install Ancestor> - answers
Get
Os Install Answers - class
Id String - configuration
File GetOs Install Configuration File - create
Time String - description String
- domain
Group StringMoid - error
Msg String - image
Get
Os Install Image - install
Method String - install
Target GetOs Install Install Target - mod
Time String - moid String
- name String
- object
Type String - oper
State String - operating
System GetParameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu
Image GetOs Install Osdu Image - override
Secure BooleanBoot - owners List<String>
- parent
Get
Os Install Parent - permission
Resources List<GetOs Install Permission Resource> - server
Get
Os Install Server - String
- List<Get
Os Install Tag> - version
Context GetOs Install Version Context - workflow
Info GetOs Install Workflow Info
- id string
- results
Get
Os Install Result[] - account
Moid string - additional
Parameters GetOs Install Additional Parameter[] - additional
Properties string - ancestors
Get
Os Install Ancestor[] - answers
Get
Os Install Answers - class
Id string - configuration
File GetOs Install Configuration File - create
Time string - description string
- domain
Group stringMoid - error
Msg string - image
Get
Os Install Image - install
Method string - install
Target GetOs Install Install Target - mod
Time string - moid string
- name string
- object
Type string - oper
State string - operating
System GetParameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu
Image GetOs Install Osdu Image - override
Secure booleanBoot - owners string[]
- parent
Get
Os Install Parent - permission
Resources GetOs Install Permission Resource[] - server
Get
Os Install Server - string
- Get
Os Install Tag[] - version
Context GetOs Install Version Context - workflow
Info GetOs Install Workflow Info
- id str
- results
Sequence[Get
Os Install Result] - account_
moid str - additional_
parameters Sequence[GetOs Install Additional Parameter] - additional_
properties str - ancestors
Sequence[Get
Os Install Ancestor] - answers
Get
Os Install Answers - class_
id str - configuration_
file GetOs Install Configuration File - create_
time str - description str
- domain_
group_ strmoid - error_
msg str - image
Get
Os Install Image - install_
method str - install_
target GetOs Install Install Target - mod_
time str - moid str
- name str
- object_
type str - oper_
state str - operating_
system_ Getparameters Os Install Operating System Parameters - organization
Get
Os Install Organization - osdu_
image GetOs Install Osdu Image - override_
secure_ boolboot - owners Sequence[str]
- parent
Get
Os Install Parent - permission_
resources Sequence[GetOs Install Permission Resource] - server
Get
Os Install Server - str
- Sequence[Get
Os Install Tag] - version_
context GetOs Install Version Context - workflow_
info GetOs Install Workflow Info
- id String
- results List<Property Map>
- account
Moid String - additional
Parameters List<Property Map> - additional
Properties String - ancestors List<Property Map>
- answers Property Map
- class
Id String - configuration
File Property Map - create
Time String - description String
- domain
Group StringMoid - error
Msg String - image Property Map
- install
Method String - install
Target Property Map - mod
Time String - moid String
- name String
- object
Type String - oper
State String - operating
System Property MapParameters - organization Property Map
- osdu
Image Property Map - override
Secure BooleanBoot - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - server Property Map
- String
- List<Property Map>
- version
Context Property Map - workflow
Info Property Map
Supporting Types
GetOsInstallAdditionalParameter
- 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.
- Is
Value boolSet - Flag to indicate if value is set. Value will be used to check if any edit.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Definition of place holder.
- Value string
- Value for placeholder provided by user.
- 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.
- Is
Value boolSet - Flag to indicate if value is set. Value will be used to check if any edit.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Definition of place holder.
- Value string
- Value for placeholder provided by user.
- 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.
- is
Value BooleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Definition of place holder.
- value String
- Value for placeholder provided by user.
- 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.
- is
Value booleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Definition of place holder.
- value string
- Value for placeholder provided by user.
- 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.
- is_
value_ boolset - Flag to indicate if value is set. Value will be used to check if any edit.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Definition of place holder.
- value str
- Value for placeholder provided by user.
- 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.
- is
Value BooleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Definition of place holder.
- value String
- Value for placeholder provided by user.
GetOsInstallAncestor
- 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'.
GetOsInstallAnswers
- Additional
Properties string - Alternate
Name List<string>Servers - Answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- Hostname string
- Hostname to be configured for the server in the OS.
- Ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- Ip
Configuration GetOs Install Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- Is
Answer boolFile Set - Indicates whether the value of the 'answerFile' property has been set.
- Is
Root boolPassword Crypted - Enable to indicate Root Password provided is encrypted.
- Is
Root boolPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- Nameserver string
- IP address of the name server to be configured in the OS.
- Network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- Nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Key string - The product key to be used for a specific version of Windows installation.
- Root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- Additional
Properties string - Alternate
Name []stringServers - Answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- Hostname string
- Hostname to be configured for the server in the OS.
- Ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- Ip
Configuration GetOs Install Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- Is
Answer boolFile Set - Indicates whether the value of the 'answerFile' property has been set.
- Is
Root boolPassword Crypted - Enable to indicate Root Password provided is encrypted.
- Is
Root boolPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- Nameserver string
- IP address of the name server to be configured in the OS.
- Network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- Nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Key string - The product key to be used for a specific version of Windows installation.
- Root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname String
- Hostname to be configured for the server in the OS.
- ip
Config StringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration GetOs Install Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer BooleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root BooleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root BooleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver String
- IP address of the name server to be configured in the OS.
- network
Device String - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source String - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key String - The product key to be used for a specific version of Windows installation.
- root
Password String - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties string - alternate
Name string[]Servers - answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname string
- Hostname to be configured for the server in the OS.
- ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration GetOs Install Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer booleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root booleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root booleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver string
- IP address of the name server to be configured in the OS.
- network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key string - The product key to be used for a specific version of Windows installation.
- root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional_
properties str - alternate_
name_ Sequence[str]servers - answer_
file str - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname str
- Hostname to be configured for the server in the OS.
- ip_
config_ strtype - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip_
configuration GetOs Install Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is_
answer_ boolfile_ set - Indicates whether the value of the 'answerFile' property has been set.
- is_
root_ boolpassword_ crypted - Enable to indicate Root Password provided is encrypted.
- is_
root_ boolpassword_ set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver str
- IP address of the name server to be configured in the OS.
- network_
device str - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr_
source str - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product_
key str - The product key to be used for a specific version of Windows installation.
- root_
password str - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname String
- Hostname to be configured for the server in the OS.
- ip
Config StringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration Property Map - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer BooleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root BooleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root BooleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver String
- IP address of the name server to be configured in the OS.
- network
Device String - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source String - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key String - The product key to be used for a specific version of Windows installation.
- root
Password String - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
GetOsInstallAnswersIpConfiguration
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetOsInstallConfigurationFile
- 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'.
GetOsInstallImage
- 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'.
GetOsInstallInstallTarget
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetOsInstallOperatingSystemParameters
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetOsInstallOrganization
- 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'.
GetOsInstallOsduImage
- 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'.
GetOsInstallParent
- 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'.
GetOsInstallPermissionResource
- 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'.
GetOsInstallResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Parameters List<GetOs Install Result Additional Parameter> - Additional
Properties string - Ancestors
List<Get
Os Install Result Ancestor> - Answers
List<Get
Os Install Result Answer> - Class
Id string - Configuration
Files List<GetOs Install Result Configuration File> - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the OS install configuration.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Msg string - The failure message of the API.
- Images
List<Get
Os Install Result Image> - Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - Install
Targets List<GetOs Install Result Install Target> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the OS install configuration.
- Object
Type string - Oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Operating
System List<GetParameters Os Install Result Operating System Parameter> - Organizations
List<Get
Os Install Result Organization> - Osdu
Images List<GetOs Install Result Osdu Image> - Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Owners List<string>
- Parents
List<Get
Os Install Result Parent> - Permission
Resources List<GetOs Install Result Permission Resource> - Servers
List<Get
Os Install Result Server> - 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.
- List<Get
Os Install Result Tag> - Version
Contexts List<GetOs Install Result Version Context> - Workflow
Infos List<GetOs Install Result Workflow Info>
- Account
Moid string - The Account ID for this managed object.
- Additional
Parameters []GetOs Install Result Additional Parameter - Additional
Properties string - Ancestors
[]Get
Os Install Result Ancestor - Answers
[]Get
Os Install Result Answer - Class
Id string - Configuration
Files []GetOs Install Result Configuration File - Create
Time string - The time when this managed object was created.
- Description string
- User provided description about the OS install configuration.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Error
Msg string - The failure message of the API.
- Images
[]Get
Os Install Result Image - Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - Install
Targets []GetOs Install Result Install Target - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the OS install configuration.
- Object
Type string - Oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Operating
System []GetParameters Os Install Result Operating System Parameter - Organizations
[]Get
Os Install Result Organization - Osdu
Images []GetOs Install Result Osdu Image - Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Owners []string
- Parents
[]Get
Os Install Result Parent - Permission
Resources []GetOs Install Result Permission Resource - Servers
[]Get
Os Install Result Server - 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.
- []Get
Os Install Result Tag - Version
Contexts []GetOs Install Result Version Context - Workflow
Infos []GetOs Install Result Workflow Info
- account
Moid String - The Account ID for this managed object.
- additional
Parameters List<GetOs Install Result Additional Parameter> - additional
Properties String - ancestors
List<Get
Os Install Result Ancestor> - answers
List<Get
Os Install Result Answer> - class
Id String - configuration
Files List<GetOs Install Result Configuration File> - create
Time String - The time when this managed object was created.
- description String
- User provided description about the OS install configuration.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Msg String - The failure message of the API.
- images
List<Get
Os Install Result Image> - install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Targets List<GetOs Install Result Install Target> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the OS install configuration.
- object
Type String - oper
State String - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System List<GetParameters Os Install Result Operating System Parameter> - organizations
List<Get
Os Install Result Organization> - osdu
Images List<GetOs Install Result Osdu Image> - override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners List<String>
- parents
List<Get
Os Install Result Parent> - permission
Resources List<GetOs Install Result Permission Resource> - servers
List<Get
Os Install Result Server> - 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.
- List<Get
Os Install Result Tag> - version
Contexts List<GetOs Install Result Version Context> - workflow
Infos List<GetOs Install Result Workflow Info>
- account
Moid string - The Account ID for this managed object.
- additional
Parameters GetOs Install Result Additional Parameter[] - additional
Properties string - ancestors
Get
Os Install Result Ancestor[] - answers
Get
Os Install Result Answer[] - class
Id string - configuration
Files GetOs Install Result Configuration File[] - create
Time string - The time when this managed object was created.
- description string
- User provided description about the OS install configuration.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- error
Msg string - The failure message of the API.
- images
Get
Os Install Result Image[] - install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Targets GetOs Install Result Install Target[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the OS install configuration.
- object
Type string - oper
State string - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System GetParameters Os Install Result Operating System Parameter[] - organizations
Get
Os Install Result Organization[] - osdu
Images GetOs Install Result Osdu Image[] - override
Secure booleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners string[]
- parents
Get
Os Install Result Parent[] - permission
Resources GetOs Install Result Permission Resource[] - servers
Get
Os Install Result Server[] - 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.
- Get
Os Install Result Tag[] - version
Contexts GetOs Install Result Version Context[] - workflow
Infos GetOs Install Result Workflow Info[]
- account_
moid str - The Account ID for this managed object.
- additional_
parameters Sequence[GetOs Install Result Additional Parameter] - additional_
properties str - ancestors
Sequence[Get
Os Install Result Ancestor] - answers
Sequence[Get
Os Install Result Answer] - class_
id str - configuration_
files Sequence[GetOs Install Result Configuration File] - create_
time str - The time when this managed object was created.
- description str
- User provided description about the OS install configuration.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- error_
msg str - The failure message of the API.
- images
Sequence[Get
Os Install Result Image] - install_
method str - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install_
targets Sequence[GetOs Install Result Install Target] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the OS install configuration.
- object_
type str - oper_
state str - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating_
system_ Sequence[Getparameters Os Install Result Operating System Parameter] - organizations
Sequence[Get
Os Install Result Organization] - osdu_
images Sequence[GetOs Install Result Osdu Image] - override_
secure_ boolboot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners Sequence[str]
- parents
Sequence[Get
Os Install Result Parent] - permission_
resources Sequence[GetOs Install Result Permission Resource] - servers
Sequence[Get
Os Install Result Server] - 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.
- Sequence[Get
Os Install Result Tag] - version_
contexts Sequence[GetOs Install Result Version Context] - workflow_
infos Sequence[GetOs Install Result Workflow Info]
- account
Moid String - The Account ID for this managed object.
- additional
Parameters List<Property Map> - additional
Properties String - ancestors List<Property Map>
- answers List<Property Map>
- class
Id String - configuration
Files List<Property Map> - create
Time String - The time when this managed object was created.
- description String
- User provided description about the OS install configuration.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- error
Msg String - The failure message of the API.
- images List<Property Map>
- install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.*
vMedia
- OS image is mounted as vMedia in target server for OS installation. - install
Targets List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the OS install configuration.
- object
Type String - oper
State String - Denotes API operating status as pending, in_progress, completed_ok, completed_error based on the execution status.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - operating
System List<Property Map>Parameters - organizations List<Property Map>
- osdu
Images List<Property Map> - override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - servers List<Property Map>
- 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.
- List<Property Map>
- version
Contexts List<Property Map> - workflow
Infos List<Property Map>
GetOsInstallResultAdditionalParameter
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Type string
- Value string
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Type string
- Value string
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - type String
- value String
- additional
Properties string - class
Id string - is
Value booleanSet - object
Type string - type string
- value string
- additional_
properties str - class_
id str - is_
value_ boolset - object_
type str - type str
- value str
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - type String
- value String
GetOsInstallResultAncestor
- 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
GetOsInstallResultAnswer
- Additional
Properties string - Alternate
Name List<string>Servers - Answer
File string - Class
Id string - Hostname string
- Ip
Config stringType - Ip
Configurations List<GetOs Install Result Answer Ip Configuration> - Is
Answer boolFile Set - Is
Root boolPassword Crypted - Is
Root boolPassword Set - Nameserver string
- Network
Device string - Nr
Source string - Object
Type string - Product
Key string - Root
Password string
- Additional
Properties string - Alternate
Name []stringServers - Answer
File string - Class
Id string - Hostname string
- Ip
Config stringType - Ip
Configurations []GetOs Install Result Answer Ip Configuration - Is
Answer boolFile Set - Is
Root boolPassword Crypted - Is
Root boolPassword Set - Nameserver string
- Network
Device string - Nr
Source string - Object
Type string - Product
Key string - Root
Password string
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - class
Id String - hostname String
- ip
Config StringType - ip
Configurations List<GetOs Install Result Answer Ip Configuration> - is
Answer BooleanFile Set - is
Root BooleanPassword Crypted - is
Root BooleanPassword Set - nameserver String
- network
Device String - nr
Source String - object
Type String - product
Key String - root
Password String
- additional
Properties string - alternate
Name string[]Servers - answer
File string - class
Id string - hostname string
- ip
Config stringType - ip
Configurations GetOs Install Result Answer Ip Configuration[] - is
Answer booleanFile Set - is
Root booleanPassword Crypted - is
Root booleanPassword Set - nameserver string
- network
Device string - nr
Source string - object
Type string - product
Key string - root
Password string
- additional_
properties str - alternate_
name_ Sequence[str]servers - answer_
file str - class_
id str - hostname str
- ip_
config_ strtype - ip_
configurations Sequence[GetOs Install Result Answer Ip Configuration] - is_
answer_ boolfile_ set - is_
root_ boolpassword_ crypted - is_
root_ boolpassword_ set - nameserver str
- network_
device str - nr_
source str - object_
type str - product_
key str - root_
password str
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - class
Id String - hostname String
- ip
Config StringType - ip
Configurations List<Property Map> - is
Answer BooleanFile Set - is
Root BooleanPassword Crypted - is
Root BooleanPassword Set - nameserver String
- network
Device String - nr
Source String - object
Type String - product
Key String - root
Password String
GetOsInstallResultAnswerIpConfiguration
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsInstallResultConfigurationFile
- 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
GetOsInstallResultImage
- 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
GetOsInstallResultInstallTarget
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsInstallResultOperatingSystemParameter
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsInstallResultOrganization
- 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
GetOsInstallResultOsduImage
- 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
GetOsInstallResultParent
- 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
GetOsInstallResultPermissionResource
- 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
GetOsInstallResultServer
- 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
GetOsInstallResultTag
- 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
GetOsInstallResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetOs Install Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos List<GetOs Install Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetOs Install Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetOs Install Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetOs Install Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetOs Install Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetOs Install Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetOs Install Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetOsInstallResultVersionContextInterestedMo
- 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
GetOsInstallResultVersionContextRefMo
- 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
GetOsInstallResultWorkflowInfo
- 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
GetOsInstallServer
- 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'.
GetOsInstallTag
- 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.
GetOsInstallVersionContext
- 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<GetOs Install 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetOs Install 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 []GetOs Install 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetOs Install 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<GetOs Install 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetOs Install 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 GetOs Install 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetOs Install 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[GetOs Install Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetOs Install 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 - The version of the Managed Object, e.g. an incrementing number or a hash id.
- 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.
GetOsInstallVersionContextInterestedMo
- 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'.
GetOsInstallVersionContextRefMo
- 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'.
GetOsInstallWorkflowInfo
- 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.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet