{
"info": {
"_postman_id": "d9d7c326-9fdb-4805-88ae-e1a109022d38",
"name": "skywalking",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "getAllServices",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryServices($duration: Duration!,$keyword: String!) {\n services: getAllServices(duration: $duration, group: $keyword) {\n key: id\n label: name\n group\n }\n }",
"variables": {
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
},
"keyword": ""
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:12800/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "12800",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "getAllServices Copy",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryServices($duration: Duration!,$keyword: String!) {\n services: getAllServices(duration: $duration, group: $keyword) {\n key: id\n label: name\n group\n }\n }",
"variables": {
"duration": {
"start": "2021-08-31 18",
"end": "2021-08-31 19",
"step": "HOUR"
},
"keyword": ""
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:12800/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "12800",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "getAllServices Copy 2",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryServices($duration: Duration!,$keyword: String!) {\n services: getAllServices(duration: $duration, group: $keyword) {\n key: id\n label: name\n group\n }\n }",
"variables": {
"duration": {
"start": "2021-08-31",
"end": "2021-08-31",
"step": "DAY"
},
"keyword": ""
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:12800/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "12800",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "searchServices",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryServices($duration: Duration!,$keyword: String!) {\n services: searchServices(duration: $duration, keyword: $keyword) {\n key: id\n label: name\n }\n }",
"variables": {
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
},
"keyword": "Your_ApplicationName"
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "searchService",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryService($serviceCode: String!) {searchService(serviceCode: $serviceCode) {id name}}",
"variables": {
"serviceCode": "Your_ApplicationName"
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "queryBasicTraces",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryTraces($condition: TraceQueryCondition) {\n data: queryBasicTraces(condition: $condition) {\n traces {\n key: segmentId\n endpointNames\n duration\n start\n isError\n traceIds\n }\n total\n }}",
"variables": {
"condition": {
"queryDuration": {
"start": "2021-08-25 160524",
"end": "2021-08-25 160724",
"step": "SECOND"
},
"traceState": "ALL",
"paging": {
"pageNum": 1,
"pageSize": 15,
"needTotal": true
},
"queryOrder": "BY_DURATION",
"tags": []
}
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "getGlobalTopology",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryTopo($duration: Duration!) {\n topo: getGlobalTopology(duration: $duration) {\n nodes {\n id\n name\n type\n isReal\n }\n calls {\n id\n source\n detectPoints\n target\n }\n }}",
"variables": {
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
}
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "searchEndpoint",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{"query":"query queryEndpoints($serviceId: ID!, $keyword: String!) {\n getEndpoints: searchEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 100) {\n key: id\n label: name\n }\n}","variables":{"serviceId":"WW91cl9BcHBsaWNhdGlvbk5hbWU=.1","keyword":""}}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "getServiceInstances",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryInstances($serviceId: ID!, $duration: Duration!) {\n getServiceInstances(duration: $duration, serviceId: $serviceId) {\n key: id\n label: name\n language\n attributes {\n name\n value\n }\n }\n }",
"variables": {
"serviceId": "WW91cl9BcHBsaWNhdGlvbk5hbWU=.1",
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
}
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "service_cpm",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryData($condition: TopNCondition!, $duration: Duration!) {\n sortMetrics: sortMetrics(condition: $condition, duration: $duration) {\n name\n id\n value\n refId\n }}",
"variables": {
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
},
"condition": {
"name": "service_cpm",
"parentService": null,
"normal": true,
"scope": "Service",
"topN": 10,
"order": "DES"
}
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:12800/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "12800",
"path": [
"graphql"
]
}
},
"response": []
},
{
"name": "service_resp_time",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{
"query": "query queryData($condition: TopNCondition!, $duration: Duration!) {\n sortMetrics: sortMetrics(condition: $condition, duration: $duration) {\n name\n id\n value\n refId\n }}",
"variables": {
"duration": {
"start": "2021-08-25 1605",
"end": "2021-08-25 1607",
"step": "MINUTE"
},
"condition": {
"name": "service_resp_time",
"parentService": null,
"normal": true,
"scope": "Service",
"topN": 10,
"order": "DES"
}
}
}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:12800/graphql",
"protocol": "http",
"host": [
"localhost"
],
"port": "12800",
"path": [
"graphql"
]
}
},
"response": []
}
]
}