...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Info |
---|
Error messages are issued for input validation errors , errors while inserting the device into derby/es and errors that happened during the device-level syslog setup, when an error happens during those steps - the transaction is rolled-back and the device is removed from DPOD, so the command can be issued again without failing on a duplicate device error. |
Available report actions via APIs
...
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
URL:POST - https:// |
Name | Is required | Description | Parameter Type | Data options |
---|---|---|---|---|
name | True | The gateway name in DPOD (must be identical to the System Identifier of the gateway) | String | |
host | True | IP Address used to access the gateway. | String | |
romaPort | True | The ROMA port configured on this gateway. | String | |
somaPort | True | The SOMA port configured on this gateway. | String | |
somaUser | True | The user name used to access the monitored devices via SOMA/ROMA. | String | |
somaPassword | True | The password of the user name used to access the monitored devices via SOMA/ROMA. | String |
|
logTargetAddressType | True | Log Target source address type. | String | |
logTargetAddress | True | IP Address or host alias. | String | |
disabledSamplings | True | Disabled Samplings | String |
|
syslogAgentName | True | Syslog agent name. | String | |
setupSyslogForDomains | True | Auto setup Syslog agents for new domains | String | true/false |
domainsAnalysisLevel | True | Log Target Analysis Level, see: Log Target Analysis Levels. | String | |
wsmAgentName | True | WS-M agent name. | String | |
setupWsmForDomains | True | Auto setup WS-M agents for new domains | String | |
setupCertificateMonitor | True | Use Certificate monitor | String | true/false |
autoSetupPattern | True | Domain pattern (use asterisk as wildcard) | String | |
autoSetupSyslogAgentName | True | Syslog agent name for new domains. | String | |
autoSetupWsmAgentName | True | WS-M agent name for new domains. | String | |
autoSetupAnalysisLevel | True | Log Target Analysis Level, see: Log Target Analysis Levels. | String | |
monitorTxInDefaultDomain | True | Monitor transactions in default domain. | String | true/false |
Authorization:
Required Permissions | More info |
---|---|
| See roles information here: Role Based Access Control |
Response:
Response Type | Example value | Description | ||
---|---|---|---|---|
Successful |
| Status code: 200 resultCode → SUCCESS resultMessage → “” |
...
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
This service method will disable all log targets, setup host aliases again and re-enable all log targets. URL:POST - https:// |
Required Permissions | More info |
---|---|
| See roles information here: Role Based Access Control |
Response:
Response Type | Example value | Description | ||
---|---|---|---|---|
Successful |
| Status code: 200 resultCode → SUCCESS resultMessage → “Device added successfully” |
...