Create Log Provider
Create a new Log Provider.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/logProviders
COPY
Request Body
LogProvider of type(s) application/json
Optional
{
"id": "string",
"username": "string",
"password": "string",
"url": "string",
"authProvider": "string"
}
string
id
Optional
The unique ID of this Log Provider. On updates, this ID is required for the object.
string As ^(?!\s+$).+
username
Required
username to connect to the Log Provider server.
string As ^(?!\s+$).+
password
Required
password to connect to the Log Provider server.
string As ^(?!\s+$).+
url
Required
url to connect to the Log Provider server.
string
authProvider
Required
Auth provider to connect to the Log Provider server. One of the following:
- LOCAL
- AD
- VIDM
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 39.0
Log Providers Operations
POST
Create Log Provider
DELETE
Delete Log Provider
GET
Get Log Provider
GET
Get Log Providers
POST
Test Log Provider
PUT
Update Log Provider