system services web ontapi modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Unsuspend ONTAPI after auto suspend
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command allows users to un-suspend ONTAPI after it has been automatically suspended
Parameters
[-suspended {true|false}]
- ONTAPI suspended status-
Defines whether ONTAPI is currently suspended or not.
Examples
-
Example status of ONTAPI being suspended:
cluster1::> system services web ontapi show ONTAPI Suspended -------------- true
-
The following example un-suspend ONTAPI:
cluster1::> system services web ontapi modify -suspended false
-
Attempting to manually set the suspend status to true will result in an error:
cluster1::> system services web ontapi modify -suspended true Error: command failed: ONTAPI cannot be manually suspended. Use the "vserver services web" CLI command to disable the ONTAPI service.