|
2 | 2 | "openapi": "3.0.3", |
3 | 3 | "info": { |
4 | 4 | "title": "NetBox REST API", |
5 | | - "version": "4.4.4", |
| 5 | + "version": "4.4.5", |
6 | 6 | "license": { |
7 | 7 | "name": "Apache v2 License" |
8 | 8 | } |
|
61458 | 61458 | "operationId": "dcim_mac_addresses_list", |
61459 | 61459 | "description": "Get a list of MAC address objects.", |
61460 | 61460 | "parameters": [ |
| 61461 | + { |
| 61462 | + "in": "query", |
| 61463 | + "name": "assigned", |
| 61464 | + "schema": { |
| 61465 | + "type": "boolean" |
| 61466 | + }, |
| 61467 | + "description": "Is assigned" |
| 61468 | + }, |
61461 | 61469 | { |
61462 | 61470 | "in": "query", |
61463 | 61471 | "name": "assigned_object_id", |
|
62293 | 62301 | "explode": true, |
62294 | 62302 | "style": "form" |
62295 | 62303 | }, |
| 62304 | + { |
| 62305 | + "in": "query", |
| 62306 | + "name": "primary", |
| 62307 | + "schema": { |
| 62308 | + "type": "boolean" |
| 62309 | + }, |
| 62310 | + "description": "Is primary" |
| 62311 | + }, |
62296 | 62312 | { |
62297 | 62313 | "in": "query", |
62298 | 62314 | "name": "q", |
@@ -75760,6 +75776,157 @@ |
75760 | 75776 | "operationId": "dcim_power_outlet_templates_list", |
75761 | 75777 | "description": "Get a list of power outlet template objects.", |
75762 | 75778 | "parameters": [ |
| 75779 | + { |
| 75780 | + "in": "query", |
| 75781 | + "name": "color", |
| 75782 | + "schema": { |
| 75783 | + "type": "array", |
| 75784 | + "items": { |
| 75785 | + "type": "string" |
| 75786 | + } |
| 75787 | + }, |
| 75788 | + "explode": true, |
| 75789 | + "style": "form" |
| 75790 | + }, |
| 75791 | + { |
| 75792 | + "in": "query", |
| 75793 | + "name": "color__empty", |
| 75794 | + "schema": { |
| 75795 | + "type": "boolean" |
| 75796 | + } |
| 75797 | + }, |
| 75798 | + { |
| 75799 | + "in": "query", |
| 75800 | + "name": "color__ic", |
| 75801 | + "schema": { |
| 75802 | + "type": "array", |
| 75803 | + "items": { |
| 75804 | + "type": "string" |
| 75805 | + } |
| 75806 | + }, |
| 75807 | + "explode": true, |
| 75808 | + "style": "form" |
| 75809 | + }, |
| 75810 | + { |
| 75811 | + "in": "query", |
| 75812 | + "name": "color__ie", |
| 75813 | + "schema": { |
| 75814 | + "type": "array", |
| 75815 | + "items": { |
| 75816 | + "type": "string" |
| 75817 | + } |
| 75818 | + }, |
| 75819 | + "explode": true, |
| 75820 | + "style": "form" |
| 75821 | + }, |
| 75822 | + { |
| 75823 | + "in": "query", |
| 75824 | + "name": "color__iew", |
| 75825 | + "schema": { |
| 75826 | + "type": "array", |
| 75827 | + "items": { |
| 75828 | + "type": "string" |
| 75829 | + } |
| 75830 | + }, |
| 75831 | + "explode": true, |
| 75832 | + "style": "form" |
| 75833 | + }, |
| 75834 | + { |
| 75835 | + "in": "query", |
| 75836 | + "name": "color__iregex", |
| 75837 | + "schema": { |
| 75838 | + "type": "array", |
| 75839 | + "items": { |
| 75840 | + "type": "string" |
| 75841 | + } |
| 75842 | + }, |
| 75843 | + "explode": true, |
| 75844 | + "style": "form" |
| 75845 | + }, |
| 75846 | + { |
| 75847 | + "in": "query", |
| 75848 | + "name": "color__isw", |
| 75849 | + "schema": { |
| 75850 | + "type": "array", |
| 75851 | + "items": { |
| 75852 | + "type": "string" |
| 75853 | + } |
| 75854 | + }, |
| 75855 | + "explode": true, |
| 75856 | + "style": "form" |
| 75857 | + }, |
| 75858 | + { |
| 75859 | + "in": "query", |
| 75860 | + "name": "color__n", |
| 75861 | + "schema": { |
| 75862 | + "type": "array", |
| 75863 | + "items": { |
| 75864 | + "type": "string" |
| 75865 | + } |
| 75866 | + }, |
| 75867 | + "explode": true, |
| 75868 | + "style": "form" |
| 75869 | + }, |
| 75870 | + { |
| 75871 | + "in": "query", |
| 75872 | + "name": "color__nic", |
| 75873 | + "schema": { |
| 75874 | + "type": "array", |
| 75875 | + "items": { |
| 75876 | + "type": "string" |
| 75877 | + } |
| 75878 | + }, |
| 75879 | + "explode": true, |
| 75880 | + "style": "form" |
| 75881 | + }, |
| 75882 | + { |
| 75883 | + "in": "query", |
| 75884 | + "name": "color__nie", |
| 75885 | + "schema": { |
| 75886 | + "type": "array", |
| 75887 | + "items": { |
| 75888 | + "type": "string" |
| 75889 | + } |
| 75890 | + }, |
| 75891 | + "explode": true, |
| 75892 | + "style": "form" |
| 75893 | + }, |
| 75894 | + { |
| 75895 | + "in": "query", |
| 75896 | + "name": "color__niew", |
| 75897 | + "schema": { |
| 75898 | + "type": "array", |
| 75899 | + "items": { |
| 75900 | + "type": "string" |
| 75901 | + } |
| 75902 | + }, |
| 75903 | + "explode": true, |
| 75904 | + "style": "form" |
| 75905 | + }, |
| 75906 | + { |
| 75907 | + "in": "query", |
| 75908 | + "name": "color__nisw", |
| 75909 | + "schema": { |
| 75910 | + "type": "array", |
| 75911 | + "items": { |
| 75912 | + "type": "string" |
| 75913 | + } |
| 75914 | + }, |
| 75915 | + "explode": true, |
| 75916 | + "style": "form" |
| 75917 | + }, |
| 75918 | + { |
| 75919 | + "in": "query", |
| 75920 | + "name": "color__regex", |
| 75921 | + "schema": { |
| 75922 | + "type": "array", |
| 75923 | + "items": { |
| 75924 | + "type": "string" |
| 75925 | + } |
| 75926 | + }, |
| 75927 | + "explode": true, |
| 75928 | + "style": "form" |
| 75929 | + }, |
75763 | 75930 | { |
75764 | 75931 | "in": "query", |
75765 | 75932 | "name": "created", |
@@ -242458,6 +242625,11 @@ |
242458 | 242625 | "x-spec-enum-id": "8f9617d2648ab261", |
242459 | 242626 | "nullable": true |
242460 | 242627 | }, |
| 242628 | + "color": { |
| 242629 | + "type": "string", |
| 242630 | + "pattern": "^[0-9a-f]{6}$", |
| 242631 | + "maxLength": 6 |
| 242632 | + }, |
242461 | 242633 | "power_port": { |
242462 | 242634 | "oneOf": [ |
242463 | 242635 | { |
@@ -247155,6 +247327,11 @@ |
247155 | 247327 | }, |
247156 | 247328 | "nullable": true |
247157 | 247329 | }, |
| 247330 | + "color": { |
| 247331 | + "type": "string", |
| 247332 | + "pattern": "^[0-9a-f]{6}$", |
| 247333 | + "maxLength": 6 |
| 247334 | + }, |
247158 | 247335 | "power_port": { |
247159 | 247336 | "allOf": [ |
247160 | 247337 | { |
@@ -247371,6 +247548,11 @@ |
247371 | 247548 | "x-spec-enum-id": "8f9617d2648ab261", |
247372 | 247549 | "nullable": true |
247373 | 247550 | }, |
| 247551 | + "color": { |
| 247552 | + "type": "string", |
| 247553 | + "pattern": "^[0-9a-f]{6}$", |
| 247554 | + "maxLength": 6 |
| 247555 | + }, |
247374 | 247556 | "power_port": { |
247375 | 247557 | "oneOf": [ |
247376 | 247558 | { |
@@ -264451,6 +264633,11 @@ |
264451 | 264633 | "x-spec-enum-id": "8f9617d2648ab261", |
264452 | 264634 | "nullable": true |
264453 | 264635 | }, |
| 264636 | + "color": { |
| 264637 | + "type": "string", |
| 264638 | + "pattern": "^[0-9a-f]{6}$", |
| 264639 | + "maxLength": 6 |
| 264640 | + }, |
264454 | 264641 | "power_port": { |
264455 | 264642 | "oneOf": [ |
264456 | 264643 | { |
|
0 commit comments