Namespace Oci.ApmtracesService.Models
Classes
AggregatedSnapshot
Aggregated snapshots of all spans.
AggregatedStackTrace
A branching tree with aggregated stack trace.
Attribute
Definition of an attribute which is a key-value pair.
AttributeMetadata
Definition of the attribute metadata.
AttributePinResponse
Response of an individual attribute item in the bulk pin operation.
AttributeResponse
Response of an individual attribute item in the bulk activate or deactivate operation.
AttributeUnpinResponse
Response of an individual attribute item in the bulk unpin operation.
AttributeUpdateNotesResponse
Response of an individual attribute item in the bulk update notes operation.
AttributeUpdateResponse
Response of an individual attribute item in the bulk update attribute operation.
AutoActivateStatus
Status of autoactivation for the given data key in the APM Domain.
AutoActivateToggleStatus
Response of a auto-activate toggle operation.
BulkActivateAttributeDetail
Object that contains the details about a single attribute in the bulk request to be activated. The attributeNameSpace and unit are optional parameters, and the attributeNameSpace will default to TRACES if it is not passed in.
BulkActivateAttributeDetails
Bulk request object containing the details of the attributes to be activated.
BulkActivationMetadata
Metadata about the bulk activation operation. The bulk activation operation is atomic and binary. If the processing of any of the attributes in the bulk activation request results in a processing or validation error, then none of the attributes in the request are activated. The bulk activation request succeeds only when all the attributes in the bulk activation request are processed and they get a successful attributeStatus back.
BulkActivationStatus
Response of a bulk attribute activation operation.
BulkDeActivateAttributeDetail
Object that contains the details about a single attribute to be deactivated.
BulkDeActivateAttributeDetails
Bulk request object containing the details of the attributes to be deactivated.
BulkDeActivationMetadata
Metadata about the bulk deactivation operation. The bulk deactivation operation is atomic and binary. If the processing of any of the attributes in the bulk deactivation request results in a processing or validation error, then none of the attributes in the request are deactivated. The bulk deactivation request succeeds only when all the attributes in the bulk deactivation request are processed and they get a successful attributeStatus back.
BulkDeActivationStatus
Response of a bulk attribute deactivation operation.
BulkPinAttributeDetail
Object that contains the details about a single attribute in the bulk request to be pinned.
BulkPinAttributeDetails
Bulk request object containing the details of the attributes to be pinned.
BulkPinMetadata
Metadata about the bulk pin operation. The bulk pin operation is atomic and binary. If the processing of any of the attributes in the bulk pin request results in a processing or validation error, then none of the attributes in the request are pinned.
BulkPinStatus
Response of a bulk attribute pin operation.
BulkUnpinAttributeDetail
Object that contains the details about a single attribute in the bulk request to be unpinned.
BulkUnpinAttributeDetails
Bulk request object containing the details of the attributes to be unpinned.
BulkUnpinMetadata
Metadata about the bulk unpin operation. The bulk unpin operation is atomic and binary. If the processing of any of the attributes in the bulk unpin request results in a processing or validation error, then none of the attributes in the request are unpinned.
BulkUnpinStatus
Response of a bulk attribute unpin operation.
BulkUpdateAttributeDetail
Object that contains the details about a single attribute in the bulk request for which properties are to be updated.
BulkUpdateAttributeDetails
Bulk request object containing the details of the attributes for which properties are to be updated.
BulkUpdateAttributeMetadata
Metadata about the bulk attribute update operation. The bulk attribute update operation is atomic and binary. If the processing of any of the attributes in the bulk attribute update request results in a processing or validation error, then none of the attributes updated.
BulkUpdateAttributeNotesDetail
Object that contains the details about a single attribute in the bulk request for which notes are to be updated.
BulkUpdateAttributeNotesDetails
Bulk request object containing the details of the attributes for which notes are to be updated.
BulkUpdateAttributeStatus
Response of a bulk update attribute operation.
BulkUpdateNotesMetadata
Metadata about the bulk update notes operation. The bulk update notes operation is atomic and binary. If the processing of any of the attributes in the bulk update notes request results in a processing or validation error, then none of the notes in the update notes request are updated.
BulkUpdateNotesStatus
Response of a bulk update notes operation.
CreateScheduledQueryDetails
Object that contains the details about the scheduled query to be created.
CustomMetric
Definition of the Custom Metric.
Log
Definition of a log object.
ObjectStorage
Definition of the object storage.
QueryDetails
Request object containing the query to be run against the trace data.
QueryResultMetadataSummary
Summary containing the metadata about the query result set.
QueryResultResponse
A response containing a collection of query rows (selected attributes and aggregations) filtered, grouped and sorted by the specified criteria from the query that is run, and the associated summary describing the corresponding query result metadata.
QueryResultRow
Object that represents a single row of the query result. It contains the queryResultRowData object that contains the actual data represented by the elements of the query result row, and a queryResultRowMetadata object that contains the metadata about the data contained in the query result row.
QueryResultRowTypeSummary
Summary of the datatype, unit and related metadata of an individual row element of a query result row that is returned.
QueryResultWarning
A warning message that can be included with a query result that provides information to the user.
QueryResultsGroupedBySummary
Summary of the attribute based on which the query results are grouped.
QueryResultsOrderedBySummary
Summary of the sort and order by attribute based on which the query results are organized.
QueryResultsTopologyInfo
The structure that provides the metadata of a topology query.
QueryResultsTopologyNodeInfo
The information about a node attribute.
QuickPickSummary
Summary of the Quick Pick query objects.
ScheduledQuery
Scheduled Query object.
ScheduledQueryCollection
A collection of scheduled queries in the APM Domain.
ScheduledQueryProcessingConfig
Definition of the scheduled query processing configuration.
ScheduledQuerySummary
Scheduled Query object.
SnapshotDetail
A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
Span
Definition of a span object.
SpanLog
Definition of a log which is a key-value pair of log data.
SpanLogCollection
Definition of span log collection object.
SpanSnapshot
Definition of a span snapshot object.
StackTraceElement
Stack trace element.
Streaming
Definition of the Stream.
Tag
Definition of a tag which is a key-value pair.
TagMetadata
Definition of the tag metadata.
ThreadSnapshot
Thread snapshot.
Trace
Definition of a trace object.
TraceServiceSummary
Summary of the spans in a trace by service.
TraceSnapshot
Definition of a trace snapshot object.
TraceSpanSummary
Summary of the information pertaining to the spans in the trace window that is being queried.
UpdateScheduledQueryDetails
Object that contains the details about the scheduled query to be updated.
Enums
AttributeMetadata.AttributeTypeEnum
AttributeMetadata.AttributeUnitEnum
AttributePinResponse.AttributeNameSpaceEnum
AttributePinResponse.AttributeStatusEnum
AttributePinResponse.OperationTypeEnum
AttributeResponse.AttributeNameSpaceEnum
AttributeResponse.AttributeStatusEnum
AttributeResponse.AttributeTypeEnum
AttributeResponse.OperationTypeEnum
AttributeResponse.UnitEnum
AttributeUnpinResponse.AttributeNameSpaceEnum
AttributeUnpinResponse.AttributeStatusEnum
AttributeUnpinResponse.OperationTypeEnum
AttributeUpdateNotesResponse.AttributeNameSpaceEnum
AttributeUpdateNotesResponse.AttributeStatusEnum
AttributeUpdateNotesResponse.OperationTypeEnum
AttributeUpdateResponse.AttributeNameSpaceEnum
AttributeUpdateResponse.AttributeStatusEnum
AttributeUpdateResponse.AttributeTypeEnum
AttributeUpdateResponse.OperationTypeEnum
AttributeUpdateResponse.UnitEnum
AutoActivateStatus.DataKeyEnum
AutoActivateStatus.StateEnum
AutoActivateToggleStatus.DataKeyEnum
AutoActivateToggleStatus.StateEnum
AutoActivateToggleStatus.StatusEnum
BulkActivateAttributeDetail.AttributeNameSpaceEnum
BulkActivateAttributeDetail.AttributeTypeEnum
BulkActivateAttributeDetail.UnitEnum
BulkActivationMetadata.OperationStatusEnum
BulkActivationMetadata.OperationTypeEnum
BulkDeActivateAttributeDetail.AttributeNameSpaceEnum
BulkDeActivationMetadata.OperationStatusEnum
BulkDeActivationMetadata.OperationTypeEnum
BulkPinAttributeDetail.AttributeNameSpaceEnum
BulkPinMetadata.OperationStatusEnum
BulkPinMetadata.OperationTypeEnum
BulkUnpinAttributeDetail.AttributeNameSpaceEnum
BulkUnpinMetadata.OperationStatusEnum
BulkUnpinMetadata.OperationTypeEnum
BulkUpdateAttributeDetail.AttributeNameSpaceEnum
BulkUpdateAttributeDetail.UnitEnum
BulkUpdateAttributeMetadata.OperationStatusEnum
BulkUpdateAttributeMetadata.OperationTypeEnum
BulkUpdateAttributeNotesDetail.AttributeNameSpaceEnum
BulkUpdateNotesMetadata.OperationStatusEnum
BulkUpdateNotesMetadata.OperationTypeEnum
LifecycleStates
Possible lifecycle states for Scheduled Query.
ScheduledQueryProcessingSubType
Sub type of the scheduled query.
ScheduledQueryProcessingType
A processing type for the scheduled query
ScheduledQueryRetentionCriteria
Retention crtieria for the scheduled query.
SortOrder
Sort orders.