|
1978 | 1978 | }, |
1979 | 1979 | "description": "Provide an application (-a) and a time range type (-t) as parameters, as well as a duration in minutes (-d) or a start-time (-b) and an end time (-f)" |
1980 | 1980 | } |
| 1981 | + }]},{"name": "informationPoint","item": [{ |
| 1982 | + "name": "Create an information point.", |
| 1983 | + "request": { |
| 1984 | + "method": "POST", |
| 1985 | + "header": [ |
| 1986 | + { |
| 1987 | + "key": "Content-Type", |
| 1988 | + "value": "application/json;charset=UTF-8", |
| 1989 | + "type": "text" |
| 1990 | + }, |
| 1991 | + { |
| 1992 | + "key": "X-CSRF-TOKEN", |
| 1993 | + "value": "{{X-CSRF-TOKEN}}", |
| 1994 | + "type": "text" |
| 1995 | + } |
| 1996 | + ], |
| 1997 | + "body": { |
| 1998 | + "mode": "raw", |
| 1999 | + "raw": "{{infopoint_config}}" |
| 2000 | + }, |
| 2001 | + "url": { |
| 2002 | + "raw": "{{controller_host}}/controller/restui/informationPointUiService/createInfoPointGathererConfig", |
| 2003 | + "host": [ |
| 2004 | + "{{controller_host}}" |
| 2005 | + ], |
| 2006 | + "path": ["controller","restui","informationPointUiService","createInfoPointGathererConfig"], |
| 2007 | + "query": [] |
| 2008 | + }, |
| 2009 | + "description": "Provide an json file (with @ as prefix) containing the information point config (-d) as parameter." |
| 2010 | + } |
| 2011 | + },{ |
| 2012 | + "name": "Delete information points.", |
| 2013 | + "request": { |
| 2014 | + "method": "POST", |
| 2015 | + "header": [ |
| 2016 | + { |
| 2017 | + "key": "Content-Type", |
| 2018 | + "value": "application/json;charset=UTF-8", |
| 2019 | + "type": "text" |
| 2020 | + }, |
| 2021 | + { |
| 2022 | + "key": "X-CSRF-TOKEN", |
| 2023 | + "value": "{{X-CSRF-TOKEN}}", |
| 2024 | + "type": "text" |
| 2025 | + } |
| 2026 | + ], |
| 2027 | + "body": { |
| 2028 | + "mode": "raw", |
| 2029 | + "raw": "[{{information_points}}]" |
| 2030 | + }, |
| 2031 | + "url": { |
| 2032 | + "raw": "{{controller_host}}/controller/restui/informationPointUiService/deleteInformationPoints", |
| 2033 | + "host": [ |
| 2034 | + "{{controller_host}}" |
| 2035 | + ], |
| 2036 | + "path": ["controller","restui","informationPointUiService","deleteInformationPoints"], |
| 2037 | + "query": [] |
| 2038 | + }, |
| 2039 | + "description": "Provide an id or an list of ids of information points (-i) as parameter." |
| 2040 | + } |
| 2041 | + },{ |
| 2042 | + "name": "List information points.", |
| 2043 | + "request": { |
| 2044 | + "method": "GET", |
| 2045 | + "header": [ |
| 2046 | + { |
| 2047 | + "key": "Content-Type", |
| 2048 | + "value": "application/json;charset=UTF-8", |
| 2049 | + "type": "text" |
| 2050 | + }, |
| 2051 | + { |
| 2052 | + "key": "X-CSRF-TOKEN", |
| 2053 | + "value": "{{X-CSRF-TOKEN}}", |
| 2054 | + "type": "text" |
| 2055 | + } |
| 2056 | + ], |
| 2057 | + "body": { |
| 2058 | + "mode": "raw", |
| 2059 | + "raw": "" |
| 2060 | + }, |
| 2061 | + "url": { |
| 2062 | + "raw": "{{controller_host}}/controller/restui/informationPointUiService/getAllInfoPointsListViewData/{{a:application}}?time-range={{t:timerange}}", |
| 2063 | + "host": [ |
| 2064 | + "{{controller_host}}" |
| 2065 | + ], |
| 2066 | + "path": ["controller","restui","informationPointUiService","getAllInfoPointsListViewData","{{application}}"], |
| 2067 | + "query": [{"key": "time-range","value": "{{timerange}}"}] |
| 2068 | + }, |
| 2069 | + "description": "Provide an application id (-a) and a time range string (-t) as parameters." |
| 2070 | + } |
| 2071 | + },{ |
| 2072 | + "name": "Update an information point.", |
| 2073 | + "request": { |
| 2074 | + "method": "POST", |
| 2075 | + "header": [ |
| 2076 | + { |
| 2077 | + "key": "Content-Type", |
| 2078 | + "value": "application/json;charset=UTF-8", |
| 2079 | + "type": "text" |
| 2080 | + }, |
| 2081 | + { |
| 2082 | + "key": "X-CSRF-TOKEN", |
| 2083 | + "value": "{{X-CSRF-TOKEN}}", |
| 2084 | + "type": "text" |
| 2085 | + } |
| 2086 | + ], |
| 2087 | + "body": { |
| 2088 | + "mode": "raw", |
| 2089 | + "raw": "{{infopoint_config}}" |
| 2090 | + }, |
| 2091 | + "url": { |
| 2092 | + "raw": "{{controller_host}}/controller/restui/informationPointUiService/updateInfoPointGathererConfig", |
| 2093 | + "host": [ |
| 2094 | + "{{controller_host}}" |
| 2095 | + ], |
| 2096 | + "path": ["controller","restui","informationPointUiService","updateInfoPointGathererConfig"], |
| 2097 | + "query": [] |
| 2098 | + }, |
| 2099 | + "description": "Provide an json file (with @ as prefix) containing the information point update config (-d) as parameter." |
| 2100 | + } |
1981 | 2101 | }]},{"name": "licenserule","item": [{ |
1982 | 2102 | "name": "Create a license rule.", |
1983 | 2103 | "request": { |
|
0 commit comments