Skip to main content
Monitoring & Collection/Scrape Collection

UpdateScrapeImportConfig

Update the scrape import configuration such as row limits and file size caps

PUT/api/v1/monitoring/scrape-configs/import/config

Operation ID

UpdateScrapeImportConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • maxRowsPerImport
    IntegerRequired

    Updated maximum rows per import

    Example: 500

  • maxFileSizeMb
    IntegerRequired

    Updated maximum file size in megabytes

    Example: 5

  • allowPartialMode
    BooleanRequired

    Whether to allow partial import mode

    Example: true

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.