/db2whrest/v1/summary_tables/<table>/<action> -X PUT

Triggers a start or scheduled start action for a particular summary table.

The following table shows which roles can access this REST API endpoint:
Table 1. Access by role
Data admin CollectionAdmin Data user Admin Service user
X X Χ Χ

Synopsis of the request URL

curl -u <user>:<pass> https://<master_node>/db2whrest/v1/summary_tables/<table>/<action> -X PUT

Supported request types and response formats

Supported request types:
  • PUT
Supported response formats:
  • JSON

Examples

  1. The following example shows how to start a table refresh on demand for a particular summary table that is available in the system.
    1. Submit the request:
      curl -u <user>:<pass> https://<master_node>/db2whrest/v1/summary_tables/mrcapacity/start -X PUT
    2. The following response is returned.
      
        {"status": "success"}