Skip to content

Commit

Permalink
Acrescentando dados do equipamento e interface de roteamento na API
Browse files Browse the repository at this point in the history
  • Loading branch information
guicouto committed Oct 26, 2018
1 parent 0ed4a18 commit 98e5917
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions docs/source/clientes/consulta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,25 @@ Retorno da requisição GET::
"ipv4": "10.99.2.203",
"ipv6": null,
"interface": {
"nome": "Interface Conexão Genérica",
"tipo": "wireless",
"nome": "PON5",
"tipo": "gpon",
"called_sid": null
},
"interface_roteamento": {
"nome": "ether8",
"tipo": "ethernet",
"called_sid": null
},
"equipamento_conexao": {
"nome": "GENERICO",
"nome": "OLT XPTO",
"ipv4": "192.168.2.100",
"ipv6": null
},
"equipamento_roteamento": {
"nome": "CONCENTRADOR XPTO",
"ipv4": "172.17.24.98",
"ipv6": null
},
"endereco_cadastral": {
"completo": "RUA DONA MARIA DAS DORES, 541 - NOSSA SENHORA DAS GRACAS, DIVINóPOLIS/MG - IGREJA",
"logradouro": "RUA",
Expand Down Expand Up @@ -144,8 +154,8 @@ Retorno da requisição GET::
"telefone_primario": "37999450812",
"telefone_secundario": "37999452812",
"telefone_terciario": "",
"email_principal":null,
"email_secundario":null,
"email_principal":null,
"email_secundario":null,
"rg": "MG11298180",
"rg_emissao": null,
"inscricao_municipal": null,
Expand All @@ -164,15 +174,25 @@ Retorno da requisição GET::
"ipv4": "10.99.1.118",
"ipv6": null,
"interface": {
"nome": "Interface Conexão Genérica",
"tipo": "wireless",
"nome": "PON5",
"tipo": "gpon",
"called_sid": null
},
"interface_roteamento": {
"nome": "ether8",
"tipo": "ethernet",
"called_sid": null
},
"equipamento_conexao": {
"nome": "GENERICO",
"nome": "OLT XPTO",
"ipv4": "192.168.2.100",
"ipv6": null
},
"equipamento_roteamento": {
"nome": "CONCENTRADOR XPTO",
"ipv4": "172.17.24.98",
"ipv6": null
},
"endereco_cadastral": {
"completo": "RUA GERALDO RODRIGUES DA COSTA, 5 - CENTRO, SANTO ANTôNIO DO MONTE/MG",
"logradouro": "RUA",
Expand Down

0 comments on commit 98e5917

Please sign in to comment.