PUT api/MonitoramentoBackup/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
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 |
Request 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:53:34.6835052-08:00",
"ULTIMO_BACKUP": "2025-12-30T21:53:34.6835052-08:00",
"DESTINO_BACKUP": "sample string 5",
"HORARIO_BACKUP": "sample string 6",
"IP_ORIGEM": "sample string 7"
}
application/xml, text/xml
Sample:
<MONITORAMENTO_BACKUP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models"> <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:53:34.6835052-08:00</ULTIMA_ALTERACAO> <ULTIMO_BACKUP>2025-12-30T21:53:34.6835052-08:00</ULTIMO_BACKUP> </MONITORAMENTO_BACKUP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.