Path: blob/dev/pkg/input/formats/testdata/postman.json
2070 views
{1"info": {2"_postman_id": "20a3fd41-6a86-4e49-8860-f796559d0223",3"name": "advancedsearch",4"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"5},6"item": [7{8"name": "List Projects, Assets and Hosts",9"protocolProfileBehavior": {10"disableBodyPruning": true11},12"request": {13"method": "GET",14"header": [15{16"key": "Content-Type",17"name": "Content-Type",18"value": "application/json",19"type": "text"20}21],22"body": {23"mode": "raw",24"raw": "",25"options": {26"raw": {27"language": "json"28}29}30},31"url": {32"raw": "http://127.0.0.1:8000/api/v1/search/",33"protocol": "http",34"host": ["127", "0", "0", "1"],35"port": "8000",36"path": ["api", "v1", "search", ""]37}38},39"response": []40},41{42"name": "List Assets and Hosts",43"protocolProfileBehavior": {44"disableBodyPruning": true45},46"request": {47"method": "GET",48"header": [49{50"key": "Content-Type",51"name": "Content-Type",52"type": "text",53"value": "application/json"54}55],56"body": {57"mode": "raw",58"raw": "",59"options": {60"raw": {61"language": "json"62}63}64},65"url": {66"raw": "http://127.0.0.1:8000/api/v1/search/?projectId=1,2",67"protocol": "http",68"host": ["127", "0", "0", "1"],69"port": "8000",70"path": ["api", "v1", "search", ""],71"query": [72{73"key": "projectId",74"value": "1,2"75}76]77}78},79"response": []80},81{82"name": "List Hosts",83"protocolProfileBehavior": {84"disableBodyPruning": true85},86"request": {87"method": "GET",88"header": [89{90"key": "Content-Type",91"name": "Content-Type",92"type": "text",93"value": "application/json"94}95],96"body": {97"mode": "raw",98"raw": "",99"options": {100"raw": {101"language": "json"102}103}104},105"url": {106"raw": "http://127.0.0.1:8000/api/v1/search/?projectId=1,2&assetId=1,2",107"protocol": "http",108"host": ["127", "0", "0", "1"],109"port": "8000",110"path": ["api", "v1", "search", ""],111"query": [112{113"key": "projectId",114"value": "1,2"115},116{117"key": "assetId",118"value": "1,2"119}120]121}122},123"response": []124},125{126"name": "Search Request",127"request": {128"method": "POST",129"header": [130{131"key": "Content-Type",132"name": "Content-Type",133"value": "application/json",134"type": "text"135}136],137"body": {138"mode": "raw",139"raw": "{\n\t\"query\": \"query\",\n\t\"projectId\": [4,3,4],\n\t\"assetId\": [2,3,4],\n\t\"hostId\": [1,2,3],\n \"limit\": 10,\n \"offset\": 10\n}",140"options": {141"raw": {142"language": "json"143}144}145},146"url": {147"raw": "http://127.0.0.1:8000/api/v1/search/",148"protocol": "http",149"host": ["127", "0", "0", "1"],150"port": "8000",151"path": ["api", "v1", "search", ""]152}153},154"response": []155}156],157"protocolProfileBehavior": {}158}159160161