AppDynamics · JSON-LD Context

Appdynamics Context

JSON-LD context defining the semantic vocabulary for Appdynamics from AppDynamics.

0 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

appd: https://appdynamics.com/ontology/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Application
Tier
Node
BusinessTransaction
Backend
HealthRule
MetricData
RequestSnapshot
DatabaseCollector
CloudConnection
AnalyticsEvent

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "appd": "https://appdynamics.com/ontology/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Application": {
      "@id": "appd:Application",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "applicationId": "appd:applicationId",
        "url": {
          "@id": "schema:url",
          "@type": "@id"
        }
      }
    },

    "Tier": {
      "@id": "appd:Tier",
      "@context": {
        "name": "schema:name",
        "tierId": "appd:tierId",
        "agentType": "appd:agentType",
        "numberOfNodes": "appd:numberOfNodes",
        "application": {
          "@id": "appd:belongsToApplication",
          "@type": "@id"
        }
      }
    },

    "Node": {
      "@id": "appd:Node",
      "@context": {
        "name": "schema:name",
        "nodeId": "appd:nodeId",
        "tier": {
          "@id": "appd:belongsToTier",
          "@type": "@id"
        },
        "machineId": "appd:machineId",
        "machineName": "appd:machineName",
        "machineOSType": "schema:operatingSystem",
        "agentType": "appd:agentType",
        "appAgentVersion": "schema:softwareVersion",
        "ipAddress": "appd:ipAddress"
      }
    },

    "BusinessTransaction": {
      "@id": "appd:BusinessTransaction",
      "@context": {
        "name": "schema:name",
        "transactionId": "appd:transactionId",
        "entryPointType": "appd:entryPointType",
        "tier": {
          "@id": "appd:detectedInTier",
          "@type": "@id"
        },
        "isBackground": "appd:isBackground"
      }
    },

    "Backend": {
      "@id": "appd:Backend",
      "@context": {
        "name": "schema:name",
        "backendId": "appd:backendId",
        "exitPointType": "appd:exitPointType",
        "properties": "appd:connectionProperties"
      }
    },

    "HealthRule": {
      "@id": "appd:HealthRule",
      "@context": {
        "name": "schema:name",
        "healthRuleId": "appd:healthRuleId",
        "enabled": "appd:enabled",
        "affectedEntityType": "appd:affectedEntityType",
        "evaluationMinutes": "appd:evaluationMinutes",
        "createdAt": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "modifiedAt": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "MetricData": {
      "@id": "appd:MetricData",
      "@context": {
        "metricName": "schema:name",
        "metricPath": "appd:metricPath",
        "metricId": "appd:metricId",
        "frequency": "appd:frequency",
        "values": {
          "@id": "appd:metricValues",
          "@container": "@set"
        }
      }
    },

    "RequestSnapshot": {
      "@id": "appd:RequestSnapshot",
      "@context": {
        "snapshotId": "appd:snapshotId",
        "requestGUID": "appd:requestGUID",
        "summary": "schema:description",
        "userExperience": "appd:userExperience",
        "timeTakenInMilliSecs": "appd:timeTakenInMilliSecs",
        "serverStartTime": {
          "@id": "appd:serverStartTime",
          "@type": "xsd:dateTime"
        },
        "url": {
          "@id": "schema:url",
          "@type": "@id"
        },
        "businessTransaction": {
          "@id": "appd:belongsToTransaction",
          "@type": "@id"
        }
      }
    },

    "DatabaseCollector": {
      "@id": "appd:DatabaseCollector",
      "@context": {
        "name": "schema:name",
        "collectorId": "appd:collectorId",
        "databaseType": "appd:databaseType",
        "hostname": "appd:hostname",
        "port": "appd:port",
        "databaseName": "appd:databaseName",
        "enabled": "appd:enabled",
        "agentName": "appd:agentName"
      }
    },

    "CloudConnection": {
      "@id": "appd:CloudConnection",
      "@context": {
        "displayName": "schema:name",
        "description": "schema:description",
        "connectionId": "appd:connectionId",
        "cloudProvider": "appd:cloudProvider",
        "state": "appd:connectionState",
        "createdAt": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updatedAt": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "AnalyticsEvent": {
      "@id": "appd:AnalyticsEvent",
      "@context": {
        "schemaName": "schema:name",
        "eventTime": {
          "@id": "appd:eventTime",
          "@type": "xsd:dateTime"
        }
      }
    }
  }
}