You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`source.name`| Name of the data source. | all | str | any | "" | Yes |
70
-
|`source.type`| Type of the data source. | all | str |[ovirt, vmware, dnac, proxmox, paloalto]| "" | Yes |
71
-
|`source.httpScheme`| Http scheme for the source | all | str |[ http,https]| https | No |
72
-
|`source.hostname`| Hostname of the data source. | all | str | any | "" | Yes |
73
-
|`source.port`| Port of the data source. | all | int | 0-65536 | 443 | No |
74
-
|`source.username`| Username of the data source account. | all | str | any | "" | Yes |
75
-
|`source.password`| Password of the data source account. | all | str | any | "" | Yes |
76
-
|`source.apiToken`| Password of the data source account. |[**fortigate**]| str | any | "" | Yes |
77
-
|`source.validateCert`| Enforce TLS certificate validation. | all | bool |[true, false]| false | No |
78
-
|`source.tagColor`| TagColor for the source tag. | all | string | any | Predefined | No |
79
-
|`source.ignoredSubnets`| List of subnets, which will be ignored (e.g. IPs won't be synced). | all |[]string | any |[]| No |
80
-
|`source.interfaceFilter`| Regex representation of interface names to be ignored (e.g. `(cali\|vxlan\|flannel\|[a-f0-9]{15})`) | all | string | any |[]| No |
81
-
|`source.collectArpData`| Collect data from the arp table of the device. |[**paloalto**]| bool |[true, false]| false | No |
82
-
|`source.hostSiteRelations`| Regex relations in format `regex = siteName`, that map each host that satisfies regex to site. | all |[]string | any |[]| No |
83
-
|`source.clusterSiteRelations`| Regex relations in format `regex = siteName`, that map each cluster that satisfies regex to site. | all |[]string | any |[]| No |
84
-
|`source.clusterTenantRelations`| Regex relations in format `regex = tenantName`, that map each cluster that satisfies regex to tenant. | all |[]string | any |[]| No |
85
-
|`source.hostTenantRelations`| Regex relations in format `regex = tenantName`, that map each host that satisfies regex to tenant. | all |[]string | any |[]| No |
86
-
|`source.vmTenantRelations`| Regex relations in format `regex = tenantName`, that map each vm that satisfies regex to tenant. | all |[]string | any |[]| No |
87
-
|`source.vlanGroupRelations`| Regex relations in format `regex = vlanGroup`, that map each vlan that satisfies regex to vlanGroup. | all |[]string | any |[]| No |
88
-
|`source.vlanTenantRelations`| Regex relations in format `regex = tenantName`, that map each vlan that satisfies regex to tenant. | all |[]string | any |[]| No |
89
-
|`source.customFieldMappings`| Mappings of format `customFieldName = option`. Currently, supported options are `contact`, `owner`, `description`. |[**vmware**]|[]string | any |[]| No |
67
+
| Parameter | Description | Source Type | Type | Possible values | Default | Required |
|`source.name`| Name of the data source. | all | str | any | "" | Yes |
70
+
|`source.type`| Type of the data source. | all | str |[ovirt, vmware, dnac, proxmox, paloalto]| "" | Yes |
71
+
|`source.httpScheme`| Http scheme for the source | all | str |[ http,https]| https | No |
72
+
|`source.hostname`| Hostname of the data source. | all | str | any | "" | Yes |
73
+
|`source.port`| Port of the data source. | all | int | 0-65536 | 443 | No |
74
+
|`source.username`| Username of the data source account. | all | str | any | "" | Yes |
75
+
|`source.password`| Password of the data source account. | all | str | any | "" | Yes |
76
+
|`source.apiToken`| Password of the data source account. |[**fortigate**]| str | any | "" | Yes |
77
+
|`source.validateCert`| Enforce TLS certificate validation. | all | bool |[true, false]| false | No |
78
+
|`source.tagColor`| TagColor for the source tag. | all | string | any | Predefined | No |
79
+
|`source.ignoredSubnets`| List of subnets, which will be ignored (e.g. IPs won't be synced). | all |[]string | any |[]| No |
80
+
|`source.interfaceFilter`| Regex representation of interface names to be ignored (e.g. `(cali\|vxlan\|flannel\|[a-f0-9]{15})`) | all | string | any |[]| No |
81
+
|`source.collectArpData`| Collect data from the arp table of the device. |[**paloalto**]| bool |[true, false]| false | No |
82
+
|`source.datacenterClusterGroupRelations`| Regex relations in format `regex = clusterGroupName`, that map each datacenter that satisfies regex to clusterGroupname (see [#130](https://github.com/bl4ko/netbox-ssot/issues/130)). |[**vmware**, **ovirt**]|[]string | any |[]| No |
83
+
|`source.hostSiteRelations`| Regex relations in format `regex = siteName`, that map each host that satisfies regex to site. | all |[]string | any |[]| No |
84
+
|`source.clusterSiteRelations`| Regex relations in format `regex = siteName`, that map each cluster that satisfies regex to site. | all |[]string | any |[]| No |
85
+
|`source.clusterTenantRelations`| Regex relations in format `regex = tenantName`, that map each cluster that satisfies regex to tenant. | all |[]string | any |[]| No |
86
+
|`source.hostTenantRelations`| Regex relations in format `regex = tenantName`, that map each host that satisfies regex to tenant. | all |[]string | any |[]| No |
87
+
|`source.vmTenantRelations`| Regex relations in format `regex = tenantName`, that map each vm that satisfies regex to tenant. | all |[]string | any |[]| No |
88
+
|`source.vlanGroupRelations`| Regex relations in format `regex = vlanGroup`, that map each vlan that satisfies regex to vlanGroup. | all |[]string | any |[]| No |
89
+
|`source.vlanTenantRelations`| Regex relations in format `regex = tenantName`, that map each vlan that satisfies regex to tenant. | all |[]string | any |[]| No |
90
+
|`source.customFieldMappings`| Mappings of format `customFieldName = option`. Currently, supported options are `contact`, `owner`, `description`. |[**vmware**]|[]string | any |[]| No |
0 commit comments