Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
POST /$/GetClusterHealth -- create first GetClusterHealth
Endpoints
234 endpoints across 14 groups. See references/api-spec.lap for full details.
$
Method
Path
Description
GET
/$/GetClusterManifest
Get the Service Fabric cluster manifest.
GET
/$/GetClusterHealth
Gets the health of a Service Fabric cluster.
POST
/$/GetClusterHealth
Gets the health of a Service Fabric cluster using the specified policy.
GET
/$/GetClusterHealthChunk
Gets the health of a Service Fabric cluster using health chunks.
POST
/$/GetClusterHealthChunk
Gets the health of a Service Fabric cluster using health chunks.
POST
/$/ReportClusterHealth
Sends a health report on the Service Fabric cluster.
GET
/$/GetProvisionedCodeVersions
Gets a list of fabric code versions that are provisioned in a Service Fabric cluster.
GET
/$/GetProvisionedConfigVersions
Gets a list of fabric config versions that are provisioned in a Service Fabric cluster.
GET
/$/GetUpgradeProgress
Gets the progress of the current cluster upgrade.
GET
/$/GetClusterConfiguration
Get the Service Fabric standalone cluster configuration.
GET
/$/GetClusterConfigurationUpgradeStatus
Get the cluster configuration upgrade status of a Service Fabric standalone cluster.
GET
/$/GetUpgradeOrchestrationServiceState
Get the service state of Service Fabric Upgrade Orchestration Service.
POST
/$/SetUpgradeOrchestrationServiceState
Update the service state of Service Fabric Upgrade Orchestration Service.
POST
/$/Provision
Provision the code or configuration packages of a Service Fabric cluster.
POST
/$/Unprovision
Unprovision the code or configuration packages of a Service Fabric cluster.
POST
/$/RollbackUpgrade
Roll back the upgrade of a Service Fabric cluster.
POST
/$/MoveToNextUpgradeDomain
Make the cluster upgrade move on to the next upgrade domain.
POST
/$/Upgrade
Start upgrading the code or configuration version of a Service Fabric cluster.
POST
/$/StartClusterConfigurationUpgrade
Start upgrading the configuration of a Service Fabric standalone cluster.
POST
/$/UpdateUpgrade
Update the upgrade parameters of a Service Fabric cluster upgrade.
GET
/$/GetAadMetadata
Gets the Azure Active Directory metadata used for secured connection to cluster.
GET
/$/GetClusterVersion
Get the current Service Fabric cluster version.
GET
/$/GetLoadInformation
Gets the load of a Service Fabric cluster.
POST
/$/ToggleVerboseServicePlacementHealthReporting
Changes the verbosity of service placement health reporting.
POST
/$/RecoverSystemPartitions
Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss.
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.
POST
/$/CreateRepairTask
Creates a new repair task.
POST
/$/CancelRepairTask
Requests the cancellation of the given repair task.
POST
/$/DeleteRepairTask
Deletes a completed repair task.
GET
/$/GetRepairTaskList
Gets a list of repair tasks matching the given filters.
POST
/$/ForceApproveRepairTask
Forces the approval of the given repair task.
POST
/$/UpdateRepairTaskHealthPolicy
Updates the health policy of the given repair task.
POST
/$/UpdateRepairExecutionState
Updates the execution state of a repair task.
POST
/$/InvokeInfrastructureCommand
Invokes an administrative command on the given Infrastructure Service instance.
GET
/$/InvokeInfrastructureQuery
Invokes a read-only query on the given infrastructure service instance.
Nodes
Method
Path
Description
GET
/Nodes
Gets the list of nodes in the Service Fabric cluster.
GET
/Nodes/{nodeName}
Gets the information about a specific node in the Service Fabric cluster.
GET
/Nodes/{nodeName}/$/GetHealth
Gets the health of a Service Fabric node.
POST
/Nodes/{nodeName}/$/GetHealth
Gets the health of a Service Fabric node, by using the specified health policy.
POST
/Nodes/{nodeName}/$/ReportHealth
Sends a health report on the Service Fabric node.
GET
/Nodes/{nodeName}/$/GetLoadInformation
Gets the load information of a Service Fabric node.
POST
/Nodes/{nodeName}/$/Deactivate
Deactivate a Service Fabric cluster node with the specified deactivation intent.
POST
/Nodes/{nodeName}/$/Activate
Activate a Service Fabric cluster node that is currently deactivated.
POST
/Nodes/{nodeName}/$/RemoveNodeState
Notifies Service Fabric that the persisted state on a node has been permanently removed or lost.
Gets the information about health of an application deployed on a Service Fabric node. using the specified policy.
ApplicationTypes
Method
Path
Description
GET
/ApplicationTypes
Gets the list of application types in the Service Fabric cluster.
GET
/ApplicationTypes/{applicationTypeName}
Gets the list of application types in the Service Fabric cluster matching exactly the specified name.
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.
"Create a Unprovision?" -> POST /ApplicationTypes/{applicationTypeName}/$/Unprovision
"List all GetServiceTypes?" -> GET /ApplicationTypes/{applicationTypeName}/$/GetServiceTypes
"Get GetServiceType details?" -> GET /ApplicationTypes/{applicationTypeName}/$/GetServiceTypes/{serviceTypeName}
"List all GetServiceManifest?" -> GET /ApplicationTypes/{applicationTypeName}/$/GetServiceManifest
"List all GetServiceTypes?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServiceTypes
"Get GetServiceType details?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServiceTypes/{serviceTypeName}
"Create a Create?" -> POST /Applications/$/Create
"Create a Delete?" -> POST /Applications/{applicationId}/$/Delete
"List all GetLoadInformation?" -> GET /Applications/{applicationId}/$/GetLoadInformation
"List all Applications?" -> GET /Applications
"Get Application details?" -> GET /Applications/{applicationId}
"List all GetHealth?" -> GET /Applications/{applicationId}/$/GetHealth
"Create a GetHealth?" -> POST /Applications/{applicationId}/$/GetHealth
"Create a ReportHealth?" -> POST /Applications/{applicationId}/$/ReportHealth
"Create a Upgrade?" -> POST /Applications/{applicationId}/$/Upgrade
"List all GetUpgradeProgress?" -> GET /Applications/{applicationId}/$/GetUpgradeProgress
"Create a UpdateUpgrade?" -> POST /Applications/{applicationId}/$/UpdateUpgrade
"Create a MoveToNextUpgradeDomain?" -> POST /Applications/{applicationId}/$/MoveToNextUpgradeDomain
"Create a RollbackUpgrade?" -> POST /Applications/{applicationId}/$/RollbackUpgrade
"List all GetApplications?" -> GET /Nodes/{nodeName}/$/GetApplications
"Get GetApplication details?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}
"List all GetHealth?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetHealth
"Create a GetHealth?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetHealth
"Create a ReportHealth?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/ReportHealth
"List all GetApplicationManifest?" -> GET /ApplicationTypes/{applicationTypeName}/$/GetApplicationManifest
"List all GetServices?" -> GET /Applications/{applicationId}/$/GetServices
"Get GetService details?" -> GET /Applications/{applicationId}/$/GetServices/{serviceId}
"List all GetApplicationName?" -> GET /Services/{serviceId}/$/GetApplicationName
"Create a Create?" -> POST /Applications/{applicationId}/$/GetServices/$/Create
"Create a CreateFromTemplate?" -> POST /Applications/{applicationId}/$/GetServices/$/CreateFromTemplate
"Create a Delete?" -> POST /Services/{serviceId}/$/Delete
"Create a Update?" -> POST /Services/{serviceId}/$/Update
"List all GetDescription?" -> GET /Services/{serviceId}/$/GetDescription
"List all GetHealth?" -> GET /Services/{serviceId}/$/GetHealth
"Create a GetHealth?" -> POST /Services/{serviceId}/$/GetHealth
"Create a ReportHealth?" -> POST /Services/{serviceId}/$/ReportHealth
"List all ResolvePartition?" -> GET /Services/{serviceId}/$/ResolvePartition
"List all GetUnplacedReplicaInformation?" -> GET /Services/{serviceId}/$/GetUnplacedReplicaInformation
"List all GetPartitions?" -> GET /Services/{serviceId}/$/GetPartitions
"Get Partition details?" -> GET /Partitions/{partitionId}
"List all GetServiceName?" -> GET /Partitions/{partitionId}/$/GetServiceName
"List all GetHealth?" -> GET /Partitions/{partitionId}/$/GetHealth
"Create a GetHealth?" -> POST /Partitions/{partitionId}/$/GetHealth
"Create a ReportHealth?" -> POST /Partitions/{partitionId}/$/ReportHealth
"List all GetLoadInformation?" -> GET /Partitions/{partitionId}/$/GetLoadInformation
"Create a ResetLoad?" -> POST /Partitions/{partitionId}/$/ResetLoad
"Create a Recover?" -> POST /Partitions/{partitionId}/$/Recover
"Create a Recover?" -> POST /Services/$/{serviceId}/$/GetPartitions/$/Recover
"Create a RecoverSystemPartition?" -> POST /$/RecoverSystemPartitions
"Create a RecoverAllPartition?" -> POST /$/RecoverAllPartitions
"Create a MovePrimaryReplica?" -> POST /Partitions/{partitionId}/$/MovePrimaryReplica
"Create a MoveSecondaryReplica?" -> POST /Partitions/{partitionId}/$/MoveSecondaryReplica
"Create a CreateRepairTask?" -> POST /$/CreateRepairTask
"Create a CancelRepairTask?" -> POST /$/CancelRepairTask
"Create a DeleteRepairTask?" -> POST /$/DeleteRepairTask
"List all GetRepairTaskList?" -> GET /$/GetRepairTaskList
"Create a ForceApproveRepairTask?" -> POST /$/ForceApproveRepairTask
"Create a UpdateRepairTaskHealthPolicy?" -> POST /$/UpdateRepairTaskHealthPolicy
"Create a UpdateRepairExecutionState?" -> POST /$/UpdateRepairExecutionState
"List all GetReplicas?" -> GET /Partitions/{partitionId}/$/GetReplicas
"Get GetReplica details?" -> GET /Partitions/{partitionId}/$/GetReplicas/{replicaId}
"List all GetHealth?" -> GET /Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetHealth
"Create a GetHealth?" -> POST /Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetHealth
"Create a ReportHealth?" -> POST /Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/ReportHealth
"List all GetReplicas?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetReplicas
"List all GetDetail?" -> GET /Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetDetail
"List all GetReplicas?" -> GET /Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas
"Create a Restart?" -> POST /Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/Restart
"Create a Delete?" -> POST /Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/Delete
"List all GetServicePackages?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServicePackages
"Get GetServicePackage details?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServicePackages/{servicePackageName}
"List all GetHealth?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServicePackages/{servicePackageName}/$/GetHealth
"Create a GetHealth?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServicePackages/{servicePackageName}/$/GetHealth
"Create a ReportHealth?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetServicePackages/{servicePackageName}/$/ReportHealth
"Create a DeployServicePackage?" -> POST /Nodes/{nodeName}/$/DeployServicePackage
"List all GetCodePackages?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages
"Create a Restart?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/Restart
"List all ContainerLogs?" -> GET /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/ContainerLogs
"Create a ContainerApi?" -> POST /Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetCodePackages/$/ContainerApi
"Get ComposeDeployment details?" -> GET /ComposeDeployments/{deploymentName}
"List all ComposeDeployments?" -> GET /ComposeDeployments
"List all GetUpgradeProgress?" -> GET /ComposeDeployments/{deploymentName}/$/GetUpgradeProgress
"Create a Delete?" -> POST /ComposeDeployments/{deploymentName}/$/Delete
"Create a Upgrade?" -> POST /ComposeDeployments/{deploymentName}/$/Upgrade
"Create a RollbackUpgrade?" -> POST /ComposeDeployments/{deploymentName}/$/RollbackUpgrade
"List all Chaos?" -> GET /Tools/Chaos
"Create a Start?" -> POST /Tools/Chaos/$/Start
"Create a Stop?" -> POST /Tools/Chaos/$/Stop
"List all Events?" -> GET /Tools/Chaos/Events
"List all Schedule?" -> GET /Tools/Chaos/Schedule
"Create a Schedule?" -> POST /Tools/Chaos/Schedule
"Update a ImageStore?" -> PUT /ImageStore/{contentPath}
"Get ImageStore details?" -> GET /ImageStore/{contentPath}
"Delete a ImageStore?" -> DELETE /ImageStore/{contentPath}
"List all ImageStore?" -> GET /ImageStore
"Create a Copy?" -> POST /ImageStore/$/Copy
"Create a CommitUploadSession?" -> POST /ImageStore/$/CommitUploadSession
"List all GetUploadSession?" -> GET /ImageStore/$/GetUploadSession
"List all GetUploadSession?" -> GET /ImageStore/{contentPath}/$/GetUploadSession
"List all FolderSize?" -> GET /ImageStore/$/FolderSize
"List all FolderSize?" -> GET /ImageStore/{contentPath}/$/FolderSize
"Create a InvokeInfrastructureCommand?" -> POST /$/InvokeInfrastructureCommand
"List all InvokeInfrastructureQuery?" -> GET /$/InvokeInfrastructureQuery
"Create a StartDataLoss?" -> POST /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/StartDataLoss
"List all GetDataLossProgress?" -> GET /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/GetDataLossProgress
"Create a StartQuorumLoss?" -> POST /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/StartQuorumLoss
"List all GetQuorumLossProgress?" -> GET /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/GetQuorumLossProgress
"Create a StartRestart?" -> POST /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/StartRestart
"List all GetRestartProgress?" -> GET /Faults/Services/{serviceId}/$/GetPartitions/{partitionId}/$/GetRestartProgress
"Create a StartTransition?" -> POST /Faults/Nodes/{nodeName}/$/StartTransition/
"List all GetTransitionProgress?" -> GET /Faults/Nodes/{nodeName}/$/GetTransitionProgress
"List all Faults?" -> GET /Faults/
"Create a Cancel?" -> POST /Faults/$/Cancel
"Create a Create?" -> POST /BackupRestore/BackupPolicies/$/Create
"Create a Delete?" -> POST /BackupRestore/BackupPolicies/{backupPolicyName}/$/Delete
"List all BackupPolicies?" -> GET /BackupRestore/BackupPolicies
"Get BackupPolicy details?" -> GET /BackupRestore/BackupPolicies/{backupPolicyName}
"List all GetBackupEnabledEntities?" -> GET /BackupRestore/BackupPolicies/{backupPolicyName}/$/GetBackupEnabledEntities
"Create a Update?" -> POST /BackupRestore/BackupPolicies/{backupPolicyName}/$/Update
"Create a EnableBackup?" -> POST /Applications/{applicationId}/$/EnableBackup
"Create a DisableBackup?" -> POST /Applications/{applicationId}/$/DisableBackup
"List all GetBackupConfigurationInfo?" -> GET /Applications/{applicationId}/$/GetBackupConfigurationInfo
"List all GetBackups?" -> GET /Applications/{applicationId}/$/GetBackups
"Create a SuspendBackup?" -> POST /Applications/{applicationId}/$/SuspendBackup
"Create a ResumeBackup?" -> POST /Applications/{applicationId}/$/ResumeBackup
"Create a EnableBackup?" -> POST /Services/{serviceId}/$/EnableBackup
"Create a DisableBackup?" -> POST /Services/{serviceId}/$/DisableBackup
"List all GetBackupConfigurationInfo?" -> GET /Services/{serviceId}/$/GetBackupConfigurationInfo
"List all GetBackups?" -> GET /Services/{serviceId}/$/GetBackups
"Create a SuspendBackup?" -> POST /Services/{serviceId}/$/SuspendBackup
"Create a ResumeBackup?" -> POST /Services/{serviceId}/$/ResumeBackup
"Create a EnableBackup?" -> POST /Partitions/{partitionId}/$/EnableBackup
"Create a DisableBackup?" -> POST /Partitions/{partitionId}/$/DisableBackup
"List all GetBackupConfigurationInfo?" -> GET /Partitions/{partitionId}/$/GetBackupConfigurationInfo
"List all GetBackups?" -> GET /Partitions/{partitionId}/$/GetBackups
"Create a SuspendBackup?" -> POST /Partitions/{partitionId}/$/SuspendBackup
"Create a ResumeBackup?" -> POST /Partitions/{partitionId}/$/ResumeBackup
"Create a Backup?" -> POST /Partitions/{partitionId}/$/Backup
"List all GetBackupProgress?" -> GET /Partitions/{partitionId}/$/GetBackupProgress
"Create a Restore?" -> POST /Partitions/{partitionId}/$/Restore
"List all GetRestoreProgress?" -> GET /Partitions/{partitionId}/$/GetRestoreProgress
"Create a GetBackup?" -> POST /BackupRestore/$/GetBackups
"Create a Create?" -> POST /Names/$/Create
"Get Name details?" -> GET /Names/{nameId}
"Delete a Name?" -> DELETE /Names/{nameId}
"List all GetSubNames?" -> GET /Names/{nameId}/$/GetSubNames
"List all GetProperties?" -> GET /Names/{nameId}/$/GetProperties
"List all GetProperty?" -> GET /Names/{nameId}/$/GetProperty
"Create a SubmitBatch?" -> POST /Names/{nameId}/$/GetProperties/$/SubmitBatch
"List all Events?" -> GET /EventsStore/Cluster/Events
"List all Events?" -> GET /EventsStore/Containers/Events
"List all Events?" -> GET /EventsStore/Nodes/{nodeName}/$/Events
"List all Events?" -> GET /EventsStore/Nodes/Events
"List all Events?" -> GET /EventsStore/Applications/{applicationId}/$/Events
"List all Events?" -> GET /EventsStore/Applications/Events
"List all Events?" -> GET /EventsStore/Services/{serviceId}/$/Events
"List all Events?" -> GET /EventsStore/Services/Events
"List all Events?" -> GET /EventsStore/Partitions/{partitionId}/$/Events
"List all Events?" -> GET /EventsStore/Partitions/Events
"List all Events?" -> GET /EventsStore/Partitions/{partitionId}/$/Replicas/{replicaId}/$/Events
"List all Events?" -> GET /EventsStore/Partitions/{partitionId}/$/Replicas/Events
"List all Events?" -> GET /EventsStore/CorrelatedEvents/{eventInstanceId}/$/Events
"Update a Secret?" -> PUT /Resources/Secrets/{secretResourceName}
"Get Secret details?" -> GET /Resources/Secrets/{secretResourceName}
"Delete a Secret?" -> DELETE /Resources/Secrets/{secretResourceName}
"List all Secrets?" -> GET /Resources/Secrets
"Update a value?" -> PUT /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}
"Get value details?" -> GET /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}
"Delete a value?" -> DELETE /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}
"List all values?" -> GET /Resources/Secrets/{secretResourceName}/values
"Create a list_value?" -> POST /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}/list_value
"Update a Volume?" -> PUT /Resources/Volumes/{volumeResourceName}
"Get Volume details?" -> GET /Resources/Volumes/{volumeResourceName}
"Delete a Volume?" -> DELETE /Resources/Volumes/{volumeResourceName}
"List all Volumes?" -> GET /Resources/Volumes
"Update a Network?" -> PUT /Resources/Networks/{networkResourceName}
"Get Network details?" -> GET /Resources/Networks/{networkResourceName}
"Delete a Network?" -> DELETE /Resources/Networks/{networkResourceName}
"List all Networks?" -> GET /Resources/Networks
"Update a Application?" -> PUT /Resources/Applications/{applicationResourceName}
"Get Application details?" -> GET /Resources/Applications/{applicationResourceName}
"Delete a Application?" -> DELETE /Resources/Applications/{applicationResourceName}
"List all Applications?" -> GET /Resources/Applications
"Get Service details?" -> GET /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}
"List all Services?" -> GET /Resources/Applications/{applicationResourceName}/Services
"List all Logs?" -> GET /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}/Replicas/{replicaName}/CodePackages/{codePackageName}/Logs
"Get Replica details?" -> GET /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}/Replicas/{replicaName}
"List all Replicas?" -> GET /Resources/Applications/{applicationResourceName}/Services/{serviceResourceName}/Replicas
"Update a Gateway?" -> PUT /Resources/Gateways/{gatewayResourceName}
"Get Gateway details?" -> GET /Resources/Gateways/{gatewayResourceName}
"Delete a Gateway?" -> DELETE /Resources/Gateways/{gatewayResourceName}