Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Query and send commands to the repair manager service.
Command | Description |
---|---|
approve-force | Forces the approval of the given repair task. |
delete | Deletes a completed repair task. |
list | Gets a list of repair tasks matching the given filters. |
Forces the approval of the given repair task.
This API supports the Service Fabric platform; it is not meant to be used directly from your code.
Argument | Description |
---|---|
--task-id [Required] | The ID of the repair task. |
--version | The current version number of the repair task. If non-zero, then the request will only succeed if this value matches the actual current version of the repair task. If zero, then no version check is performed. |
Argument | Description |
---|---|
--debug | Increase logging verbosity to show all debug logs. |
--help -h | Show this help message and exit. |
--output -o | Output format. Allowed values: json, jsonc, table, tsv. Default: json. |
--query | JMESPath query string. See http://jmespath.org/ for more information and examples. |
--verbose | Increase logging verbosity. Use --debug for full debug logs. |
Deletes a completed repair task.
This API supports the Service Fabric platform; it is not meant to be used directly from your code.
Argument | Description |
---|---|
--task-id [Required] | The ID of the completed repair task to be deleted. |
--version | The current version number of the repair task. If non-zero, then the request will only succeed if this value matches the actual current version of the repair task. If zero, then no version check is performed. |
Argument | Description |
---|---|
--debug | Increase logging verbosity to show all debug logs. |
--help -h | Show this help message and exit. |
--output -o | Output format. Allowed values: json, jsonc, table, tsv. Default: json. |
--query | JMESPath query string. See http://jmespath.org/ for more information and examples. |
--verbose | Increase logging verbosity. Use --debug for full debug logs. |
Gets a list of repair tasks matching the given filters.
This API supports the Service Fabric platform; it is not meant to be used directly from your code.
Argument | Description |
---|---|
--executor-filter | The name of the repair executor whose claimed tasks should be included in the list. |
--state-filter | A bitwise-OR of the following values, specifying which task states should be included in the result list.
|
--task-id-filter | The repair task ID prefix to be matched. |
Argument | Description |
---|---|
--debug | Increase logging verbosity to show all debug logs. |
--help -h | Show this help message and exit. |
--output -o | Output format. Allowed values: json, jsonc, table, tsv. Default: json. |
--query | JMESPath query string. See http://jmespath.org/ for more information and examples. |
--verbose | Increase logging verbosity. Use --debug for full debug logs. |
- Setup the Service Fabric CLI.
- Learn how to use the Service Fabric CLI using the sample scripts.