{ "name": "Dynatrace Environment API v1", "uid": "a5e8YxtWSFuijRqkXYFGd", "version": "1", "items": [ { "uid": "NXFF9yeP4vrY0cd4QD6Wp", "name": "Anonymization", "type": "folder", "items": [ { "uid": "bpvjaHp1dRryUcJ53zUup", "name": "Creates user session anonymization job", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/anonymize/anonymizationJobs", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "kY7Vf8TT96PT6joSIm4nk", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "3mDBxH5u0jgPPZ7afVA6G", "name": "startTimestamp", "value": "", "description": "The start timestamp of the user session to anonymize, in UTC milliseconds.\n\nIf not set the earliest available time is used.", "type": "query" }, { "uid": "1oMS37limghHgDcCeWTAD", "name": "endTimestamp", "value": "", "description": "The end timestamp of the user session to anonymize, in UTC milliseconds.\n\nIf not set the current time is used.", "type": "query" }, { "uid": "BPBt4713n8qflggYrobSQ", "name": "userIds", "value": "", "description": "The UserID of the user to anonymize.\n\nYou can specify several IDs, in the following format: `userIds=user1&userIds=user2`.", "type": "query" }, { "uid": "dfNFCXXO4O3zJvsLhtdvF", "name": "ips", "value": "", "description": "The IP address of the user to anonymize. All user sessions from this IP will be anonymized.\n\nYou can specify several IPs, in the following format: `ips=ip1&ips=ip2`.", "type": "query" }, { "uid": "mYS5RHueahcXckdlAK0pT", "name": "internalApplicationId", "value": "", "description": "The internal application ID used to identify sessions that should be anonymized.\n\nAll user sessions that contain at least one user action, event or error with the given application ID will be anonymized.\n\nIf you specify additional fields to be anonymized on user actions or events, only those user actions and events with the corresponding application ID will be anonymized.", "type": "query" }, { "uid": "bP7VjzENDmaqeGCNZil1g", "name": "additionalField", "value": "", "description": "A list of fields to be anonymized.\n\nYou can specify several fields, in the following format: `additionalField=field1&additionalField=field2`.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "4KC4LJzyistlEBCIrnfgm", "name": "Shows the progress of the specified anonymization job", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/anonymize/anonymizationJobs/:requestId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "5OIbGrHIll9TYQYedfwTa", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "khGXow1O5qdUxQBMA6Bw4", "name": "requestId", "value": "", "description": "The ID of the required anonymization job.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 } ] }, { "uid": "ZuvFzP7BrOBvJLIfa4R0W", "name": "Cluster config", "type": "folder", "items": [ { "uid": "K0sFrnKoTq1JZeg3x5Ms8", "name": "Gets the cluster id of the Dynatrace server", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/config/clusterid", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "1qqPdM3SXcACyHLzySuMS", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "H7HixL74t95i6gQhG6GDd", "name": "Gets the current version of the Dynatrace server", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/config/clusterversion", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "xCKaPPoL3Pckpy1EGTgBu", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 } ] }, { "uid": "2rYdw2kWHZXytQqzQGZ3O", "name": "Deployment", "type": "folder", "items": [ { "uid": "vzUJGolXnU1FSwt7gRUil", "name": "Downloads BOSH release tarballs of the specified version, OneAgent included", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/boshrelease/agent/:osType/version/:version", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "ZSaotgcvxYvwbKdwOdB2R", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "OOJ4fnJktRTxp2B0Az8IV", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "AcE2jc2aY8A4nfFcJV4hk", "name": "version", "value": "", "description": "The required version of the OneAgent in the `1.155.275.20181112-084458` format. \n\nYou can retrieve the list of available versions with the [**GET available versions of BOSH tarballs**](https://dt-url.net/j703kdn) call.", "enabled": true, "type": "path" }, { "uid": "Uz8BJ2ezNFOZ2Vi6U4WvI", "name": "skipMetadata", "value": "", "description": "Set `true` to omit the OneAgent connectivity information from the installer. \n\n If not set, `false` is used.", "type": "query" }, { "uid": "DerExhmdBAQ4MPyGvIcHQ", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "Obsfe4JAg6wGngraUqkxd", "name": "Gets the checksum of the specified BOSH release tarball", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/boshrelease/agent/:osType/version/:version/checksum", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "dyjJbE26veDFdBT6XV4Gs", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "QNELc2LnyBtFUOqYLzwRd", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "wRLXhCmJoPDWV9mokSGze", "name": "version", "value": "", "description": "The required version of the OneAgent in the `1.155.275.20181112-084458` format. \n\nYou can retrieve the list of available versions with the [**GET available versions of BOSH tarballs**](https://dt-url.net/j703kdn) call.", "enabled": true, "type": "path" }, { "uid": "YBmTZ4OQ2E05AXpZE6RdR", "name": "skipMetadata", "value": "", "description": "Set `true` to omit the OneAgent connectivity information from the installer. \n\n If not set, `false` is used.", "type": "query" }, { "uid": "C0mXc4mrewgmOP0c3X1Xo", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "RhkgOifT6MGkbWXMuajRH", "name": "Gets the list of available OneAgent versions for BOSH release tarballs", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/boshrelease/versions/:osType", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "2dGVGBVUG2qY4exdOFtse", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "q8eC7A8M9Dg1lKXUQnM4I", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "ee2379oRFlz6w7OIwMwUo", "name": "Gets the latest available Agent image", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/image/agent/:agentImageType/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "kknCYLtEw4Ti6WU0XtT1u", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "l7ljFN8rOLXj6Uk2nc8QD", "name": "agentImageType", "value": "", "description": "Agent Type", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "6LduVnnWBBGo4bzubbPBl", "name": "Gets the latest available ActiveGate image", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/image/gateway/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "BhIQ3Y84f2n29Vn4H6uut", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 }, { "uid": "ZB1o6C2jXYWKlZc8OmDrV", "name": "Gets the connectivity information for OneAgent", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/connectioninfo", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "OXOFGw4PhxFB2uXdpa3Lv", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "zxAe4Q5XvSamUwnnvXaxd", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" }, { "uid": "qlTJrPNrIB2ci1kEIZKAA", "name": "defaultZoneFallback", "value": "", "description": "Set `true` to perform a fallback to the default network zone if the provided network zone does not exist.", "type": "query" }, { "uid": "MPADiIoBUJRJaf45xFDFs", "name": "version", "value": "", "description": "The version of the OneAgent for which you're requesting connectivity information, in the `1.221` format. \n\nSet this parameter to get the best format of endpoint list for optimal performance.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 6 }, { "uid": "GLwsFjdyDhJwgJtJVO7va", "name": "Gets the list of the ActiveGate-Endpoints to be used for Agents ordered by networkzone-priorities.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/connectioninfo/endpoints", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "GlcJyEtUTcUgKLLN0udC1", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "JSgRYLAzrfCnRrB0QAaPg", "name": "networkZone", "value": "", "description": "", "type": "query" }, { "uid": "DozgPqpTUT3qNE3Q8of9Z", "name": "defaultZoneFallback", "value": "", "description": "Set `true` to perform a fallback to the default network zone if the provided network zone does not exist.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 7 }, { "uid": "NySEfy67blrqkSKpKGpor", "name": "Gets the latest process module config", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/processmoduleconfig", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "HXRhvbL9wACPdIcCKPuGE", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "zjsAQAawlYXPozx5inaIW", "name": "revision", "value": "", "description": "The previously received revision to compare against.", "type": "query" }, { "uid": "jRIZVx3Dyk9kRoDpYF6ic", "name": "sections", "value": "", "description": "A list of comma-separated section identifiers to retrieve values for. Supported sections are 'general' and 'agentType'. Defaults to 'general'.", "type": "query" }, { "uid": "N4g6Y4Urie36eR004VcOi", "name": "hostgroup", "value": "", "description": "The name of the host group the process is part of.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 8 }, { "uid": "kvr48hit1G09eSvdbKSAP", "name": "Lists all available versions of OneAgent installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/versions/:osType/:installerType", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "SM50WPR2jbpEiqx24sQVO", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "JkN30v4hInZZSuT7Vj2et", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "y2MpF8n9ZmJuFrZ8RaqhA", "name": "installerType", "value": "", "description": "The type of the installer: \n\n* `default`: Self-extracting installer for manual installation. Downloads an `.exe` file for Windows or an `.sh` file for Unix. \n* `default-unattended`: Self-extracting installer for unattended installation. Windows only. Downloads a `.zip` archive, containing the `.msi` installer and the batch file. This option is deprecated with OneAgent version 1.173 \n* `mainframe`: Downloads all code modules for z/OS combined in a single `*.pax` archive. \n* `paas`: Code modules installer. Downloads a `*.zip` archive, containing the `manifest.json` file with meta information or a `.jar` file for z/OS. \n* `paas-sh`: Code modules installer. Downloads a self-extracting shell script with the embedded `tar.gz` archive.", "enabled": true, "type": "path" }, { "uid": "JvvLJj2JW2jpc5SfZWlEg", "name": "flavor", "value": "", "description": "The flavor of your Linux distribution: \n\n* `musl` for Linux distributions, which are using the musl C standard library, for example Alpine Linux. \n* `multidistro` for Linux distributions, which are using musl C and glibc standard library. \n\n* `default` for Linux distributions, which are using glibc standard library. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "OPjJrQGcSXiXEIbJLqFJt", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Use this value for AIX and z/OS. Defaults to `x86` for other OS types. \n* `x86`: x86 architecture.\n* `ppc`: PowerPC architecture, only supported for AIX.\n* `ppcle`: PowerPC Little Endian architecture, only supported for Linux.\n* `sparc`: Sparc architecture, only supported for Solaris. \n\n* `arm`: ARM architecture, only supported for Linux. \n\n* `s390`: S/390 architecture, only supported for Linux. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 9 }, { "uid": "zu02LN2JVHM6gRNfXl8WI", "name": "Downloads the latest OneAgent installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/:osType/:installerType/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "bAdnth8wpVj453nAOqt1O", "name": "If-None-Match", "value": "", "description": "The ETag of the previous request. Do not download if it matches the ETag of the installer." }, { "uid": "BStYHRhmLTljFcUIZWW13", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "JZYDa2aQFiUbkwMZNFvqF", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "7heQtzMWIbqVXheRXr5Lb", "name": "installerType", "value": "", "description": "The type of the installer: \n\n* `default`: Self-extracting installer for manual installation. Downloads an `.exe` file for Windows or an `.sh` file for Unix. \n* `default-unattended`: Self-extracting installer for unattended installation. Windows only. Downloads a `.zip` archive, containing the `.msi` installer and the batch file. This option is deprecated with OneAgent version 1.173 \n* `mainframe`: Downloads all code modules for z/OS combined in a single `*.pax` archive. \n* `paas`: Code modules installer. Downloads a `*.zip` archive, containing the `manifest.json` file with meta information or a `.jar` file for z/OS. \n* `paas-sh`: Code modules installer. Downloads a self-extracting shell script with the embedded `tar.gz` archive.", "enabled": true, "type": "path" }, { "uid": "Al2LPsFH3kuWhV6uFambI", "name": "flavor", "value": "", "description": "The flavor of your Linux distribution: \n\n* `musl` for Linux distributions, which are using the musl C standard library, for example Alpine Linux. \n* `multidistro` for Linux distributions, which are using musl C and glibc standard library. \n\n* `default` for Linux distributions, which are using glibc standard library. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "zxLek6clhxMqXtj6cYqwZ", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Use this value for AIX and z/OS. Defaults to `x86` for other OS types. \n* `x86`: x86 architecture.\n* `ppc`: PowerPC architecture, only supported for AIX.\n* `ppcle`: PowerPC Little Endian architecture, only supported for Linux.\n* `sparc`: Sparc architecture, only supported for Solaris. \n\n* `arm`: ARM architecture, only supported for Linux. \n\n* `s390`: S/390 architecture, only supported for Linux. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "85sckD8mxLKrSymXoeFCp", "name": "bitness", "value": "", "description": "The bitness of your OS. Must be supported by the OS. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "VySoWdGxAuLgCtfGhkr8y", "name": "include", "value": "", "description": "The code modules to be included to the installer. You can specify several modules in the following format: `include=java&include=dotnet`. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "8fd95ijDAlWZogr6heUJt", "name": "skipMetadata", "value": "", "description": "Set `true` to omit the OneAgent connectivity information from the installer. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "W3TvPYSIMyVTy4OtLm1Pn", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 10 }, { "uid": "6QlSRlE7AenibOOJcPUUF", "name": "Gets the latest available version of a OneAgent installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/:osType/:installerType/latest/metainfo", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "TYVCRvxSMY07tXTjhXbwn", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "tZRqdd6acJTMvBo8rrG42", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "OQoKj4Ug18Grm5AL65ZBf", "name": "installerType", "value": "", "description": "The type of the installer: \n\n* `default`: Self-extracting installer for manual installation. Downloads an `.exe` file for Windows or an `.sh` file for Unix. \n* `default-unattended`: Self-extracting installer for unattended installation. Windows only. Downloads a `.zip` archive, containing the `.msi` installer and the batch file. This option is deprecated with OneAgent version 1.173 \n* `mainframe`: Downloads all code modules for z/OS combined in a single `*.pax` archive. \n* `paas`: Code modules installer. Downloads a `*.zip` archive, containing the `manifest.json` file with meta information or a `.jar` file for z/OS. \n* `paas-sh`: Code modules installer. Downloads a self-extracting shell script with the embedded `tar.gz` archive.", "enabled": true, "type": "path" }, { "uid": "U3xK9EvNp40uHjdWV6EMr", "name": "flavor", "value": "", "description": "The flavor of your Linux distribution: \n\n* `musl` for Linux distributions, which are using the musl C standard library, for example Alpine Linux. \n* `multidistro` for Linux distributions, which are using musl C and glibc standard library. \n\n* `default` for Linux distributions, which are using glibc standard library. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "uXW3LEr6koHA6bRFjnmVL", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Use this value for AIX and z/OS. Defaults to `x86` for other OS types. \n* `x86`: x86 architecture.\n* `ppc`: PowerPC architecture, only supported for AIX.\n* `ppcle`: PowerPC Little Endian architecture, only supported for Linux.\n* `sparc`: Sparc architecture, only supported for Solaris. \n\n* `arm`: ARM architecture, only supported for Linux. \n\n* `s390`: S/390 architecture, only supported for Linux. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "BzOCvE0uLfcRZnYfsrzl2", "name": "bitness", "value": "", "description": "The bitness of your OS. Must be supported by the OS. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 11 }, { "uid": "Xg3w1Koct2aKrMrkbm2Gd", "name": "Downloads OneAgent installer of the specified version", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/:osType/:installerType/version/:version", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "fnRctfinppOjHo7o1tzVd", "name": "If-None-Match", "value": "", "description": "The ETag of the previous request. Do not download if it matches the ETag of the installer." }, { "uid": "Hr1A80RQoDLq3L1MJ9nmh", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "RmB8LNZTkTcanIpM66ag7", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "ovWodHG9C6981D8HHQDUf", "name": "installerType", "value": "", "description": "The type of the installer: \n\n* `default`: Self-extracting installer for manual installation. Downloads an `.exe` file for Windows or an `.sh` file for Unix. \n* `default-unattended`: Self-extracting installer for unattended installation. Windows only. Downloads a `.zip` archive, containing the `.msi` installer and the batch file. This option is deprecated with OneAgent version 1.173 \n* `mainframe`: Downloads all code modules for z/OS combined in a single `*.pax` archive. \n* `paas`: Code modules installer. Downloads a `*.zip` archive, containing the `manifest.json` file with meta information or a `.jar` file for z/OS. \n* `paas-sh`: Code modules installer. Downloads a self-extracting shell script with the embedded `tar.gz` archive.", "enabled": true, "type": "path" }, { "uid": "ULl3IC8WcTaBcgxIgY5fl", "name": "version", "value": "", "description": "The required version of the OneAgent in `1.155.275.20181112-084458` format. \n\nYou can retrieve the list of available versions with the [**GET available versions of OneAgent**](https://dt-url.net/fo23rb5) call.", "enabled": true, "type": "path" }, { "uid": "aoS9YoVnOg6LbQZVw2Szy", "name": "flavor", "value": "", "description": "The flavor of your Linux distribution: \n\n* `musl` for Linux distributions, which are using the musl C standard library, for example Alpine Linux. \n* `multidistro` for Linux distributions, which are using musl C and glibc standard library. \n\n* `default` for Linux distributions, which are using glibc standard library. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "YXLXsvHbS093PqXS3Xvg4", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Use this value for AIX and z/OS. Defaults to `x86` for other OS types. \n* `x86`: x86 architecture.\n* `ppc`: PowerPC architecture, only supported for AIX.\n* `ppcle`: PowerPC Little Endian architecture, only supported for Linux.\n* `sparc`: Sparc architecture, only supported for Solaris. \n\n* `arm`: ARM architecture, only supported for Linux. \n\n* `s390`: S/390 architecture, only supported for Linux. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "JHNNeGuKm4v1XON5m8JwK", "name": "bitness", "value": "", "description": "The bitness of your OS. Must be supported by the OS. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "fP6IF28nk6J1gjXu4Rl8g", "name": "include", "value": "", "description": "The code modules to be included to the installer. You can specify several modules in the following format: `include=java&include=dotnet`. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "ZnT7dF3vvsqhiW4zGjyWW", "name": "skipMetadata", "value": "", "description": "Set `true` to omit the OneAgent connectivity information from the installer. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "yN4BvKXJcPHpqHJL8XK9B", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 12 }, { "uid": "vR7UW0kXST21a62Q8pZBn", "name": "Gets the checksum of a non-customized OneAgent installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/agent/:osType/:installerType/version/:version/checksum", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "i4k5GW0LmNQsGziAiwqdQ", "name": "If-None-Match", "value": "", "description": "The ETag of the previous request. Do not download if it matches the ETag of the installer." }, { "uid": "GOTy7F59o01o6S5tPSsfZ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "TThFbEDGAV2J1kjLDKcLi", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "sgzJ2BdenPoYuJ1lcgsSA", "name": "installerType", "value": "", "description": "The type of the installer.", "enabled": true, "type": "path" }, { "uid": "l6KE0NNRKqDjTwmkbREcQ", "name": "version", "value": "", "description": "The required version of the OneAgent in `1.155.275.20181112-084458` format. \n\nYou can retrieve the list of available versions with the [**GET available versions of OneAgent**](https://dt-url.net/fo23rb5) call.", "enabled": true, "type": "path" }, { "uid": "R2NUldcqrCYRfdjwe6PnA", "name": "flavor", "value": "", "description": "The flavor of your Linux distribution: \n\n* `musl` for Linux distributions, which are using the musl C standard library, for example Alpine Linux. \n* `multidistro` for Linux distributions, which are using musl C and glibc standard library. \n\n* `default` for Linux distributions, which are using glibc standard library. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "kLoxGIMK6Zer23cFC1kYO", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Use this value for AIX and z/OS. Defaults to `x86` for other OS types. \n* `x86`: x86 architecture.\n* `ppc`: PowerPC architecture, only supported for AIX.\n* `ppcle`: PowerPC Little Endian architecture, only supported for Linux.\n* `sparc`: Sparc architecture, only supported for Solaris. \n\n* `arm`: ARM architecture, only supported for Linux. \n\n* `s390`: S/390 architecture, only supported for Linux. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "Xyhoy9LqEKFH0luuFzoV2", "name": "bitness", "value": "", "description": "The bitness of your OS. Must be supported by the OS. \n\n Only applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "WcBWSknFnpzD0e8J07wDt", "name": "include", "value": "", "description": "The code modules to be included to the installer. You can specify several modules in the following format: `include=java&include=dotnet`. \n\nOnly applicable to the `paas` and `paas-sh` installer types.", "type": "query" }, { "uid": "BO42zUhj8SiCTlj2xPNVC", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 13 }, { "uid": "7Ouo2EdnObmL4ZqYLxYGe", "name": "Gets the connectivity information for Environment ActiveGate", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/gateway/connectioninfo", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "c5irma9TEWU4EwQ1lmHkM", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "wbbzjfduGP2dhaiJ2EdUo", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with.", "type": "query" }, { "uid": "Zf4irIT2s5GMQHRhVPsdQ", "name": "defaultZoneFallback", "value": "", "description": "Set `true` to perform a fallback to the default network zone if the provided network zone does not exist.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 14 }, { "uid": "f29ycu3cv0hOu4gTVtvcB", "name": "Lists all available versions of ActiveGate installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/gateway/versions/:osType", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "N1KDlJLhtOCf341BGWTOI", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "GEWhbdW8YYu68bnqf0fkQ", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "a0vkCO6rMRhrcVB3nmOPJ", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Defaults to `amd64`. \n* `amd64`: amd64 architecture.\n* `s390`: S/390 architecture, only supported for Linux. \n* `arm64`: arm64 architecture, only supported for Linux. \n\n", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 15 }, { "uid": "SgNWBGBErOzmCj6Gk3QeZ", "name": "Downloads the configured standard ActiveGate installer of the latest version for the specified OS", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/gateway/:osType/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "t09OzueBk0eeMxZBslZl3", "name": "If-None-Match", "value": "", "description": "The ETag of the previous request. Do not download if it matches the ETag of the installer." }, { "uid": "bABCrTZnjELum5ChTFhD6", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "XE2GrHVshPaK7vTb0Gq0R", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "jpIk5RS7B18mXb7vq2dUD", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with. Provided network zone must exist, otherwise the request will fail. Requires at least ActiveGate version 1.247.", "type": "query" }, { "uid": "SNfxAiE7S5R7CRHdT70vY", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Defaults to `amd64`. \n* `amd64`: amd64 architecture.\n* `s390`: S/390 architecture, only supported for Linux. \n* `arm64`: arm64 architecture, only supported for Linux. \n\n", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 16 }, { "uid": "DrNmwPnKkhxK044USAkmF", "name": "Gets the latest available version of an ActiveGate installer", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/gateway/:osType/latest/metainfo", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "lzeVOOsqkLIJ4nV89AiNX", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "oyV2edwQHsQmaooa0sKb0", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "JQJmqG2f3fEJJhEZExeVg", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Defaults to `amd64`. \n* `amd64`: amd64 architecture.\n* `s390`: S/390 architecture, only supported for Linux. \n* `arm64`: arm64 architecture, only supported for Linux. \n\n", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 17 }, { "uid": "sHnE9SNv3lTbGO4h2snoc", "name": "Downloads the ActiveGate installer of the specified version", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/installer/gateway/:osType/version/:version", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "1dR78ANFbuUtXKBq16jm9", "name": "If-None-Match", "value": "", "description": "The ETag of the previous request. Do not download if it matches the ETag of the installer." }, { "uid": "DyVFhfWYYds6jZO95bEgj", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "xL5zXUZuwpdwEHuCRFr1F", "name": "osType", "value": "", "description": "The operating system of the installer.", "enabled": true, "type": "path" }, { "uid": "cysnzwEAavVPWamILn71W", "name": "version", "value": "", "description": "The required version of the ActiveGate installer, in `1.155.275.20181112-084458` format. \n\nYou can retrieve the list of available versions with the [**GET available versions of ActiveGate**](https://dt-url.net/kh43rha) call.", "enabled": true, "type": "path" }, { "uid": "ie2GUNZ7988oM3M1H1QtB", "name": "networkZone", "value": "", "description": "The network zone you want the result to be configured with. Provided network zone must exist, otherwise the request will fail. Requires at least ActiveGate version 1.247.", "type": "query" }, { "uid": "bnlUuY1Y33WYUZyZcA3vS", "name": "arch", "value": "", "description": "The architecture of your OS: \n\n* `all`: Defaults to `amd64`. \n* `amd64`: amd64 architecture.\n* `s390`: S/390 architecture, only supported for Linux. \n* `arm64`: arm64 architecture, only supported for Linux. \n\n", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 18 }, { "uid": "meclmikTleVtGKOTMv2F5", "name": "Get the latest version names of the OneAgent for AWS Lambda", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/lambda/agent/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "sTfWpafm9nvVjJZjv4UNt", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 19 }, { "uid": "IGiuYNO25gf2uzAdRQLvk", "name": "Downloads the latest OneAgent deployment orchestration tarball", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/orchestration/agent/:orchestrationType/latest", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "RhZ7b15TN0fZ4kIFn2Yru", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "asZZ6imuhnL0O4yhXauuR", "name": "orchestrationType", "value": "", "description": "The Orchestration Type of the orchestration deployment script.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 20 }, { "uid": "h2vxqtsF42ewAE9HzmnfG", "name": "Downloads the latest OneAgent deployment orchestration tarball's signature", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/orchestration/agent/:orchestrationType/latest/signature", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "z1E3W8eNLNrZAquonH9Lj", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "fP5pkvoaPRbPGpIlGM36Z", "name": "orchestrationType", "value": "", "description": "The Orchestration Type of the orchestration deployment script.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 21 }, { "uid": "zKj0Co0eUXQE3b1ebH64p", "name": "Downloads the requested version matching OneAgent deployment orchestration tarball", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/orchestration/agent/:orchestrationType/version/:version", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "OdV0Vv3fckiSNfsblmgaN", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "HcfBGwSd7Au3GDqRH4ojh", "name": "orchestrationType", "value": "", "description": "The Orchestration Type of the orchestration deployment script.", "enabled": true, "type": "path" }, { "uid": "E7maAQkaugouGyOL6wOwF", "name": "version", "value": "", "description": "The requested version of the OneAgent orchestration deployment tarball in `0.1.0.20200925-120822` format.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 22 }, { "uid": "qzSKYqe1fwfOQ6yIdnvFh", "name": "Downloads the requested version matching OneAgent deployment orchestration tarball's signature", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/orchestration/agent/:orchestrationType/version/:version/signature", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "uL7MGQdmh3dJNlkoD2SK5", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "RjABpKL3ALMWtVIPoaJNk", "name": "orchestrationType", "value": "", "description": "The Orchestration Type of the orchestration deployment script.", "enabled": true, "type": "path" }, { "uid": "rnJdJRPqwt4DQjNrBrGRg", "name": "version", "value": "", "description": "The requested version of the OneAgent deployment orchestration tarball in `0.1.0.20200925-120822` format.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 23 }, { "uid": "zRWqU5qTv5V3hCL4JgwGS", "name": "Gets public endpoints", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/deployment/public/network", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "FhoTbWvfqjE5kHWRnaFvx", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 24 } ] }, { "uid": "Iaqt4EMwKj06rx6SjFOFo", "name": "Topology & Smartscape - Application", "type": "folder", "items": [ { "uid": "hUR92LC6L4YuA6Myubre1", "name": "Gets the list of all applications in your environment along with their parameters", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/applications", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "q46ubkPEOaG6CzUWWAbMI", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "KVqexgg5sXmsjHEMQ8e17", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "1kUoh4GOBlPgLbdFB1O5E", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 3 days.", "type": "query" }, { "uid": "3KwDWyhMewCzw4roorhWy", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.", "type": "query" }, { "uid": "ZKheRRJLG8RieMdjyNRtA", "name": "tag", "value": "", "description": "Filters the resulting set of applications by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The application has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "zWJkXaC3jVWiLTbbJvXw4", "name": "entity", "value": "", "description": "Filters result to the specified applications only. \n\n To specify several applications use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "dnUl2Cq8SmPfP9co1f1HD", "name": "managementZone", "value": "", "description": "Only return applications that are part of the specified management zone.", "type": "query" }, { "uid": "iNQKkEQBsQc5hRUU5AYnf", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "N9cBg4U6XXfL3vPKT5V5R", "name": "pageSize", "value": "", "description": "The number of applications per result page. \n\n If not set, pagination is not used and the result contains all applications fitting the specified filtering criteria.", "type": "query" }, { "uid": "ia2s7PlLn1aT08mmZegQn", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results. You can find it in the **Next-Page-Key** header of the previous response. \n\nIf you're using pagination, the first page is always returned without this cursor. \n\nYou must keep all other query parameters as they were in the first request to obtain subsequent pages.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "CKuGmJigwSUw0K2Kqmq6U", "name": "Gets parameters of the specified application", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/applications/:meIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "g8Zam35fRF1CCBdN4TBI2", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "wIWho5Z0OtYgHbZLPb8iG", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required application.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "R3Fuwgs3cMCazvJOMVPBM", "name": "Updates parameters of the specified application", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/applications/:meIdentifier", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "RapxLflx4XeFIRPie7cU3", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "mAkXBFUQtuxJlmBCZ0dfu", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the application you want to update.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "ZUzydBWuorN9m82b7saNP", "name": "Gets baseline data for the specified application | maturity=EARLY_ADOPTER", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/applications/:meIdentifier/baseline", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "s5icI98icL7N7FazAOVuk", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "mf5ZfrzDgYSjscND49GKf", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required application.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 } ] }, { "uid": "Kb4QLBaY3KxwkOiWwQZao", "name": "Topology & Smartscape - Custom device", "type": "folder", "items": [ { "uid": "wGr5zBkXxODlH5FkovBNX", "name": "Creates or updates a custom device, or reports metric data points to the custom device.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/custom/:customDeviceId", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "76hbKbhC1wDWFF4Q7NnMm", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Oy4MhBWZFnr3IIwsCMxK2", "name": "customDeviceId", "value": "", "description": "The ID of the custom device. \n\n If you use the ID of an existing device, the respective parameters will be updated. \n\nDon't use Dynatrace entity ID here.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 } ] }, { "uid": "YtthfH8B4TV3AKMhRsdlF", "name": "Topology & Smartscape - Host", "type": "folder", "items": [ { "uid": "HATbooX8Me8FY9YKWGB6o", "name": "Lists all available hosts in your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/hosts", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "G7HnCtb5L5WWDDiQCI1iq", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "1mcw8BLiGYt1r617C6ZUW", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "xrSftMKLLnkkehQcJ7hUk", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 3 days.", "type": "query" }, { "uid": "9nJGeIfA1145C0dN2vSWz", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.", "type": "query" }, { "uid": "OdrGONevPwQzU6H1rpAiC", "name": "tag", "value": "", "description": "Filters the resulting set of hosts by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The host has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "nRshmzrsL2mvNEi4qn2mX", "name": "showMonitoringCandidates", "value": "", "description": "Includes (`true`) or excludes (`false`) a monitoring candidate in the response. \n\nMonitoring candidates are network entities that are detected but not monitored.", "type": "query" }, { "uid": "ydkPwz9uNcOMnYY65QQhE", "name": "entity", "value": "", "description": "Filters result to the specified hosts only. \n\n To specify several hosts use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "9QETMBdOShY7W8TBCBXYW", "name": "managementZone", "value": "", "description": "Only return hosts that are part of the specified management zone.", "type": "query" }, { "uid": "347IyNsOoo0X9m3eCsSdb", "name": "hostGroupId", "value": "", "description": "Filters the resulting set of hosts by the specified host group. \n\n Specify the Dynatrace IDs of the host group you're interested in.", "type": "query" }, { "uid": "lYQQZnVvC5uMfRI1DjTIu", "name": "hostGroupName", "value": "", "description": "Filters the resulting set of hosts by the specified host group. \n\n Specify the name of the host group you're interested in.", "type": "query" }, { "uid": "ad6VHKZXoRZwlx2fk1uzX", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "I9HvaZ9Ys1xr1tS9bcmMR", "name": "pageSize", "value": "", "description": "The number of hosts per result page. \n\n If not set, pagination is not used and the result contains all hosts fitting the specified filtering criteria.", "type": "query" }, { "uid": "bADpQJNjGAP2hejIssslE", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results. You can find it in the **Next-Page-Key** header of the previous response. \n\nIf you're using pagination, the first page is always returned without this cursor. \n\nYou must keep all other query parameters as they were in the first request to obtain subsequent pages.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "La0xTi3EyeevPBQdbiIVE", "name": "Gets parameters of the specified host", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/hosts/:meIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "Rl5gORpzS2rp6jtSDfCp7", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "iSsVyWUF9WinROQp07quc", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required host.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "i4vjn8bjXMIyOu9lvusAT", "name": "Updates properties of the specified host", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/hosts/:meIdentifier", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "23XfrncMHMGOnOaN26rJw", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Nim53rHZuOnkO9fAGhT8r", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the host to be updated.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "tjs5tuo7qm9kHpuuwSYtt", "name": "Remove tag of the specified host", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/hosts/:meIdentifier/tags/:tag", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "O7WXdSPk9J13G02IU16Y0", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "GQMXTdpcbBbLBZawBlqqx", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the host.", "enabled": true, "type": "path" }, { "uid": "WJxwDYdqkfk57TOM0C8K3", "name": "tag", "value": "", "description": "The tag to be removed.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 } ] }, { "uid": "727ub1rnzFeWDgQnzec8U", "name": "Topology & Smartscape - Process group", "type": "folder", "items": [ { "uid": "gqfZ6th7gK3uZ7mRhzlyr", "name": "Lists all process groups of your environment, along with their parameters", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/process-groups", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "ROTPQZ14seOBBBRLVBFD7", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "9rs7PS8OwmAfOi2rICBoK", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "jmHKBUrUbQYqmGjb9MJ9g", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 3 days.", "type": "query" }, { "uid": "7XGUnrDqVUGWv5W0C6uQf", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.", "type": "query" }, { "uid": "qJCsu7pdcnaIi3rqTynrM", "name": "tag", "value": "", "description": "Filters the resulting set of process groups by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The process group has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "69St2rK3Y4IZI2UZUiEe6", "name": "entity", "value": "", "description": "Filters result to the specified process groups only. \n\n To specify several process groups use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "VHClEsjDrcNKmm7LeQfxc", "name": "host", "value": "", "description": "Filters process groups by the host they're running at. \n\n Specify Dynatrace IDs of the host you're interested in. \n\n To specify several hosts use the following format: `host=hostID1&host=hostID2`. \n\n The **OR** logic applies.", "type": "query" }, { "uid": "qknmRu59EYx0Ya9wzIGQu", "name": "managementZone", "value": "", "description": "Only return process groups that are part of the specified management zone.", "type": "query" }, { "uid": "MR2vKj6mo8bwXERrj8Hsz", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "17Hg8H7Z6iwMYiLEzBWH7", "name": "pageSize", "value": "", "description": "The number of process groups per result page. \n\n If not set, pagination is not used and the result contains all process groups fitting the specified filtering criteria.", "type": "query" }, { "uid": "s2OijpIOpqww15ePxkspn", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results. You can find it in the **Next-Page-Key** header of the previous response. \n\nIf you're using pagination, the first page is always returned without this cursor. \n\nYou must keep all other query parameters as they were in the first request to obtain subsequent pages.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "C99SEGiywpVPfcO5aE88P", "name": "List properties of the specified process group", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/process-groups/:meIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "HTcev9SAThRFqC5IDq69I", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "jbzbUlExrh0nFrEHI8Hvw", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required process group.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "RqjbqrbqL7f8et1DXNVFZ", "name": "Updates properties of the specified process group", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/process-groups/:meIdentifier", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "d9yRfIaizJrB5PY4BgrcO", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Xil4kPsJSTrGEfG0WTyod", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the process group to be updated.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 } ] }, { "uid": "cOO1ooykmxMjjwrYQAC8A", "name": "Topology & Smartscape - Process", "type": "folder", "items": [ { "uid": "pICC9eXsRQ5B7Ucfdycig", "name": "Lists all monitored processes along with their parameters", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/processes", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "dhnJpQAh7qWlOmNBNGB0u", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "vJHK3Zoi5yJ4hJ8Rjr1p9", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "5KGbkLhIYi7QedekHtBVh", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 3 days.", "type": "query" }, { "uid": "vsWxrM6iQ2oBlJwp77Ccf", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.", "type": "query" }, { "uid": "4j25qDUfu9qQul5O68WP1", "name": "tag", "value": "", "description": "Filters the resulting set of processes by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The process has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "2nlnRStRBYlBrHSBsDa0y", "name": "entity", "value": "", "description": "Filters result to the specified processes only. \n\n To specify several processes use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "1gYAq6ewzSBDPIgvJyN2I", "name": "hostTag", "value": "", "description": "Filters processes by the host they're running at. \n\n Specify tags of the host you're interested in.", "type": "query" }, { "uid": "KEPsbwy74xHDQwKDZ0ZHO", "name": "host", "value": "", "description": "Filters processes by the host they're running at. \n\n Specify Dynatrace IDs of the host you're interested in. \n\n To specify several hosts use the following format: `host=hostID1&host=hostID2`. \n\n The **OR** logic applies.", "type": "query" }, { "uid": "WEvhUik9JXNdTwdmK51eM", "name": "actualMonitoringState", "value": "", "description": "Filters processes by the actual monitoring state of the process.", "type": "query" }, { "uid": "IMx9oliftueXrBojhQabK", "name": "expectedMonitoringState", "value": "", "description": "Filters processes by the expected monitoring state of the process.", "type": "query" }, { "uid": "1WsbILe3HnTNXKSzfCgTc", "name": "managementZone", "value": "", "description": "Only return processes that are part of the specified management zone.", "type": "query" }, { "uid": "uWoy1yyYUIBZFN4hljsbU", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "KSJK1diDVzxCzyZc49f4A", "name": "pageSize", "value": "", "description": "The number of processes per result page. \n\n If not set, pagination is not used and the result contains all processes fitting the specified filtering criteria.", "type": "query" }, { "uid": "YLgKSUzFdf1HllI7pG1IP", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results. You can find it in the **Next-Page-Key** header of the previous response. \n\nIf you're using pagination, the first page is always returned without this cursor. \n\nYou must keep all other query parameters as they were in the first request to obtain subsequent pages.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "6HubL39qtKjFOHweJXOpA", "name": "List properties of the specified process", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/infrastructure/processes/:meIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "jkxiFDlWsM4wr4VZm1G7Z", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Kj0SNR9ItE0B1eCXaJ26U", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required process.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 } ] }, { "uid": "OzjhAcq1eF8RVDH8fK1wU", "name": "Topology & Smartscape - Service", "type": "folder", "items": [ { "uid": "belbVk5Tess19fORWgA6Q", "name": "Lists all available services in your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/services", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "GpNEBb8Z5AwxWGpLIUbtr", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "uixGXRrz64mrGiDvrQGam", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "LDc3kN8d2olFaFqDBsWk1", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 3 days.", "type": "query" }, { "uid": "8kzwf1zv8rbQeRmbWTutI", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.", "type": "query" }, { "uid": "WFpaa6ehWJOkoVnHEmMOM", "name": "tag", "value": "", "description": "Filters the resulting set of services by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The service has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "VQHRbTw0hpowg3hRHFmZN", "name": "entity", "value": "", "description": "Filters result to the specified services only. \n\n To specify several services use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "0ky9yHMBP1lNAreLkgDUs", "name": "managementZone", "value": "", "description": "Only return services that are part of the specified management zone.", "type": "query" }, { "uid": "SN2mz8hj97DY7D2yyK2Az", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "ctgJRbraS9KclsaPX90NS", "name": "pageSize", "value": "", "description": "The number of services per result page. \n\n If not set, pagination is not used and the result contains all services fitting the specified filtering criteria.", "type": "query" }, { "uid": "PX28EZzpzMIapcBmTO4Hn", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results. You can find it in the **Next-Page-Key** header of the previous response. \n\nIf you're using pagination, the first page is always returned without this cursor. \n\nYou must keep all other query parameters as they were in the first request to obtain subsequent pages.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "QCO2lN5eo9iYH6L1s47vN", "name": "Gets parameters of the specified service", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/services/:meIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "n8SzQJqEyP4QpXK3l8A3g", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "R6r7aW9VZFDF2zFhmbtFr", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required service.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "J5cCMogi95vAqHpmdlUO3", "name": "Updates parameters of the specified service", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/services/:meIdentifier", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "kdtSonVNICqWkvXmOkmAb", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "IPrHZi7F3Z2Jk1feeFFIh", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the service you're inquiring.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "Zd9VNX2BRX4J77ApEPXh8", "name": "Gets baseline data for the specified service | maturity=EARLY_ADOPTER", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/entity/services/:meIdentifier/baseline", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "bVaifsifExk4Jcz8hFsCh", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "J5ofoI7GV59KwnXOCf6Ro", "name": "meIdentifier", "value": "", "description": "The Dynatrace entity ID of the required service.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 } ] }, { "uid": "5QAVeiJTt9zM3koHeR4Sz", "name": "Events", "type": "folder", "items": [ { "uid": "Dz6cONP3yFz5g0ThiAdJC", "name": "Lists all the events of your environment, along with their parameters", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/events", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "ZDJ6InEPfusUNerEHPRIS", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "A41pYpTEjGwb6BcDTUSiR", "name": "from", "value": "", "description": "Start timestamp of the query, in UTC milliseconds. \n\n If not set, 30 days ago from now is used, unless **relativeTime** is set.", "type": "query" }, { "uid": "Zgh3dmtgI9AUZHTzI8lLA", "name": "to", "value": "", "description": "End timestamp of the query, in UTC milliseconds. \n\n If not set, the current timestamp is used, unless **relativeTime** is set. \n\nThe timeframe must not exceed 2 years.", "type": "query" }, { "uid": "eRzAPd39HLSZ8m3AqLxgA", "name": "relativeTime", "value": "", "description": "Relative timeframe, back from the current time.", "type": "query" }, { "uid": "cwUN81iB7F9lQwtcg0YnN", "name": "eventType", "value": "", "description": "Filters the resulting set of events by the event type.", "type": "query" }, { "uid": "POj1snhtYSrSMMnuPZKoB", "name": "entityId", "value": "", "description": "Filters the resulting set of events to the events, related to the specified Dynatrace entity.", "type": "query" }, { "uid": "MoTXYSXIQaivMzkG9RUsS", "name": "cursor", "value": "", "description": "The response is limited to 150 events, so if you want to receive more you can use the cursor to get the next 150. This parameter should be empty when querying for the first time. \n\nThe cursor key can then be found in the **nextCursor** field of the previous response. \n\nWhen using the cursor string, it is not necessary to specify the additional parameters, as that info is already encoded within the cursor.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "XaNkQcVSEAYZTNGJUsILt", "name": "Pushes custom events to one or more monitored entities", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/events", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "JF376f5grqDSLrEK5kArL", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "json", "json": "{\n \"allowDavisMerge\": false,\n \"annotationDescription\": \"\",\n \"annotationType\": \"\",\n \"attachRules\": {\n \"entityIds\": [],\n \"tagRule\": [\n {\n \"meTypes\": [],\n \"tags\": [\n {\n \"context\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n \"changed\": \"\",\n \"ciBackLink\": \"\",\n \"configuration\": \"\",\n \"customProperties\": {},\n \"deploymentName\": \"\",\n \"deploymentProject\": \"\",\n \"deploymentVersion\": \"\",\n \"description\": \"\",\n \"end\": 0,\n \"eventType\": \"\",\n \"original\": \"\",\n \"remediationAction\": \"\",\n \"source\": \"\",\n \"start\": 0,\n \"timeoutMinutes\": 0,\n \"timeseriesIds\": [],\n \"title\": \"\"\n}", "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "kQrkbPIBygFniDdPlET2F", "name": "Gets the parameters of the specified event", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/events/:eventId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "GcNSPtsaEFOGZI2YZ3YMg", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "T8A982M14s8vsWA7lnDDW", "name": "eventId", "value": "", "description": "The ID of the required event.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 } ] }, { "uid": "ouqTCejtTfHqBlpZN2bAX", "name": "Maintenance window", "type": "folder", "items": [ { "uid": "nHnTYRhttGt7A6uSvRN6h", "name": "Lists all parameters of all maintenance windows available in your Dynatrace environment.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/maintenance", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "sYHdZh5sckaBF4dJmhX3o", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "ZxBjxiprOGp0obORCva9b", "name": "from", "value": "", "description": "The start timestamp of the inquiry timeframe, in UTC milliseconds. \n\n If not set, the current time is used.", "type": "query" }, { "uid": "MWtluzb6KYgj5VGGyDUdw", "name": "to", "value": "", "description": "The end timestamp of the inquiry timeframe, in UTC milliseconds. \n\n If not set, all maintenance windows beginning after the `from` timestamp will be returned.", "type": "query" }, { "uid": "FiaahAKbz462ObvtPVfVH", "name": "type", "value": "", "description": "The type of the maintenance window to return. \n\n If `Unknown` or not set, all maintenance windows are returned.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "1xBKK9Q210LbKeA5o8xp8", "name": "Creates a new or updates an existing maintenance window", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/maintenance", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "ZqzwT8E6qRBvdLK4Y7ZDo", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "json", "json": "{\n \"description\": \"\",\n \"id\": \"\",\n \"schedule\": {\n \"maintenanceEnd\": \"\",\n \"maintenanceStart\": \"\",\n \"recurrence\": {\n \"day\": \"\",\n \"dayOfMonth\": 0,\n \"duration\": 0,\n \"start\": \"\"\n },\n \"timezoneId\": \"\",\n \"type\": \"\"\n },\n \"scope\": {\n \"entities\": [],\n \"matches\": [\n {\n \"tags\": [\n {\n \"context\": \"\",\n \"key\": \"\",\n \"tagKey\": {\n \"context\": \"\",\n \"key\": \"\"\n },\n \"value\": \"\"\n }\n ],\n \"type\": \"\"\n }\n ]\n },\n \"suppressAlerts\": false,\n \"suppressProblems\": false,\n \"type\": \"\"\n}", "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "aRIHV6dKa6CLjk7Jhe2Iq", "name": "Deletes the specified maintenance window", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/maintenance/:uid", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "Xcqyvg8SuGGx7OYVT9kIv", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "xhmYZS1dxhvZW0sCvGP29", "name": "uid", "value": "", "description": "The ID of the maintenance window to delete.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "TLgPZrcABatbdzAxMQd03", "name": "Lists all parameters of the specified maintenance window.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/maintenance/:uid", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "DUe1Ogwn0SBilj4Jp3Wvk", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "7sx0EDqiEtxeC5Nx2hdzB", "name": "uid", "value": "", "description": "The ID of the required maintenance window.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 } ] }, { "uid": "new0w2w9oHDD93YlefIFB", "name": "OneAgent on a host", "type": "folder", "items": [ { "uid": "WTlODy6eK8uapmwZ482vC", "name": "Gets the list of hosts with OneAgent deployment information for each host", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/oneagents", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "OypskWTJBOOde1sFEg4ld", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "AjCYLhzlfTGUv6naKPeSn", "name": "includeDetails", "value": "", "description": "Includes (`true`) or excludes (`false`) details which are queried from related entities.\n\nExcluding details may make queries faster. \n\nIf not set, then `true` is used.", "type": "query" }, { "uid": "bxEHWr50eQPwt74h6p43d", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then 72 hours behind from now is used.", "type": "query" }, { "uid": "yJdDKik2Zpeoxpfojvef2", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf not set, then the current timestamp is used. \n\nThe timeframe must not exceed 7 months (214 days).", "type": "query" }, { "uid": "FfQZLLFzgItB8KgNhWshf", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from now.\n\n If you need to specify relative timeframe that is not presented in the list of possible values, specify the **startTimestamp** (up to 214 days back from now) and leave **endTimestamp** and **relativeTime** empty.", "type": "query" }, { "uid": "8RzFlWPFfYscGAtGHAyz3", "name": "tag", "value": "", "description": "Filters the resulting set of hosts by the specified tag. You can specify several tags in the following format: `tag=tag1&tag=tag2`. The host has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags, use the following format: `tag=[context]key:value`. For custom key-value tags, omit the context: `tag=key:value`.", "type": "query" }, { "uid": "Q8Kn50oJ55zs2W1kHc53A", "name": "entity", "value": "", "description": "Filters result to the specified hosts only. \n\n To specify several hosts use the following format: `entity=ID1&entity=ID2`.", "type": "query" }, { "uid": "s5PVJaCPUl5R8689xcFZf", "name": "managementZoneId", "value": "", "description": "Only return hosts that are part of the specified management zone.\n\n Specify the management zone ID here.", "type": "query" }, { "uid": "nLbfuJOcxd9EejKmpvqu8", "name": "managementZone", "value": "", "description": "Only return hosts that are part of the specified management zone.\n\n Specify the management zone name here. \n\nIf the **managementZoneId** parameter is set, this parameter is ignored.", "type": "query" }, { "uid": "uJnFmHeW40E0DkCRgwp90", "name": "networkZoneId", "value": "", "description": "Filters the resulting set of hosts by the specified network zone. \n\n Specify the Dynatrace entity ID of the required network zone. You can fetch the list of available network zones with the [GET all network zones](https://dt-url.net/u4o3r7z) call.", "type": "query" }, { "uid": "8bdQCX4bZSARVU5kCyy8y", "name": "hostGroupId", "value": "", "description": "Filters the resulting set of hosts by the specified host group. \n\n Specify the Dynatrace entity ID of the required host group.", "type": "query" }, { "uid": "revE78MBvjaajHGy1o9Ip", "name": "hostGroupName", "value": "", "description": "Filters the resulting set of hosts by the specified host group. \n\n Specify the name of the required host group.", "type": "query" }, { "uid": "54yXzqcd4bAwZp1MxmBFh", "name": "osType", "value": "", "description": "Filters the resulting set of hosts by the OS type.", "type": "query" }, { "uid": "n8RrSQaYHjTpDBmpLRlrL", "name": "cloudType", "value": "", "description": "Filters the resulting set of hosts by the cloud type.", "type": "query" }, { "uid": "qCJrzhevj0aA6jBLahs7V", "name": "autoInjection", "value": "", "description": "Filters the resulting set of hosts by the auto-injection status.", "type": "query" }, { "uid": "ff0ctBi3PtemjVtK7UtcA", "name": "availabilityState", "value": "", "description": "Filters the resulting set of hosts by the availability state of OneAgent. \n\n* `MONITORED`: Hosts where OneAgent is enabled and active.\n* `UNMONITORED`: Hosts where OneAgent is disabled and inactive.\n* `CRASHED`: Hosts where OneAgent has returned a crash status code.\n* `LOST`: Hosts where it is impossible to establish connection with OneAgent.\n* `PRE_MONITORED`: Hosts where OneAgent is being initialized for monitoring.\n* `SHUTDOWN`: Hosts where OneAgent is shutting down in a controlled process.\n* `UNEXPECTED_SHUTDOWN`: Hosts where OneAgent is shutting down in an uncontrolled process.\n* `UNKNOWN`: Hosts where the state of OneAgent is unknown.", "type": "query" }, { "uid": "VqPtpVsd6tPrCTjgULTs2", "name": "detailedAvailabilityState", "value": "", "description": "Filters the resulting set of hosts by the detailed availability state of OneAgent. \n\n* `UNKNOWN`: Hosts where the state of OneAgent is unknown.\n* `PRE_MONITORED`: Hosts where OneAgent is being initialized for monitoring.\n* `CRASHED_UNKNOWN`: Hosts where OneAgent has crashed for unknown reason.\n* `CRASHED_FAILURE`: Hosts where OneAgent has returned a crash status code.\n* `LOST_UNKNOWN`: Hosts where it is impossible to establish connection with OneAgent for unknown reason.\n* `LOST_CONNECTION`: Hosts where OneAgent has been recognized to be inactive.\n* `LOST_AGENT_UPGRADE_FAILED`: Hosts where OneAgent has a potential update problem due to inactivity after update.\n* `SHUTDOWN_UNKNOWN_UNEXPECTED`: Hosts where OneAgent is shutting down in an uncontrolled process.\n* `SHUTDOWN_UNKNOWN`: Hosts where OneAgent has shutdown for unknown reason.\n* `SHUTDOWN_GRACEFUL`: Hosts where OneAgent has shutdown because of host shutdown.\n* `SHUTDOWN_STOPPED`: Hosts where OneAgent has shutdown because the host has stopped.\n* `SHUTDOWN_AGENT_LOST`: Hosts where PaaS module has been recognized to be inactive.\n* `SHUTDOWN_SPOT_INSTANCE`: Hosts where OneAgent shutdown was triggered by the AWS Spot Instance interruption.\n* `SHUTDOWN_K8S_NODE_SHUTDOWN`: Hosts where OneAgent shutdown was triggered by a k8s node graceful shutdown.\n* `UNMONITORED_UNKNOWN`: Hosts where OneAgent is disabled and inactive for unknown reason.\n* `UNMONITORED_TERMINATED`: Hosts where OneAgent has terminated.\n* `UNMONITORED_DISABLED`: Hosts where OneAgent has been disabled in configuration.\n* `UNMONITORED_AGENT_STOPPED`: Hosts where OneAgent is stopped.\n* `UNMONITORED_AGENT_RESTART_TRIGGERED`: Hosts where OneAgent is being restarted.\n* `UNMONITORED_AGENT_UNINSTALLED`: Hosts where OneAgent is uninstalled.\n* `UNMONITORED_AGENT_DISABLED`: Hosts where OneAgent reported that it was disabled.\n* `UNMONITORED_AGENT_UPGRADE_FAILED`: Hosts where OneAgent has a potential update problem.\n* `UNMONITORED_ID_CHANGED`: Hosts where OneAgent has potentially changed ID during update.\n* `UNMONITORED_AGENT_LOST`: Hosts where OneAgent has been recognized to be unavailable due to server communication issues.\n* `UNMONITORED_AGENT_UNREGISTERED`: Hosts where a code module has been recognized to be unavailable because of shutdown.\n* `UNMONITORED_AGENT_VERSION_REJECTED`: Hosts where OneAgent was rejected because the version does not meet the minimum agent version requirement.\n* `UNMONITORED_AGENT_MIGRATED`: Hosts where OneAgent was migrated to another environment.\n* `MONITORED`: Hosts where OneAgent is enabled and active.\n* `MONITORED_ENABLED`: Hosts where OneAgent has been enabled in configuration.\n* `MONITORED_AGENT_REGISTERED`: Hosts where the new OneAgent has been recognized.\n* `MONITORED_AGENT_UPGRADE_STARTED`: Hosts where OneAgent has shutdown due to an update.\n* `MONITORED_AGENT_ENABLED`: Hosts where OneAgent reported that it was enabled.\n* `MONITORED_AGENT_VERSION_ACCEPTED`: Hosts where OneAgent was accepted because the version meets the minimum agent version requirement.", "type": "query" }, { "uid": "cvkXAcnUxEgBTVA88Cbi4", "name": "monitoringType", "value": "", "description": "Filters the resulting set of hosts by monitoring mode of OneAgent deployed on the host.", "type": "query" }, { "uid": "GsWTwA63VTjQeMmVV5cq4", "name": "agentVersionIs", "value": "", "description": "Filters the resulting set of hosts to those that have a certain OneAgent version deployed on the host. \n\nSpecify the comparison operator here.", "type": "query" }, { "uid": "03iOoET9OrppVJ9atkFc8", "name": "agentVersionNumber", "value": "", "description": "Filters the resulting set of hosts to those that have a certain OneAgent version deployed on the host. \n\nSpecify the version in the `..` format, for example `1.182.0`. You can fetch the list of available versions with the [GET available versions](https://dt-url.net/fo23rb5) call.", "type": "query" }, { "uid": "Bw9p9Dn3qwLbUBdsfKU55", "name": "autoUpdateSetting", "value": "", "description": "Filters the resulting set of hosts by the actual state of the auto-update setting of deployed OneAgents.", "type": "query" }, { "uid": "aZ8KmxBFzcwYH11dVDlg9", "name": "updateStatus", "value": "", "description": "Filters the resulting set of hosts by the update status of OneAgent deployed on the host.", "type": "query" }, { "uid": "aMcj29HfziPLHUZ9SEbKD", "name": "faultyVersion", "value": "", "description": "Filters the resulting set of hosts to those that run OneAgent version that is marked as faulty.", "type": "query" }, { "uid": "UTeVOx3HFxN53iUbKFnx7", "name": "unlicensed", "value": "", "description": "Filters the resulting set of hosts to those that run OneAgent that are unlicensed. \n\nExample: Your Dynatrace license is missing the required \"Foundation & Discovery\" DPS capability for Discovery mode.", "type": "query" }, { "uid": "MTz84CngYmRcCsk2FdeoH", "name": "activeGateId", "value": "", "description": "Filters the resulting set of hosts to those that are currently connected to the ActiveGate with the specified ID. \n\nUse **DIRECT_COMMUNICATION** keyword to find the hosts not connected to any ActiveGate.", "type": "query" }, { "uid": "R5FFlmluAwrkHn2zNDR1R", "name": "technologyModuleType", "value": "", "description": "Filters the resulting set of hosts to those that run the specified OneAgent code module.\n\n If several code module filters are specified, the code module has to match **all** the filters.", "type": "query" }, { "uid": "M4inBjngCBUHvNdVv9DfW", "name": "technologyModuleVersionIs", "value": "", "description": "Filters the resulting set of hosts to those that have a certain code module version deployed on the host. \n\nSpecify the comparison operator here.\n\n If several code module filters are specified, the code module has to match **all** the filters.", "type": "query" }, { "uid": "dcL17qNbOLMb4JVrkVIdZ", "name": "technologyModuleVersionNumber", "value": "", "description": "Filters the resulting set of hosts to those that have a certain code module version deployed on the host. \n\nSpecify the version in the `..` format, for example `1.182.0`. You can fetch the list of available versions with the [GET available versions](https://dt-url.net/fo23rb5) call.\n\n If several code module filters are specified, the code module has to match **all** the filters.", "type": "query" }, { "uid": "lWc7xYMUFdWvDdR553YqJ", "name": "technologyModuleFaultyVersion", "value": "", "description": "Filters the resulting set of hosts to those that run the code module version that is marked as faulty.\n\n If several code module filters are specified, the code module has to match **all** the filters.", "type": "query" }, { "uid": "2mS5SqMH5I1uHr8HSn5XN", "name": "pluginName", "value": "", "description": "Filters the resulting set of hosts to those that run the plugin with the specified name. \n\nThe **CONTAINS** operator is applied to the specified value.\n\n If several plugin filters are specified, the plugin has to match **all** the filters.", "type": "query" }, { "uid": "5VZTNR8fxeQHOVJXWSGoa", "name": "pluginVersionIs", "value": "", "description": "Filters the resulting set of hosts to those that have a certain plugin version deployed on the host. \n\nSpecify the comparison operator here.\n\n If several plugin filters are specified, the plugin has to match **all** the filters.", "type": "query" }, { "uid": "weJ8n4FRqrhX6phr5Ma2s", "name": "pluginVersionNumber", "value": "", "description": "Filters the resulting set of hosts to those that have a certain plugin version deployed on the host. \n\nSpecify the version in the `..` format, for example `1.182.0`. You can fetch the list of available versions with the [GET available versions](https://dt-url.net/fo23rb5) call.\n\n `` and `` parts of the version number are optional.\n\n If several plugin filters are specified, the plugin has to match **all** the filters.", "type": "query" }, { "uid": "IpE1GEBKkav9VrRodTL61", "name": "pluginState", "value": "", "description": "Filters the resulting set of hosts to those that run the plugin with the specified state.", "type": "query" }, { "uid": "oEtd23cPaV8THpjRUhJLi", "name": "nextPageKey", "value": "", "description": "The cursor for the next page of results, if results do not fit on one page. You can find the cursor value on the current page of the response, in the **nextPageKey** field. \n\nTo obtain subsequent pages, you must specify this cursor value in your query, and keep all other query parameters as they were in the original request. \n\nIf you don't specify the cursor, the first page will always be returned.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "QiN7XnbZDkGAbgER3CYkh", "name": "Deletes all detected auto-update blocking problems for this environment.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/oneagents/autoUpdateProblems", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "l1P4N6bZ3RVRp3Y8Bd1Pl", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "InKpU3ONH7OBriS4nExa2", "name": "Gets a list of cluster-side detected auto-update problems that may block further rollout of a OneAgent version on a particular OS.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/oneagents/autoUpdateProblems", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "9AJGABLWwy4eaCsw3H3gM", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 } ] }, { "uid": "CWdRetGasVK2PFNcYb66T", "name": "Problem", "type": "folder", "items": [ { "uid": "m9FK4SZVbWWDzMvMi2zOy", "name": "Gets the properties of the specified problem", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "uoX1OSW3X2Jwv1mvCsGgd", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "1tOteJVQhcVMeDPPQwB6G", "name": "problemId", "value": "", "description": "The ID of the problem you're inquiring.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "KG4HLhFnYtjGvuaMTRfDj", "name": "Closes the specified problem and adds a closing comment to it", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId/close", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "wAIoKnyn5jENPRo3lCI6P", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "0DIGl1h6XkWbm2zDkd8xD", "name": "problemId", "value": "", "description": "The ID of the problem to be closed.", "enabled": true, "type": "path" }, { "uid": "XaaPeg6ogu5kFheCqfq1x", "name": "content", "value": "", "description": "The closing comment.", "enabled": true, "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "fcbj7AieNxgQXaAVWQ6ag", "name": "Gets all the comments to the specified problem", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId/comments", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "KDZUquyrF6EYuJDMpo8tb", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "bFt06oxwA6dwafTf1t0KR", "name": "problemId", "value": "", "description": "The ID of the problem where you want to read the comments.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "NY60b27HrcHBiLdEhP3LN", "name": "Adds a new comment to the specified problem", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId/comments", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "O5AIoMMEkw0CPsGaW63n7", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "KtWdB2fk09FUOnhqo5Rdi", "name": "problemId", "value": "", "description": "The ID of the problem where you want to add the comment.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "5WjDSfGC1JpN4A05EjfkP", "name": "Deletes an existing comment to the specified problem.", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId/comments/:commentId", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "fUydIgeaYXsG8dh4LtoYa", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "pnb3xy0eEKcwKxtNGeQ5K", "name": "problemId", "value": "", "description": "The ID of the problem where you want to delete the comment.", "enabled": true, "type": "path" }, { "uid": "rIvT7KMnz8zZT0GWdpLpE", "name": "commentId", "value": "", "description": "The ID of the comment to delete.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 }, { "uid": "UVDt15LC2xoJEiNVf2CAi", "name": "Updates an existing comment to the specified problem", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/details/:problemId/comments/:commentId", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "Qvdd1PmBo69DBH33KvYSE", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Q0XTEdkeu0nzJdqoXMCOC", "name": "problemId", "value": "", "description": "The ID of the problem where you want to edit the comment.", "enabled": true, "type": "path" }, { "uid": "ofaassQSd9udFEkFIOAlB", "name": "commentId", "value": "", "description": "The ID of the comment you want to edit.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 6 }, { "uid": "j1USdSRv4q0JBIHnCSIjl", "name": "Gets the information about problems within the specified timeframe", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/feed", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "iPMl48exWwpLuKs4szYKL", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "aktDZoxayUgv4su3LTaHE", "name": "relativeTime", "value": "", "description": "The relative timeframe of the inquiry, back from the current time.", "type": "query" }, { "uid": "5Itc7wKRyxUDW4pqdfuNy", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in UTC milliseconds.", "type": "query" }, { "uid": "TkIyPACYc77RPdulsjASe", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in UTC milliseconds. \n\nIf `endTimestamp` is later than the current time, the current time is used. \n\nThe timeframe must not exceed 31 days.", "type": "query" }, { "uid": "6vhDsIk3SvndkvlWaFAUR", "name": "status", "value": "", "description": "Filters the result problems by the status.", "type": "query" }, { "uid": "VQknGJNKPosnfG2OUpqLL", "name": "impactLevel", "value": "", "description": "Filters the result problems by the impact level.", "type": "query" }, { "uid": "Kt9VqcuzrDOvo4olnH2VX", "name": "severityLevel", "value": "", "description": "Filters the result problems by the severity level.", "type": "query" }, { "uid": "vjNNtgez1xtNvZrM2Zvmq", "name": "tag", "value": "", "description": "Filters the result problems by the tags of affected entities.You can specify several tags in the following format: `tag=tag1&tag=tag2`. The problem has to match *all* the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags use following format: `[context]key:value`.", "type": "query" }, { "uid": "owJcJImMld84KkDLUwXIv", "name": "expandDetails", "value": "", "description": "Includes(`true`) or excludes(`false`) related events to the response. \n\n Defaults to `false`, excluding the related events.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 7 }, { "uid": "zhBedPfNN938EXL3hVpAR", "name": "Lists the number of open problems, split by impact level", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/problem/status", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "JOQMlQTgmFPPGg2oThtMa", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 8 } ] }, { "uid": "gZeVEuFlNZcUm75isMpgF", "name": "RUM - JavaScript tag management", "type": "folder", "items": [ { "uid": "RLeUDTNvc1HYR5Y6nwVx8", "name": "Gets the version of the RUM JavaScript code injected into specified application", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/appRevision/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "Fwo1lRnfBhtHo5I2nshg4", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "ftxaNzMBEVOR3Ijb7j9UN", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "Dnk9fjWF7xXG3TnlqaCv2", "name": "Downloads the asynchronous code snippet", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/asyncCS/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "NrJlkJfvzIjyMkD3iKxlq", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "5E1jIaGMWb09ZCPgety42", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "ZxAICXlq1T0f36P7q55fv", "name": "Gets all available RUM JavaScript versions", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsAllAvailableVersions", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "FZVNzrAy5KjUZcojazmBQ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "Au9kYgaxmuhCokD4rDfKK", "name": "Gets the configured Latest stable, Previous stable and Custom RUM JavaScript versions", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsConfiguredVersions", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "OzTiE44LhyiRxWeD9C2hB", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "VIrN7dorFZLbaBGkdvIw9", "name": "Downloads inline code", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsInlineScript/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "oedqIIfZ8EPCrsygHNu1A", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "sUdq9KBGYMEZCdttNWBQA", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 }, { "uid": "iGNNm5xWTUFltA0qoMTyh", "name": "Gets the latest version of OneAgent JavaScript library", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsLatestVersion", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "tFDP9QmqOb1EBCyLMTAmR", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 6 }, { "uid": "GkV9GAnd0TN2OPn9vH8uc", "name": "Downloads OneAgent JavaScript tag", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsTag/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "A5AZLX571YaoG0xqhU700", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "NpIAB1DAjsoz3AMbRVhYZ", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 7 }, { "uid": "dAsYr6nUSplVcqjCyA0KT", "name": "Downloads JavaScript tag", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsTagComplete/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "VXW2PPEbDR1WBrWrFj2Wj", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "rKXgcck02du6icQuH9n12", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 8 }, { "uid": "OXbYrDjH02C3vdqRRu0dH", "name": "Downloads OneAgent JavaScript tag with SRI | maturity=EARLY_ADOPTER", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/jsTagSri/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "PwHeUWnVnc4nHWEn5WmLE", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "IHHHMYgmzJEX5y8YEiF0U", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 9 }, { "uid": "iF7Js29mLC6fOltlbvq0Y", "name": "Lists all manually injected applications", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/manualApps", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "UoMuVyECkP0rwyo2gxExk", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 10 }, { "uid": "tEtsFo4AF3JATRHyu3Rjf", "name": "Downloads the synchronous code snippet", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/rum/syncCS/:entity", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "kz6zEhc73csbLTrhEHRcR", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "TJHAnj2oemkJfI5Sp1AL7", "name": "entity", "value": "", "description": "The Dynatrace entity ID of the application. \n\nYou can obtain it from the response of the [GET the list of manually injected applications](https://dt-url.net/dl03sgo) call.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 11 } ] }, { "uid": "D8iBkFUMmfXXiAbf9Z0XP", "name": "Synthetic - Third party", "type": "folder", "items": [ { "uid": "PcnSCmCIDbe8n6Crz8f8a", "name": "Pushes third-party synthetic events to Dynatrace", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/ext/events", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "JUaPk7JgW82c3ukdwQpxq", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "F61l3PaNyxmrac2m1P8tY", "name": "Modifies the operation state of all third-party monitors", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/ext/stateModifications", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "PyWUH50TcbWfFXL173bdz", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "hmLkuSaTRFswoyNCKTMCc", "name": "Pushes third-party synthetic monitors, locations, and results to Dynatrace", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/ext/tests", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "xTbQN8qlFOfkQtrcWO4gw", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 } ] }, { "uid": "z6TE9cI23e3xcKzxm81ia", "name": "Synthetic - Locations, nodes, and configuration", "type": "folder", "items": [ { "uid": "fcazPG457h5IdVyXMGsmb", "name": "Lists all synthetic locations (both public and private) available for your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "9ZEjRBTOx4es33CMjbrcw", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "mpjguNSUnKr9T8MQfS100", "name": "cloudPlatform", "value": "", "description": "Filters the resulting set of locations to those which are hosted on a specific cloud platform.", "type": "query" }, { "uid": "2v5acI8DOdRB0dMsOn6JJ", "name": "type", "value": "", "description": "Filters the resulting set of locations by a specific type.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "nifj2ZfUsg0QgOI2TdGxc", "name": "Creates a new private synthetic location", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "4DrWaAdzICPxlFQspIiBa", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "YgE8i7oQ1xmjEAzt7PlNS", "name": "Returns whether public locations are enabled or not | maturity=EARLY_ADOPTER", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations/status", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "BHilvzKb6dz7kOty8p07q", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "RaKZZxkuui3ImhIN0ZRe8", "name": "Enable/disable public synthetic locations | maturity=EARLY_ADOPTER", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations/status", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "7C2FF95r2utZWyVSorXOW", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "iUPOm55VbOks3Y4dtzZSw", "name": "Deletes the specified private synthetic location", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations/:locationId", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "MN6FLavtxraRa05RJrXvJ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "EeXr0OBrdeE8cVTgB0ptl", "name": "locationId", "value": "", "description": "The Dynatrace entity ID of the private synthetic location to be deleted.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 }, { "uid": "xg9iwjoGr20DfZCBUuYZx", "name": "Gets properties of the specified location", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations/:locationId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "UbCzgEHBL6oHjCD9RKM3f", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "6eyhXF9KRZLJNYeAC8PeZ", "name": "locationId", "value": "", "description": "The Dynatrace entity ID of the required location.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 6 }, { "uid": "uxakUAfYficnT0dEe5bKb", "name": "Updates the specified synthetic location", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/locations/:locationId", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "NeHaEMS9rTYl58aa10nmx", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "ZUnmiSsTDWfQlAK9XqNAL", "name": "locationId", "value": "", "description": "The Dynatrace entity ID of the synthetic location to be updated.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 7 }, { "uid": "UPj5M4bnVxbWIeUr6XIhq", "name": "Lists all synthetic nodes available in your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/nodes", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "AuCAbXB7lpH8Vit2fMOwZ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 8 }, { "uid": "OmvRNGS7iyWfOmAUASoIk", "name": "Lists properties of the specified synthetic node", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/nodes/:nodeId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "D56lwaWLpy3v75OUk6hgj", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "KkdiVVDUMUtZrfS05Okvn", "name": "nodeId", "value": "", "description": "The ID of the required synthetic node.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 9 } ] }, { "uid": "gR6zS6U7YRooWfGNJ9Yzg", "name": "Synthetic - Monitors", "type": "folder", "items": [ { "uid": "xGMKjOzryZRsB3iuTDdz3", "name": "Lists all synthetic monitors in your Dynatrace environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/monitors", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "rVz2wpJ4bI9HqKngKsfyQ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "VgpciSLXC9AwzU7pELbnh", "name": "managementZone", "value": "", "description": "Filters the resulting set of monitors to those which are part of the specified management zone. \n\n Specify the ID of the management zone here.", "type": "query" }, { "uid": "IfsEt9Fis2RBvQH4HcdWP", "name": "tag", "value": "", "description": "Filters the resulting set of monitors by specified tags. \n\nYou can specify several tags in the following format: `tag=tag1&tag=tag2`. The monitor has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags use following format: `[context]key:value`.", "type": "query" }, { "uid": "KWXdxxI91ZvjyjRfNZG8q", "name": "location", "value": "", "description": "Filters the resulting set of monitors to those assigned to a specified Synthetic location. \n\n Specify the ID of the location here.", "type": "query" }, { "uid": "OxD6rffS0UkH35adprHHO", "name": "assignedApps", "value": "", "description": "Filters the resulting set of monitors to those assigned to the specified applications. \n\nYou can specify several applications in the following format: `assignedApps=app1&assignedApps=app2`. The monitor has to have **all** the specified applications assigned. \n\nSpecify Dynatrace entity IDs of applications here.", "type": "query" }, { "uid": "NlargAuhWUH7vvdrK3rpm", "name": "type", "value": "", "description": "Filters the resulting set of monitors to those of the specified type: `BROWSER` or `HTTP`.", "type": "query" }, { "uid": "NiQy1ikCE0vWdjZoTojUc", "name": "enabled", "value": "", "description": "Filters the resulting set of monitors to those which are enabled (`true`) or disabled (`false`).", "type": "query" }, { "uid": "NbxTKbeBM1dnv0zPngjTg", "name": "credentialId", "value": "", "description": "Filters the resulting set of monitors to those using the specified credential set. \n\nSpecify the ID of the credentials set here.", "type": "query" }, { "uid": "pizKwLyOSQGP2v88BucnY", "name": "credentialOwner", "value": "", "description": "Filters the resulting set of monitors to those using a credential owned by the specified user.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "ul74keD06SYnGEt6c4ZdD", "name": "Creates a new synthetic monitor", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/monitors", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "lx0tzeDqf0pmzkg4ZmYRK", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "cVnAev7Qe2O67Olgwtmjr", "name": "Deletes the specified synthetic monitor", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/monitors/:monitorId", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "tlAQGt2HRqIVOv2pxYJxd", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "IASa3DYpCFRw5N88yVoqu", "name": "monitorId", "value": "", "description": "The ID of the synthetic monitor to be deleted.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "WCYbpnmanalDZdq59x5vh", "name": "Gets parameters of the specified synthetic monitor", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/monitors/:monitorId", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "ThdRCdx8alMdpFmqwKR6h", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "LTjM97xqyiujSuxmI5Gqw", "name": "monitorId", "value": "", "description": "The ID of the required synthetic monitor", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "KqpROtjqqAjq42uBVMJZL", "name": "Updates parameters of the specified synthetic monitor", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/synthetic/monitors/:monitorId", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "e0IYkXUPakP5NfKF7lY90", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "OMdvGr0gYcnGLzFApdEWE", "name": "monitorId", "value": "", "description": "The ID of the synthetic monitor to be updated.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 } ] }, { "uid": "kMBcmrSIuvQxrnkj0VTAz", "name": "Threshold", "type": "folder", "items": [ { "uid": "Iklj7gHZ03gUxpBpiKrX9", "name": "Gets all configured thresholds for plugins and custom events in your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/thresholds", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "hvL8FHgrsehNCy8vH8fs0", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "zCXjeIiQ10Rq2HSrfXfwe", "name": "filter", "value": "", "description": "Filters thresholds by the source.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "Y2KwNMxH01jC4bKWJIDJz", "name": "Deletes the specified threshold", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/thresholds/:thresholdId", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "2TcET5da4kbrRrweGkqsh", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "opKRVfcc92Nr6zMb57Yog", "name": "thresholdId", "value": "", "description": "The ID of the threshold to delete.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "5co7OflMhpjlJW7tBP04F", "name": "Creates or updates an existing threshold for a plugin or a custom event", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/thresholds/:thresholdId", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "Wwj82ktamsLh2yuTdj9ho", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "BO4sanD2hKt2ZQGFFeNme", "name": "thresholdId", "value": "", "description": "The ID of the threshold to create or update.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 } ] }, { "uid": "q8m3GJmXMvY5tCebk8vew", "name": "Cluster time", "type": "folder", "items": [ { "uid": "lbpJlnIkpkQMbw0b92SuJ", "name": "Gets the current time of the Dynatrace server in UTC milliseconds", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/time", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 } ] }, { "uid": "XLZj4lgPxuiAVF3gcdbbA", "name": "Timeseries", "type": "folder", "items": [ { "uid": "qE8zRYQcaJMwl1MPjM168", "name": "Lists all metric definitions, with the parameters of each metric", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/timeseries", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "L0jQw4KN5qdSanI7s38Vp", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "Vo0Tp20gkKPuFL2coht1C", "name": "source", "value": "", "description": "The type of the metric, such as BUILTIN or CUSTOM.", "type": "query" }, { "uid": "OvIj7xl9KNhBfygvQyJlF", "name": "detailedSource", "value": "", "description": "The feature where metrics originates, such as Synthetic or RUM.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "Ki9x6pygMetn9Hi9BFUsB", "name": "Deletes the specified custom metric", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/timeseries/:timeseriesIdentifier", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "XLXJQKO2RJ4xyh64Z5EQQ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "3VzKSHE2sntbBIN65hjKc", "name": "timeseriesIdentifier", "value": "", "description": "The ID of the metric to delete.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "GkNDdk5U3Jx1dTxgg9nzi", "name": "Gets the parameters of the specified metric and, optionally, its data points", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/timeseries/:timeseriesIdentifier", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "K2HC9ZRnutm0XrvF1OvLQ", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "CXacjhGpAG5iLObnqZIfH", "name": "timeseriesIdentifier", "value": "", "description": "The case-sensitive ID of the timeseries, from which you want to read parameters and data points.", "enabled": true, "type": "path" }, { "uid": "gn57Q960inFl6HknRts9x", "name": "includeData", "value": "", "description": "The flag to include data points in the response. Set to `true` to obtain data points. You must also specify the timeframe and aggregation type. \n\nDefaults to `false`, meaning data points are not included.", "type": "query" }, { "uid": "xL2UOfMQ6uFnOgTjaNHQI", "name": "aggregationType", "value": "", "description": "The aggregation type for the resulting data points. \n\nIf the requested metric doesn't support the specified aggregation, the request will result in an error.", "type": "query" }, { "uid": "6KXrbcWVhaMwJp4RSa2j0", "name": "startTimestamp", "value": "", "description": "The start timestamp of the requested timeframe, in UTC milliseconds.", "type": "query" }, { "uid": "uvwClOnR8DuwOwDQOrwXQ", "name": "endTimestamp", "value": "", "description": "The end timestamp of the requested timeframe, in milliseconds (UTC). \n\nIf later than the current time, Dynatrace automatically uses the current time instead. \n\nThe timeframe must not exceed 6 months.", "type": "query" }, { "uid": "ArD0SxWJvxhb57ceKqB3R", "name": "predict", "value": "", "description": "The flag to predict future data points.", "type": "query" }, { "uid": "0cf9kbr60dyzpUj6pIPFO", "name": "relativeTime", "value": "", "description": "The relative timeframe, back from the current time.", "type": "query" }, { "uid": "hT9gKy8KDFiHQEBp6QYQV", "name": "queryMode", "value": "", "description": "The type of result that the call should return. Valid result modes are: \n\n`series`: returns all the data points of the timeseries in specified timeframe. \n`total`: returns one scalar value for the specified timeframe. \n\nBy default, the `series` mode is used.", "type": "query" }, { "uid": "ETkgGoX6OOA650RJ37suE", "name": "entity", "value": "", "description": "Filters requested data points by the entity that should deliver them. Allowed values are Dynatrace entity IDs. \n\nYou can specify several entities in the following format: `entity=entity1&entity=entity2`. The entity has to match at least one of the specified IDs. \n\nIf the selected entity doesn't support the requested timeseries, the request will result in an error.", "type": "query" }, { "uid": "a61A6FZt741MyVgVmd5ug", "name": "tag", "value": "", "description": "Filters requested data points by entity which should deliver them. Only data from entities with the specified tag is delivered. \n\nYou can specify several tags in the following format: `tag=tag1&tag=tag2`. The entity has to match **all** the specified tags. \n\nIn case of key-value tags, such as imported AWS or CloudFoundry tags use the `key:value` format. If there's also a context, use the `[context]key:value` format.", "type": "query" }, { "uid": "CKPPnYn6LN89Cy4hDTSuH", "name": "percentile", "value": "", "description": "Specifies which percentile of the selected response time metric should be delivered.\n\nApplicable only to the `PERCENTILE` aggregation type. \n\nValid values for percentile are between 1 and 99. \n\nKeep in mind that percentile export is possible only for response-time-based metrics such as application and service response times.", "type": "query" }, { "uid": "9xgdu2D9KYUQGRZTQtepr", "name": "includeParentIds", "value": "", "description": "If set to true the result exposes dimension mappings between parent entities and their children.\n\nFor instance: SERVICE-0000000000000001, SERVICE_METHOD-0000000000000001", "type": "query" }, { "uid": "GRQqxItg24jssAYv2bU8P", "name": "considerMaintenanceWindowsForAvailability", "value": "", "description": "Exclude (`true`) or include (`false`) data points from any [maintenance window](https://dt-url.net/b2123rg0), defined in your environment.", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "PDqRTJ1EaFanbNUW8BqSx", "name": "Lists all available metric data points, matching the specified parameters", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/timeseries/:timeseriesIdentifier", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "f2pGjRU1ciluh1M8B8lCq", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "l6AQJEPsGsQyTwpHYkkMY", "name": "timeseriesIdentifier", "value": "", "description": "The case-sensitive ID of the timeseries from which you want to read parameters and data points.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 } ] }, { "uid": "PzVmu2ORxmaWBvWY8FVTI", "name": "Tokens", "type": "folder", "items": [ { "uid": "gbUOvfOWzgokkHYpRCB2J", "name": "Lists available tokens in your environment", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "henvUJjvlnI78ogTfNavX", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "y41CZ1FRAveIKu4jwWvfr", "name": "limit", "value": "", "description": "Limits the maximum number of returned tokens. \n\n If not set the value of `1000` is used. \n\n Maximum value is 1000000.", "type": "query" }, { "uid": "MfNTwLuRZlQfTn5vfGaX3", "name": "user", "value": "", "description": "Filters the resulting set of tokens by user, who owns the token.", "type": "query" }, { "uid": "gVG41hbdyIrVjo7QFL6fI", "name": "permissions", "value": "", "description": "Filters the resulting set of tokens by scopes assigned to the token. \n\n You can specify several permissions in the following format: `permissions=scope1&permissions=scope2`. The token must have *all* the specified scopes.", "type": "query" }, { "uid": "TcU8Yd2XeO5tHG10V3CdN", "name": "from", "value": "", "description": "Last used after this timestamp (UTC milliseconds).", "type": "query" }, { "uid": "BrzEQoIiHUlYMun4nplsW", "name": "to", "value": "", "description": "Last used before this timestamp (UTC milliseconds).", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "68fGUFa7PrdwYEyacvJf3", "name": "Creates a new token", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "0RbdnFxQGrkHmT9RnVqOR", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 }, { "uid": "rfN9Ifr6V7Q0rrT7D0dQ1", "name": "Lists token metadata by token itself", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens/lookup", "method": "POST", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "mvCWELQNRn19p3h9OvjfA", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 3 }, { "uid": "7cQfZ4IThTpBU3jVInKFs", "name": "Deletes the specified token", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens/:id", "method": "DELETE", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "kvESFn2FqTDCGCoMk4Lsq", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "GhFunPhukMTxTnobjtePb", "name": "id", "value": "", "description": "The ID of the token to be deleted. Can either be the public identifier or the secret.\n\n You can't delete the token you're using for authentication of the request.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 4 }, { "uid": "Jgc409423n9uTtzF2i3s3", "name": "Lists token metadata by token ID", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens/:id", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "wsasdHegqxcyfaeWAR0hB", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "EcnFkAuDc5q1JQFTS7vIE", "name": "id", "value": "", "description": "The ID of the required token.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 5 }, { "uid": "BPyD8OOHptjyyhZkGJaC8", "name": "Updates the specified token", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/tokens/:id", "method": "PUT", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "CMke3PHv8Eoc3qhxyhFFY", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "sJadqVwqUdCfva8WIewJy", "name": "id", "value": "", "description": "The ID of the token to be updated. \n\n You can't update the token you're using for authentication of the request.", "enabled": true, "type": "path" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 6 } ] }, { "uid": "XRGMHO5eYBVaD1g3KfCEh", "name": "RUM - User sessions", "type": "folder", "items": [ { "uid": "XD4Jp8TCs0wqW1CvB3Fo7", "name": "Returns the result of the query as a table structure", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/userSessionQueryLanguage/table", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "lMQcahgArqyneMPNSW22u", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "lFL56RXZlfIxaWJOMLV28", "name": "query", "value": "", "description": "The user session query to be executed. See [USQL documentation page](https://dt-url.net/dtusql) for syntax details. \n\n You can find the available columns of the **usersession** table in the `UserSession` object. \n\n Here is an example of the query: `SELECT country, city, COUNT(*) FROM usersession GROUP BY country, city`.", "enabled": true, "type": "query" }, { "uid": "1XyP1RWwQj84xTOMc4NnA", "name": "startTimestamp", "value": "", "description": "The start timestamp of the query, in UTC milliseconds. \n\nIf not set or set as `0`, 2 hours behind the current time is used.\n\n If the exact times are important, set the timeframe in the query itself (**query** parameter).", "type": "query" }, { "uid": "ebYVpDmaeGn8gaquf3Bqm", "name": "endTimestamp", "value": "", "description": "The end timestamp of the query, in UTC milliseconds. \n\nIf not set or set as `0`, the current timestamp is used.\n\n If the exact times are important, set the timeframe in the query itself (**query** parameter).", "type": "query" }, { "uid": "3hkGArzlmgkN1EZyYOYTh", "name": "offsetUTC", "value": "", "description": "Optional offset of local time to UTC time in minutes. Offset will be applied to Date fields encountered in the query. \n\nCan be positive or negative. E.g. if the local time is UTC+02:00, the timeOffset is 120. If it is UTC-05:00, timeOffset is -300.", "type": "query" }, { "uid": "K84HQDFnvC7UzTXs6mUnu", "name": "pageSize", "value": "", "description": "Optional limit on how many of the actual query results should be returned in the tabular result.", "type": "query" }, { "uid": "chcy8kHPPM7CE2JJY0rei", "name": "pageOffset", "value": "", "description": "Optional offset of the requested results from the start of tabular results. Relates to pageSize. \n\nE.g. on a query that might return 500 results, you might want to receive results in chunks of 50 rows. \n\nthis can be achieved by using pageSize=50, and setting pageOffset in subsequent calls.In the example adding pageOffset=50 returns result rows 51-100.", "type": "query" }, { "uid": "QpuVlu0RkWOvfZ1aGGJuc", "name": "addDeepLinkFields", "value": "", "description": "Add (`true`) to enable deep linking of additional fields in the query. \n\nIf not set, then `false` is used", "type": "query" }, { "uid": "gaY7bDRLwzOyjWiB9moXX", "name": "explain", "value": "", "description": "Add (`true`) or don't add (`false`) some additional information about the result to the response. \n\nIt helps to understand the query and how the result was calculated. \n\nIf not set, then `false` is used", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 1 }, { "uid": "S7oIjAPrhYHFA44gVTQu1", "name": "Returns the result of the query as a tree structure", "type": "http-request", "request": { "url": "https://{{DT_HOST}}/api/v1/userSessionQueryLanguage/tree", "method": "GET", "auth": { "mode": "none", "basic": null, "bearer": null, "digest": null }, "headers": [ { "uid": "46tJAgPHIczvZEZO9jQWY", "name": "Authorization", "value": "Api-Token {{DT_TOKEN}}", "description": "Authentication header", "enabled": true } ], "params": [ { "uid": "ZnhBpVXVDBuE6IEy0VFDK", "name": "query", "value": "", "description": "The user session query to be executed. See [USQL documentation page](https://dt-url.net/dtusql) for syntax details. \n\n You can find the available columns of the **usersession** table in the `UserSession` object. \n\n Here is an example of the query: `SELECT country, city, COUNT(*) FROM usersession GROUP BY country, city`.", "enabled": true, "type": "query" }, { "uid": "obOotdZKXZjt2OLzGtZ0v", "name": "startTimestamp", "value": "", "description": "The start timestamp of the query, in UTC milliseconds. \n\nIf not set or set as `0`, 2 hours behind the current time is used.\n\n If the exact times are important, set the timeframe in the query itself (**query** parameter).", "type": "query" }, { "uid": "kk4zHUdJyzIQsrwQZbQhY", "name": "endTimestamp", "value": "", "description": "The end timestamp of the query, in UTC milliseconds. \n\nIf not set or set as `0`, the current timestamp is used.\n\n If the exact times are important, set the timeframe in the query itself (**query** parameter).", "type": "query" }, { "uid": "SpmusveigWJvYg6jsPywH", "name": "offsetUTC", "value": "", "description": "Optional offset of local time to UTC time in minutes. Offset will be applied to Date fields encountered in the query. \n\nCan be positive or negative. E.g. if the local time is UTC+02:00, the timeOffset is 120. If it is UTC-05:00, timeOffset is -300.", "type": "query" }, { "uid": "dh7Q4utSi7ScDtqZPURU4", "name": "addDeepLinkFields", "value": "", "description": "Add (`true`) to enable deep linking of additional fields in the query. \n\nIf not set, then `false` is used", "type": "query" }, { "uid": "rVl0IbMC6cXtANlzCKdg6", "name": "explain", "value": "", "description": "Add (`true`) or don't add (`false`) some additional information about the result to the response. \n\nIt helps to understand the query and how the result was calculated. \n\nIf not set, then `false` is used", "type": "query" } ], "body": { "mode": "none", "json": null, "text": null, "xml": null, "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": null } }, "seq": 2 } ] } ] }