Enable Data Source
Resume monitoring and queue the data source for extraction
Endpoint
PUT /api/v1/providers/datasources/{id}:enableDescription
Resume monitoring and queue the data source for extraction. This will re-enable a previously disabled data source and schedule it for data collection.
API Reference
put
Authorizations
AuthorizationstringRequired
Bearer token authentication using a Veza Personal API key.
Header Format: Authorization: Bearer <your-api-key>
Creating an API Key:
- Log into your Veza tenant
- Navigate to Administration โ API Keys
- Generate a new API key and save the value securely
Path parameters
idstringRequired
Responses
200
OK
application/json
Responseobject
default
Default error response
application/json
put
/api/v1/providers/datasources/{id}:enablePath Parameters
Parameter
Type
Required?
Description
id
string
Required
The data source ID
Request Examples
Response Examples
Standard Response:
Last updated
Was this helpful?
