Update Collector File Content
Updates the requested configuration file's content.
Request
URI
PUT
https://{api_host}/dcc/v1/collectors/{collector-name}/file
COPY
Path Parameters
string
collector-name
Required
id of the instantiated collector
collector-name example
demo-collector
Query Parameters
string
file_path
Required
File path of configuration file.
file_path example
Collecting/Availability-Filter/test4/conf/availability-filter.xml
Request Body
The content user wants to update.
Responses
200
File updated successfully
{
"message": "File updated successfully"
}
400
Bad request
Operation doesn't return any data structure
401
User authentication failed
Operation doesn't return any data structure
403
Access to the requested resource/operation is forbidden
Operation doesn't return any data structure
404
Collector/file not found
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/octet-stream' https://{api_host}/dcc/v1/collectors/{collector-name}/file
On This Page
Collector Operations
GET
List Collector Instances
POST
Create Collector
GET
Get Collector
DELETE
Delete Collector
POST
Management Of Collector Lifecycle
GET
List Collector Files
GET
Get Collector File Content
PUT
Update Collector File Content
DELETE
Delete Collector Conf Files
POST
Upload Collector Conf Files
GET
List Collector Modules
GET
Download Collector Conf File
GET
List Datacenter Instances
GET
List Collector Types