zoukankan      html  css  js  c++  java
  • skywalking.postman_collection.json

    {
        "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": []
            }
        ]
    }

  • 相关阅读:
    【BZOJ5302】[HAOI2018]奇怪的背包(动态规划,容斥原理)
    【BZOJ5303】[HAOI2018]反色游戏(Tarjan,线性基)
    【BZOJ5304】[HAOI2018]字串覆盖(后缀数组,主席树,倍增)
    【BZOJ5305】[HAOI2018]苹果树(组合计数)
    【BZOJ5300】[CQOI2018]九连环 (高精度,FFT)
    【BZOJ5292】[BJOI2018]治疗之雨(高斯消元)
    【BZOJ5298】[CQOI2018]交错序列(动态规划,矩阵快速幂)
    【BZOJ5289】[HNOI2018]排列(贪心)
    Codeforces Round #539 Div1 题解
    【BZOJ5288】[HNOI2018]游戏(拓扑排序)
  • 原文地址:https://www.cnblogs.com/tonggc1668/p/15266271.html
Copyright © 2011-2022 走看看