syncing market data_
Service Fabric REST Client APIs allows management of Service Fabric clusters, applications and services.
Service Fabric REST Client APIs allows management of Service Fabric clusters, applications and services. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /$/GetUpgradeProgress | Gets the progress of the current cluster upgrade. | 1c |
| POST | /$/CancelRepairTask | Requests the cancellation of the given repair task. | 1c |
| POST | /$/CreateRepairTask | Creates a new repair task. | 1c |
| POST | /$/DeleteRepairTask | Deletes a completed repair task. | 1c |
| POST | /$/ForceApproveRepairTask | Forces the approval of the given repair task. | 1c |
| GET | /$/GetAadMetadata | Gets the Azure Active Directory metadata used for secured connection to cluster. | 1c |
| GET | /$/GetClusterConfiguration | Get the Service Fabric standalone cluster configuration. | 1c |
| GET | /$/GetClusterConfigurationUpgradeStatus | Get the cluster configuration upgrade status of a Service Fabric standalone cluster. | 1c |
| GET | /$/GetClusterHealth | Gets the health of a Service Fabric cluster. | 1c |
| POST | /$/GetClusterHealth | Gets the health of a Service Fabric cluster using the specified policy. | 1c |
| GET | /$/GetClusterHealthChunk | Gets the health of a Service Fabric cluster using health chunks. | 1c |
| POST | /$/GetClusterHealthChunk | Gets the health of a Service Fabric cluster using health chunks. | 1c |
| GET | /$/GetClusterManifest | Get the Service Fabric cluster manifest. | 1c |
| GET | /$/GetClusterVersion | Get the current Service Fabric cluster version. | 1c |
| GET | /$/GetLoadInformation | Gets the load of a Service Fabric cluster. | 1c |
| GET | /$/GetProvisionedCodeVersions | Gets a list of fabric code versions that are provisioned in a Service Fabric cluster. | 1c |
| GET | /$/GetProvisionedConfigVersions | Gets a list of fabric config versions that are provisioned in a Service Fabric cluster. | 1c |
| GET | /$/GetRepairTaskList | Gets a list of repair tasks matching the given filters. | 1c |
| GET | /$/GetUpgradeOrchestrationServiceState | Get the service state of Service Fabric Upgrade Orchestration Service. | 1c |
| POST | /$/InvokeInfrastructureCommand | Invokes an administrative command on the given Infrastructure Service instance. | 1c |
| GET | /$/InvokeInfrastructureQuery | Invokes a read-only query on the given infrastructure service instance. | 1c |
| POST | /$/MoveToNextUpgradeDomain | Make the cluster upgrade move on to the next upgrade domain. | 1c |
| POST | /$/Provision | Provision the code or configuration packages of a Service Fabric cluster. | 1c |
| POST | /$/RecoverAllPartitions | Indicates to the Service Fabric cluster that it should attempt to recover any services (including system services) which are currently stuck in quorum loss. | 1c |
| POST | /$/RecoverSystemPartitions | Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss. | 1c |
| POST | /$/ReportClusterHealth | Sends a health report on the Service Fabric cluster. | 1c |
| POST | /$/RollbackUpgrade | Roll back the upgrade of a Service Fabric cluster. | 1c |
| POST | /$/SetUpgradeOrchestrationServiceState | Update the service state of Service Fabric Upgrade Orchestration Service. | 1c |
| POST | /$/StartClusterConfigurationUpgrade | Start upgrading the configuration of a Service Fabric standalone cluster. | 1c |
| POST | /$/ToggleVerboseServicePlacementHealthReporting | Changes the verbosity of service placement health reporting. | 1c |
| POST | /$/Unprovision | Unprovision the code or configuration packages of a Service Fabric cluster. | 1c |
| POST | /$/UpdateRepairExecutionState | Updates the execution state of a repair task. | 1c |
| POST | /$/UpdateRepairTaskHealthPolicy | Updates the health policy of the given repair task. | 1c |
| POST | /$/UpdateUpgrade | Update the upgrade parameters of a Service Fabric cluster upgrade. | 1c |
| POST | /$/Upgrade | Start upgrading the code or configuration version of a Service Fabric cluster. | 1c |
| GET | /ApplicationTypes | Gets the list of application types in the Service Fabric cluster. | 1c |
| POST | /ApplicationTypes/$/Provision | Provisions or registers a Service Fabric application type with the cluster using the '.sfpkg' package in the external store or using the application package in the image store. | 1c |
| GET | /ApplicationTypes/{applicationTypeName} | Gets the list of application types in the Service Fabric cluster matching exactly the specified name. | 1c |
| GET | /ApplicationTypes/{applicationTypeName}/$/GetApplicationManifest | Gets the manifest describing an application type. | 1c |
| GET | /ApplicationTypes/{applicationTypeName}/$/GetServiceManifest | Gets the manifest describing a service type. | 1c |
| GET | /ApplicationTypes/{applicationTypeName}/$/GetServiceTypes | Gets the list containing the information about service types that are supported by a provisioned application type in a Service Fabric cluster. | 1c |
| GET | /ApplicationTypes/{applicationTypeName}/$/GetServiceTypes/{serviceTypeName} | Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. | 1c |
| POST | /ApplicationTypes/{applicationTypeName}/$/Unprovision | Removes or unregisters a Service Fabric application type from the cluster. | 1c |
| GET | /Applications | Gets the list of applications created in the Service Fabric cluster that match the specified filters. | 1c |
| POST | /Applications/$/Create | Creates a Service Fabric application. | 1c |
| GET | /Applications/{applicationId} | Gets information about a Service Fabric application. | 1c |
| POST | /Applications/{applicationId}/$/Delete | Deletes an existing Service Fabric application. | 1c |
| POST | /Applications/{applicationId}/$/DisableBackup | Disables periodic backup of Service Fabric application. | 1c |
| POST | /Applications/{applicationId}/$/EnableBackup | Enables periodic backup of stateful partitions under this Service Fabric application. | 1c |
| GET | /Applications/{applicationId}/$/GetBackupConfigurationInfo | Gets the Service Fabric application backup configuration information. | 1c |
ozma register && ozma call service-fabric-client-apis /$/GetUpgradeProgress --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/service-fabric-client-apis/$/GetUpgradeProgress# Python
client.proxy_call("service-fabric-client-apis", "/$/GetUpgradeProgress")Own this API? Claim the listing to manage pricing and receive payouts.