|
1288 | 1288 | }, |
1289 | 1289 | "description": "Provide an account name (-a), an api key (-k) and a controller url (-c) for the friend account." |
1290 | 1290 | } |
| 1291 | + }]},{"name": "flowmap","item": [{ |
| 1292 | + "name": "Get an application flowmap", |
| 1293 | + "request": { |
| 1294 | + "method": "GET", |
| 1295 | + "header": [ |
| 1296 | + { |
| 1297 | + "key": "Content-Type", |
| 1298 | + "value": "application/json;charset=UTF-8", |
| 1299 | + "type": "text" |
| 1300 | + }, |
| 1301 | + { |
| 1302 | + "key": "X-CSRF-TOKEN", |
| 1303 | + "value": "{{X-CSRF-TOKEN}}", |
| 1304 | + "type": "text" |
| 1305 | + } |
| 1306 | + ], |
| 1307 | + "body": { |
| 1308 | + "mode": "raw", |
| 1309 | + "raw": "" |
| 1310 | + }, |
| 1311 | + "url": { |
| 1312 | + "raw": "{{controller_host}}/controller/restui/applicationFlowMapUiService/application/{{a:application}}?time-range={{t:timerange}}&mapId=-1&baselineId=-1&forceFetch=false", |
| 1313 | + "host": [ |
| 1314 | + "{{controller_host}}" |
| 1315 | + ], |
| 1316 | + "path": ["controller","restui","applicationFlowMapUiService","application","{{application}}"], |
| 1317 | + "query": [{"key": "time-range","value": "{{timerange}}"},{"key":"mapId","value": "-1"},{"key":"baselineId","value": "-1"},{"key":"forceFetch","value": "false"}] |
| 1318 | + }, |
| 1319 | + "description": "Provide an application (-a) and a time range string (-t) as parameter." |
| 1320 | + } |
| 1321 | + },{ |
| 1322 | + "name": "Get an component flowmap", |
| 1323 | + "request": { |
| 1324 | + "method": "GET", |
| 1325 | + "header": [ |
| 1326 | + { |
| 1327 | + "key": "Content-Type", |
| 1328 | + "value": "application/json;charset=UTF-8", |
| 1329 | + "type": "text" |
| 1330 | + }, |
| 1331 | + { |
| 1332 | + "key": "X-CSRF-TOKEN", |
| 1333 | + "value": "{{X-CSRF-TOKEN}}", |
| 1334 | + "type": "text" |
| 1335 | + } |
| 1336 | + ], |
| 1337 | + "body": { |
| 1338 | + "mode": "raw", |
| 1339 | + "raw": "" |
| 1340 | + }, |
| 1341 | + "url": { |
| 1342 | + "raw": "{{controller_host}}/controller/restui/componentFlowMapUiService/component/{{c:component}}?time-range={{t:timerange}}&mapId=-1&baselineId=-1", |
| 1343 | + "host": [ |
| 1344 | + "{{controller_host}}" |
| 1345 | + ], |
| 1346 | + "path": ["controller","restui","componentFlowMapUiService","component","{{component}}"], |
| 1347 | + "query": [{"key": "time-range","value": "{{timerange}}"},{"key":"mapId","value": "-1"},{"key":"baselineId","value": "-1"}] |
| 1348 | + }, |
| 1349 | + "description": "Provide an component (tier, node, ...) id (-c) and a time range string (-t) as parameter" |
| 1350 | + } |
1291 | 1351 | }]},{"name": "healthrule","item": [{ |
1292 | 1352 | "name": "Get a healthrule.", |
1293 | 1353 | "request": { |
|
0 commit comments