• Home
  • Dynatrace API
  • Configuration
  • Calculated metrics
  • Service
  • JSON models

Service metrics API - JSON models

Some JSON models of the Calculated service metrics API vary according to the type of some objects. Here you can find JSON models for each variation.

Variations of the ComparisonInfo object

BOOLEAN

BooleanComparisonInfo

The BooleanComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valueboolean

The value to compare to.

valuesboolean[]

The values to compare to.

json
{ "comparison": "EQUALS", "value": true, "negate": false, "type": "BOOLEAN" }

ESB_INPUT_NODE_TYPE

ESBInputNodeTypeComparisonInfo

The ESBInputNodeTypeComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • CALLABLE_FLOW_ASYNC_RESPONSE_NODE
  • CALLABLE_FLOW_INPUT_NODE
  • DATABASE_INPUT_NODE
  • DOTNET_INPUT_NODE
  • EMAIL_INPUT_NODE
  • EVENT_INPUT
  • EVENT_INPUT_NODE
  • FILE_INPUT_NODE
  • FTE_INPUT_NODE
  • HTTP_ASYNC_RESPONSE
  • JD_EDWARDS_INPUT_NODE
  • JMS_CLIENT_INPUT_NODE
  • LABEL_NODE
  • MQ_INPUT_NODE
  • PEOPLE_SOFT_INPUT_NODE
  • REST_ASYNC_RESPONSE
  • REST_REQUEST
  • SAP_INPUT_NODE
  • SCA_ASYNC_RESPONSE_NODE
  • SCA_INPUT_NODE
  • SIEBEL_INPUT_NODE
  • SOAP_INPUT_NODE
  • TCPIP_CLIENT_INPUT_NODE
  • TCPIP_CLIENT_REQUEST_NODE
  • TCPIP_SERVER_INPUT_NODE
  • TCPIP_SERVER_REQUEST_NODE
  • TIMEOUT_NOTIFICATION_NODE
  • WS_INPUT_NODE
valuesstring[]

The values to compare to.

The element can hold these values
  • CALLABLE_FLOW_ASYNC_RESPONSE_NODE
  • CALLABLE_FLOW_INPUT_NODE
  • DATABASE_INPUT_NODE
  • DOTNET_INPUT_NODE
  • EMAIL_INPUT_NODE
  • EVENT_INPUT
  • EVENT_INPUT_NODE
  • FILE_INPUT_NODE
  • FTE_INPUT_NODE
  • HTTP_ASYNC_RESPONSE
  • JD_EDWARDS_INPUT_NODE
  • JMS_CLIENT_INPUT_NODE
  • LABEL_NODE
  • MQ_INPUT_NODE
  • PEOPLE_SOFT_INPUT_NODE
  • REST_ASYNC_RESPONSE
  • REST_REQUEST
  • SAP_INPUT_NODE
  • SCA_ASYNC_RESPONSE_NODE
  • SCA_INPUT_NODE
  • SIEBEL_INPUT_NODE
  • SOAP_INPUT_NODE
  • TCPIP_CLIENT_INPUT_NODE
  • TCPIP_CLIENT_REQUEST_NODE
  • TCPIP_SERVER_INPUT_NODE
  • TCPIP_SERVER_REQUEST_NODE
  • TIMEOUT_NOTIFICATION_NODE
  • WS_INPUT_NODE
json
{ "comparison": "EQUALS", "value": "EVENT_INPUT_NODE", "negate": false, "type": "ESB_INPUT_NODE_TYPE" }

FAILED_STATE

FailedStateComparisonInfo

The FailedStateComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • FAILED
  • SUCCESSFUL
valuesstring[]

The values to compare to.

The element can hold these values
  • FAILED
  • SUCCESSFUL
json
{ "comparison": "EQUALS", "value": "SUCCESSFUL", "negate": false, "type": "FAILED_STATE " }

FAILURE_REASON

FailureReasonComparisonInfo

The FailureReasonComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • EXCEPTION_AT_ENTRY_NODE
  • EXCEPTION_ON_ANY_NODE
  • HTTP_CODE
  • REQUEST_ATTRIBUTE
  • SPAN_FAILURE
valuesstring[]

The values to compare to.

The element can hold these values
  • EXCEPTION_AT_ENTRY_NODE
  • EXCEPTION_ON_ANY_NODE
  • HTTP_CODE
  • REQUEST_ATTRIBUTE
  • SPAN_FAILURE
json
{ "comparison": "EQUALS", "value": "EXCEPTION_ON_ANY_NODE", "negate": false, "type": "FAILURE_REASON" }

FAST_STRING

FastStringComparisonInfo

The FastStringComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • CONTAINS
  • EQUALS
  • EQUALS_ANY_OF
valuestring

The value to compare to.

valuesstring[]

The values to compare to.

caseSensitiveboolean

The comparison is case-sensitive (true) or not case-sensitive (false).

json
{ "comparison": "CONTAINS", "value": "sample", "negate": false, "type": "FAST_STRING" }

FLAW_STATE

FlawStateComparisonInfo

The FlawStateComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • FLAWED
  • NOT_FLAWED
valuesstring[]

The values to compare to.

The element can hold these values
  • FLAWED
  • NOT_FLAWED
json
{ "comparison": "EQUALS", "value": "FLAWED", "negate": false, "type": "FLAW_STATE" }

HTTP_METHOD

HttpMethodComparisonInfo

The HttpMethodComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • CONNECT
  • DELETE
  • GET
  • HEAD
  • OPTIONS
  • PATCH
  • POST
  • PUT
  • TRACE
  • UNKNOWN
valuesstring[]

The values to compare to.

The element can hold these values
  • CONNECT
  • DELETE
  • GET
  • HEAD
  • OPTIONS
  • PATCH
  • POST
  • PUT
  • TRACE
  • UNKNOWN
json
{ "comparison": "EQUALS", "value": "POST", "negate": false, "type": "HTTP_METHOD" }

HTTP_STATUS_CLASS

HttpStatusClassComparisonInfo

The HttpStatusClassComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • C_1XX
  • C_2XX
  • C_3XX
  • C_4XX
  • C_5XX
  • NO_RESPONSE
valuesstring[]

The values to compare to.

The element can hold these values
  • C_1XX
  • C_2XX
  • C_3XX
  • C_4XX
  • C_5XX
  • NO_RESPONSE
json
{ "comparison": "EQUALS", "value": "C_2XX", "negate": false, "type": "HTTP_STATUS_CLASS" }

IIB_INPUT_NODE_TYPE

IIBInputNodeTypeComparisonInfo

The IIBInputNodeTypeComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • CALLABLE_FLOW_ASYNC_RESPONSE_NODE
  • CALLABLE_FLOW_INPUT_NODE
  • DATABASE_INPUT_NODE
  • DOTNET_INPUT_NODE
  • EMAIL_INPUT_NODE
  • EVENT_INPUT
  • EVENT_INPUT_NODE
  • FILE_INPUT_NODE
  • FTE_INPUT_NODE
  • HTTP_ASYNC_RESPONSE
  • JD_EDWARDS_INPUT_NODE
  • JMS_CLIENT_INPUT_NODE
  • LABEL_NODE
  • MQ_INPUT_NODE
  • PEOPLE_SOFT_INPUT_NODE
  • REST_ASYNC_RESPONSE
  • REST_REQUEST
  • SAP_INPUT_NODE
  • SCA_ASYNC_RESPONSE_NODE
  • SCA_INPUT_NODE
  • SIEBEL_INPUT_NODE
  • SOAP_INPUT_NODE
  • TCPIP_CLIENT_INPUT_NODE
  • TCPIP_CLIENT_REQUEST_NODE
  • TCPIP_SERVER_INPUT_NODE
  • TCPIP_SERVER_REQUEST_NODE
  • TIMEOUT_NOTIFICATION_NODE
  • WS_INPUT_NODE
valuesstring[]

The values to compare to.

The element can hold these values
  • CALLABLE_FLOW_ASYNC_RESPONSE_NODE
  • CALLABLE_FLOW_INPUT_NODE
  • DATABASE_INPUT_NODE
  • DOTNET_INPUT_NODE
  • EMAIL_INPUT_NODE
  • EVENT_INPUT
  • EVENT_INPUT_NODE
  • FILE_INPUT_NODE
  • FTE_INPUT_NODE
  • HTTP_ASYNC_RESPONSE
  • JD_EDWARDS_INPUT_NODE
  • JMS_CLIENT_INPUT_NODE
  • LABEL_NODE
  • MQ_INPUT_NODE
  • PEOPLE_SOFT_INPUT_NODE
  • REST_ASYNC_RESPONSE
  • REST_REQUEST
  • SAP_INPUT_NODE
  • SCA_ASYNC_RESPONSE_NODE
  • SCA_INPUT_NODE
  • SIEBEL_INPUT_NODE
  • SOAP_INPUT_NODE
  • TCPIP_CLIENT_INPUT_NODE
  • TCPIP_CLIENT_REQUEST_NODE
  • TCPIP_SERVER_INPUT_NODE
  • TCPIP_SERVER_REQUEST_NODE
  • TIMEOUT_NOTIFICATION_NODE
  • WS_INPUT_NODE
json
{ "comparison": "EQUALS", "value": "JMS_CLIENT_INPUT_NODE", "negate": false, "type": "IIB_INPUT_NODE_TYPE" }

NUMBER

NumberComparisonInfo

The NumberComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
  • GREATER_THAN
  • GREATER_THAN_OR_EQUAL
  • LOWER_THAN
  • LOWER_THAN_OR_EQUAL
valuenumber

The value to compare to.

valuesnumber[]

The values to compare to.

json
{ "comparison": "GREATER_THAN_OR_EQUAL", "value": {}, "negate": false, "type": "NUMBER" }

NUMBER_REQUEST_ATTRIBUTE

NumberRequestAttributeComparisonInfo

The NumberRequestAttributeComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
  • GREATER_THAN
  • GREATER_THAN_OR_EQUAL
  • LOWER_THAN
  • LOWER_THAN_OR_EQUAL
valuenumber

The value to compare to.

valuesnumber[]

The values to compare to.

requestAttributestring-
matchOnChildCallsboolean

If true, the request attribute is matched on child service calls.

Default is false.

sourcePropagationSource

Defines valid sources of request attributes for conditions or placeholders.

The PropagationSource object

Defines valid sources of request attributes for conditions or placeholders.

ElementTypeDescription
managementZonestring

Use only request attributes from services that belong to this management zone.. Use either this or serviceTag

serviceTagUniversalTag

Use only request attributes from services that have this tag. Use either this or managementZone

The UniversalTag object

Use only request attributes from services that have this tag. Use either this or managementZone

ElementTypeDescription
tagKeyUniversalTagKey-
valuestring

The value of the tag. Not applicable to custom tags.

If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used.

keystring

The key of the tag. For custom tags, put the tag value here.

The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags.

contextstring

The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the CONTEXTLESS value.

The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported, CONTEXTLESS set.

The element can hold these values
  • AWS
  • AWS_GENERIC
  • AZURE
  • CLOUD_FOUNDRY
  • CONTEXTLESS
  • ENVIRONMENT
  • GOOGLE_COMPUTE_ENGINE
  • KUBERNETES

The UniversalTagKey object

ElementTypeDescription
contextstring-
The element can hold these values
  • AWS
  • AWS_GENERIC
  • AZURE
  • CLOUD_FOUNDRY
  • CONTEXTLESS
  • ENVIRONMENT
  • GOOGLE_COMPUTE_ENGINE
  • KUBERNETES
keystring-
json
{ "comparison": "GREATER_THAN", "value": {}, "negate": false, "type": "NUMBER_REQUEST_ATTRIBUTE", "requestAttribute": "sample" }

SERVICE_TYPE

ServiceTypeComparisonInfo

The ServiceTypeComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • BACKGROUND_ACTIVITY
  • CICS_SERVICE
  • CUSTOM_SERVICE
  • DATABASE_SERVICE
  • ENTERPRISE_SERVICE_BUS_SERVICE
  • EXTERNAL
  • IBM_INTEGRATION_BUS_SERVICE
  • IMS_SERVICE
  • MESSAGING_SERVICE
  • RMI_SERVICE
  • RPC_SERVICE
  • UNIFIED_SERVICE
  • WEB_REQUEST_SERVICE
  • WEB_SERVICE
  • ZOS_CONNECT_SERVICE
valuesstring[]

The values to compare to.

The element can hold these values
  • BACKGROUND_ACTIVITY
  • CICS_SERVICE
  • CUSTOM_SERVICE
  • DATABASE_SERVICE
  • ENTERPRISE_SERVICE_BUS_SERVICE
  • EXTERNAL
  • IBM_INTEGRATION_BUS_SERVICE
  • IMS_SERVICE
  • MESSAGING_SERVICE
  • RMI_SERVICE
  • RPC_SERVICE
  • UNIFIED_SERVICE
  • WEB_REQUEST_SERVICE
  • WEB_SERVICE
  • ZOS_CONNECT_SERVICE
json
{ "comparison": "EQUALS", "value": "BACKGROUND_ACTIVITY", "negate": false, "type": "SERVICE_TYPE" }

STRING

StringComparisonInfo

The StringComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • BEGINS_WITH
  • BEGINS_WITH_ANY_OF
  • CONTAINS
  • ENDS_WITH
  • ENDS_WITH_ANY_OF
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
  • REGEX_MATCHES
valuestring

The value to compare to.

valuesstring[]

The values to compare to.

caseSensitiveboolean

The comparison is case-sensitive (true) or not case-sensitive (false).

json
{ "comparison": "ENDS_WITH", "value": "sample", "negate": false, "type": "STRING", "caseSensitive": false }

STRING_REQUEST_ATTRIBUTE

StringRequestAttributeComparisonInfo

The StringRequestAttributeComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • BEGINS_WITH
  • BEGINS_WITH_ANY_OF
  • CONTAINS
  • ENDS_WITH
  • ENDS_WITH_ANY_OF
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
  • REGEX_MATCHES
valuestring

The value to compare to.

valuesstring[]

The values to compare to.

requestAttributestring-
caseSensitiveboolean

The comparison is case-sensitive (true) or not case-sensitive (false).

matchOnChildCallsboolean

If true, the request attribute is matched on child service calls.

Default is false.

sourcePropagationSource

Defines valid sources of request attributes for conditions or placeholders.

The PropagationSource object

Defines valid sources of request attributes for conditions or placeholders.

ElementTypeDescription
managementZonestring

Use only request attributes from services that belong to this management zone.. Use either this or serviceTag

serviceTagUniversalTag

Use only request attributes from services that have this tag. Use either this or managementZone

The UniversalTag object

Use only request attributes from services that have this tag. Use either this or managementZone

ElementTypeDescription
tagKeyUniversalTagKey-
valuestring

The value of the tag. Not applicable to custom tags.

If a tag does have a separate key and value (in the textual representation they are split by the colon ‘:’), this field is set with the actual value. Key-value pairs can occur for automatically imported tags and tags set by rules if extractors are used.

keystring

The key of the tag. For custom tags, put the tag value here.

The key allows categorization of multiple tags. It is possible that there are multiple values for a single key which will all be represented as standalone tags. Therefore, the key does not have the semantic of a map key but is more like a key of a key-value tuple. In some cases, for example custom tags, the key represents the actual tag value and the value field is not set – those are called valueless tags.

contextstring

The origin of the tag, such as AWS or Cloud Foundry. For custom tags use the CONTEXTLESS value.

The context is set for tags that are automatically imported by OneAgent (for example, from the AWS console or environment variables). It’s useful for determining the origin of tags when not manually defined, and it also helps to prevent clashes with other existing tags. If the tag is not automatically imported, CONTEXTLESS set.

The element can hold these values
  • AWS
  • AWS_GENERIC
  • AZURE
  • CLOUD_FOUNDRY
  • CONTEXTLESS
  • ENVIRONMENT
  • GOOGLE_COMPUTE_ENGINE
  • KUBERNETES

The UniversalTagKey object

ElementTypeDescription
contextstring-
The element can hold these values
  • AWS
  • AWS_GENERIC
  • AZURE
  • CLOUD_FOUNDRY
  • CONTEXTLESS
  • ENVIRONMENT
  • GOOGLE_COMPUTE_ENGINE
  • KUBERNETES
keystring-
json
{ "comparison": "BEGINS_WITH", "value": "sample", "negate": false, "type": "STRING_REQUEST_ATTRIBUTE", "requestAttribute": "myAttribute", "caseSensitive": false }

TAG

TagComparisonInfo

The TagComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • TAG_KEY_EQUALS
  • TAG_KEY_EQUALS_ANY_OF
valueTagInfo

Tag of a Dynatrace entity.

valuesTagInfo[]

The values to compare to.

The TagInfo object

Tag of a Dynatrace entity.

ElementTypeDescription
contextstring

The origin of the tag, such as AWS or Cloud Foundry.

Custom tags use the CONTEXTLESS value.

The element can hold these values
  • AWS
  • AWS_GENERIC
  • AZURE
  • CLOUD_FOUNDRY
  • CONTEXTLESS
  • ENVIRONMENT
  • GOOGLE_CLOUD
  • KUBERNETES
keystring

The key of the tag.

Custom tags have the tag value here.

valuestring

The value of the tag.

Not applicable to custom tags.

json
{ "comparison": "EQUALS", "value": { "context": "CONTEXTLESS", "key": "myTag" }, "negate": false, "type": "TAG" }

ZOS_CALL_TYPE

ZosComparisonInfo

The ZosComparisonInfo object

Type-specific comparison for attributes. The actual set of fields depends on the type of the comparison. Find the list of actual objects in the description of the type field or see Service metrics API - JSON models.

ElementTypeDescription
comparisonstring

Operator of the comparision. You can reverse it by setting negate to true.

The element can hold these values
  • EQUALS
  • EQUALS_ANY_OF
  • EXISTS
valuestring

The value to compare to.

The element can hold these values
  • CTG
  • DPL
  • EXPLICIT_ADK
  • HTTP
  • IMS_CONNECT
  • IMS_CONNECT_API
  • IMS_ITRA
  • IMS_MSC
  • IMS_PGM_SWITCH
  • IMS_SHARED_QUEUES
  • IMS_TRANS_EXEC
  • MQ
  • SOAP
  • START
  • TTX
  • TX
  • UNKNOWN
  • ZOS_CONNECT
valuesstring[]

The values to compare to.

The element can hold these values
  • CTG
  • DPL
  • EXPLICIT_ADK
  • HTTP
  • IMS_CONNECT
  • IMS_CONNECT_API
  • IMS_ITRA
  • IMS_MSC
  • IMS_PGM_SWITCH
  • IMS_SHARED_QUEUES
  • IMS_TRANS_EXEC
  • MQ
  • SOAP
  • START
  • TTX
  • TX
  • UNKNOWN
  • ZOS_CONNECT
json
{ "comparison": "EQUALS", "value": "IMS_CONNECT_API", "negate": false, "type": "ZOS_CALL_TYPE" }