|
1766 | 1766 | "path": ["controller","rest","applications","{{application}}","request-snapshots"], |
1767 | 1767 | "query": [{"key": "time-range-type","value": "{{time_range_type}}"},{"key":"duration-in-mins","value": "{{duration_in_minutes}}"},{"key":"start-time","value": "{{start_time}}"},{"key":"end-time","value": "{{end_time}}"}] |
1768 | 1768 | }, |
1769 | | - "description": "Provide an application (-a) as parameter, as well es a time range (-t), the duration in minutes (-d) or start (-b) and end time (-f)" |
| 1769 | + "description": "Provide an application (-a) as parameter, as well as a time range (-t), the duration in minutes (-d) or start (-b) and end time (-f)" |
1770 | 1770 | } |
1771 | 1771 | }]},{"name": "synthetic","item": [{ |
| 1772 | + "name": "Import a synthetic job.", |
| 1773 | + "request": { |
| 1774 | + "method": "POST", |
| 1775 | + "header": [ |
| 1776 | + { |
| 1777 | + "key": "Content-Type", |
| 1778 | + "value": "application/json;charset=UTF-8", |
| 1779 | + "type": "text" |
| 1780 | + }, |
| 1781 | + { |
| 1782 | + "key": "X-CSRF-TOKEN", |
| 1783 | + "value": "{{X-CSRF-TOKEN}}", |
| 1784 | + "type": "text" |
| 1785 | + } |
| 1786 | + ], |
| 1787 | + "body": { |
| 1788 | + "mode": "raw", |
| 1789 | + "raw": "{{synthetic_job}}" |
| 1790 | + }, |
| 1791 | + "url": { |
| 1792 | + "raw": "{{controller_host}}/controller/restui/synthetic/schedule/{{a:application}}/updateSchedule", |
| 1793 | + "host": [ |
| 1794 | + "{{controller_host}}" |
| 1795 | + ], |
| 1796 | + "path": ["controller","restui","synthetic","schedule","{{application}}","updateSchedule"], |
| 1797 | + "query": [] |
| 1798 | + }, |
| 1799 | + "description": "Provide an EUM application id (-a) as parameter and a json string or a file (with @ as prefix) as parameter (-d)" |
| 1800 | + } |
| 1801 | + },{ |
| 1802 | + "name": "List all synthetic jobs.", |
| 1803 | + "request": { |
| 1804 | + "method": "POST", |
| 1805 | + "header": [ |
| 1806 | + { |
| 1807 | + "key": "Content-Type", |
| 1808 | + "value": "application/json;charset=UTF-8", |
| 1809 | + "type": "text" |
| 1810 | + }, |
| 1811 | + { |
| 1812 | + "key": "X-CSRF-TOKEN", |
| 1813 | + "value": "{{X-CSRF-TOKEN}}", |
| 1814 | + "type": "text" |
| 1815 | + } |
| 1816 | + ], |
| 1817 | + "body": { |
| 1818 | + "mode": "raw", |
| 1819 | + "raw": "{\"applicationId\":{{application}},\"timeRangeString\":\"{{time_range}}\"}" |
| 1820 | + }, |
| 1821 | + "url": { |
| 1822 | + "raw": "{{controller_host}}/controller/restui/synthetic/schedule/getJobList", |
| 1823 | + "host": [ |
| 1824 | + "{{controller_host}}" |
| 1825 | + ], |
| 1826 | + "path": ["controller","restui","synthetic","schedule","getJobList"], |
| 1827 | + "query": [] |
| 1828 | + }, |
| 1829 | + "description": "Provide an EUM application id (-a) as parameter, as well as an time range string (-t)." |
| 1830 | + } |
| 1831 | + },{ |
1772 | 1832 | "name": "Generate synthetic snapshot.", |
1773 | 1833 | "request": { |
1774 | 1834 | "method": "POST", |
|
0 commit comments