|
2549 | 2549 | "description": "Provide an application id (-a) as parameter" |
2550 | 2550 | } |
2551 | 2551 | }]},{"name": "sep","item": [{ |
2552 | | - "name": "List all SEPs.", |
| 2552 | + "name": "List all SEP configurations.", |
2553 | 2553 | "request": { |
2554 | 2554 | "method": "", |
2555 | 2555 | "header": [ |
|
2578 | 2578 | }, |
2579 | 2579 | "description": "Provide an application id (-a)." |
2580 | 2580 | } |
| 2581 | + },{ |
| 2582 | + "name": "Delete SEPs", |
| 2583 | + "request": { |
| 2584 | + "method": "POST", |
| 2585 | + "header": [ |
| 2586 | + { |
| 2587 | + "key": "Content-Type", |
| 2588 | + "value": "application/json;charset=UTF-8", |
| 2589 | + "type": "text" |
| 2590 | + }, |
| 2591 | + { |
| 2592 | + "key": "X-CSRF-TOKEN", |
| 2593 | + "value": "{{X-CSRF-TOKEN}}", |
| 2594 | + "type": "text" |
| 2595 | + } |
| 2596 | + ], |
| 2597 | + "body": { |
| 2598 | + "mode": "raw", |
| 2599 | + "raw": "[{{service_endpoints}}]" |
| 2600 | + }, |
| 2601 | + "url": { |
| 2602 | + "raw": "{{controller_host}}/controller/restui/serviceEndpoint/delete", |
| 2603 | + "host": [ |
| 2604 | + "{{controller_host}}" |
| 2605 | + ], |
| 2606 | + "path": ["controller","restui","serviceEndpoint","delete"], |
| 2607 | + "query": [] |
| 2608 | + }, |
| 2609 | + "description": "Provide an id or an list of ids of service end points (-s) as parameter." |
| 2610 | + } |
| 2611 | + },{ |
| 2612 | + "name": "List all SEPs", |
| 2613 | + "request": { |
| 2614 | + "method": "POST", |
| 2615 | + "header": [ |
| 2616 | + { |
| 2617 | + "key": "Content-Type", |
| 2618 | + "value": "application/json;charset=UTF-8", |
| 2619 | + "type": "text" |
| 2620 | + }, |
| 2621 | + { |
| 2622 | + "key": "X-CSRF-TOKEN", |
| 2623 | + "value": "{{X-CSRF-TOKEN}}", |
| 2624 | + "type": "text" |
| 2625 | + } |
| 2626 | + ], |
| 2627 | + "body": { |
| 2628 | + "mode": "raw", |
| 2629 | + "raw": "{\"requestFilter\":{\"queryParams\":{\"applicationId\":{{application}},\"mode\":\"FILTER_EXCLUDED\"},\"searchText\":\"\",\"filters\":{\"type\":[],\"sepName\":[]}},\"columnSorts\":[{\"column\":\"NAME\",\"direction\":\"ASC\"}],\"timeRangeStart\":{{start}},\"timeRangeEnd\":{{end}}}" |
| 2630 | + }, |
| 2631 | + "url": { |
| 2632 | + "raw": "{{controller_host}}/controller/restui/serviceEndpoint/list", |
| 2633 | + "host": [ |
| 2634 | + "{{controller_host}}" |
| 2635 | + ], |
| 2636 | + "path": ["controller","restui","serviceEndpoint","list"], |
| 2637 | + "query": [] |
| 2638 | + }, |
| 2639 | + "description": "Provide an application id (-a), a start timestamp (-s) and an end timestamp (-e) as parameters." |
| 2640 | + } |
2581 | 2641 | },{ |
2582 | 2642 | "name": "Insert or Update SEPs.", |
2583 | 2643 | "request": { |
|
0 commit comments