CreateNoteForService
Use this method to create a note for a specific service.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection string. See ConnectApp. |
| dmaID | Integer | The DataMiner Agent ID. |
| serviceID | Integer | The ID of the service to which the note should be added. |
| note | DMANoteNew | Array consisting of: - String Summary - String Description - Long TimeExpiresUTC (“0” if the note does not expire, otherwise the number of milliseconds since midnight January 1, 1970 GMT) |
Output
| Item | Format | Description |
|---|---|---|
| CreateNoteForServiceResult | Integer | The ID of the note. |