|
71 | 71 | "properties": {
|
72 | 72 | "operation": {
|
73 | 73 | "type": "string",
|
74 |
| - "const": "get_data", |
75 |
| - "description": "`get_data`" |
| 74 | + "enum": [ "get_data" ] |
76 | 75 | },
|
77 | 76 | "aggregation_unit": {
|
78 | 77 | "type": "string",
|
79 | 78 | "description": "Set to the time binning for the query ('day', 'month', 'quarter', etc.) or 'Auto' to use the bin choice determined by the selected time interval."
|
80 | 79 | },
|
81 | 80 | "controller_module": {
|
82 | 81 | "type": "string",
|
83 |
| - "const": "metric_explorer", |
84 |
| - "description": "`metric_explorer`" |
| 82 | + "enum": [ "metric_explorer" ] |
85 | 83 | },
|
86 | 84 | "data_series": {
|
87 | 85 | "type": "string"
|
|
207 | 205 | "properties": {
|
208 | 206 | "operation": {
|
209 | 207 | "type": "string",
|
210 |
| - "const": "get_charts", |
211 |
| - "description": "`get_charts`" |
| 208 | + "enum": [ "get_charts" ] |
212 | 209 | },
|
213 | 210 | "controller_module": {
|
214 | 211 | "type": "string",
|
215 |
| - "const": "user_interface", |
216 |
| - "description": "`user_interface`" |
| 212 | + "enum": [ "user_interface" ] |
217 | 213 | },
|
218 | 214 | "public_user": {
|
219 | 215 | "type": "string",
|
|
355 | 351 | "properties": {
|
356 | 352 | "operation": {
|
357 | 353 | "type": "string",
|
358 |
| - "const": "get_menus", |
359 |
| - "description": "`get_menus`" |
| 354 | + "enum": [ "get_menus" ] |
360 | 355 | },
|
361 | 356 | "node": {
|
362 | 357 | "type": "string",
|
|
390 | 385 | "properties": {
|
391 | 386 | "operation": {
|
392 | 387 | "type": "string",
|
393 |
| - "const": "get_tabs", |
394 |
| - "description": "`get_tabs`" |
| 388 | + "enum": [ "get_tabs" ] |
395 | 389 | },
|
396 | 390 | "public_user": {
|
397 | 391 | "type": "boolean",
|
|
543 | 537 | }
|
544 | 538 | }
|
545 | 539 | }
|
| 540 | + }, |
| 541 | + "responses": { |
| 542 | + "200": { |
| 543 | + "description": "" |
| 544 | + } |
546 | 545 | }
|
547 | 546 | }
|
548 | 547 | },
|
|
567 | 566 | "properties": {
|
568 | 567 | "operation": {
|
569 | 568 | "type": "string",
|
570 |
| - "const": "get_dw_descripter", |
571 |
| - "description": "`get_dw_descripter`" |
| 569 | + "enum": [ "get_dw_descripter" ] |
572 | 570 | }
|
573 | 571 | },
|
574 | 572 | "required": ["operation"],
|
|
588 | 586 | }
|
589 | 587 | }
|
590 | 588 | }
|
| 589 | + }, |
| 590 | + "responses": { |
| 591 | + "200": { |
| 592 | + "description": "" |
| 593 | + } |
591 | 594 | }
|
592 | 595 | }
|
593 | 596 | },
|
|
989 | 992 | "required": true,
|
990 | 993 | "description": "The username of the local XDMoD user account.",
|
991 | 994 | "schema": {
|
992 |
| - "type": "text" |
| 995 | + "type": "string" |
993 | 996 | }
|
994 | 997 | }, {
|
995 | 998 | "name": "password",
|
996 | 999 | "in": "query",
|
997 | 1000 | "required": true,
|
998 | 1001 | "description": "The password for the local XDMoD user account.",
|
999 | 1002 | "schema": {
|
1000 |
| - "type": "text" |
| 1003 | + "type": "string" |
1001 | 1004 | }
|
1002 | 1005 | }],
|
1003 | 1006 | "responses": {
|
|
1084 | 1087 | "name": "returnTo",
|
1085 | 1088 | "description": "The location to redirect to after authentication is completed.",
|
1086 | 1089 | "in": "query",
|
1087 |
| - "required": true |
| 1090 | + "required": true, |
| 1091 | + "schema": { |
| 1092 | + "type": "string" |
| 1093 | + } |
1088 | 1094 | }],
|
1089 | 1095 | "responses": {
|
1090 | 1096 | "200": {
|
|
1571 | 1577 | "required": true,
|
1572 | 1578 | "description": "The identifier for the resource that has job performance data.",
|
1573 | 1579 | "schema": {
|
1574 |
| - "type": "int" |
| 1580 | + "type": "integer" |
1575 | 1581 | }
|
1576 | 1582 | }, {
|
1577 | 1583 | "name": "db_id",
|
|
1742 | 1748 | "type": "integer"
|
1743 | 1749 | },
|
1744 | 1750 | "results": {
|
1745 |
| - "type": "array" |
| 1751 | + "type": "array", |
| 1752 | + "items": {} |
1746 | 1753 | },
|
1747 | 1754 | "data": {
|
1748 |
| - "type": "array" |
| 1755 | + "type": "array", |
| 1756 | + "items": {} |
1749 | 1757 | },
|
1750 | 1758 | "message": {
|
1751 | 1759 | "enum": ["An error was encountered while attempting to process the requested authorization procedure."]
|
|
1823 | 1831 | "type": "integer"
|
1824 | 1832 | },
|
1825 | 1833 | "results": {
|
1826 |
| - "type": "array" |
| 1834 | + "type": "array", |
| 1835 | + "items": {} |
1827 | 1836 | },
|
1828 | 1837 | "data": {
|
1829 |
| - "type": "array" |
| 1838 | + "type": "array", |
| 1839 | + "items": {} |
1830 | 1840 | },
|
1831 | 1841 | "message": {
|
1832 | 1842 | "enum": [
|
|
1898 | 1908 | "type": "integer"
|
1899 | 1909 | },
|
1900 | 1910 | "results": {
|
1901 |
| - "type": "array" |
| 1911 | + "type": "array", |
| 1912 | + "items": {} |
1902 | 1913 | },
|
1903 | 1914 | "data": {
|
1904 |
| - "type": "array" |
| 1915 | + "type": "array", |
| 1916 | + "items": {} |
1905 | 1917 | },
|
1906 | 1918 | "message": {
|
1907 | 1919 | "enum": [
|
|
2002 | 2014 | "format": "int32"
|
2003 | 2015 | }
|
2004 | 2016 | }, {
|
2005 |
| - "$ref": "#components/parameters/realm" |
| 2017 | + "$ref": "#/components/parameters/realm" |
2006 | 2018 | }],
|
2007 | 2019 | "responses": {
|
2008 | 2020 | "200": {
|
|
2034 | 2046 | "format": "int32"
|
2035 | 2047 | }
|
2036 | 2048 | }, {
|
2037 |
| - "$ref": "#components/parameters/realm" |
| 2049 | + "$ref": "#/components/parameters/realm" |
2038 | 2050 | }, {
|
2039 | 2051 | "name": "data",
|
2040 | 2052 | "in": "query",
|
|
2074 | 2086 | "format": "int32"
|
2075 | 2087 | }
|
2076 | 2088 | }, {
|
2077 |
| - "$ref": "#components/parameters/realm" |
| 2089 | + "$ref": "#/components/parameters/realm" |
2078 | 2090 | }, {
|
2079 | 2091 | "name": "data",
|
2080 | 2092 | "in": "query",
|
|
2114 | 2126 | "format": "int32"
|
2115 | 2127 | }
|
2116 | 2128 | }, {
|
2117 |
| - "$ref": "#components/parameters/realm" |
| 2129 | + "$ref": "#/components/parameters/realm" |
2118 | 2130 | }],
|
2119 | 2131 | "responses": {
|
2120 | 2132 | "200": {
|
|
2353 | 2365 | "description": "",
|
2354 | 2366 | "operationId": "get-warehouse-dimensions-{dimension}-name",
|
2355 | 2367 | "parameters": [{
|
2356 |
| - "$ref": "#components/parameters/dimension" |
| 2368 | + "$ref": "#/components/parameters/dimension" |
2357 | 2369 | }],
|
2358 | 2370 | "responses": {
|
2359 | 2371 | "200": {
|
|
2377 | 2389 | "summary": "",
|
2378 | 2390 | "description": "",
|
2379 | 2391 | "operationId": "get-warehouse-dimensions-{dimension}-values-{valueId}-name",
|
2380 |
| - "parameters": [{ |
2381 |
| - "$ref": "#components/parameters/dimension" |
2382 |
| - }], |
| 2392 | + "parameters": [ |
| 2393 | + { |
| 2394 | + "$ref": "#/components/parameters/dimension" |
| 2395 | + }, |
| 2396 | + { |
| 2397 | + "name": "valueId", |
| 2398 | + "in": "path", |
| 2399 | + "required": true, |
| 2400 | + "description": "The value of the corresponding dimension", |
| 2401 | + "schema": { |
| 2402 | + "type": "integer" |
| 2403 | + } |
| 2404 | + } |
| 2405 | + ], |
2383 | 2406 | "responses": {
|
2384 | 2407 | "200": {
|
2385 | 2408 | "description": "",
|
|
2642 | 2665 | "properties": {
|
2643 | 2666 | "success": {
|
2644 | 2667 | "type": "boolean",
|
2645 |
| - "const": true |
| 2668 | + "enum": [ true ] |
2646 | 2669 | },
|
2647 | 2670 | "data": {
|
2648 | 2671 | "type": "array",
|
|
2773 | 2796 | "properties": {
|
2774 | 2797 | "success": {
|
2775 | 2798 | "type": "boolean",
|
2776 |
| - "const": true |
| 2799 | + "enum": [ true ] |
2777 | 2800 | },
|
2778 | 2801 | "message": {
|
2779 | 2802 | "type": "string"
|
|
2840 | 2863 | "properties": {
|
2841 | 2864 | "success": {
|
2842 | 2865 | "type": "boolean",
|
2843 |
| - "const": true |
| 2866 | + "enum": [ true ] |
2844 | 2867 | },
|
2845 | 2868 | "data": {
|
2846 | 2869 | "type": "array",
|
|
2865 | 2888 | },
|
2866 | 2889 | "export_succeeded": {
|
2867 | 2890 | "description": "Did the export succeed?",
|
2868 |
| - "anyOf": [ |
2869 |
| - { |
2870 |
| - "type": "null" |
2871 |
| - }, |
2872 |
| - { |
2873 |
| - "type": "integer", |
2874 |
| - "format": "int32", |
2875 |
| - "minimum": 0, |
2876 |
| - "maximum": 1 |
2877 |
| - } |
2878 |
| - ] |
| 2891 | + "nullable": true, |
| 2892 | + "type": "integer", |
| 2893 | + "format": "int32", |
| 2894 | + "minimum": 0, |
| 2895 | + "maximum": 1 |
2879 | 2896 | },
|
2880 | 2897 | "export_expired": {
|
2881 | 2898 | "description": "Is the export expired?",
|
|
2886 | 2903 | },
|
2887 | 2904 | "export_expires_datetime": {
|
2888 | 2905 | "description": "Data export expiration date",
|
2889 |
| - "anyOf": [ |
2890 |
| - { |
2891 |
| - "type": "null" |
2892 |
| - }, |
2893 |
| - { |
2894 |
| - "type": "string", |
2895 |
| - "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2896 |
| - } |
2897 |
| - ] |
| 2906 | + "nullable": true, |
| 2907 | + "type": "string", |
| 2908 | + "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2898 | 2909 | },
|
2899 | 2910 | "export_created_datetime": {
|
2900 | 2911 | "description": "Data export creation date",
|
2901 |
| - "anyOf": [ |
2902 |
| - { |
2903 |
| - "type": "null" |
2904 |
| - }, |
2905 |
| - { |
2906 |
| - "type": "string", |
2907 |
| - "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2908 |
| - } |
2909 |
| - ] |
| 2912 | + "nullable": true, |
| 2913 | + "type": "string", |
| 2914 | + "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2910 | 2915 | },
|
2911 | 2916 | "export_file_format": {
|
2912 | 2917 | "description": "Data export file type",
|
|
2922 | 2927 | },
|
2923 | 2928 | "downloaded_datetime": {
|
2924 | 2929 | "description": "Data export (first) download date",
|
2925 |
| - "anyOf": [ |
2926 |
| - { |
2927 |
| - "type": "null" |
2928 |
| - }, |
2929 |
| - { |
2930 |
| - "type": "string", |
2931 |
| - "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2932 |
| - } |
2933 |
| - ] |
| 2930 | + "nullable": true, |
| 2931 | + "type": "string", |
| 2932 | + "pattern": "^\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}$" |
2934 | 2933 | },
|
2935 | 2934 | "state": {
|
2936 | 2935 | "description": "Data export state",
|
|
2999 | 2998 | "properties": {
|
3000 | 2999 | "success": {
|
3001 | 3000 | "type": "boolean",
|
3002 |
| - "const": true |
| 3001 | + "enum": [ true ] |
3003 | 3002 | },
|
3004 | 3003 | "message": {
|
3005 | 3004 | "type": "string"
|
|
3140 | 3139 | "properties": {
|
3141 | 3140 | "success": {
|
3142 | 3141 | "type": "boolean",
|
3143 |
| - "const": true |
| 3142 | + "enum": [ true ] |
3144 | 3143 | },
|
3145 | 3144 | "message": {
|
3146 | 3145 | "type": "string"
|
|
0 commit comments