Update Log Provider

Update Log Provider

Updates a specific Log Provider.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/logProviders/{logProviderId}
COPY
Path Parameters
string
logProviderId
Required

logProviderId

string
logProviderId
Required

logProviderId


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
Authentication
This operation uses the following authentication methods.
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