UpdateScrapeImportConfig
Update the scrape import configuration such as row limits and file size caps
PUT
/api/v1/monitoring/scrape-configs/import/configOperation ID
UpdateScrapeImportConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
maxRowsPerImportIntegerRequiredUpdated maximum rows per import
Example: 500
maxFileSizeMbIntegerRequiredUpdated maximum file size in megabytes
Example: 5
allowPartialModeBooleanRequiredWhether to allow partial import mode
Example: true
