Diagnostics status report of the health check run on the server hardware components.
Create ServerDiagnosticStatus Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServerDiagnosticStatus(name: string, args?: ServerDiagnosticStatusArgs, opts?: CustomResourceOptions);@overload
def ServerDiagnosticStatus(resource_name: str,
args: Optional[ServerDiagnosticStatusArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ServerDiagnosticStatus(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ServerDiagnosticStatusAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
diagnostics: Optional[Sequence[ServerDiagnosticStatusDiagnosticArgs]] = None,
diagnostics_type: Optional[str] = None,
domain_group_moid: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
overall_state: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ServerDiagnosticStatusParentArgs]] = None,
permission_resources: Optional[Sequence[ServerDiagnosticStatusPermissionResourceArgs]] = None,
progress: Optional[float] = None,
results: Optional[Sequence[ServerDiagnosticStatusResultArgs]] = None,
server_diagnostic_status_id: Optional[str] = None,
servers: Optional[Sequence[ServerDiagnosticStatusServerArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[ServerDiagnosticStatusTagArgs]] = None,
version_contexts: Optional[Sequence[ServerDiagnosticStatusVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflows: Optional[Sequence[ServerDiagnosticStatusWorkflowArgs]] = None)func NewServerDiagnosticStatus(ctx *Context, name string, args *ServerDiagnosticStatusArgs, opts ...ResourceOption) (*ServerDiagnosticStatus, error)public ServerDiagnosticStatus(string name, ServerDiagnosticStatusArgs? args = null, CustomResourceOptions? opts = null)
public ServerDiagnosticStatus(String name, ServerDiagnosticStatusArgs args)
public ServerDiagnosticStatus(String name, ServerDiagnosticStatusArgs args, CustomResourceOptions options)
type: intersight:ServerDiagnosticStatus
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServerDiagnosticStatusArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServerDiagnosticStatusArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServerDiagnosticStatusArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServerDiagnosticStatusArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServerDiagnosticStatusArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serverDiagnosticStatusResource = new Intersight.ServerDiagnosticStatus("serverDiagnosticStatusResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
Diagnostics = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusDiagnosticArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
DiagnosticsType = "string",
DomainGroupMoid = "string",
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
OverallState = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Progress = 0,
Results = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusResultArgs
{
AdditionalProperties = "string",
ClassId = "string",
MainComponent = "string",
Message = "string",
ObjectType = "string",
Resolution = "string",
Severity = "string",
SubComponentName = "string",
SubComponentProgress = "string",
},
},
ServerDiagnosticStatusId = "string",
Servers = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SharedScope = "string",
Tags = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusTagArgs
{
AdditionalProperties = "string",
AncestorDefinitions = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusTagAncestorDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Definitions = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusTagDefinitionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Key = "string",
Propagated = false,
SysTag = false,
Type = "string",
Value = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WaitForCompletion = false,
Workflows = new[]
{
new Intersight.Inputs.ServerDiagnosticStatusWorkflowArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
});
example, err := intersight.NewServerDiagnosticStatus(ctx, "serverDiagnosticStatusResource", &intersight.ServerDiagnosticStatusArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.ServerDiagnosticStatusAncestorArray{
&intersight.ServerDiagnosticStatusAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Diagnostics: intersight.ServerDiagnosticStatusDiagnosticArray{
&intersight.ServerDiagnosticStatusDiagnosticArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
DiagnosticsType: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
OverallState: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.ServerDiagnosticStatusParentArray{
&intersight.ServerDiagnosticStatusParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.ServerDiagnosticStatusPermissionResourceArray{
&intersight.ServerDiagnosticStatusPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Progress: pulumi.Float64(0),
Results: intersight.ServerDiagnosticStatusResultArray{
&intersight.ServerDiagnosticStatusResultArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
MainComponent: pulumi.String("string"),
Message: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Resolution: pulumi.String("string"),
Severity: pulumi.String("string"),
SubComponentName: pulumi.String("string"),
SubComponentProgress: pulumi.String("string"),
},
},
ServerDiagnosticStatusId: pulumi.String("string"),
Servers: intersight.ServerDiagnosticStatusServerArray{
&intersight.ServerDiagnosticStatusServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SharedScope: pulumi.String("string"),
Tags: intersight.ServerDiagnosticStatusTagArray{
&intersight.ServerDiagnosticStatusTagArgs{
AdditionalProperties: pulumi.String("string"),
AncestorDefinitions: intersight.ServerDiagnosticStatusTagAncestorDefinitionArray{
&intersight.ServerDiagnosticStatusTagAncestorDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Definitions: intersight.ServerDiagnosticStatusTagDefinitionArray{
&intersight.ServerDiagnosticStatusTagDefinitionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Key: pulumi.String("string"),
Propagated: pulumi.Bool(false),
SysTag: pulumi.Bool(false),
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VersionContexts: intersight.ServerDiagnosticStatusVersionContextArray{
&intersight.ServerDiagnosticStatusVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.ServerDiagnosticStatusVersionContextInterestedMoArray{
&intersight.ServerDiagnosticStatusVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.ServerDiagnosticStatusVersionContextRefMoArray{
&intersight.ServerDiagnosticStatusVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WaitForCompletion: pulumi.Bool(false),
Workflows: intersight.ServerDiagnosticStatusWorkflowArray{
&intersight.ServerDiagnosticStatusWorkflowArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
})
var serverDiagnosticStatusResource = new ServerDiagnosticStatus("serverDiagnosticStatusResource", ServerDiagnosticStatusArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(ServerDiagnosticStatusAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.diagnostics(ServerDiagnosticStatusDiagnosticArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.diagnosticsType("string")
.domainGroupMoid("string")
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.overallState("string")
.owners("string")
.parents(ServerDiagnosticStatusParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(ServerDiagnosticStatusPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.progress(0.0)
.results(ServerDiagnosticStatusResultArgs.builder()
.additionalProperties("string")
.classId("string")
.mainComponent("string")
.message("string")
.objectType("string")
.resolution("string")
.severity("string")
.subComponentName("string")
.subComponentProgress("string")
.build())
.serverDiagnosticStatusId("string")
.servers(ServerDiagnosticStatusServerArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.sharedScope("string")
.tags(ServerDiagnosticStatusTagArgs.builder()
.additionalProperties("string")
.ancestorDefinitions(ServerDiagnosticStatusTagAncestorDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.definitions(ServerDiagnosticStatusTagDefinitionArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.key("string")
.propagated(false)
.sysTag(false)
.type("string")
.value("string")
.build())
.versionContexts(ServerDiagnosticStatusVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(ServerDiagnosticStatusVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(ServerDiagnosticStatusVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.waitForCompletion(false)
.workflows(ServerDiagnosticStatusWorkflowArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.build());
server_diagnostic_status_resource = intersight.ServerDiagnosticStatus("serverDiagnosticStatusResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
diagnostics=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
diagnostics_type="string",
domain_group_moid="string",
mod_time="string",
moid="string",
name="string",
object_type="string",
overall_state="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
progress=0,
results=[{
"additional_properties": "string",
"class_id": "string",
"main_component": "string",
"message": "string",
"object_type": "string",
"resolution": "string",
"severity": "string",
"sub_component_name": "string",
"sub_component_progress": "string",
}],
server_diagnostic_status_id="string",
servers=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
shared_scope="string",
tags=[{
"additional_properties": "string",
"ancestor_definitions": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"definitions": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"key": "string",
"propagated": False,
"sys_tag": False,
"type": "string",
"value": "string",
}],
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
wait_for_completion=False,
workflows=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}])
const serverDiagnosticStatusResource = new intersight.ServerDiagnosticStatus("serverDiagnosticStatusResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
diagnostics: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
diagnosticsType: "string",
domainGroupMoid: "string",
modTime: "string",
moid: "string",
name: "string",
objectType: "string",
overallState: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
progress: 0,
results: [{
additionalProperties: "string",
classId: "string",
mainComponent: "string",
message: "string",
objectType: "string",
resolution: "string",
severity: "string",
subComponentName: "string",
subComponentProgress: "string",
}],
serverDiagnosticStatusId: "string",
servers: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
sharedScope: "string",
tags: [{
additionalProperties: "string",
ancestorDefinitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
definitions: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
key: "string",
propagated: false,
sysTag: false,
type: "string",
value: "string",
}],
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
waitForCompletion: false,
workflows: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
});
type: intersight:ServerDiagnosticStatus
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
diagnostics:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
diagnosticsType: string
domainGroupMoid: string
modTime: string
moid: string
name: string
objectType: string
overallState: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
progress: 0
results:
- additionalProperties: string
classId: string
mainComponent: string
message: string
objectType: string
resolution: string
severity: string
subComponentName: string
subComponentProgress: string
serverDiagnosticStatusId: string
servers:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
sharedScope: string
tags:
- additionalProperties: string
ancestorDefinitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
definitions:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
key: string
propagated: false
sysTag: false
type: string
value: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
waitForCompletion: false
workflows:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
ServerDiagnosticStatus Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServerDiagnosticStatus resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Server
Diagnostic Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Diagnostics
List<Server
Diagnostic Status Diagnostic> - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) The name of the diagnostics being run.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Server
Diagnostic Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<ServerDiagnostic Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Progress double
- (ReadOnly) The progress of the diagnostics being run.
- Results
List<Server
Diagnostic Status Result> - This complex property has following sub-properties:
- Server
Diagnostic stringStatus Id - Servers
List<Server
Diagnostic Status Server> - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Server
Diagnostic Status Tag> - This complex property has following sub-properties:
- Version
Contexts List<ServerDiagnostic Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflows
List<Server
Diagnostic Status Workflow> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Server
Diagnostic Status Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Diagnostics
[]Server
Diagnostic Status Diagnostic Args - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) The name of the diagnostics being run.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Server
Diagnostic Status Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []ServerDiagnostic Status Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Progress float64
- (ReadOnly) The progress of the diagnostics being run.
- Results
[]Server
Diagnostic Status Result Args - This complex property has following sub-properties:
- Server
Diagnostic stringStatus Id - Servers
[]Server
Diagnostic Status Server Args - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) 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.
-
[]Server
Diagnostic Status Tag Args - This complex property has following sub-properties:
- Version
Contexts []ServerDiagnostic Status Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflows
[]Server
Diagnostic Status Workflow Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Server
Diagnostic Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- diagnostics
List<Server
Diagnostic Status Diagnostic> - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type String - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) The name of the diagnostics being run.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State String - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Server
Diagnostic Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<ServerDiagnostic Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress Double
- (ReadOnly) The progress of the diagnostics being run.
- results
List<Server
Diagnostic Status Result> - This complex property has following sub-properties:
- server
Diagnostic StringStatus Id - servers
List<Server
Diagnostic Status Server> - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Server
Diagnostic Status Tag> - This complex property has following sub-properties:
- version
Contexts List<ServerDiagnostic Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
List<Server
Diagnostic Status Workflow> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Server
Diagnostic Status Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- diagnostics
Server
Diagnostic Status Diagnostic[] - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- (ReadOnly) The name of the diagnostics being run.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Server
Diagnostic Status Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources ServerDiagnostic Status Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress number
- (ReadOnly) The progress of the diagnostics being run.
- results
Server
Diagnostic Status Result[] - This complex property has following sub-properties:
- server
Diagnostic stringStatus Id - servers
Server
Diagnostic Status Server[] - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) 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.
-
Server
Diagnostic Status Tag[] - This complex property has following sub-properties:
- version
Contexts ServerDiagnostic Status Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
Server
Diagnostic Status Workflow[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Server
Diagnostic Status Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- diagnostics
Sequence[Server
Diagnostic Status Diagnostic Args] - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics_
type str - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- (ReadOnly) The name of the diagnostics being run.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall_
state str - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Server
Diagnostic Status Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[ServerDiagnostic Status Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress float
- (ReadOnly) The progress of the diagnostics being run.
- results
Sequence[Server
Diagnostic Status Result Args] - This complex property has following sub-properties:
- server_
diagnostic_ strstatus_ id - servers
Sequence[Server
Diagnostic Status Server Args] - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
Sequence[Server
Diagnostic Status Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[ServerDiagnostic Status Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
Sequence[Server
Diagnostic Status Workflow Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- diagnostics List<Property Map>
- (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type String - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) The name of the diagnostics being run.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State String - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress Number
- (ReadOnly) The progress of the diagnostics being run.
- results List<Property Map>
- This complex property has following sub-properties:
- server
Diagnostic StringStatus Id - servers List<Property Map>
- A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows List<Property Map>
- (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ServerDiagnosticStatus resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ServerDiagnosticStatus Resource
Get an existing ServerDiagnosticStatus resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServerDiagnosticStatusState, opts?: CustomResourceOptions): ServerDiagnosticStatus@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ServerDiagnosticStatusAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
diagnostics: Optional[Sequence[ServerDiagnosticStatusDiagnosticArgs]] = None,
diagnostics_type: Optional[str] = None,
domain_group_moid: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
overall_state: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ServerDiagnosticStatusParentArgs]] = None,
permission_resources: Optional[Sequence[ServerDiagnosticStatusPermissionResourceArgs]] = None,
progress: Optional[float] = None,
results: Optional[Sequence[ServerDiagnosticStatusResultArgs]] = None,
server_diagnostic_status_id: Optional[str] = None,
servers: Optional[Sequence[ServerDiagnosticStatusServerArgs]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[ServerDiagnosticStatusTagArgs]] = None,
version_contexts: Optional[Sequence[ServerDiagnosticStatusVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflows: Optional[Sequence[ServerDiagnosticStatusWorkflowArgs]] = None) -> ServerDiagnosticStatusfunc GetServerDiagnosticStatus(ctx *Context, name string, id IDInput, state *ServerDiagnosticStatusState, opts ...ResourceOption) (*ServerDiagnosticStatus, error)public static ServerDiagnosticStatus Get(string name, Input<string> id, ServerDiagnosticStatusState? state, CustomResourceOptions? opts = null)public static ServerDiagnosticStatus get(String name, Output<String> id, ServerDiagnosticStatusState state, CustomResourceOptions options)resources: _: type: intersight:ServerDiagnosticStatus get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Server
Diagnostic Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Diagnostics
List<Server
Diagnostic Status Diagnostic> - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) The name of the diagnostics being run.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Server
Diagnostic Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<ServerDiagnostic Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Progress double
- (ReadOnly) The progress of the diagnostics being run.
- Results
List<Server
Diagnostic Status Result> - This complex property has following sub-properties:
- Server
Diagnostic stringStatus Id - Servers
List<Server
Diagnostic Status Server> - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Server
Diagnostic Status Tag> - This complex property has following sub-properties:
- Version
Contexts List<ServerDiagnostic Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflows
List<Server
Diagnostic Status Workflow> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Server
Diagnostic Status Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Diagnostics
[]Server
Diagnostic Status Diagnostic Args - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- (ReadOnly) The name of the diagnostics being run.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Server
Diagnostic Status Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []ServerDiagnostic Status Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Progress float64
- (ReadOnly) The progress of the diagnostics being run.
- Results
[]Server
Diagnostic Status Result Args - This complex property has following sub-properties:
- Server
Diagnostic stringStatus Id - Servers
[]Server
Diagnostic Status Server Args - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) 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.
-
[]Server
Diagnostic Status Tag Args - This complex property has following sub-properties:
- Version
Contexts []ServerDiagnostic Status Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflows
[]Server
Diagnostic Status Workflow Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Server
Diagnostic Status Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- diagnostics
List<Server
Diagnostic Status Diagnostic> - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type String - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) The name of the diagnostics being run.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State String - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Server
Diagnostic Status Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<ServerDiagnostic Status Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress Double
- (ReadOnly) The progress of the diagnostics being run.
- results
List<Server
Diagnostic Status Result> - This complex property has following sub-properties:
- server
Diagnostic StringStatus Id - servers
List<Server
Diagnostic Status Server> - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
List<Server
Diagnostic Status Tag> - This complex property has following sub-properties:
- version
Contexts List<ServerDiagnostic Status Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
List<Server
Diagnostic Status Workflow> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Server
Diagnostic Status Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- diagnostics
Server
Diagnostic Status Diagnostic[] - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type string - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- (ReadOnly) The name of the diagnostics being run.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State string - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Server
Diagnostic Status Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources ServerDiagnostic Status Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress number
- (ReadOnly) The progress of the diagnostics being run.
- results
Server
Diagnostic Status Result[] - This complex property has following sub-properties:
- server
Diagnostic stringStatus Id - servers
Server
Diagnostic Status Server[] - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) 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.
-
Server
Diagnostic Status Tag[] - This complex property has following sub-properties:
- version
Contexts ServerDiagnostic Status Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
Server
Diagnostic Status Workflow[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Server
Diagnostic Status Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- diagnostics
Sequence[Server
Diagnostic Status Diagnostic Args] - (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics_
type str - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- (ReadOnly) The name of the diagnostics being run.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall_
state str - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Server
Diagnostic Status Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[ServerDiagnostic Status Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress float
- (ReadOnly) The progress of the diagnostics being run.
- results
Sequence[Server
Diagnostic Status Result Args] - This complex property has following sub-properties:
- server_
diagnostic_ strstatus_ id - servers
Sequence[Server
Diagnostic Status Server Args] - A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
-
Sequence[Server
Diagnostic Status Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[ServerDiagnostic Status Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows
Sequence[Server
Diagnostic Status Workflow Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- diagnostics List<Property Map>
- (ReadOnly) A reference to a serverDiagnostics resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- diagnostics
Type String - Type of diagnostics to be performed on the server hardware components.*
Quick- Perform fast and limited diagnostics on server hardware components.*Comprehensive- Perform slow and extensive diagnostics on server hardware components. - domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- (ReadOnly) The name of the diagnostics being run.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- overall
State String - (ReadOnly) The overall state of the diagnostics being run.*
Queued- The diagnostics are queued.*InProgress- The diagnostics are in progress.*Completed- The diagnostics are completed.*Failed- The diagnostics have failed.*Terminated- The diagnostics are terminated. - owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- progress Number
- (ReadOnly) The progress of the diagnostics being run.
- results List<Property Map>
- This complex property has following sub-properties:
- server
Diagnostic StringStatus Id - servers List<Property Map>
- A reference to a computePhysical resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflows List<Property Map>
- (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Supporting Types
ServerDiagnosticStatusAncestor, ServerDiagnosticStatusAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusDiagnostic, ServerDiagnosticStatusDiagnosticArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusParent, ServerDiagnosticStatusParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusPermissionResource, ServerDiagnosticStatusPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusResult, ServerDiagnosticStatusResultArgs
- Additional
Properties string - Class
Id string - Main
Component string - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - Message string
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Resolution string
- (ReadOnly) Resolution in case the diagnostics failed.
- Severity string
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - Sub
Component stringName - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- Sub
Component stringProgress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
- Additional
Properties string - Class
Id string - Main
Component string - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - Message string
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Resolution string
- (ReadOnly) Resolution in case the diagnostics failed.
- Severity string
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - Sub
Component stringName - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- Sub
Component stringProgress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
- additional
Properties String - class
Id String - main
Component String - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - message String
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- resolution String
- (ReadOnly) Resolution in case the diagnostics failed.
- severity String
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - sub
Component StringName - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- sub
Component StringProgress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
- additional
Properties string - class
Id string - main
Component string - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - message string
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- resolution string
- (ReadOnly) Resolution in case the diagnostics failed.
- severity string
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - sub
Component stringName - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- sub
Component stringProgress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
- additional_
properties str - class_
id str - main_
component str - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - message str
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- resolution str
- (ReadOnly) Resolution in case the diagnostics failed.
- severity str
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - sub_
component_ strname - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- sub_
component_ strprogress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
- additional
Properties String - class
Id String - main
Component String - (ReadOnly) It represents the main component on which diagnostics were performed. It could be a physical component such as CPU. When the main component is specified in the request, the response will include test reports for subcomponents like CPU1 and CPU2, it should be classified under a main component like CPU.*
CPU- This represents the CPU component.*Memory- This represents the Memory component.*Storage- This represents the Storage component.*Network- This represents the Network component.*Graphics- This represents the Graphics component.*NVME- This represents the NVME component.*BMC- This represents the BMC component. - message String
- (ReadOnly) The message received from the endpoint on completion of the diagnostics. It contains the error message in case the diagnostics failed.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- resolution String
- (ReadOnly) Resolution in case the diagnostics failed.
- severity String
- (ReadOnly) The severity of the diagnostics test performed on the component.*
OK- The diagnostics severity is successful.*Warning- The diagnostics severity is warning.*Critical- The diagnostics severity is critical. - sub
Component StringName - (ReadOnly) It represents the sub component name on which diagnostics were performed. It could be a physical component such as CPU1 or CPU2. When the main component, like the CPU, is specified in the diagnostics request to the endpoint, the response will include test reports for subcomponents like CPU1 and CPU2.
- sub
Component StringProgress - (ReadOnly) Progress of the diagnostics test run on the sub component.*
New- The diagnostic task state representing new state.*Running- The diagnostic task state representing running state.*Exception- The diagnostic task state representing exception state.*Completed- The diagnostic task state representing completed state.
ServerDiagnosticStatusServer, ServerDiagnosticStatusServerArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusTag, ServerDiagnosticStatusTagArgs
- Additional
Properties string - Ancestor
Definitions List<ServerDiagnostic Status Tag Ancestor Definition> - This complex property has following sub-properties:
- Definitions
List<Server
Diagnostic Status Tag Definition> - (ReadOnly) 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. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) 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 []ServerDiagnostic Status Tag Ancestor Definition - This complex property has following sub-properties:
- Definitions
[]Server
Diagnostic Status Tag Definition - (ReadOnly) 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. This complex property has following sub-properties:
- Key string
- The string representation of a tag key.
- Propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- Type string
- (ReadOnly) 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<ServerDiagnostic Status Tag Ancestor Definition> - This complex property has following sub-properties:
- definitions
List<Server
Diagnostic Status Tag Definition> - (ReadOnly) 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. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) 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 ServerDiagnostic Status Tag Ancestor Definition[] - This complex property has following sub-properties:
- definitions
Server
Diagnostic Status Tag Definition[] - (ReadOnly) 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. This complex property has following sub-properties:
- key string
- The string representation of a tag key.
- propagated boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type string
- (ReadOnly) 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[ServerDiagnostic Status Tag Ancestor Definition] - This complex property has following sub-properties:
- definitions
Sequence[Server
Diagnostic Status Tag Definition] - (ReadOnly) 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. This complex property has following sub-properties:
- key str
- The string representation of a tag key.
- propagated bool
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type str
- (ReadOnly) 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> - This complex property has following sub-properties:
- definitions List<Property Map>
- (ReadOnly) 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. This complex property has following sub-properties:
- key String
- The string representation of a tag key.
- propagated Boolean
- (ReadOnly) Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - (ReadOnly) Specifies whether the tag is user-defined or owned by the system.
- type String
- (ReadOnly) 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.
ServerDiagnosticStatusTagAncestorDefinition, ServerDiagnosticStatusTagAncestorDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusTagDefinition, ServerDiagnosticStatusTagDefinitionArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusVersionContext, ServerDiagnosticStatusVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<ServerDiagnostic Status Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 - (ReadOnly) 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
Mos List<ServerDiagnostic Status Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 - Interested
Mos []ServerDiagnostic Status Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 - (ReadOnly) 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
Mos []ServerDiagnostic Status Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 - interested
Mos List<ServerDiagnostic Status Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 - (ReadOnly) 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
Mos List<ServerDiagnostic Status Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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 - interested
Mos ServerDiagnostic Status Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) 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 - (ReadOnly) 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
Mos ServerDiagnostic Status Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) 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 intendedto 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 - interested_
mos Sequence[ServerDiagnostic Status Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) 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 - (ReadOnly) 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_
mos Sequence[ServerDiagnostic Status Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) 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 intendedto 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 - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 - (ReadOnly) 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
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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.
ServerDiagnosticStatusVersionContextInterestedMo, ServerDiagnosticStatusVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusVersionContextRefMo, ServerDiagnosticStatusVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
ServerDiagnosticStatusWorkflow, ServerDiagnosticStatusWorkflowArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An 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 - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_server_diagnostic_status can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/serverDiagnosticStatus:ServerDiagnosticStatus example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
