12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- CMTS:
- source_table: "CMTS"
- destination_table: "cmts"
- mapping:
- id: id
- name: name
- host: host
- snmp_community: snmp_comunity
- snmp_version: snmp_version
- execute_snmp: execute_snmp
- docs_version: docs_version
- tenancy_id: tenancy_id
- Profile:
- source_table: "Profile"
- destination_table: "profile"
- mapping:
- id: id
- name: name
- downstream: downstream
- upstream: upstream
- filtro_upload: filtro_upload
- filtro_download: filtro_download
- max_cpe: max_cpe
- tenancy_id: tenancy_id
- template: { value: "template_docsis.tpl" }
- Node:
- source_table: "Node"
- destination_table: "node"
- mapping:
- id: id
- parent_id: parent_id
- name: name
- tenancy_id: tenancy_id
- Cablemodem:
- source_table: "Cablemodem"
- destination_table: "cablemodem"
- mapping:
- id: id
- node_id: node_id
- profile_id: profile_id
- client_id: client_id
- mac: mac
- created: created
- updated: updated
- mta_enabled: mta1_enabled
- tenancy_id: tenancy_id
- comments: comments
- workflow_id: { value: 1 }
- current_state: { value: active }
|