Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    REST API
    Public Cloud API Endpoints for REST API v1
    Manage Storage Scan Policies
    Revert a Storage Scan Policy Change

    Revert a Storage Scan Policy Change

    Use this endpoint to revert to a previous version of a storage scan policy. After reverting a policy, use the Apply Changes endpoint to update your tenant.

    Request Endpoint

    https://<tenant-URL>/api/v1/storage_scan_policies/?token=<token>&op=revert&policy_name=<policy_name>

    Valid parameters include:

    KeyTypeValueDescription
    opstringdeleteRequired. Operation performed.
    policy_namestringURL-encoded stringRequired. Name of the storage scan policy to change back to the previous version.

    Example Revert Request

    POST 'https://<tenant-URL>/api/v1/storage_scan_policies/?token=<token>&op=revert&policy_name=HQ_storage
    
    In this Topic
    • Revert a Storage Scan Policy Change