intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
intersight.getWorkloadWorkloadInstance
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
A workload instance that can be deployed, modified, or managed.
Using getWorkloadWorkloadInstance
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 getWorkloadWorkloadInstance(args: GetWorkloadWorkloadInstanceArgs, opts?: InvokeOptions): Promise<GetWorkloadWorkloadInstanceResult>
function getWorkloadWorkloadInstanceOutput(args: GetWorkloadWorkloadInstanceOutputArgs, opts?: InvokeOptions): Output<GetWorkloadWorkloadInstanceResult>
def get_workload_workload_instance(account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkloadWorkloadInstanceAncestor]] = None,
assigned_resources: Optional[Sequence[GetWorkloadWorkloadInstanceAssignedResource]] = None,
change_types: Optional[Sequence[str]] = None,
chassis_pool_member: Optional[GetWorkloadWorkloadInstanceChassisPoolMember] = None,
class_id: Optional[str] = None,
conformance: Optional[str] = None,
create_time: Optional[str] = None,
deployment_input: Optional[GetWorkloadWorkloadInstanceDeploymentInput] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
last_action: Optional[str] = None,
last_deployment_input: Optional[GetWorkloadWorkloadInstanceLastDeploymentInput] = None,
location_details: Optional[GetWorkloadWorkloadInstanceLocationDetails] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organization: Optional[GetWorkloadWorkloadInstanceOrganization] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetWorkloadWorkloadInstanceParent] = None,
permission_resources: Optional[Sequence[GetWorkloadWorkloadInstancePermissionResource]] = None,
service_item_instances: Optional[Sequence[GetWorkloadWorkloadInstanceServiceItemInstance]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
status_change_reason: Optional[str] = None,
tags: Optional[Sequence[GetWorkloadWorkloadInstanceTag]] = None,
version_context: Optional[GetWorkloadWorkloadInstanceVersionContext] = None,
workload_definition: Optional[GetWorkloadWorkloadInstanceWorkloadDefinition] = None,
workload_deployment: Optional[GetWorkloadWorkloadInstanceWorkloadDeployment] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadWorkloadInstanceResult
def get_workload_workload_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadInstanceAncestorArgs]]]] = None,
assigned_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadInstanceAssignedResourceArgs]]]] = None,
change_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
chassis_pool_member: Optional[pulumi.Input[GetWorkloadWorkloadInstanceChassisPoolMemberArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
conformance: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
deployment_input: Optional[pulumi.Input[GetWorkloadWorkloadInstanceDeploymentInputArgs]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
last_action: Optional[pulumi.Input[str]] = None,
last_deployment_input: Optional[pulumi.Input[GetWorkloadWorkloadInstanceLastDeploymentInputArgs]] = None,
location_details: Optional[pulumi.Input[GetWorkloadWorkloadInstanceLocationDetailsArgs]] = 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,
organization: Optional[pulumi.Input[GetWorkloadWorkloadInstanceOrganizationArgs]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetWorkloadWorkloadInstanceParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadInstancePermissionResourceArgs]]]] = None,
service_item_instances: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadInstanceServiceItemInstanceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
status_change_reason: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadInstanceTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetWorkloadWorkloadInstanceVersionContextArgs]] = None,
workload_definition: Optional[pulumi.Input[GetWorkloadWorkloadInstanceWorkloadDefinitionArgs]] = None,
workload_deployment: Optional[pulumi.Input[GetWorkloadWorkloadInstanceWorkloadDeploymentArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadWorkloadInstanceResult]
func LookupWorkloadWorkloadInstance(ctx *Context, args *LookupWorkloadWorkloadInstanceArgs, opts ...InvokeOption) (*LookupWorkloadWorkloadInstanceResult, error)
func LookupWorkloadWorkloadInstanceOutput(ctx *Context, args *LookupWorkloadWorkloadInstanceOutputArgs, opts ...InvokeOption) LookupWorkloadWorkloadInstanceResultOutput
> Note: This function is named LookupWorkloadWorkloadInstance
in the Go SDK.
public static class GetWorkloadWorkloadInstance
{
public static Task<GetWorkloadWorkloadInstanceResult> InvokeAsync(GetWorkloadWorkloadInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadWorkloadInstanceResult> Invoke(GetWorkloadWorkloadInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkloadWorkloadInstanceResult> getWorkloadWorkloadInstance(GetWorkloadWorkloadInstanceArgs args, InvokeOptions options)
public static Output<GetWorkloadWorkloadInstanceResult> getWorkloadWorkloadInstance(GetWorkloadWorkloadInstanceArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkloadWorkloadInstance:getWorkloadWorkloadInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Additional
Properties string - Ancestors
List<Get
Workload Workload Instance Ancestor> - Assigned
Resources List<GetWorkload Workload Instance Assigned Resource> - Change
Types List<string> - Chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - Class
Id string - Conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - Create
Time string - The time when this managed object was created.
- Deployment
Input GetWorkload Workload Instance Deployment Input - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Last
Deployment GetInput Workload Workload Instance Last Deployment Input - Location
Details GetWorkload Workload Instance Location Details - 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 for this Workload instance.
- Object
Type string - Organization
Get
Workload Workload Instance Organization - Owners List<string>
- Parent
Get
Workload Workload Instance Parent - Permission
Resources List<GetWorkload Workload Instance Permission Resource> - Service
Item List<GetInstances Workload Workload Instance Service Item Instance> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - Status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Get
Workload Workload Instance Tag> - Version
Context GetWorkload Workload Instance Version Context - Workload
Definition GetWorkload Workload Instance Workload Definition - Workload
Deployment GetWorkload Workload Instance Workload Deployment
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Additional
Properties string - Ancestors
[]Get
Workload Workload Instance Ancestor - Assigned
Resources []GetWorkload Workload Instance Assigned Resource - Change
Types []string - Chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - Class
Id string - Conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - Create
Time string - The time when this managed object was created.
- Deployment
Input GetWorkload Workload Instance Deployment Input - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Last
Deployment GetInput Workload Workload Instance Last Deployment Input - Location
Details GetWorkload Workload Instance Location Details - 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 for this Workload instance.
- Object
Type string - Organization
Get
Workload Workload Instance Organization - Owners []string
- Parent
Get
Workload Workload Instance Parent - Permission
Resources []GetWorkload Workload Instance Permission Resource - Service
Item []GetInstances Workload Workload Instance Service Item Instance - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - Status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - []Get
Workload Workload Instance Tag - Version
Context GetWorkload Workload Instance Version Context - Workload
Definition GetWorkload Workload Instance Workload Definition - Workload
Deployment GetWorkload Workload Instance Workload Deployment
- account
Moid String - The Account ID for this managed object.
- action String
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties String - ancestors
List<Get
Workload Workload Instance Ancestor> - assigned
Resources List<GetWorkload Workload Instance Assigned Resource> - change
Types List<String> - chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - class
Id String - conformance String
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time String - The time when this managed object was created.
- deployment
Input GetWorkload Workload Instance Deployment Input - domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- last
Action String - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment GetInput Workload Workload Instance Last Deployment Input - location
Details GetWorkload Workload Instance Location Details - 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 for this Workload instance.
- object
Type String - organization
Get
Workload Workload Instance Organization - owners List<String>
- parent
Get
Workload Workload Instance Parent - permission
Resources List<GetWorkload Workload Instance Permission Resource> - service
Item List<GetInstances Workload Workload Instance Service Item Instance> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change StringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Get
Workload Workload Instance Tag> - version
Context GetWorkload Workload Instance Version Context - workload
Definition GetWorkload Workload Instance Workload Definition - workload
Deployment GetWorkload Workload Instance Workload Deployment
- account
Moid string - The Account ID for this managed object.
- action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties string - ancestors
Get
Workload Workload Instance Ancestor[] - assigned
Resources GetWorkload Workload Instance Assigned Resource[] - change
Types string[] - chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - class
Id string - conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time string - The time when this managed object was created.
- deployment
Input GetWorkload Workload Instance Deployment Input - domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment GetInput Workload Workload Instance Last Deployment Input - location
Details GetWorkload Workload Instance Location Details - 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 for this Workload instance.
- object
Type string - organization
Get
Workload Workload Instance Organization - owners string[]
- parent
Get
Workload Workload Instance Parent - permission
Resources GetWorkload Workload Instance Permission Resource[] - service
Item GetInstances Workload Workload Instance Service Item Instance[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - Get
Workload Workload Instance Tag[] - version
Context GetWorkload Workload Instance Version Context - workload
Definition GetWorkload Workload Instance Workload Definition - workload
Deployment GetWorkload Workload Instance Workload Deployment
- account_
moid str - The Account ID for this managed object.
- action str
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional_
properties str - ancestors
Sequence[Get
Workload Workload Instance Ancestor] - assigned_
resources Sequence[GetWorkload Workload Instance Assigned Resource] - change_
types Sequence[str] - chassis_
pool_ Getmember Workload Workload Instance Chassis Pool Member - class_
id str - conformance str
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create_
time str - The time when this managed object was created.
- deployment_
input GetWorkload Workload Instance Deployment Input - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- last_
action str - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last_
deployment_ Getinput Workload Workload Instance Last Deployment Input - location_
details GetWorkload Workload Instance Location Details - 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 for this Workload instance.
- object_
type str - organization
Get
Workload Workload Instance Organization - owners Sequence[str]
- parent
Get
Workload Workload Instance Parent - permission_
resources Sequence[GetWorkload Workload Instance Permission Resource] - service_
item_ Sequence[Getinstances Workload Workload Instance Service Item Instance] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status_
change_ strreason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - Sequence[Get
Workload Workload Instance Tag] - version_
context GetWorkload Workload Instance Version Context - workload_
definition GetWorkload Workload Instance Workload Definition - workload_
deployment GetWorkload Workload Instance Workload Deployment
- account
Moid String - The Account ID for this managed object.
- action String
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties String - ancestors List<Property Map>
- assigned
Resources List<Property Map> - change
Types List<String> - chassis
Pool Property MapMember - class
Id String - conformance String
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time String - The time when this managed object was created.
- deployment
Input Property Map - domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- last
Action String - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment Property MapInput - location
Details 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 for this Workload instance.
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - service
Item List<Property Map>Instances - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change StringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Property Map>
- version
Context Property Map - workload
Definition Property Map - workload
Deployment Property Map
getWorkloadWorkloadInstance Result
The following output properties are available:
- Id string
- Results
List<Get
Workload Workload Instance Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Workload Workload Instance Ancestor> - Assigned
Resources List<GetWorkload Workload Instance Assigned Resource> - Change
Types List<string> - Chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - Class
Id string - Conformance string
- Create
Time string - Deployment
Input GetWorkload Workload Instance Deployment Input - Domain
Group stringMoid - Last
Action string - Last
Deployment GetInput Workload Workload Instance Last Deployment Input - Location
Details GetWorkload Workload Instance Location Details - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Workload Workload Instance Organization - Owners List<string>
- Parent
Get
Workload Workload Instance Parent - Permission
Resources List<GetWorkload Workload Instance Permission Resource> - Service
Item List<GetInstances Workload Workload Instance Service Item Instance> - string
- Status string
- Status
Change stringReason - List<Get
Workload Workload Instance Tag> - Version
Context GetWorkload Workload Instance Version Context - Workload
Definition GetWorkload Workload Instance Workload Definition - Workload
Deployment GetWorkload Workload Instance Workload Deployment
- Id string
- Results
[]Get
Workload Workload Instance Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Workload Workload Instance Ancestor - Assigned
Resources []GetWorkload Workload Instance Assigned Resource - Change
Types []string - Chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - Class
Id string - Conformance string
- Create
Time string - Deployment
Input GetWorkload Workload Instance Deployment Input - Domain
Group stringMoid - Last
Action string - Last
Deployment GetInput Workload Workload Instance Last Deployment Input - Location
Details GetWorkload Workload Instance Location Details - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Workload Workload Instance Organization - Owners []string
- Parent
Get
Workload Workload Instance Parent - Permission
Resources []GetWorkload Workload Instance Permission Resource - Service
Item []GetInstances Workload Workload Instance Service Item Instance - string
- Status string
- Status
Change stringReason - []Get
Workload Workload Instance Tag - Version
Context GetWorkload Workload Instance Version Context - Workload
Definition GetWorkload Workload Instance Workload Definition - Workload
Deployment GetWorkload Workload Instance Workload Deployment
- id String
- results
List<Get
Workload Workload Instance Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Workload Workload Instance Ancestor> - assigned
Resources List<GetWorkload Workload Instance Assigned Resource> - change
Types List<String> - chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - class
Id String - conformance String
- create
Time String - deployment
Input GetWorkload Workload Instance Deployment Input - domain
Group StringMoid - last
Action String - last
Deployment GetInput Workload Workload Instance Last Deployment Input - location
Details GetWorkload Workload Instance Location Details - mod
Time String - moid String
- name String
- object
Type String - organization
Get
Workload Workload Instance Organization - owners List<String>
- parent
Get
Workload Workload Instance Parent - permission
Resources List<GetWorkload Workload Instance Permission Resource> - service
Item List<GetInstances Workload Workload Instance Service Item Instance> - String
- status String
- status
Change StringReason - List<Get
Workload Workload Instance Tag> - version
Context GetWorkload Workload Instance Version Context - workload
Definition GetWorkload Workload Instance Workload Definition - workload
Deployment GetWorkload Workload Instance Workload Deployment
- id string
- results
Get
Workload Workload Instance Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Workload Workload Instance Ancestor[] - assigned
Resources GetWorkload Workload Instance Assigned Resource[] - change
Types string[] - chassis
Pool GetMember Workload Workload Instance Chassis Pool Member - class
Id string - conformance string
- create
Time string - deployment
Input GetWorkload Workload Instance Deployment Input - domain
Group stringMoid - last
Action string - last
Deployment GetInput Workload Workload Instance Last Deployment Input - location
Details GetWorkload Workload Instance Location Details - mod
Time string - moid string
- name string
- object
Type string - organization
Get
Workload Workload Instance Organization - owners string[]
- parent
Get
Workload Workload Instance Parent - permission
Resources GetWorkload Workload Instance Permission Resource[] - service
Item GetInstances Workload Workload Instance Service Item Instance[] - string
- status string
- status
Change stringReason - Get
Workload Workload Instance Tag[] - version
Context GetWorkload Workload Instance Version Context - workload
Definition GetWorkload Workload Instance Workload Definition - workload
Deployment GetWorkload Workload Instance Workload Deployment
- id str
- results
Sequence[Get
Workload Workload Instance Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Workload Workload Instance Ancestor] - assigned_
resources Sequence[GetWorkload Workload Instance Assigned Resource] - change_
types Sequence[str] - chassis_
pool_ Getmember Workload Workload Instance Chassis Pool Member - class_
id str - conformance str
- create_
time str - deployment_
input GetWorkload Workload Instance Deployment Input - domain_
group_ strmoid - last_
action str - last_
deployment_ Getinput Workload Workload Instance Last Deployment Input - location_
details GetWorkload Workload Instance Location Details - mod_
time str - moid str
- name str
- object_
type str - organization
Get
Workload Workload Instance Organization - owners Sequence[str]
- parent
Get
Workload Workload Instance Parent - permission_
resources Sequence[GetWorkload Workload Instance Permission Resource] - service_
item_ Sequence[Getinstances Workload Workload Instance Service Item Instance] - str
- status str
- status_
change_ strreason - Sequence[Get
Workload Workload Instance Tag] - version_
context GetWorkload Workload Instance Version Context - workload_
definition GetWorkload Workload Instance Workload Definition - workload_
deployment GetWorkload Workload Instance Workload Deployment
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- assigned
Resources List<Property Map> - change
Types List<String> - chassis
Pool Property MapMember - class
Id String - conformance String
- create
Time String - deployment
Input Property Map - domain
Group StringMoid - last
Action String - last
Deployment Property MapInput - location
Details Property Map - mod
Time String - moid String
- name String
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - service
Item List<Property Map>Instances - String
- status String
- status
Change StringReason - List<Property Map>
- version
Context Property Map - workload
Definition Property Map - workload
Deployment Property Map
Supporting Types
GetWorkloadWorkloadInstanceAncestor
- 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'.
GetWorkloadWorkloadInstanceAssignedResource
- Additional
Properties string - Blue
Print GetWorkload Workload Instance Assigned Resource Blue Print - The blueprint used to provision the assigned resource.
- Blue
Print stringRef Name - The reference name for the blueprint as given in the workload definition.
- 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.
- Lease
Get
Workload Workload Instance Assigned Resource Lease - The lease details associated with the assigned resource.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Resource
Get
Workload Workload Instance Assigned Resource Resource - The primary resource assigned to the workload instance.
- Service
Item GetInstance Workload Workload Instance Assigned Resource Service Item Instance - The service item instance linked to the assigned resource.
- Additional
Properties string - Blue
Print GetWorkload Workload Instance Assigned Resource Blue Print - The blueprint used to provision the assigned resource.
- Blue
Print stringRef Name - The reference name for the blueprint as given in the workload definition.
- 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.
- Lease
Get
Workload Workload Instance Assigned Resource Lease - The lease details associated with the assigned resource.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Resource
Get
Workload Workload Instance Assigned Resource Resource - The primary resource assigned to the workload instance.
- Service
Item GetInstance Workload Workload Instance Assigned Resource Service Item Instance - The service item instance linked to the assigned resource.
- additional
Properties String - blue
Print GetWorkload Workload Instance Assigned Resource Blue Print - The blueprint used to provision the assigned resource.
- blue
Print StringRef Name - The reference name for the blueprint as given in the workload definition.
- 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.
- lease
Get
Workload Workload Instance Assigned Resource Lease - The lease details associated with the assigned resource.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- resource
Get
Workload Workload Instance Assigned Resource Resource - The primary resource assigned to the workload instance.
- service
Item GetInstance Workload Workload Instance Assigned Resource Service Item Instance - The service item instance linked to the assigned resource.
- additional
Properties string - blue
Print GetWorkload Workload Instance Assigned Resource Blue Print - The blueprint used to provision the assigned resource.
- blue
Print stringRef Name - The reference name for the blueprint as given in the workload definition.
- 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.
- lease
Get
Workload Workload Instance Assigned Resource Lease - The lease details associated with the assigned resource.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- resource
Get
Workload Workload Instance Assigned Resource Resource - The primary resource assigned to the workload instance.
- service
Item GetInstance Workload Workload Instance Assigned Resource Service Item Instance - The service item instance linked to the assigned resource.
- additional_
properties str - blue_
print GetWorkload Workload Instance Assigned Resource Blue Print - The blueprint used to provision the assigned resource.
- blue_
print_ strref_ name - The reference name for the blueprint as given in the workload definition.
- 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.
- lease
Get
Workload Workload Instance Assigned Resource Lease - The lease details associated with the assigned resource.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- resource
Get
Workload Workload Instance Assigned Resource Resource - The primary resource assigned to the workload instance.
- service_
item_ Getinstance Workload Workload Instance Assigned Resource Service Item Instance - The service item instance linked to the assigned resource.
- additional
Properties String - blue
Print Property Map - The blueprint used to provision the assigned resource.
- blue
Print StringRef Name - The reference name for the blueprint as given in the workload definition.
- 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.
- lease Property Map
- The lease details associated with the assigned resource.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- resource Property Map
- The primary resource assigned to the workload instance.
- service
Item Property MapInstance - The service item instance linked to the assigned resource.
GetWorkloadWorkloadInstanceAssignedResourceBluePrint
- 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'.
GetWorkloadWorkloadInstanceAssignedResourceLease
- 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'.
GetWorkloadWorkloadInstanceAssignedResourceResource
- 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'.
GetWorkloadWorkloadInstanceAssignedResourceServiceItemInstance
- 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'.
GetWorkloadWorkloadInstanceChassisPoolMember
- 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'.
GetWorkloadWorkloadInstanceDeploymentInput
- 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'.
GetWorkloadWorkloadInstanceLastDeploymentInput
- 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'.
GetWorkloadWorkloadInstanceLocationDetails
- Additional
Properties string - Address
Get
Workload Workload Instance Location Details Address - The location's street address.
- 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.
- Coordinates
Get
Workload Workload Instance Location Details Coordinates - The location's longitude and latitude coordinates.
- Name string
- The name for this Workload instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Address
Get
Workload Workload Instance Location Details Address - The location's street address.
- 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.
- Coordinates
Get
Workload Workload Instance Location Details Coordinates - The location's longitude and latitude coordinates.
- Name string
- The name for this Workload instance.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address
Get
Workload Workload Instance Location Details Address - The location's street address.
- 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.
- coordinates
Get
Workload Workload Instance Location Details Coordinates - The location's longitude and latitude coordinates.
- name String
- The name for this Workload instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - address
Get
Workload Workload Instance Location Details Address - The location's street address.
- 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.
- coordinates
Get
Workload Workload Instance Location Details Coordinates - The location's longitude and latitude coordinates.
- name string
- The name for this Workload instance.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - address
Get
Workload Workload Instance Location Details Address - The location's street address.
- 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.
- coordinates
Get
Workload Workload Instance Location Details Coordinates - The location's longitude and latitude coordinates.
- name str
- The name for this Workload instance.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address Property Map
- The location's street address.
- 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.
- coordinates Property Map
- The location's longitude and latitude coordinates.
- name String
- The name for this Workload instance.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkloadWorkloadInstanceLocationDetailsAddress
- Additional
Properties string - Address1 string
- The primary street address.
- Address2 string
- Additional address information, such as suite number or floor.
- City string
- The city where the address is located.
- 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.
- Country string
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - The postal or ZIP code for the address.
- State
Province string - The state or province where the address is located.
- Additional
Properties string - Address1 string
- The primary street address.
- Address2 string
- Additional address information, such as suite number or floor.
- City string
- The city where the address is located.
- 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.
- Country string
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - The postal or ZIP code for the address.
- State
Province string - The state or province where the address is located.
- additional
Properties String - address1 String
- The primary street address.
- address2 String
- Additional address information, such as suite number or floor.
- city String
- The city where the address is located.
- 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.
- country String
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - The postal or ZIP code for the address.
- state
Province String - The state or province where the address is located.
- additional
Properties string - address1 string
- The primary street address.
- address2 string
- Additional address information, such as suite number or floor.
- city string
- The city where the address is located.
- 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.
- country string
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code string - The postal or ZIP code for the address.
- state
Province string - The state or province where the address is located.
- additional_
properties str - address1 str
- The primary street address.
- address2 str
- Additional address information, such as suite number or floor.
- city str
- The city where the address is located.
- 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.
- country str
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal_
code str - The postal or ZIP code for the address.
- state_
province str - The state or province where the address is located.
- additional
Properties String - address1 String
- The primary street address.
- address2 String
- Additional address information, such as suite number or floor.
- city String
- The city where the address is located.
- 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.
- country String
- The country code in ISO 3166-1 alpha-2 format.
Unknown
- The value Unknown is used when the country code is not known or applicable.AD
- The country code for Andorra.AE
- The country code for United Arab Emirates.AF
- The country code for Afghanistan.AG
- The country code for Antigua and Barbuda.AI
- The country code for Anguilla.AL
- The country code for Albania.AM
- The country code for Armenia.AO
- The country code for Angola.AQ
- The country code for Antarctica.AR
- The country code for Argentina.AS
- The country code for American Samoa.AT
- The country code for Austria.AU
- The country code for Australia.AW
- The country code for Aruba.AX
- The country code for Åland Islands.AZ
- The country code for Azerbaijan.BA
- The country code for Bosnia and Herzegovina.BB
- The country code for Barbados.BD
- The country code for Bangladesh.BE
- The country code for Belgium.BF
- The country code for Burkina Faso.BG
- The country code for Bulgaria.BH
- The country code for Bahrain.BI
- The country code for Burundi.BJ
- The country code for Benin.BL
- The country code for Saint Barthélemy.BM
- The country code for Bermuda.BN
- The country code for Brunei Darussalam.BO
- The country code for Plurinational State of Bolivia.BQ
- The country code for Sint Eustatius and Saba Bonaire.BR
- The country code for Brazil.BS
- The country code for Bahamas.BT
- The country code for Bhutan.BV
- The country code for Bouvet Island.BW
- The country code for Botswana.BY
- The country code for Belarus.BZ
- The country code for Belize.CA
- The country code for Canada.CC
- The country code for Cocos (Keeling) Islands.CD
- The country code for Democratic Republic of the Congo.CF
- The country code for Central African Republic.CG
- The country code for Congo.CH
- The country code for Switzerland.CI
- The country code for Côte d'Ivoire.CK
- The country code for Cook Islands.CL
- The country code for Chile.CM
- The country code for Cameroon.CN
- The country code for China.CO
- The country code for Colombia.CR
- The country code for Costa Rica.CU
- The country code for Cuba.CV
- The country code for Cabo Verde.CW
- The country code for Curaçao.CX
- The country code for Christmas Island.CY
- The country code for Cyprus.CZ
- The country code for Czechia.DE
- The country code for Germany.DJ
- The country code for Djibouti.DK
- The country code for Denmark.DM
- The country code for Dominica.DO
- The country code for Dominican Republic.DZ
- The country code for Algeria.EC
- The country code for Ecuador.EE
- The country code for Estonia.EG
- The country code for Egypt.EH
- The country code for Western Sahara.ER
- The country code for Eritrea.ES
- The country code for Spain.ET
- The country code for Ethiopia.FI
- The country code for Finland.FJ
- The country code for Fiji.FK
- The country code for Falkland Islands (Malvinas).FM
- The country code for Federated States of Micronesia.FO
- The country code for Faroe Islands.FR
- The country code for France.GA
- The country code for Gabon.GB
- The country code for United Kingdom of Great Britain and Northern Ireland.GD
- The country code for Grenada.GE
- The country code for Georgia.GF
- The country code for French Guiana.GG
- The country code for Guernsey.GH
- The country code for Ghana.GI
- The country code for Gibraltar.GL
- The country code for Greenland.GM
- The country code for Gambia.GN
- The country code for Guinea.GP
- The country code for Guadeloupe.GQ
- The country code for Equatorial Guinea.GR
- The country code for Greece.GS
- The country code for South Georgia and the South Sandwich Islands.GT
- The country code for Guatemala.GU
- The country code for Guam.GW
- The country code for Guinea-Bissau.GY
- The country code for Guyana.HK
- The country code for Hong Kong.HM
- The country code for Heard Island and McDonald Islands.HN
- The country code for Honduras.HR
- The country code for Croatia.HT
- The country code for Haiti.HU
- The country code for Hungary.ID
- The country code for Indonesia.IE
- The country code for Ireland.IL
- The country code for Israel.IM
- The country code for Isle of Man.IN
- The country code for India.IO
- The country code for British Indian Ocean Territory.IQ
- The country code for Iraq.IR
- The country code for Islamic Republic of Iran.IS
- The country code for Iceland.IT
- The country code for Italy.JE
- The country code for Jersey.JM
- The country code for Jamaica.JO
- The country code for Jordan.JP
- The country code for Japan.KE
- The country code for Kenya.KG
- The country code for Kyrgyzstan.KH
- The country code for Cambodia.KI
- The country code for Kiribati.KM
- The country code for Comoros.KN
- The country code for Saint Kitts and Nevis.KP
- The country code for Democratic People's Republic of Korea.KR
- The country code for Republic of Korea.KW
- The country code for Kuwait.KY
- The country code for Cayman Islands.KZ
- The country code for Kazakhstan.LA
- The country code for Lao People's Democratic Republic.LB
- The country code for Lebanon.LC
- The country code for Saint Lucia.LI
- The country code for Liechtenstein.LK
- The country code for Sri Lanka.LR
- The country code for Liberia.LS
- The country code for Lesotho.LT
- The country code for Lithuania.LU
- The country code for Luxembourg.LV
- The country code for Latvia.LY
- The country code for Libya.MA
- The country code for Morocco.MC
- The country code for Monaco.MD
- The country code for Republic of Moldova.ME
- The country code for Montenegro.MF
- The country code for Saint Martin (French part).MG
- The country code for Madagascar.MH
- The country code for Marshall Islands.MK
- The country code for North Macedonia.ML
- The country code for Mali.MM
- The country code for Myanmar.MN
- The country code for Mongolia.MO
- The country code for Macao.MP
- The country code for Northern Mariana Islands.MQ
- The country code for Martinique.MR
- The country code for Mauritania.MS
- The country code for Montserrat.MT
- The country code for Malta.MU
- The country code for Mauritius.MV
- The country code for Maldives.MW
- The country code for Malawi.MX
- The country code for Mexico.MY
- The country code for Malaysia.MZ
- The country code for Mozambique.NA
- The country code for Namibia.NC
- The country code for New Caledonia.NE
- The country code for Niger.NF
- The country code for Norfolk Island.NG
- The country code for Nigeria.NI
- The country code for Nicaragua.NL
- The country code for Kingdom of the Netherlands.NO
- The country code for Norway.NP
- The country code for Nepal.NR
- The country code for Nauru.NU
- The country code for Niue.NZ
- The country code for New Zealand.OM
- The country code for Oman.PA
- The country code for Panama.PE
- The country code for Peru.PF
- The country code for French Polynesia.PG
- The country code for Papua New Guinea.PH
- The country code for Philippines.PK
- The country code for Pakistan.PL
- The country code for Poland.PM
- The country code for Saint Pierre and Miquelon.PN
- The country code for Pitcairn.PR
- The country code for Puerto Rico.PS
- The country code for State of Palestine.PT
- The country code for Portugal.PW
- The country code for Palau.PY
- The country code for Paraguay.QA
- The country code for Qatar.RE
- The country code for Réunion.RO
- The country code for Romania.RS
- The country code for Serbia.RU
- The country code for Russian Federation.RW
- The country code for Rwanda.SA
- The country code for Saudi Arabia.SB
- The country code for Solomon Islands.SC
- The country code for Seychelles.SD
- The country code for Sudan.SE
- The country code for Sweden.SG
- The country code for Singapore.SH
- The country code for Ascension and Tristan da Cunha Saint Helena.SI
- The country code for Slovenia.SJ
- The country code for Svalbard and Jan Mayen.SK
- The country code for Slovakia.SL
- The country code for Sierra Leone.SM
- The country code for San Marino.SN
- The country code for Senegal.SO
- The country code for Somalia.SR
- The country code for Suriname.SS
- The country code for South Sudan.ST
- The country code for Sao Tome and Principe.SV
- The country code for El Salvador.SX
- The country code for Sint Maarten (Dutch part).SY
- The country code for Syrian Arab Republic.SZ
- The country code for Eswatini.TC
- The country code for Turks and Caicos Islands.TD
- The country code for Chad.TF
- The country code for French Southern Territories.TG
- The country code for Togo.TH
- The country code for Thailand.TJ
- The country code for Tajikistan.TK
- The country code for Tokelau.TL
- The country code for Timor-Leste.TM
- The country code for Turkmenistan.TN
- The country code for Tunisia.TO
- The country code for Tonga.TR
- The country code for Türkiye.TT
- The country code for Trinidad and Tobago.TV
- The country code for Tuvalu.TW
- The country code for Province of China Taiwan.TZ
- The country code for United Republic of Tanzania.UA
- The country code for Ukraine.UG
- The country code for Uganda.UM
- The country code for United States Minor Outlying Islands.US
- The country code for United States of America.UY
- The country code for Uruguay.UZ
- The country code for Uzbekistan.VA
- The country code for Holy See.VC
- The country code for Saint Vincent and the Grenadines.VE
- The country code for Bolivarian Republic of Venezuela.VG
- The country code for Virgin Islands (British).VI
- The country code for Virgin Islands (U.S.).VN
- The country code for Viet Nam.VU
- The country code for Vanuatu.WF
- The country code for Wallis and Futuna.WS
- The country code for Samoa.YE
- The country code for Yemen.YT
- The country code for Mayotte.ZA
- The country code for South Africa.ZM
- The country code for Zambia.ZW
- The country code for Zimbabwe.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - The postal or ZIP code for the address.
- state
Province String - The state or province where the address is located.
GetWorkloadWorkloadInstanceLocationDetailsCoordinates
- 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.
- Latitude double
- The latitude coordinate value.
- Longitude double
- The longitude coordinate value.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Latitude float64
- The latitude coordinate value.
- Longitude float64
- The longitude coordinate value.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- latitude Double
- The latitude coordinate value.
- longitude Double
- The longitude coordinate value.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- latitude number
- The latitude coordinate value.
- longitude number
- The longitude coordinate value.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- latitude float
- The latitude coordinate value.
- longitude float
- The longitude coordinate value.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- latitude Number
- The latitude coordinate value.
- longitude Number
- The longitude coordinate value.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkloadWorkloadInstanceOrganization
- 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'.
GetWorkloadWorkloadInstanceParent
- 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'.
GetWorkloadWorkloadInstancePermissionResource
- 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'.
GetWorkloadWorkloadInstanceResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Additional
Properties string - Ancestors
List<Get
Workload Workload Instance Result Ancestor> - Assigned
Resources List<GetWorkload Workload Instance Result Assigned Resource> - Change
Types List<string> - Chassis
Pool List<GetMembers Workload Workload Instance Result Chassis Pool Member> - Class
Id string - Conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - Create
Time string - The time when this managed object was created.
- Deployment
Inputs List<GetWorkload Workload Instance Result Deployment Input> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Last
Deployment List<GetInputs Workload Workload Instance Result Last Deployment Input> - Location
Details List<GetWorkload Workload Instance Result Location Detail> - 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 for this Workload instance.
- Object
Type string - Organizations
List<Get
Workload Workload Instance Result Organization> - Owners List<string>
- Parents
List<Get
Workload Workload Instance Result Parent> - Permission
Resources List<GetWorkload Workload Instance Result Permission Resource> - Service
Item List<GetInstances Workload Workload Instance Result Service Item Instance> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - Status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Get
Workload Workload Instance Result Tag> - Version
Contexts List<GetWorkload Workload Instance Result Version Context> - Workload
Definitions List<GetWorkload Workload Instance Result Workload Definition> - Workload
Deployments List<GetWorkload Workload Instance Result Workload Deployment>
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Additional
Properties string - Ancestors
[]Get
Workload Workload Instance Result Ancestor - Assigned
Resources []GetWorkload Workload Instance Result Assigned Resource - Change
Types []string - Chassis
Pool []GetMembers Workload Workload Instance Result Chassis Pool Member - Class
Id string - Conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - Create
Time string - The time when this managed object was created.
- Deployment
Inputs []GetWorkload Workload Instance Result Deployment Input - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - Last
Deployment []GetInputs Workload Workload Instance Result Last Deployment Input - Location
Details []GetWorkload Workload Instance Result Location Detail - 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 for this Workload instance.
- Object
Type string - Organizations
[]Get
Workload Workload Instance Result Organization - Owners []string
- Parents
[]Get
Workload Workload Instance Result Parent - Permission
Resources []GetWorkload Workload Instance Result Permission Resource - Service
Item []GetInstances Workload Workload Instance Result Service Item Instance - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - Status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - []Get
Workload Workload Instance Result Tag - Version
Contexts []GetWorkload Workload Instance Result Version Context - Workload
Definitions []GetWorkload Workload Instance Result Workload Definition - Workload
Deployments []GetWorkload Workload Instance Result Workload Deployment
- account
Moid String - The Account ID for this managed object.
- action String
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties String - ancestors
List<Get
Workload Workload Instance Result Ancestor> - assigned
Resources List<GetWorkload Workload Instance Result Assigned Resource> - change
Types List<String> - chassis
Pool List<GetMembers Workload Workload Instance Result Chassis Pool Member> - class
Id String - conformance String
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time String - The time when this managed object was created.
- deployment
Inputs List<GetWorkload Workload Instance Result Deployment Input> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- last
Action String - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment List<GetInputs Workload Workload Instance Result Last Deployment Input> - location
Details List<GetWorkload Workload Instance Result Location Detail> - 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 for this Workload instance.
- object
Type String - organizations
List<Get
Workload Workload Instance Result Organization> - owners List<String>
- parents
List<Get
Workload Workload Instance Result Parent> - permission
Resources List<GetWorkload Workload Instance Result Permission Resource> - service
Item List<GetInstances Workload Workload Instance Result Service Item Instance> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change StringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Get
Workload Workload Instance Result Tag> - version
Contexts List<GetWorkload Workload Instance Result Version Context> - workload
Definitions List<GetWorkload Workload Instance Result Workload Definition> - workload
Deployments List<GetWorkload Workload Instance Result Workload Deployment>
- account
Moid string - The Account ID for this managed object.
- action string
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties string - ancestors
Get
Workload Workload Instance Result Ancestor[] - assigned
Resources GetWorkload Workload Instance Result Assigned Resource[] - change
Types string[] - chassis
Pool GetMembers Workload Workload Instance Result Chassis Pool Member[] - class
Id string - conformance string
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time string - The time when this managed object was created.
- deployment
Inputs GetWorkload Workload Instance Result Deployment Input[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- last
Action string - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment GetInputs Workload Workload Instance Result Last Deployment Input[] - location
Details GetWorkload Workload Instance Result Location Detail[] - 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 for this Workload instance.
- object
Type string - organizations
Get
Workload Workload Instance Result Organization[] - owners string[]
- parents
Get
Workload Workload Instance Result Parent[] - permission
Resources GetWorkload Workload Instance Result Permission Resource[] - service
Item GetInstances Workload Workload Instance Result Service Item Instance[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change stringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - Get
Workload Workload Instance Result Tag[] - version
Contexts GetWorkload Workload Instance Result Version Context[] - workload
Definitions GetWorkload Workload Instance Result Workload Definition[] - workload
Deployments GetWorkload Workload Instance Result Workload Deployment[]
- account_
moid str - The Account ID for this managed object.
- action str
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional_
properties str - ancestors
Sequence[Get
Workload Workload Instance Result Ancestor] - assigned_
resources Sequence[GetWorkload Workload Instance Result Assigned Resource] - change_
types Sequence[str] - chassis_
pool_ Sequence[Getmembers Workload Workload Instance Result Chassis Pool Member] - class_
id str - conformance str
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create_
time str - The time when this managed object was created.
- deployment_
inputs Sequence[GetWorkload Workload Instance Result Deployment Input] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- last_
action str - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last_
deployment_ Sequence[Getinputs Workload Workload Instance Result Last Deployment Input] - location_
details Sequence[GetWorkload Workload Instance Result Location Detail] - 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 for this Workload instance.
- object_
type str - organizations
Sequence[Get
Workload Workload Instance Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Workload Workload Instance Result Parent] - permission_
resources Sequence[GetWorkload Workload Instance Result Permission Resource] - service_
item_ Sequence[Getinstances Workload Workload Instance Result Service Item Instance] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status_
change_ strreason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - Sequence[Get
Workload Workload Instance Result Tag] - version_
contexts Sequence[GetWorkload Workload Instance Result Version Context] - workload_
definitions Sequence[GetWorkload Workload Instance Result Workload Definition] - workload_
deployments Sequence[GetWorkload Workload Instance Result Workload Deployment]
- account
Moid String - The Account ID for this managed object.
- action String
- The action to be performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - additional
Properties String - ancestors List<Property Map>
- assigned
Resources List<Property Map> - change
Types List<String> - chassis
Pool List<Property Map>Members - class
Id String - conformance String
- The conformance status of the deployment.*
Ok
- The deployment conforms to the preferred version of the workload.*NonConformant
- The deployment does not conform to the preferred version of the workload. - create
Time String - The time when this managed object was created.
- deployment
Inputs List<Property Map> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- last
Action String - The last action performed on the workload instance.*
None
- Absence of any action on the workload instance.*Suspend
- Pauses the execution of the workload instance, temporarily stopping its operations without permanently removing it.*Resume
- Restarts a suspended workload instance, allowing it to continue operations from where it left off.*Deploy
- Initiates the deployment of the workload instance, provisioning the necessary resources and starting its execution.*Retry
- Attempts to re-deploy the workload instance, either due to a previous failure or to apply changes made to the instance.*RetryAll
- Attempts to re-deploy all workload instances associated with the same deployment, either due to a previous failure or to apply changes made to the instances.*Attach
- Associates the workload instance with its assigned resources, allowing it to utilize the resources for its operations.*Detach
- Disassociates the workload instance from its assigned resources, preventing it from using the resources for its operations.*UnAssign
- Detaches assigned resources from the workload instance while keeping the instance active. - last
Deployment List<Property Map>Inputs - location
Details 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 for this Workload instance.
- object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - service
Item List<Property Map>Instances - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- The current status of the workload instance.*
Staging
- The instance is in the staging phase, awaiting further actions.*ReadyToDeploy
- The instance is fully configured and ready for deployment.*InProgress
- Deployment or modification of the instance is currently in progress.*Ok
- The instance is running successfully without issues.*Failed
- The instance has encountered an error or failure preventing normal operation.*Suspended
- The instance has been temporarily paused and is inactive.*ChangesScheduled
- There is a change in the configuration that needs to be pushed to the instance.*InSufficientResource
- The instance lacks the necessary resources to operate.*OutOfService
- The instance is no longer available or operational.*UnAssigning
- The instance is being unassigned or removed from service. - status
Change StringReason - The context or justification for the status transition.*
None
- No changes have been made.*ResourceDisqualified
- The change in resource status triggered due to the resource being disqualified. - List<Property Map>
- version
Contexts List<Property Map> - workload
Definitions List<Property Map> - workload
Deployments List<Property Map>
GetWorkloadWorkloadInstanceResultAncestor
- 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
GetWorkloadWorkloadInstanceResultAssignedResource
- Additional
Properties string - Blue
Print stringRef Name - Blue
Prints List<GetWorkload Workload Instance Result Assigned Resource Blue Print> - Class
Id string - Leases
List<Get
Workload Workload Instance Result Assigned Resource Lease> - Object
Type string - Resources
List<Get
Workload Workload Instance Result Assigned Resource Resource> - Service
Item List<GetInstances Workload Workload Instance Result Assigned Resource Service Item Instance>
- Additional
Properties string - Blue
Print stringRef Name - Blue
Prints []GetWorkload Workload Instance Result Assigned Resource Blue Print - Class
Id string - Leases
[]Get
Workload Workload Instance Result Assigned Resource Lease - Object
Type string - Resources
[]Get
Workload Workload Instance Result Assigned Resource Resource - Service
Item []GetInstances Workload Workload Instance Result Assigned Resource Service Item Instance
- additional
Properties String - blue
Print StringRef Name - blue
Prints List<GetWorkload Workload Instance Result Assigned Resource Blue Print> - class
Id String - leases
List<Get
Workload Workload Instance Result Assigned Resource Lease> - object
Type String - resources
List<Get
Workload Workload Instance Result Assigned Resource Resource> - service
Item List<GetInstances Workload Workload Instance Result Assigned Resource Service Item Instance>
- additional
Properties string - blue
Print stringRef Name - blue
Prints GetWorkload Workload Instance Result Assigned Resource Blue Print[] - class
Id string - leases
Get
Workload Workload Instance Result Assigned Resource Lease[] - object
Type string - resources
Get
Workload Workload Instance Result Assigned Resource Resource[] - service
Item GetInstances Workload Workload Instance Result Assigned Resource Service Item Instance[]
- additional_
properties str - blue_
print_ strref_ name - blue_
prints Sequence[GetWorkload Workload Instance Result Assigned Resource Blue Print] - class_
id str - leases
Sequence[Get
Workload Workload Instance Result Assigned Resource Lease] - object_
type str - resources
Sequence[Get
Workload Workload Instance Result Assigned Resource Resource] - service_
item_ Sequence[Getinstances Workload Workload Instance Result Assigned Resource Service Item Instance]
GetWorkloadWorkloadInstanceResultAssignedResourceBluePrint
- 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
GetWorkloadWorkloadInstanceResultAssignedResourceLease
- 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
GetWorkloadWorkloadInstanceResultAssignedResourceResource
- 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
GetWorkloadWorkloadInstanceResultAssignedResourceServiceItemInstance
- 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
GetWorkloadWorkloadInstanceResultChassisPoolMember
- 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
GetWorkloadWorkloadInstanceResultDeploymentInput
- 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
GetWorkloadWorkloadInstanceResultLastDeploymentInput
- 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
GetWorkloadWorkloadInstanceResultLocationDetail
- Additional
Properties string - Addresses
List<Get
Workload Workload Instance Result Location Detail Address> - Class
Id string - Coordinates
List<Get
Workload Workload Instance Result Location Detail Coordinate> - Name string
- The name for this Workload instance.
- Object
Type string
- Additional
Properties string - Addresses
[]Get
Workload Workload Instance Result Location Detail Address - Class
Id string - Coordinates
[]Get
Workload Workload Instance Result Location Detail Coordinate - Name string
- The name for this Workload instance.
- Object
Type string
- additional
Properties String - addresses
List<Get
Workload Workload Instance Result Location Detail Address> - class
Id String - coordinates
List<Get
Workload Workload Instance Result Location Detail Coordinate> - name String
- The name for this Workload instance.
- object
Type String
- additional
Properties string - addresses
Get
Workload Workload Instance Result Location Detail Address[] - class
Id string - coordinates
Get
Workload Workload Instance Result Location Detail Coordinate[] - name string
- The name for this Workload instance.
- object
Type string
- additional_
properties str - addresses
Sequence[Get
Workload Workload Instance Result Location Detail Address] - class_
id str - coordinates
Sequence[Get
Workload Workload Instance Result Location Detail Coordinate] - name str
- The name for this Workload instance.
- object_
type str
- additional
Properties String - addresses List<Property Map>
- class
Id String - coordinates List<Property Map>
- name String
- The name for this Workload instance.
- object
Type String
GetWorkloadWorkloadInstanceResultLocationDetailAddress
- Additional
Properties string - Address1 string
- Address2 string
- City string
- Class
Id string - Country string
- Object
Type string - Postal
Code string - State
Province string
- Additional
Properties string - Address1 string
- Address2 string
- City string
- Class
Id string - Country string
- Object
Type string - Postal
Code string - State
Province string
- additional
Properties String - address1 String
- address2 String
- city String
- class
Id String - country String
- object
Type String - postal
Code String - state
Province String
- additional
Properties string - address1 string
- address2 string
- city string
- class
Id string - country string
- object
Type string - postal
Code string - state
Province string
- additional_
properties str - address1 str
- address2 str
- city str
- class_
id str - country str
- object_
type str - postal_
code str - state_
province str
- additional
Properties String - address1 String
- address2 String
- city String
- class
Id String - country String
- object
Type String - postal
Code String - state
Province String
GetWorkloadWorkloadInstanceResultLocationDetailCoordinate
- Additional
Properties string - Class
Id string - Latitude double
- Longitude double
- Object
Type string
- Additional
Properties string - Class
Id string - Latitude float64
- Longitude float64
- Object
Type string
- additional
Properties String - class
Id String - latitude Double
- longitude Double
- object
Type String
- additional
Properties string - class
Id string - latitude number
- longitude number
- object
Type string
- additional_
properties str - class_
id str - latitude float
- longitude float
- object_
type str
- additional
Properties String - class
Id String - latitude Number
- longitude Number
- object
Type String
GetWorkloadWorkloadInstanceResultOrganization
- 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
GetWorkloadWorkloadInstanceResultParent
- 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
GetWorkloadWorkloadInstanceResultPermissionResource
- 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
GetWorkloadWorkloadInstanceResultServiceItemInstance
- 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
GetWorkloadWorkloadInstanceResultTag
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- type String
- value String
GetWorkloadWorkloadInstanceResultTagAncestorDefinition
- 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
GetWorkloadWorkloadInstanceResultTagDefinition
- 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
GetWorkloadWorkloadInstanceResultVersionContext
- 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
GetWorkloadWorkloadInstanceResultVersionContextInterestedMo
- 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
GetWorkloadWorkloadInstanceResultVersionContextRefMo
- 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
GetWorkloadWorkloadInstanceResultWorkloadDefinition
- 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
GetWorkloadWorkloadInstanceResultWorkloadDeployment
- 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
GetWorkloadWorkloadInstanceServiceItemInstance
- 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'.
GetWorkloadWorkloadInstanceTag
- Additional
Properties string - Ancestor
Definitions List<GetWorkload Workload Instance Tag Ancestor Definition> - Definition
Get
Workload Workload Instance Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetWorkload Workload Instance Tag Ancestor Definition - Definition
Get
Workload Workload Instance Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetWorkload Workload Instance Tag Ancestor Definition> - definition
Get
Workload Workload Instance Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetWorkload Workload Instance Tag Ancestor Definition[] - definition
Get
Workload Workload Instance Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetWorkload Workload Instance Tag Ancestor Definition] - definition
Get
Workload Workload Instance Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue
- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag
- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetWorkloadWorkloadInstanceTagAncestorDefinition
- 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'.
GetWorkloadWorkloadInstanceTagDefinition
- 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'.
GetWorkloadWorkloadInstanceVersionContext
- 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<GetWorkload Workload Instance 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 GetWorkload Workload Instance 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 []GetWorkload Workload Instance 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 GetWorkload Workload Instance 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<GetWorkload Workload Instance 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 GetWorkload Workload Instance 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 GetWorkload Workload Instance 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 GetWorkload Workload Instance 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[GetWorkload Workload Instance 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 GetWorkload Workload Instance 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.
GetWorkloadWorkloadInstanceVersionContextInterestedMo
- 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'.
GetWorkloadWorkloadInstanceVersionContextRefMo
- 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'.
GetWorkloadWorkloadInstanceWorkloadDefinition
- 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'.
GetWorkloadWorkloadInstanceWorkloadDeployment
- 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.70 published on Wednesday, Oct 8, 2025 by ciscodevnet