GET api/MonitoramentoBackup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MONITORAMENTO_BACKUP| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NUMERO_SERIE | string |
String length: inclusive between 0 and 14 |
|
| TAMANHO_BANCO | decimal number |
None. |
|
| TAMANHO_BANCO_ZIP | decimal number |
None. |
|
| MENSAGEM | string |
String length: inclusive between 0 and 150 |
|
| STATUS | boolean |
None. |
|
| ULTIMA_ALTERACAO | date |
None. |
|
| ULTIMO_BACKUP | date |
None. |
|
| DESTINO_BACKUP | string |
String length: inclusive between 0 and 300 |
|
| HORARIO_BACKUP | string |
String length: inclusive between 0 and 30 |
|
| IP_ORIGEM | string |
String length: inclusive between 0 and 30 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"NUMERO_SERIE": "sample string 2",
"TAMANHO_BANCO": 1.0,
"TAMANHO_BANCO_ZIP": 1.0,
"MENSAGEM": "sample string 3",
"STATUS": true,
"ULTIMA_ALTERACAO": "2025-12-30T21:51:53.9760357-08:00",
"ULTIMO_BACKUP": "2025-12-30T21:51:53.9760357-08:00",
"DESTINO_BACKUP": "sample string 5",
"HORARIO_BACKUP": "sample string 6",
"IP_ORIGEM": "sample string 7"
},
{
"ID": 1,
"NUMERO_SERIE": "sample string 2",
"TAMANHO_BANCO": 1.0,
"TAMANHO_BANCO_ZIP": 1.0,
"MENSAGEM": "sample string 3",
"STATUS": true,
"ULTIMA_ALTERACAO": "2025-12-30T21:51:53.9760357-08:00",
"ULTIMO_BACKUP": "2025-12-30T21:51:53.9760357-08:00",
"DESTINO_BACKUP": "sample string 5",
"HORARIO_BACKUP": "sample string 6",
"IP_ORIGEM": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfMONITORAMENTO_BACKUP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models">
<MONITORAMENTO_BACKUP>
<DESTINO_BACKUP>sample string 5</DESTINO_BACKUP>
<HORARIO_BACKUP>sample string 6</HORARIO_BACKUP>
<ID>1</ID>
<IP_ORIGEM>sample string 7</IP_ORIGEM>
<MENSAGEM>sample string 3</MENSAGEM>
<NUMERO_SERIE>sample string 2</NUMERO_SERIE>
<STATUS>true</STATUS>
<TAMANHO_BANCO>1</TAMANHO_BANCO>
<TAMANHO_BANCO_ZIP>1</TAMANHO_BANCO_ZIP>
<ULTIMA_ALTERACAO>2025-12-30T21:51:53.9760357-08:00</ULTIMA_ALTERACAO>
<ULTIMO_BACKUP>2025-12-30T21:51:53.9760357-08:00</ULTIMO_BACKUP>
</MONITORAMENTO_BACKUP>
<MONITORAMENTO_BACKUP>
<DESTINO_BACKUP>sample string 5</DESTINO_BACKUP>
<HORARIO_BACKUP>sample string 6</HORARIO_BACKUP>
<ID>1</ID>
<IP_ORIGEM>sample string 7</IP_ORIGEM>
<MENSAGEM>sample string 3</MENSAGEM>
<NUMERO_SERIE>sample string 2</NUMERO_SERIE>
<STATUS>true</STATUS>
<TAMANHO_BANCO>1</TAMANHO_BANCO>
<TAMANHO_BANCO_ZIP>1</TAMANHO_BANCO_ZIP>
<ULTIMA_ALTERACAO>2025-12-30T21:51:53.9760357-08:00</ULTIMA_ALTERACAO>
<ULTIMO_BACKUP>2025-12-30T21:51:53.9760357-08:00</ULTIMO_BACKUP>
</MONITORAMENTO_BACKUP>
</ArrayOfMONITORAMENTO_BACKUP>