Create or replace a collector
PUT
api/v3/stream/c/:collector_idCreate or replace a collector
Path Parameters
- collector_id string requiredExample: collector_1
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "PUT /api/v3/stream/c/collector_1?access_token=abcd-1234-abcd",
"request_id": "#r8uhppr07ycm#",
"result_stream": {
"collectors": [
{
"collector_id": "collector_1",
"state": "ACTIVE"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...