Class ImportableAgentEntitySummary
An agent entity that can be imported into Operations Insights.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(ImportableAgentEntitySummaryModelConverter))]
public class ImportableAgentEntitySummary
Properties
ManagementAgentDisplayName
Declaration
[Required(ErrorMessage = "ManagementAgentDisplayName is required.")]
[JsonProperty(PropertyName = "managementAgentDisplayName")]
public string ManagementAgentDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The Display Name of the Management Agent |
Remarks
Required
ManagementAgentId
Declaration
[Required(ErrorMessage = "ManagementAgentId is required.")]
[JsonProperty(PropertyName = "managementAgentId")]
public string ManagementAgentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Management Agent |
Remarks
Required