intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
intersight.getWorkloadWorkloadDeployment
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
A deployment for a workload definition within an Organization. All resources which match the qualification criteria given in Workload and deployment will be configured through this Workload Deployment.
Using getWorkloadWorkloadDeployment
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 getWorkloadWorkloadDeployment(args: GetWorkloadWorkloadDeploymentArgs, opts?: InvokeOptions): Promise<GetWorkloadWorkloadDeploymentResult>
function getWorkloadWorkloadDeploymentOutput(args: GetWorkloadWorkloadDeploymentOutputArgs, opts?: InvokeOptions): Output<GetWorkloadWorkloadDeploymentResult>
def get_workload_workload_deployment(account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkloadWorkloadDeploymentAncestor]] = None,
blueprints: Optional[Sequence[GetWorkloadWorkloadDeploymentBlueprint]] = None,
change_details: Optional[Sequence[GetWorkloadWorkloadDeploymentChangeDetail]] = None,
class_id: Optional[str] = None,
conformance: Optional[str] = None,
create_time: Optional[str] = None,
deployment_input: Optional[GetWorkloadWorkloadDeploymentDeploymentInput] = None,
deployment_input_histories: Optional[Sequence[GetWorkloadWorkloadDeploymentDeploymentInputHistory]] = None,
description: Optional[str] = None,
digit_count: Optional[float] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
instance_conformance_summaries: Optional[Sequence[GetWorkloadWorkloadDeploymentInstanceConformanceSummary]] = None,
instance_status_summaries: Optional[Sequence[GetWorkloadWorkloadDeploymentInstanceStatusSummary]] = None,
last_action: Optional[str] = None,
last_instance_index: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organization: Optional[GetWorkloadWorkloadDeploymentOrganization] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetWorkloadWorkloadDeploymentParent] = None,
permission_resources: Optional[Sequence[GetWorkloadWorkloadDeploymentPermissionResource]] = None,
qualification_policies: Optional[Sequence[GetWorkloadWorkloadDeploymentQualificationPolicy]] = None,
qualifiers: Optional[Sequence[GetWorkloadWorkloadDeploymentQualifier]] = None,
ref_name: Optional[str] = None,
resource_pool: Optional[GetWorkloadWorkloadDeploymentResourcePool] = None,
rollout_strategy: Optional[GetWorkloadWorkloadDeploymentRolloutStrategy] = None,
schedule_policy: Optional[GetWorkloadWorkloadDeploymentSchedulePolicy] = None,
shared_scope: Optional[str] = None,
start_index_for_suffix: Optional[float] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetWorkloadWorkloadDeploymentTag]] = None,
task_schedule: Optional[GetWorkloadWorkloadDeploymentTaskSchedule] = None,
validation_information: Optional[GetWorkloadWorkloadDeploymentValidationInformation] = None,
version_context: Optional[GetWorkloadWorkloadDeploymentVersionContext] = None,
workload_definition: Optional[GetWorkloadWorkloadDeploymentWorkloadDefinition] = None,
workload_definition_reference: Optional[GetWorkloadWorkloadDeploymentWorkloadDefinitionReference] = None,
workload_instance_prefix: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadWorkloadDeploymentResult
def get_workload_workload_deployment_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[GetWorkloadWorkloadDeploymentAncestorArgs]]]] = None,
blueprints: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentBlueprintArgs]]]] = None,
change_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentChangeDetailArgs]]]] = 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[GetWorkloadWorkloadDeploymentDeploymentInputArgs]] = None,
deployment_input_histories: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentDeploymentInputHistoryArgs]]]] = None,
description: Optional[pulumi.Input[str]] = None,
digit_count: Optional[pulumi.Input[float]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_conformance_summaries: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentInstanceConformanceSummaryArgs]]]] = None,
instance_status_summaries: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentInstanceStatusSummaryArgs]]]] = None,
last_action: Optional[pulumi.Input[str]] = None,
last_instance_index: Optional[pulumi.Input[float]] = 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[GetWorkloadWorkloadDeploymentOrganizationArgs]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentPermissionResourceArgs]]]] = None,
qualification_policies: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentQualificationPolicyArgs]]]] = None,
qualifiers: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentQualifierArgs]]]] = None,
ref_name: Optional[pulumi.Input[str]] = None,
resource_pool: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentResourcePoolArgs]] = None,
rollout_strategy: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentRolloutStrategyArgs]] = None,
schedule_policy: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentSchedulePolicyArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
start_index_for_suffix: Optional[pulumi.Input[float]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkloadWorkloadDeploymentTagArgs]]]] = None,
task_schedule: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentTaskScheduleArgs]] = None,
validation_information: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentValidationInformationArgs]] = None,
version_context: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentVersionContextArgs]] = None,
workload_definition: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentWorkloadDefinitionArgs]] = None,
workload_definition_reference: Optional[pulumi.Input[GetWorkloadWorkloadDeploymentWorkloadDefinitionReferenceArgs]] = None,
workload_instance_prefix: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadWorkloadDeploymentResult]
func LookupWorkloadWorkloadDeployment(ctx *Context, args *LookupWorkloadWorkloadDeploymentArgs, opts ...InvokeOption) (*LookupWorkloadWorkloadDeploymentResult, error)
func LookupWorkloadWorkloadDeploymentOutput(ctx *Context, args *LookupWorkloadWorkloadDeploymentOutputArgs, opts ...InvokeOption) LookupWorkloadWorkloadDeploymentResultOutput
> Note: This function is named LookupWorkloadWorkloadDeployment
in the Go SDK.
public static class GetWorkloadWorkloadDeployment
{
public static Task<GetWorkloadWorkloadDeploymentResult> InvokeAsync(GetWorkloadWorkloadDeploymentArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadWorkloadDeploymentResult> Invoke(GetWorkloadWorkloadDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkloadWorkloadDeploymentResult> getWorkloadWorkloadDeployment(GetWorkloadWorkloadDeploymentArgs args, InvokeOptions options)
public static Output<GetWorkloadWorkloadDeploymentResult> getWorkloadWorkloadDeployment(GetWorkloadWorkloadDeploymentArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkloadWorkloadDeployment:getWorkloadWorkloadDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Additional
Properties string - Ancestors
List<Get
Workload Workload Deployment Ancestor> - Blueprints
List<Get
Workload Workload Deployment Blueprint> - Change
Details List<GetWorkload Workload Deployment Change Detail> - 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 Deployment Deployment Input - Deployment
Input List<GetHistories Workload Workload Deployment Deployment Input History> - Description string
- A brief description of the deployment.
- Digit
Count double - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Instance
Conformance List<GetSummaries Workload Workload Deployment Instance Conformance Summary> - Instance
Status List<GetSummaries Workload Workload Deployment Instance Status Summary> - Last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Last
Instance doubleIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Organization
Get
Workload Workload Deployment Organization - Owners List<string>
- Parent
Get
Workload Workload Deployment Parent - Permission
Resources List<GetWorkload Workload Deployment Permission Resource> - Qualification
Policies List<GetWorkload Workload Deployment Qualification Policy> - Qualifiers
List<Get
Workload Workload Deployment Qualifier> - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Pool GetWorkload Workload Deployment Resource Pool - Rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - Schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Index doubleFor Suffix - The starting index used to generate the suffix for the workload instance name.
- Status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Get
Workload Workload Deployment Tag> - Task
Schedule GetWorkload Workload Deployment Task Schedule - Validation
Information GetWorkload Workload Deployment Validation Information - Version
Context GetWorkload Workload Deployment Version Context - Workload
Definition GetWorkload Workload Deployment Workload Definition - Workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - Workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Additional
Properties string - Ancestors
[]Get
Workload Workload Deployment Ancestor - Blueprints
[]Get
Workload Workload Deployment Blueprint - Change
Details []GetWorkload Workload Deployment Change Detail - 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 Deployment Deployment Input - Deployment
Input []GetHistories Workload Workload Deployment Deployment Input History - Description string
- A brief description of the deployment.
- Digit
Count float64 - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Instance
Conformance []GetSummaries Workload Workload Deployment Instance Conformance Summary - Instance
Status []GetSummaries Workload Workload Deployment Instance Status Summary - Last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Last
Instance float64Index - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Organization
Get
Workload Workload Deployment Organization - Owners []string
- Parent
Get
Workload Workload Deployment Parent - Permission
Resources []GetWorkload Workload Deployment Permission Resource - Qualification
Policies []GetWorkload Workload Deployment Qualification Policy - Qualifiers
[]Get
Workload Workload Deployment Qualifier - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Pool GetWorkload Workload Deployment Resource Pool - Rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - Schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Index float64For Suffix - The starting index used to generate the suffix for the workload instance name.
- Status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - []Get
Workload Workload Deployment Tag - Task
Schedule GetWorkload Workload Deployment Task Schedule - Validation
Information GetWorkload Workload Deployment Validation Information - Version
Context GetWorkload Workload Deployment Version Context - Workload
Definition GetWorkload Workload Deployment Workload Definition - Workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - Workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid String - The Account ID for this managed object.
- action String
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties String - ancestors
List<Get
Workload Workload Deployment Ancestor> - blueprints
List<Get
Workload Workload Deployment Blueprint> - change
Details List<GetWorkload Workload Deployment Change Detail> - 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 Deployment Deployment Input - deployment
Input List<GetHistories Workload Workload Deployment Deployment Input History> - description String
- A brief description of the deployment.
- digit
Count Double - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- instance
Conformance List<GetSummaries Workload Workload Deployment Instance Conformance Summary> - instance
Status List<GetSummaries Workload Workload Deployment Instance Status Summary> - last
Action String - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance DoubleIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - organization
Get
Workload Workload Deployment Organization - owners List<String>
- parent
Get
Workload Workload Deployment Parent - permission
Resources List<GetWorkload Workload Deployment Permission Resource> - qualification
Policies List<GetWorkload Workload Deployment Qualification Policy> - qualifiers
List<Get
Workload Workload Deployment Qualifier> - ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pool GetWorkload Workload Deployment Resource Pool - rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - schedule
Policy GetWorkload Workload Deployment Schedule Policy - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index DoubleFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status String
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Get
Workload Workload Deployment Tag> - task
Schedule GetWorkload Workload Deployment Task Schedule - validation
Information GetWorkload Workload Deployment Validation Information - version
Context GetWorkload Workload Deployment Version Context - workload
Definition GetWorkload Workload Deployment Workload Definition - workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - workload
Instance StringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid string - The Account ID for this managed object.
- action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties string - ancestors
Get
Workload Workload Deployment Ancestor[] - blueprints
Get
Workload Workload Deployment Blueprint[] - change
Details GetWorkload Workload Deployment Change Detail[] - 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 Deployment Deployment Input - deployment
Input GetHistories Workload Workload Deployment Deployment Input History[] - description string
- A brief description of the deployment.
- digit
Count number - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- instance
Conformance GetSummaries Workload Workload Deployment Instance Conformance Summary[] - instance
Status GetSummaries Workload Workload Deployment Instance Status Summary[] - last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance numberIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type string - organization
Get
Workload Workload Deployment Organization - owners string[]
- parent
Get
Workload Workload Deployment Parent - permission
Resources GetWorkload Workload Deployment Permission Resource[] - qualification
Policies GetWorkload Workload Deployment Qualification Policy[] - qualifiers
Get
Workload Workload Deployment Qualifier[] - ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pool GetWorkload Workload Deployment Resource Pool - rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index numberFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - Get
Workload Workload Deployment Tag[] - task
Schedule GetWorkload Workload Deployment Task Schedule - validation
Information GetWorkload Workload Deployment Validation Information - version
Context GetWorkload Workload Deployment Version Context - workload
Definition GetWorkload Workload Deployment Workload Definition - workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account_
moid str - The Account ID for this managed object.
- action str
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional_
properties str - ancestors
Sequence[Get
Workload Workload Deployment Ancestor] - blueprints
Sequence[Get
Workload Workload Deployment Blueprint] - change_
details Sequence[GetWorkload Workload Deployment Change Detail] - 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 Deployment Deployment Input - deployment_
input_ Sequence[Gethistories Workload Workload Deployment Deployment Input History] - description str
- A brief description of the deployment.
- digit_
count float - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- instance_
conformance_ Sequence[Getsummaries Workload Workload Deployment Instance Conformance Summary] - instance_
status_ Sequence[Getsummaries Workload Workload Deployment Instance Status Summary] - last_
action str - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last_
instance_ floatindex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object_
type str - organization
Get
Workload Workload Deployment Organization - owners Sequence[str]
- parent
Get
Workload Workload Deployment Parent - permission_
resources Sequence[GetWorkload Workload Deployment Permission Resource] - qualification_
policies Sequence[GetWorkload Workload Deployment Qualification Policy] - qualifiers
Sequence[Get
Workload Workload Deployment Qualifier] - ref_
name str - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource_
pool GetWorkload Workload Deployment Resource Pool - rollout_
strategy GetWorkload Workload Deployment Rollout Strategy - schedule_
policy GetWorkload Workload Deployment Schedule Policy - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
index_ floatfor_ suffix - The starting index used to generate the suffix for the workload instance name.
- status str
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - Sequence[Get
Workload Workload Deployment Tag] - task_
schedule GetWorkload Workload Deployment Task Schedule - validation_
information GetWorkload Workload Deployment Validation Information - version_
context GetWorkload Workload Deployment Version Context - workload_
definition GetWorkload Workload Deployment Workload Definition - workload_
definition_ Getreference Workload Workload Deployment Workload Definition Reference - workload_
instance_ strprefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid String - The Account ID for this managed object.
- action String
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties String - ancestors List<Property Map>
- blueprints List<Property Map>
- change
Details List<Property Map> - 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 - deployment
Input List<Property Map>Histories - description String
- A brief description of the deployment.
- digit
Count Number - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- instance
Conformance List<Property Map>Summaries - instance
Status List<Property Map>Summaries - last
Action String - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance NumberIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - qualification
Policies List<Property Map> - qualifiers List<Property Map>
- ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pool Property Map - rollout
Strategy Property Map - schedule
Policy Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index NumberFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status String
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Property Map>
- task
Schedule Property Map - validation
Information Property Map - version
Context Property Map - workload
Definition Property Map - workload
Definition Property MapReference - workload
Instance StringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
getWorkloadWorkloadDeployment Result
The following output properties are available:
- Id string
- Results
List<Get
Workload Workload Deployment Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Workload Workload Deployment Ancestor> - Blueprints
List<Get
Workload Workload Deployment Blueprint> - Change
Details List<GetWorkload Workload Deployment Change Detail> - Class
Id string - Conformance string
- Create
Time string - Deployment
Input GetWorkload Workload Deployment Deployment Input - Deployment
Input List<GetHistories Workload Workload Deployment Deployment Input History> - Description string
- Digit
Count double - Domain
Group stringMoid - Instance
Conformance List<GetSummaries Workload Workload Deployment Instance Conformance Summary> - Instance
Status List<GetSummaries Workload Workload Deployment Instance Status Summary> - Last
Action string - Last
Instance doubleIndex - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Workload Workload Deployment Organization - Owners List<string>
- Parent
Get
Workload Workload Deployment Parent - Permission
Resources List<GetWorkload Workload Deployment Permission Resource> - Qualification
Policies List<GetWorkload Workload Deployment Qualification Policy> - Qualifiers
List<Get
Workload Workload Deployment Qualifier> - Ref
Name string - Resource
Pool GetWorkload Workload Deployment Resource Pool - Rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - Schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- Start
Index doubleFor Suffix - Status string
- List<Get
Workload Workload Deployment Tag> - Task
Schedule GetWorkload Workload Deployment Task Schedule - Validation
Information GetWorkload Workload Deployment Validation Information - Version
Context GetWorkload Workload Deployment Version Context - Workload
Definition GetWorkload Workload Deployment Workload Definition - Workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - Workload
Instance stringPrefix
- Id string
- Results
[]Get
Workload Workload Deployment Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Workload Workload Deployment Ancestor - Blueprints
[]Get
Workload Workload Deployment Blueprint - Change
Details []GetWorkload Workload Deployment Change Detail - Class
Id string - Conformance string
- Create
Time string - Deployment
Input GetWorkload Workload Deployment Deployment Input - Deployment
Input []GetHistories Workload Workload Deployment Deployment Input History - Description string
- Digit
Count float64 - Domain
Group stringMoid - Instance
Conformance []GetSummaries Workload Workload Deployment Instance Conformance Summary - Instance
Status []GetSummaries Workload Workload Deployment Instance Status Summary - Last
Action string - Last
Instance float64Index - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Workload Workload Deployment Organization - Owners []string
- Parent
Get
Workload Workload Deployment Parent - Permission
Resources []GetWorkload Workload Deployment Permission Resource - Qualification
Policies []GetWorkload Workload Deployment Qualification Policy - Qualifiers
[]Get
Workload Workload Deployment Qualifier - Ref
Name string - Resource
Pool GetWorkload Workload Deployment Resource Pool - Rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - Schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- Start
Index float64For Suffix - Status string
- []Get
Workload Workload Deployment Tag - Task
Schedule GetWorkload Workload Deployment Task Schedule - Validation
Information GetWorkload Workload Deployment Validation Information - Version
Context GetWorkload Workload Deployment Version Context - Workload
Definition GetWorkload Workload Deployment Workload Definition - Workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - Workload
Instance stringPrefix
- id String
- results
List<Get
Workload Workload Deployment Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Workload Workload Deployment Ancestor> - blueprints
List<Get
Workload Workload Deployment Blueprint> - change
Details List<GetWorkload Workload Deployment Change Detail> - class
Id String - conformance String
- create
Time String - deployment
Input GetWorkload Workload Deployment Deployment Input - deployment
Input List<GetHistories Workload Workload Deployment Deployment Input History> - description String
- digit
Count Double - domain
Group StringMoid - instance
Conformance List<GetSummaries Workload Workload Deployment Instance Conformance Summary> - instance
Status List<GetSummaries Workload Workload Deployment Instance Status Summary> - last
Action String - last
Instance DoubleIndex - mod
Time String - moid String
- name String
- object
Type String - organization
Get
Workload Workload Deployment Organization - owners List<String>
- parent
Get
Workload Workload Deployment Parent - permission
Resources List<GetWorkload Workload Deployment Permission Resource> - qualification
Policies List<GetWorkload Workload Deployment Qualification Policy> - qualifiers
List<Get
Workload Workload Deployment Qualifier> - ref
Name String - resource
Pool GetWorkload Workload Deployment Resource Pool - rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - schedule
Policy GetWorkload Workload Deployment Schedule Policy - String
- start
Index DoubleFor Suffix - status String
- List<Get
Workload Workload Deployment Tag> - task
Schedule GetWorkload Workload Deployment Task Schedule - validation
Information GetWorkload Workload Deployment Validation Information - version
Context GetWorkload Workload Deployment Version Context - workload
Definition GetWorkload Workload Deployment Workload Definition - workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - workload
Instance StringPrefix
- id string
- results
Get
Workload Workload Deployment Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Workload Workload Deployment Ancestor[] - blueprints
Get
Workload Workload Deployment Blueprint[] - change
Details GetWorkload Workload Deployment Change Detail[] - class
Id string - conformance string
- create
Time string - deployment
Input GetWorkload Workload Deployment Deployment Input - deployment
Input GetHistories Workload Workload Deployment Deployment Input History[] - description string
- digit
Count number - domain
Group stringMoid - instance
Conformance GetSummaries Workload Workload Deployment Instance Conformance Summary[] - instance
Status GetSummaries Workload Workload Deployment Instance Status Summary[] - last
Action string - last
Instance numberIndex - mod
Time string - moid string
- name string
- object
Type string - organization
Get
Workload Workload Deployment Organization - owners string[]
- parent
Get
Workload Workload Deployment Parent - permission
Resources GetWorkload Workload Deployment Permission Resource[] - qualification
Policies GetWorkload Workload Deployment Qualification Policy[] - qualifiers
Get
Workload Workload Deployment Qualifier[] - ref
Name string - resource
Pool GetWorkload Workload Deployment Resource Pool - rollout
Strategy GetWorkload Workload Deployment Rollout Strategy - schedule
Policy GetWorkload Workload Deployment Schedule Policy - string
- start
Index numberFor Suffix - status string
- Get
Workload Workload Deployment Tag[] - task
Schedule GetWorkload Workload Deployment Task Schedule - validation
Information GetWorkload Workload Deployment Validation Information - version
Context GetWorkload Workload Deployment Version Context - workload
Definition GetWorkload Workload Deployment Workload Definition - workload
Definition GetReference Workload Workload Deployment Workload Definition Reference - workload
Instance stringPrefix
- id str
- results
Sequence[Get
Workload Workload Deployment Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Workload Workload Deployment Ancestor] - blueprints
Sequence[Get
Workload Workload Deployment Blueprint] - change_
details Sequence[GetWorkload Workload Deployment Change Detail] - class_
id str - conformance str
- create_
time str - deployment_
input GetWorkload Workload Deployment Deployment Input - deployment_
input_ Sequence[Gethistories Workload Workload Deployment Deployment Input History] - description str
- digit_
count float - domain_
group_ strmoid - instance_
conformance_ Sequence[Getsummaries Workload Workload Deployment Instance Conformance Summary] - instance_
status_ Sequence[Getsummaries Workload Workload Deployment Instance Status Summary] - last_
action str - last_
instance_ floatindex - mod_
time str - moid str
- name str
- object_
type str - organization
Get
Workload Workload Deployment Organization - owners Sequence[str]
- parent
Get
Workload Workload Deployment Parent - permission_
resources Sequence[GetWorkload Workload Deployment Permission Resource] - qualification_
policies Sequence[GetWorkload Workload Deployment Qualification Policy] - qualifiers
Sequence[Get
Workload Workload Deployment Qualifier] - ref_
name str - resource_
pool GetWorkload Workload Deployment Resource Pool - rollout_
strategy GetWorkload Workload Deployment Rollout Strategy - schedule_
policy GetWorkload Workload Deployment Schedule Policy - str
- start_
index_ floatfor_ suffix - status str
- Sequence[Get
Workload Workload Deployment Tag] - task_
schedule GetWorkload Workload Deployment Task Schedule - validation_
information GetWorkload Workload Deployment Validation Information - version_
context GetWorkload Workload Deployment Version Context - workload_
definition GetWorkload Workload Deployment Workload Definition - workload_
definition_ Getreference Workload Workload Deployment Workload Definition Reference - workload_
instance_ strprefix
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- blueprints List<Property Map>
- change
Details List<Property Map> - class
Id String - conformance String
- create
Time String - deployment
Input Property Map - deployment
Input List<Property Map>Histories - description String
- digit
Count Number - domain
Group StringMoid - instance
Conformance List<Property Map>Summaries - instance
Status List<Property Map>Summaries - last
Action String - last
Instance NumberIndex - mod
Time String - moid String
- name String
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - qualification
Policies List<Property Map> - qualifiers List<Property Map>
- ref
Name String - resource
Pool Property Map - rollout
Strategy Property Map - schedule
Policy Property Map - String
- start
Index NumberFor Suffix - status String
- List<Property Map>
- task
Schedule Property Map - validation
Information Property Map - version
Context Property Map - workload
Definition Property Map - workload
Definition Property MapReference - workload
Instance StringPrefix
Supporting Types
GetWorkloadWorkloadDeploymentAncestor
- 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'.
GetWorkloadWorkloadDeploymentBlueprint
- Additional
Properties string - Blueprint
Get
Workload Workload Deployment Blueprint Blueprint - The referred blueprint details.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Input string
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- Name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Constraint GetWorkload Workload Deployment Blueprint Resource Constraint - The constraints that need to be applied to the resources in order to match this blueprint.
- Additional
Properties string - Blueprint
Get
Workload Workload Deployment Blueprint Blueprint - The referred blueprint details.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Input string
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- Name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Constraint GetWorkload Workload Deployment Blueprint Resource Constraint - The constraints that need to be applied to the resources in order to match this blueprint.
- additional
Properties String - blueprint
Get
Workload Workload Deployment Blueprint Blueprint - The referred blueprint details.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- input String
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- name String
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraint GetWorkload Workload Deployment Blueprint Resource Constraint - The constraints that need to be applied to the resources in order to match this blueprint.
- additional
Properties string - blueprint
Get
Workload Workload Deployment Blueprint Blueprint - The referred blueprint details.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- input string
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraint GetWorkload Workload Deployment Blueprint Resource Constraint - The constraints that need to be applied to the resources in order to match this blueprint.
- additional_
properties str - blueprint
Get
Workload Workload Deployment Blueprint Blueprint - The referred blueprint details.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- input str
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- name str
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ref_
name str - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource_
constraint GetWorkload Workload Deployment Blueprint Resource Constraint - The constraints that need to be applied to the resources in order to match this blueprint.
- additional
Properties String - blueprint Property Map
- The referred blueprint details.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- input String
- The input data for the referred blueprint. All required inputs of the blueprint must have a value provided.
- name String
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraint Property Map - The constraints that need to be applied to the resources in order to match this blueprint.
GetWorkloadWorkloadDeploymentBlueprintBlueprint
- 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'.
GetWorkloadWorkloadDeploymentBlueprintResourceConstraint
- 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.
- Input string
- The input values from the user for the resource definition of the blueprint.
- 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.
- Input string
- The input values from the user for the resource definition of the blueprint.
- 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.
- input String
- The input values from the user for the resource definition of the blueprint.
- 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.
- input string
- The input values from the user for the resource definition of the blueprint.
- 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.
- input str
- The input values from the user for the resource definition of the blueprint.
- 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.
- input String
- The input values from the user for the resource definition of the blueprint.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkloadWorkloadDeploymentChangeDetail
- Additional
Properties string - Change
Type string - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 - Change
Type string - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 - change
Type String - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 - change
Type string - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 - change_
type str - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- 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.
- 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 - change
Type String - The type of change that was applied.
None
- No changes have been made.InputChange
- A change has been made to an input parameter. For example, an update to the NTP server address.WorkloadDefinitionChange
- The associated workload definition has changed, such as updating to a new version.WorkloadPreferredVersionChange
- The deployment was created or updated with the default workload definition version, but the default version was later changed.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkloadWorkloadDeploymentDeploymentInput
- 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'.
GetWorkloadWorkloadDeploymentDeploymentInputHistory
- 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'.
GetWorkloadWorkloadDeploymentInstanceConformanceSummary
- 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.
- Nr
Count double - The total number of referenced objects included in the aggregation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- Nr
Count float64 - The total number of referenced objects included in the aggregation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count Double - The total number of referenced objects included in the aggregation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count number - The total number of referenced objects included in the aggregation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr_
count float - The total number of referenced objects included in the aggregation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state str
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count Number - The total number of referenced objects included in the aggregation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The overall aggregated state as a string, summarizing the status of all referenced objects.
GetWorkloadWorkloadDeploymentInstanceStatusSummary
- 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.
- Nr
Count double - The total number of referenced objects included in the aggregation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- Nr
Count float64 - The total number of referenced objects included in the aggregation.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count Double - The total number of referenced objects included in the aggregation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count number - The total number of referenced objects included in the aggregation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state string
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr_
count float - The total number of referenced objects included in the aggregation.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state str
- The overall aggregated state as a string, summarizing the status of all referenced objects.
- 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.
- nr
Count Number - The total number of referenced objects included in the aggregation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The overall aggregated state as a string, summarizing the status of all referenced objects.
GetWorkloadWorkloadDeploymentOrganization
- 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'.
GetWorkloadWorkloadDeploymentParent
- 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'.
GetWorkloadWorkloadDeploymentPermissionResource
- 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'.
GetWorkloadWorkloadDeploymentQualificationPolicy
- 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'.
GetWorkloadWorkloadDeploymentQualifier
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetWorkloadWorkloadDeploymentResourcePool
- 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'.
GetWorkloadWorkloadDeploymentResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Additional
Properties string - Ancestors
List<Get
Workload Workload Deployment Result Ancestor> - Blueprints
List<Get
Workload Workload Deployment Result Blueprint> - Change
Details List<GetWorkload Workload Deployment Result Change Detail> - 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 List<GetHistories Workload Workload Deployment Result Deployment Input History> - Deployment
Inputs List<GetWorkload Workload Deployment Result Deployment Input> - Description string
- A brief description of the deployment.
- Digit
Count double - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Instance
Conformance List<GetSummaries Workload Workload Deployment Result Instance Conformance Summary> - Instance
Status List<GetSummaries Workload Workload Deployment Result Instance Status Summary> - Last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Last
Instance doubleIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Organizations
List<Get
Workload Workload Deployment Result Organization> - Owners List<string>
- Parents
List<Get
Workload Workload Deployment Result Parent> - Permission
Resources List<GetWorkload Workload Deployment Result Permission Resource> - Qualification
Policies List<GetWorkload Workload Deployment Result Qualification Policy> - Qualifiers
List<Get
Workload Workload Deployment Result Qualifier> - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Pools List<GetWorkload Workload Deployment Result Resource Pool> - Rollout
Strategies List<GetWorkload Workload Deployment Result Rollout Strategy> - Schedule
Policies List<GetWorkload Workload Deployment Result Schedule Policy> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Index doubleFor Suffix - The starting index used to generate the suffix for the workload instance name.
- Status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Get
Workload Workload Deployment Result Tag> - Task
Schedules List<GetWorkload Workload Deployment Result Task Schedule> - Validation
Informations List<GetWorkload Workload Deployment Result Validation Information> - Version
Contexts List<GetWorkload Workload Deployment Result Version Context> - Workload
Definition List<GetReferences Workload Workload Deployment Result Workload Definition Reference> - Workload
Definitions List<GetWorkload Workload Deployment Result Workload Definition> - Workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- Account
Moid string - The Account ID for this managed object.
- Action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Additional
Properties string - Ancestors
[]Get
Workload Workload Deployment Result Ancestor - Blueprints
[]Get
Workload Workload Deployment Result Blueprint - Change
Details []GetWorkload Workload Deployment Result Change Detail - 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 []GetHistories Workload Workload Deployment Result Deployment Input History - Deployment
Inputs []GetWorkload Workload Deployment Result Deployment Input - Description string
- A brief description of the deployment.
- Digit
Count float64 - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Instance
Conformance []GetSummaries Workload Workload Deployment Result Instance Conformance Summary - Instance
Status []GetSummaries Workload Workload Deployment Result Instance Status Summary - Last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - Last
Instance float64Index - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Organizations
[]Get
Workload Workload Deployment Result Organization - Owners []string
- Parents
[]Get
Workload Workload Deployment Result Parent - Permission
Resources []GetWorkload Workload Deployment Result Permission Resource - Qualification
Policies []GetWorkload Workload Deployment Result Qualification Policy - Qualifiers
[]Get
Workload Workload Deployment Result Qualifier - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Pools []GetWorkload Workload Deployment Result Resource Pool - Rollout
Strategies []GetWorkload Workload Deployment Result Rollout Strategy - Schedule
Policies []GetWorkload Workload Deployment Result Schedule Policy - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Start
Index float64For Suffix - The starting index used to generate the suffix for the workload instance name.
- Status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - []Get
Workload Workload Deployment Result Tag - Task
Schedules []GetWorkload Workload Deployment Result Task Schedule - Validation
Informations []GetWorkload Workload Deployment Result Validation Information - Version
Contexts []GetWorkload Workload Deployment Result Version Context - Workload
Definition []GetReferences Workload Workload Deployment Result Workload Definition Reference - Workload
Definitions []GetWorkload Workload Deployment Result Workload Definition - Workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid String - The Account ID for this managed object.
- action String
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties String - ancestors
List<Get
Workload Workload Deployment Result Ancestor> - blueprints
List<Get
Workload Workload Deployment Result Blueprint> - change
Details List<GetWorkload Workload Deployment Result Change Detail> - 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 List<GetHistories Workload Workload Deployment Result Deployment Input History> - deployment
Inputs List<GetWorkload Workload Deployment Result Deployment Input> - description String
- A brief description of the deployment.
- digit
Count Double - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- instance
Conformance List<GetSummaries Workload Workload Deployment Result Instance Conformance Summary> - instance
Status List<GetSummaries Workload Workload Deployment Result Instance Status Summary> - last
Action String - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance DoubleIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - organizations
List<Get
Workload Workload Deployment Result Organization> - owners List<String>
- parents
List<Get
Workload Workload Deployment Result Parent> - permission
Resources List<GetWorkload Workload Deployment Result Permission Resource> - qualification
Policies List<GetWorkload Workload Deployment Result Qualification Policy> - qualifiers
List<Get
Workload Workload Deployment Result Qualifier> - ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pools List<GetWorkload Workload Deployment Result Resource Pool> - rollout
Strategies List<GetWorkload Workload Deployment Result Rollout Strategy> - schedule
Policies List<GetWorkload Workload Deployment Result Schedule Policy> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index DoubleFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status String
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Get
Workload Workload Deployment Result Tag> - task
Schedules List<GetWorkload Workload Deployment Result Task Schedule> - validation
Informations List<GetWorkload Workload Deployment Result Validation Information> - version
Contexts List<GetWorkload Workload Deployment Result Version Context> - workload
Definition List<GetReferences Workload Workload Deployment Result Workload Definition Reference> - workload
Definitions List<GetWorkload Workload Deployment Result Workload Definition> - workload
Instance StringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid string - The Account ID for this managed object.
- action string
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties string - ancestors
Get
Workload Workload Deployment Result Ancestor[] - blueprints
Get
Workload Workload Deployment Result Blueprint[] - change
Details GetWorkload Workload Deployment Result Change Detail[] - 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 GetHistories Workload Workload Deployment Result Deployment Input History[] - deployment
Inputs GetWorkload Workload Deployment Result Deployment Input[] - description string
- A brief description of the deployment.
- digit
Count number - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- instance
Conformance GetSummaries Workload Workload Deployment Result Instance Conformance Summary[] - instance
Status GetSummaries Workload Workload Deployment Result Instance Status Summary[] - last
Action string - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance numberIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type string - organizations
Get
Workload Workload Deployment Result Organization[] - owners string[]
- parents
Get
Workload Workload Deployment Result Parent[] - permission
Resources GetWorkload Workload Deployment Result Permission Resource[] - qualification
Policies GetWorkload Workload Deployment Result Qualification Policy[] - qualifiers
Get
Workload Workload Deployment Result Qualifier[] - ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pools GetWorkload Workload Deployment Result Resource Pool[] - rollout
Strategies GetWorkload Workload Deployment Result Rollout Strategy[] - schedule
Policies GetWorkload Workload Deployment Result Schedule Policy[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index numberFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status string
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - Get
Workload Workload Deployment Result Tag[] - task
Schedules GetWorkload Workload Deployment Result Task Schedule[] - validation
Informations GetWorkload Workload Deployment Result Validation Information[] - version
Contexts GetWorkload Workload Deployment Result Version Context[] - workload
Definition GetReferences Workload Workload Deployment Result Workload Definition Reference[] - workload
Definitions GetWorkload Workload Deployment Result Workload Definition[] - workload
Instance stringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account_
moid str - The Account ID for this managed object.
- action str
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional_
properties str - ancestors
Sequence[Get
Workload Workload Deployment Result Ancestor] - blueprints
Sequence[Get
Workload Workload Deployment Result Blueprint] - change_
details Sequence[GetWorkload Workload Deployment Result Change Detail] - 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_ Sequence[Gethistories Workload Workload Deployment Result Deployment Input History] - deployment_
inputs Sequence[GetWorkload Workload Deployment Result Deployment Input] - description str
- A brief description of the deployment.
- digit_
count float - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- instance_
conformance_ Sequence[Getsummaries Workload Workload Deployment Result Instance Conformance Summary] - instance_
status_ Sequence[Getsummaries Workload Workload Deployment Result Instance Status Summary] - last_
action str - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last_
instance_ floatindex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object_
type str - organizations
Sequence[Get
Workload Workload Deployment Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Workload Workload Deployment Result Parent] - permission_
resources Sequence[GetWorkload Workload Deployment Result Permission Resource] - qualification_
policies Sequence[GetWorkload Workload Deployment Result Qualification Policy] - qualifiers
Sequence[Get
Workload Workload Deployment Result Qualifier] - ref_
name str - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource_
pools Sequence[GetWorkload Workload Deployment Result Resource Pool] - rollout_
strategies Sequence[GetWorkload Workload Deployment Result Rollout Strategy] - schedule_
policies Sequence[GetWorkload Workload Deployment Result Schedule Policy] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
index_ floatfor_ suffix - The starting index used to generate the suffix for the workload instance name.
- status str
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - Sequence[Get
Workload Workload Deployment Result Tag] - task_
schedules Sequence[GetWorkload Workload Deployment Result Task Schedule] - validation_
informations Sequence[GetWorkload Workload Deployment Result Validation Information] - version_
contexts Sequence[GetWorkload Workload Deployment Result Version Context] - workload_
definition_ Sequence[Getreferences Workload Workload Deployment Result Workload Definition Reference] - workload_
definitions Sequence[GetWorkload Workload Deployment Result Workload Definition] - workload_
instance_ strprefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
- account
Moid String - The Account ID for this managed object.
- action String
- The action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - additional
Properties String - ancestors List<Property Map>
- blueprints List<Property Map>
- change
Details List<Property Map> - 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 List<Property Map>Histories - deployment
Inputs List<Property Map> - description String
- A brief description of the deployment.
- digit
Count Number - The minimum digit count to format the instance index with leading zeros, for example if the digit count is 4 and the start index is 1, then the first instance will have a suffix 0001. If the number of instances created for the deployment exceeds the 9999, then the suffix will become a 5 digit number.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- instance
Conformance List<Property Map>Summaries - instance
Status List<Property Map>Summaries - last
Action String - The last action is performed on the deployment.*
None
- No changes have been made.*PrepareToDeploy
- Marks the deployment as ready once the user has completed all changes and the deployment is in a valid state. Once the deployment is marked as PrepareToDeploy, workload instances will be created, but the actual deployment will occur as part of the deploy action.*Deploy
- Initiates the process of pushing workload configuration to the instances based on the configured schedule. Once deployed, the deployment cannot be reverted to draft status.*Suspend
- Suspends the deployment, preventing any further actions until it is resumed. Making changes to deployment configuration will not be pushed out. The deployment will not take any changes from the attached Workload when it is suspended.*Retry
- Retries the deployment for all instances that previously failed.*Resume
- Resumes a suspended deployment. Any changes made to the deployment when it was suspended or any changes made to the attached Workload will now be pushed out based on configured schedules. - last
Instance NumberIndex - Tracks the last numeric index used for workload instances. The next instance index is derived by incrementing this value.
- 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 Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - qualification
Policies List<Property Map> - qualifiers List<Property Map>
- ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Pools List<Property Map> - rollout
Strategies List<Property Map> - schedule
Policies List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start
Index NumberFor Suffix - The starting index used to generate the suffix for the workload instance name.
- status String
- The status of the deployment.*
Draft
- The initial state of the deployment, indicating it is still being configured and not ready for deployment.*ReadyToDeploy
- The deployment has passed validation checks and is ready to be deployed to instances.*InProgress
- The initial deployment or changes in the deployment are in progress.*Ok
- All associated instances have been successfully deployed.*Failed
- One or more instances failed during initial deployment or changes in the deployment operations.*ChangesScheduled
- The deployment has changes that need to be pushed to all associated instances.*Suspended
- The deployment is suspended, preventing any further initial deployments or changes to deployment operations. - List<Property Map>
- task
Schedules List<Property Map> - validation
Informations List<Property Map> - version
Contexts List<Property Map> - workload
Definition List<Property Map>References - workload
Definitions List<Property Map> - workload
Instance StringPrefix - The prefix to be used for naming workload instances created by this deployment. Prefix can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), or an underscore (_). This prefix must be unique within the organization.
GetWorkloadWorkloadDeploymentResultAncestor
- 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
GetWorkloadWorkloadDeploymentResultBlueprint
- Additional
Properties string - Blueprints
List<Get
Workload Workload Deployment Result Blueprint Blueprint> - Class
Id string - Input string
- Name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Constraints List<GetWorkload Workload Deployment Result Blueprint Resource Constraint>
- Additional
Properties string - Blueprints
[]Get
Workload Workload Deployment Result Blueprint Blueprint - Class
Id string - Input string
- Name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- Object
Type string - Ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- Resource
Constraints []GetWorkload Workload Deployment Result Blueprint Resource Constraint
- additional
Properties String - blueprints
List<Get
Workload Workload Deployment Result Blueprint Blueprint> - class
Id String - input String
- name String
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraints List<GetWorkload Workload Deployment Result Blueprint Resource Constraint>
- additional
Properties string - blueprints
Get
Workload Workload Deployment Result Blueprint Blueprint[] - class
Id string - input string
- name string
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type string - ref
Name string - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraints GetWorkload Workload Deployment Result Blueprint Resource Constraint[]
- additional_
properties str - blueprints
Sequence[Get
Workload Workload Deployment Result Blueprint Blueprint] - class_
id str - input str
- name str
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object_
type str - ref_
name str - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource_
constraints Sequence[GetWorkload Workload Deployment Result Blueprint Resource Constraint]
- additional
Properties String - blueprints List<Property Map>
- class
Id String - input String
- name String
- The name for this Deployment. Name can only contain letters (a-z, A-Z), numbers (0-9), space, hyphen (-), or an underscore (_). The name must be unique within the organization.
- object
Type String - ref
Name String - A reference name is generated by the system based on the given name by replacing spaces and hyphen in name with underscore. This reference name is used internally and cannot be edited by users. It may only contain letters (a–z, A–Z), numbers (0–9), and underscores (_).
- resource
Constraints List<Property Map>
GetWorkloadWorkloadDeploymentResultBlueprintBlueprint
- 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
GetWorkloadWorkloadDeploymentResultBlueprintResourceConstraint
- Additional
Properties string - Class
Id string - Input string
- Object
Type string
- Additional
Properties string - Class
Id string - Input string
- Object
Type string
- additional
Properties String - class
Id String - input String
- object
Type String
- additional
Properties string - class
Id string - input string
- object
Type string
- additional_
properties str - class_
id str - input str
- object_
type str
- additional
Properties String - class
Id String - input String
- object
Type String
GetWorkloadWorkloadDeploymentResultChangeDetail
- Additional
Properties string - Change
Type string - Class
Id string - Object
Type string
- Additional
Properties string - Change
Type string - Class
Id string - Object
Type string
- additional
Properties String - change
Type String - class
Id String - object
Type String
- additional
Properties string - change
Type string - class
Id string - object
Type string
- additional_
properties str - change_
type str - class_
id str - object_
type str
- additional
Properties String - change
Type String - class
Id String - object
Type String
GetWorkloadWorkloadDeploymentResultDeploymentInput
- 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
GetWorkloadWorkloadDeploymentResultDeploymentInputHistory
- 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
GetWorkloadWorkloadDeploymentResultInstanceConformanceSummary
- Additional
Properties string - Class
Id string - Nr
Count double - Object
Type string - State string
- Additional
Properties string - Class
Id string - Nr
Count float64 - Object
Type string - State string
- additional
Properties String - class
Id String - nr
Count Double - object
Type String - state String
- additional
Properties string - class
Id string - nr
Count number - object
Type string - state string
- additional_
properties str - class_
id str - nr_
count float - object_
type str - state str
- additional
Properties String - class
Id String - nr
Count Number - object
Type String - state String
GetWorkloadWorkloadDeploymentResultInstanceStatusSummary
- Additional
Properties string - Class
Id string - Nr
Count double - Object
Type string - State string
- Additional
Properties string - Class
Id string - Nr
Count float64 - Object
Type string - State string
- additional
Properties String - class
Id String - nr
Count Double - object
Type String - state String
- additional
Properties string - class
Id string - nr
Count number - object
Type string - state string
- additional_
properties str - class_
id str - nr_
count float - object_
type str - state str
- additional
Properties String - class
Id String - nr
Count Number - object
Type String - state String
GetWorkloadWorkloadDeploymentResultOrganization
- 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
GetWorkloadWorkloadDeploymentResultParent
- 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
GetWorkloadWorkloadDeploymentResultPermissionResource
- 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
GetWorkloadWorkloadDeploymentResultQualificationPolicy
- 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
GetWorkloadWorkloadDeploymentResultQualifier
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetWorkloadWorkloadDeploymentResultResourcePool
- 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
GetWorkloadWorkloadDeploymentResultRolloutStrategy
- Additional
Properties string - Class
Id string - Failure
Threshold double - Object
Type string
- Additional
Properties string - Class
Id string - Failure
Threshold float64 - Object
Type string
- additional
Properties String - class
Id String - failure
Threshold Double - object
Type String
- additional
Properties string - class
Id string - failure
Threshold number - object
Type string
- additional_
properties str - class_
id str - failure_
threshold float - object_
type str
- additional
Properties String - class
Id String - failure
Threshold Number - object
Type String
GetWorkloadWorkloadDeploymentResultSchedulePolicy
- 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
GetWorkloadWorkloadDeploymentResultTag
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- type String
- value String
GetWorkloadWorkloadDeploymentResultTagAncestorDefinition
- 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
GetWorkloadWorkloadDeploymentResultTagDefinition
- 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
GetWorkloadWorkloadDeploymentResultTaskSchedule
- 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
GetWorkloadWorkloadDeploymentResultValidationInformation
- Additional
Properties string - Class
Id string - Engine
State string - Object
Type string - State string
- Validation
Errors []GetWorkload Workload Deployment Result Validation Information Validation Error
- additional
Properties string - class
Id string - engine
State string - object
Type string - state string
- validation
Errors GetWorkload Workload Deployment Result Validation Information Validation Error[]
- additional
Properties String - class
Id String - engine
State String - object
Type String - state String
- validation
Errors List<Property Map>
GetWorkloadWorkloadDeploymentResultValidationInformationValidationError
- Additional
Properties string - Class
Id string - Error
Log string - Field string
- Object
Type string - Task
Name string - Transition
Name string
- Additional
Properties string - Class
Id string - Error
Log string - Field string
- Object
Type string - Task
Name string - Transition
Name string
- additional
Properties String - class
Id String - error
Log String - field String
- object
Type String - task
Name String - transition
Name String
- additional
Properties string - class
Id string - error
Log string - field string
- object
Type string - task
Name string - transition
Name string
- additional_
properties str - class_
id str - error_
log str - field str
- object_
type str - task_
name str - transition_
name str
- additional
Properties String - class
Id String - error
Log String - field String
- object
Type String - task
Name String - transition
Name String
GetWorkloadWorkloadDeploymentResultVersionContext
- 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
GetWorkloadWorkloadDeploymentResultVersionContextInterestedMo
- 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
GetWorkloadWorkloadDeploymentResultVersionContextRefMo
- 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
GetWorkloadWorkloadDeploymentResultWorkloadDefinition
- 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
GetWorkloadWorkloadDeploymentResultWorkloadDefinitionReference
- Additional
Properties string - Class
Id string - Definition
Name string - Nr
Version float64 - Object
Type string - Organizations
[]Get
Workload Workload Deployment Result Workload Definition Reference Organization - Use
Preferred boolVersion
- additional
Properties String - class
Id String - definition
Name String - nr
Version Double - object
Type String - organizations
List<Get
Workload Workload Deployment Result Workload Definition Reference Organization> - use
Preferred BooleanVersion
- additional
Properties string - class
Id string - definition
Name string - nr
Version number - object
Type string - organizations
Get
Workload Workload Deployment Result Workload Definition Reference Organization[] - use
Preferred booleanVersion
- additional
Properties String - class
Id String - definition
Name String - nr
Version Number - object
Type String - organizations List<Property Map>
- use
Preferred BooleanVersion
GetWorkloadWorkloadDeploymentResultWorkloadDefinitionReferenceOrganization
- 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
GetWorkloadWorkloadDeploymentRolloutStrategy
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Failure
Threshold double - Specifies no of errors can be allowed to skip executing next set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Failure
Threshold float64 - Specifies no of errors can be allowed to skip executing next set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- failure
Threshold Double - Specifies no of errors can be allowed to skip executing next set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- failure
Threshold number - Specifies no of errors can be allowed to skip executing next set.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- failure_
threshold float - Specifies no of errors can be allowed to skip executing next set.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- failure
Threshold Number - Specifies no of errors can be allowed to skip executing next set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetWorkloadWorkloadDeploymentSchedulePolicy
- 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'.
GetWorkloadWorkloadDeploymentTag
- Additional
Properties string - Ancestor
Definitions List<GetWorkload Workload Deployment Tag Ancestor Definition> - Definition
Get
Workload Workload Deployment 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 Deployment Tag Ancestor Definition - Definition
Get
Workload Workload Deployment 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 Deployment Tag Ancestor Definition> - definition
Get
Workload Workload Deployment 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 Deployment Tag Ancestor Definition[] - definition
Get
Workload Workload Deployment 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 Deployment Tag Ancestor Definition] - definition
Get
Workload Workload Deployment 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.
GetWorkloadWorkloadDeploymentTagAncestorDefinition
- 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'.
GetWorkloadWorkloadDeploymentTagDefinition
- 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'.
GetWorkloadWorkloadDeploymentTaskSchedule
- 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'.
GetWorkloadWorkloadDeploymentValidationInformation
- 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.
- Engine
State string - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- Validation
Errors List<GetWorkload Workload Deployment Validation Information Validation Error>
- 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.
- Engine
State string - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- State string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- Validation
Errors []GetWorkload Workload Deployment Validation Information Validation Error
- 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.
- engine
State String - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- validation
Errors List<GetWorkload Workload Deployment Validation Information Validation Error>
- 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.
- engine
State string - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state string
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- validation
Errors GetWorkload Workload Deployment Validation Information Validation Error[]
- 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.
- engine_
state str - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state str
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- validation_
errors Sequence[GetWorkload Workload Deployment Validation Information Validation Error]
- 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.
- engine
State String - The state of workflow definition metadata in the workflow engine. The workflow definition must be successfully updated in the engine before workflows can be executed.
NotUpdated
- The workflow and task definition metadata is not yet updated in the workflow engine.Updating
- The workflow and task definition metadata is in the processing of being updated in the workflow engine.UpdateFailed
- The workflow and task definition metadata failed to be updated in the workflow engine.Updated
- The workflow and task definition metadata was updated successfully in the workflow engine.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- state String
- The current validation state of this workflow. The possible states are Valid, Invalid, NotValidated (default).
NotValidated
- The state when workflow definition has not been validated.Valid
- The state when workflow definition is valid.Invalid
- The state when workflow definition is invalid.
- validation
Errors List<Property Map>
GetWorkloadWorkloadDeploymentValidationInformationValidationError
- 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.
- Error
Log string - Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name string - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- Error
Log string - Description of the error.
- Field string
- When populated this refers to the input or output field within the workflow or task.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- Transition
Name string - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- error
Log String - Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name String - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name String - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- error
Log string - Description of the error.
- field string
- When populated this refers to the input or output field within the workflow or task.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name string - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name string - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- error_
log str - Description of the error.
- field str
- When populated this refers to the input or output field within the workflow or task.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task_
name str - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition_
name str - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
- 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.
- error
Log String - Description of the error.
- field String
- When populated this refers to the input or output field within the workflow or task.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- task
Name String - The task name on which the error is found, when empty the error applies to the top level workflow.
- transition
Name String - When populated this refers to the transition connection that has a problem. When this field has value OnSuccess it means the transition connection OnSuccess for the task has an issue.
GetWorkloadWorkloadDeploymentVersionContext
- 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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 Deployment 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.
GetWorkloadWorkloadDeploymentVersionContextInterestedMo
- 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'.
GetWorkloadWorkloadDeploymentVersionContextRefMo
- 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'.
GetWorkloadWorkloadDeploymentWorkloadDefinition
- 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'.
GetWorkloadWorkloadDeploymentWorkloadDefinitionReference
- 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.
- Definition
Name string - The name of the definition being referenced.
- Nr
Version double - The version number of the referenced definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organization
Get
Workload Workload Deployment Workload Definition Reference Organization - The organization to which the definition belongs.
- Use
Preferred boolVersion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
- 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.
- Definition
Name string - The name of the definition being referenced.
- Nr
Version float64 - The version number of the referenced definition.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organization
Get
Workload Workload Deployment Workload Definition Reference Organization - The organization to which the definition belongs.
- Use
Preferred boolVersion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
- 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.
- definition
Name String - The name of the definition being referenced.
- nr
Version Double - The version number of the referenced definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organization
Get
Workload Workload Deployment Workload Definition Reference Organization - The organization to which the definition belongs.
- use
Preferred BooleanVersion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
- 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.
- definition
Name string - The name of the definition being referenced.
- nr
Version number - The version number of the referenced definition.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organization
Get
Workload Workload Deployment Workload Definition Reference Organization - The organization to which the definition belongs.
- use
Preferred booleanVersion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
- 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.
- definition_
name str - The name of the definition being referenced.
- nr_
version float - The version number of the referenced definition.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organization
Get
Workload Workload Deployment Workload Definition Reference Organization - The organization to which the definition belongs.
- use_
preferred_ boolversion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
- 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.
- definition
Name String - The name of the definition being referenced.
- nr
Version Number - The version number of the referenced definition.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organization Property Map
- The organization to which the definition belongs.
- use
Preferred BooleanVersion - Indicates whether this version is the default version of the referenced definition. If set to true, the version should be the default.
GetWorkloadWorkloadDeploymentWorkloadDefinitionReferenceOrganization
- 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