Create Log Provider

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

Show optional properties

{
    "username": "string",
    "password": "string",
    "url": "string",
    "authProvider": "string"
}
{
    "id": "string",
    "username": "string",
    "password": "string",
    "url": "string",
    "authProvider": "string"
}
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

Code Samples
COPY
                    curl -X POST -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