How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Azure Replica API

The Replica API from Microsoft Azure — 9 operation(s) for replica.

Microsoft Azure Replica API is one of 1667 APIs that Microsoft Azure publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Replica. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, pricing, a JSON-LD context, and a getting-started guide.

This API exposes 10 operations across 9 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version 2020-08-01-preview.

10 operations 9 paths 38 schemas 6 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2020-08-01-preview
Resource Areas
1

Paths & Operations 10

Across 9 paths, the API surfaces 10 operations — 6 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Replica 10
GET
/Partitions/{partitionId}/$/GetReplicas
Microsoft Azure Gets The Information About Replicas Of A Service Fabric Service Partition
microsoftAzureGetreplicainfolist 4 params → 200default
GET
/Partitions/{partitionId}/$/GetReplicas/{replicaId}
Microsoft Azure Gets The Information About A Replica Of A Service Fabric Partition
microsoftAzureGetreplicainfo 4 params → 200204default
GET
/Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetHealth
Microsoft Azure Gets The Health Of A Service Fabric Stateful Service Replica Or Stateless Service Instance
microsoftAzureGetreplicahealth 5 params → 200default
POST
/Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetHealth
Microsoft Azure Gets The Health Of A Service Fabric Stateful Service Replica Or Stateless Service Instance Using The Specified Policy
microsoftAzureGetreplicahealthusingpolicy 6 params → 200default
POST
/Partitions/{partitionId}/$/GetReplicas/{replicaId}/$/ReportHealth
Microsoft Azure Sends A Health Report On The Service Fabric Replica
microsoftAzureReportreplicahealth 7 params → 200default
GET
/Nodes/{nodeName}/$/GetApplications/{applicationId}/$/GetReplicas
Microsoft Azure Gets The List Of Replicas Deployed On A Service Fabric Node
microsoftAzureGetdeployedservicereplicainfolist 6 params → 200204default
GET
/Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/GetDetail
Microsoft Azure Gets The Details Of Replica Deployed On A Service Fabric Node
microsoftAzureGetdeployedservicereplicadetailinfo 5 params → 200default
GET
/Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas
Microsoft Azure Gets The Details Of Replica Deployed On A Service Fabric Node
microsoftAzureGetdeployedservicereplicadetailinfobypartitionid 4 params → 200default
POST
/Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/Restart
Microsoft Azure Restarts A Service Replica Of A Persisted Service Running On A Node
microsoftAzureRestartreplica 5 params → 200default
POST
/Nodes/{nodeName}/$/GetPartitions/{partitionId}/$/GetReplicas/{replicaId}/$/Delete
Microsoft Azure Removes A Service Replica Running On A Node
microsoftAzureRemovereplica 6 params → 200default

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are DeployedServiceReplicaInfo (10 properties), HealthInformation (8 properties), ReplicaInfo (6 properties), DeployedServiceReplicaDetailInfo (6 properties). Each schema is shown below with its type and property counts.

HealthEvaluationWrapper
object
Wrapper object for health evaluation.
1 property
PartitionId
string
An internal ID used by Service Fabric to uniquely identify a partition. This is a randomly generated GUID when the service was created. The partition ID is uni…
DeployedServiceReplicaInfo
object
Information about a Service Fabric service replica deployed on a node.
10 properties 1 required
EntityKind
string
The entity type of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
FabricErrorCodes
string
Defines the fabric error codes that be returned as part of the error object in response to Service Fabric API operations that are not successful. Following are…
ServicePackageActivationId
string
The ActivationId of a deployed service package. If ServicePackageActivationMode specified at the time of creating the service is 'SharedProcess' (or if it is n…
HealthStatistics
object
The health statistics of an entity, returned as part of the health query result when the query description is configured to include statistics. The statistics…
1 property
DeployedServiceReplicaInfoList
array
List of deployed service replica information.
ServiceTypeHealthPolicy
object
Represents the health policy used to evaluate the health of services belonging to a service type.
3 properties
PagedReplicaInfoList
object
The list of replicas in the cluster for a given partition. The list is paged when all of the results cannot fit in a single message. The next set of results ca…
2 properties
ServiceOperationName
string
Specifies the current active life-cycle operation on a stateful service replica or stateless service instance.
ServiceName
string
The full name of the service with 'fabric:' URI scheme.
CodePackageName
string
The name of the code package defined in the service manifest.
ContinuationToken
string
The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the…
NodeName
string
The name of a Service Fabric node.
FabricErrorError
object
Error object containing error code and error message.
2 properties 1 required
HealthInformation
object
Represents common health report information. It is included in all health reports sent to health store and in all health events returned by health queries.
8 properties 3 required
HealthEvent
object
Represents health information reported on a health entity, such as cluster, application or node, with additional metadata added by the Health Manager.
6 properties
LoadMetricReportInfoList
array
List of load reported by replica.
ServiceTypeName
string
Name of the service type as specified in the service manifest.
ServiceManifestName
string
The name of the service manifest.
ReplicaInfo
object
Information about the identity, status, health, node name, uptime, and other details about the replica.
6 properties 1 required
ServiceTypeHealthPolicyMap
array
Defines a ServiceTypeHealthPolicy per service type name. The entries in the map replace the default service type health policy for each specified service type.…
DeployedServiceReplicaDetailInfo
object
Information about a Service Fabric service replica deployed on a node.
6 properties 1 required
LoadMetricReportInfo
object
Information about load reported by replica.
4 properties
ReplicaHealth
object
Represents a base class for stateful service replica or stateless service instance health. Contains the replica aggregated health state, the health events and…
2 properties 1 required
HealthState
string
The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
ServiceTypeHealthPolicyMapItem
object
Defines an item in ServiceTypeHealthPolicyMap.
2 properties 2 required
UnhealthyEvaluations
array
List of health evaluations that resulted in the current aggregated health state.
HealthEvaluation
object
Represents a health evaluation which describes the data and the algorithm used by health manager to evaluate the health of an entity.
3 properties 1 required
ReplicaStatus
string
The status of a replica of a service.
EntityHealth
object
Health information common to all entities in the cluster. It contains the aggregated health state, health events and unhealthy evaluation.
4 properties
ApplicationHealthPolicy
object
Defines a health policy used to evaluate the health of an application or one of its children entities.
4 properties
EntityKindHealthStateCount
object
Represents health state count for entities of the specified entity kind.
2 properties
FabricError
object
The REST API operations for Service Fabric return standard HTTP status codes. This type defines the additional information returned from the Service Fabric API…
1 property 1 required
ServiceKind
string
The kind of service (Stateless or Stateful).
HealthStateCount
object
Represents information about how many health entities are in Ok, Warning and Error health state.
3 properties
HealthEvaluationKind
string
The health manager in the cluster performs health evaluations in determining the aggregated health state of an entity. This enumeration provides information on…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-azure-replica-api-openapi.yml Raw ↑

Other APIs Microsoft Azure publishes across the network.

Microsoft Azure AI Search API
Microsoft Azure Communication Services API
Microsoft Azure Event Grid API
Microsoft Azure Functions API
Microsoft Azure DevOps REST API
Microsoft Azure AI Foundry API
Microsoft Azure Resource JSON Schema
Microsoft Azure JSON-LD Context
Microsoft Azure AccessConnector API
Microsoft Azure AccessControlRecords API
Microsoft Azure AccessPolicies API
Microsoft Azure AccessReviewInstanceAcceptRecommmendations API
Where this information came from

This is an independent, third-party profile of Microsoft Azure Replica API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.