{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RepairManagement API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RepairManagement", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Creates A New Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/CreateRepairTask", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "For clusters that have the Repair Manager Service configured,
this API provides a way to create repair tasks that run automatically or manually.
For repair tasks that run automatically, an appropriate repair executor
must be running for each repair action to run automatically.
These are currently only available in specially-configured Azure Cloud Services.

To create a manual repair task, provide the set of impacted node names and the
expected impact. When the state of the c" }, { "info": { "name": "Microsoft Azure Requests The Cancellation Of The Given Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/CancelRepairTask", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." }, { "info": { "name": "Microsoft Azure Deletes A Completed Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/DeleteRepairTask", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." }, { "info": { "name": "Microsoft Azure Gets A List Of Repair Tasks Matching The Given Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/$/GetRepairTaskList", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "TaskIdFilter", "value": "", "type": "query", "description": "The repair task ID prefix to be matched." }, { "name": "StateFilter", "value": "", "type": "query", "description": "A bitwise-OR of the following values, specifying which task states should be included in the result list.\n\n- 1 - Created\n- 2 - Claimed\n- 4 - Preparing\n- 8 - Approved\n- 16 - Executing\n- 32 - Restoring\n- 64 - Completed" }, { "name": "ExecutorFilter", "value": "", "type": "query", "description": "The name of the repair executor whose claimed tasks should be included in the list." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." }, { "info": { "name": "Microsoft Azure Forces The Approval Of The Given Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/ForceApproveRepairTask", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." }, { "info": { "name": "Microsoft Azure Updates The Health Policy Of The Given Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/UpdateRepairTaskHealthPolicy", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." }, { "info": { "name": "Microsoft Azure Updates The Execution State Of A Repair Task", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/$/UpdateRepairExecutionState", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.0'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accept any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0, but if the runtime is 6.1, in order to make it easier to write the clients, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." } ] }, "docs": "This API supports the Service Fabric platform; it is not meant to be used directly from your code." } ] } ], "bundled": true }