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
Request Body
LogProvider
of type(s)
application/json
Optional
Show optional properties
{
"username": "string",
"password": "string",
"url": "string",
"authProvider": "string"
}
{
"id": "string",
"username": "string",
"password": "string",
"url": "string",
"authProvider": "string"
}
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
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"authProvider:"string","password:"string","url:"string","username:"string"}' https://{api_host}/cloudapi/1.0.0/logProviders/{logProviderId}
Availability
Added in 39.0
On This Page
Log Providers Operations
GET
Get Log Providers
POST
Create Log Provider
GET
Get Log Provider
PUT
Update Log Provider
DELETE
Delete Log Provider
POST
Test Log Provider