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