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 Node API

The Node API from Microsoft Azure — 14 operation(s) for node.

Microsoft Azure Node 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 Node. 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 15 operations across 14 paths, and defines 45 schemas. It is described by OpenAPI 3.2.0, at version 2020-08-01-preview.

15 operations 14 paths 45 schemas 1 DELETE5 GET9 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 15

Across 14 paths, the API surfaces 15 operations — 1 DELETE, 5 GET, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Node 15
GET
/Nodes
Microsoft Azure Gets The List Of Nodes In The Service Fabric Cluster
microsoftAzureGetnodeinfolist 5 params → 200default
GET
/Nodes/{nodeName}
Microsoft Azure Gets The Information About A Specific Node In The Service Fabric Cluster
microsoftAzureGetnodeinfo 3 params → 200204default
GET
/Nodes/{nodeName}/$/GetHealth
Microsoft Azure Gets The Health Of A Service Fabric Node
microsoftAzureGetnodehealth 4 params → 200default
POST
/Nodes/{nodeName}/$/GetHealth
Microsoft Azure Gets The Health Of A Service Fabric Node, By Using The Specified Health Policy
microsoftAzureGetnodehealthusingpolicy 5 params → 200default
POST
/Nodes/{nodeName}/$/ReportHealth
Microsoft Azure Sends A Health Report On The Service Fabric Node
microsoftAzureReportnodehealth 5 params → 200default
GET
/Nodes/{nodeName}/$/GetLoadInformation
Microsoft Azure Gets The Load Information Of A Service Fabric Node
microsoftAzureGetnodeloadinfo 3 params → 200default
POST
/Nodes/{nodeName}/$/Deactivate
Microsoft Azure Deactivate A Service Fabric Cluster Node With The Specified Deactivation Intent
microsoftAzureDisablenode 4 params → 200default
POST
/Nodes/{nodeName}/$/Activate
Microsoft Azure Activate A Service Fabric Cluster Node That Is Currently Deactivated
microsoftAzureEnablenode 3 params → 200default
POST
/Nodes/{nodeName}/$/RemoveNodeState
Microsoft Azure Notifies Service Fabric That The Persisted State On A Node Has Been Permanently Removed Or Lost
microsoftAzureRemovenodestate 3 params → 200default
POST
/Nodes/{nodeName}/$/Restart
Microsoft Azure Restarts A Service Fabric Cluster Node
microsoftAzureRestartnode 4 params → 200default
DELETE
/Nodes/{nodeName}/$/RemoveConfigurationOverrides
Microsoft Azure Removes Configuration Overrides On The Specified Node
microsoftAzureRemoveconfigurationoverrides 3 params → 200default
GET
/Nodes/{nodeName}/$/GetConfigurationOverrides
Microsoft Azure Gets The List Of Configuration Overrides On The Specified Node
microsoftAzureGetconfigurationoverrides 3 params → 200default
POST
/Nodes/{nodeName}/$/AddConfigurationParameterOverrides
Microsoft Azure Adds The List Of Configuration Overrides On The Specified Node
microsoftAzureAddconfigurationparameteroverrides 5 params → 200default
POST
/Nodes/{nodeName}/$/RemoveNodeTags
Microsoft Azure Removes The List Of Tags From The Specified Node
microsoftAzureRemovenodetags 3 params → 200default
POST
/Nodes/{nodeName}/$/AddNodeTags
Microsoft Azure Adds The List Of Tags On The Specified Node
microsoftAzureAddnodetags 3 params → 200default

Schemas 45

The contract defines 45 schemas that model the data the API accepts and returns. The most detailed are NodeInfo (21 properties), NodeLoadMetricInformation (11 properties), HealthInformation (8 properties), HealthEvent (6 properties). Each schema is shown below with its type and property counts.

NodeDeactivationTaskId
object
Identity of the task related to deactivation operation on the node.
2 properties
NodeDeactivationTaskType
string
The type of the task that performed the node deactivation. Following are the possible values.
SafetyCheckWrapper
object
A wrapper for the safety check object. Safety checks are performed by service fabric before continuing with the operations. These checks ensure the availabilit…
1 property
NodeDeactivationTask
object
The task representing the deactivation operation on the node.
2 properties
HealthEvaluationWrapper
object
Wrapper object for health evaluation.
1 property
SafetyCheckInfoList
array
List of pending safety checks
NodeDeactivationInfo
object
Information about the node deactivation. This information is valid for a node that is undergoing deactivation or has already been deactivated.
4 properties
NodeLoadInfo
object
Information about load on a Service Fabric node. It holds a summary of all metrics and their load on a node.
2 properties
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…
NodeLoadMetricInformation
object
Represents data structure that contains load information for a certain metric on a node.
11 properties
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
ClusterHealthPolicy
object
Defines a health policy used to evaluate the health of the cluster or of a cluster node.
5 properties
NodeTypeHealthPolicyMap
array
Defines a map with max percentage unhealthy nodes for specific node types. Each entry specifies as key the node type name and as value an integer that represen…
PagedNodeInfoList
object
The list of nodes in the cluster. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executin…
2 properties
NodeHealth
object
Information about the health of a Service Fabric node.
1 property
NodeTypeHealthPolicyMapItem
object
Defines an item in NodeTypeHealthPolicyMap.
2 properties 2 required
DeactivationIntentDescription
object
Describes the intent or reason for deactivating the node.
1 property
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.
NodeDeactivationTaskList
array
List of tasks representing the deactivation operation on the 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
ApplicationTypeHealthPolicyMapItem
object
Defines an item in ApplicationTypeHealthPolicyMap.
2 properties 2 required
NodeTagsList
array
List that contains tags, which will be applied to the nodes.
NodeDeactivationStatus
string
The status of node deactivation operation. Following are the possible values.
RestartNodeDescription
object
Describes the parameters to restart a Service Fabric node.
2 properties 1 required
NodeDeactivationIntent
string
The intent or the reason for deactivating the node. Following are the possible values for it.
ApplicationTypeHealthPolicyMap
array
Defines a map with max percentage unhealthy applications for specific application types. Each entry specifies as key the application type name and as value an…
ConfigParameterOverride
object
Information about a configuration parameter override.
5 properties 3 required
ConfigParameterOverrideList
array
List that contains parameters, sections that they belong and their values.
HealthState
string
The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
NodeInfo
object
Information about a node in Service Fabric cluster.
21 properties
SafetyCheckKind
string
The kind of safety check performed by service fabric before continuing with the operations. These checks ensure the availability of the service and the reliabi…
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
SafetyCheck
object
Represents a safety check performed by service fabric before continuing with the operations. These checks ensure the availability of the service and the reliab…
1 property 1 required
NodeId
object
An internal ID used by Service Fabric to uniquely identify a node. Node Id is deterministically generated from node name.
1 property
NodeStatus
string
The status of the node.
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
EntityHealth
object
Health information common to all entities in the cluster. It contains the aggregated health state, health events and unhealthy evaluation.
4 properties
EntityKindHealthStateCount
object
Represents health state count for entities of the specified entity kind.
2 properties
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-node-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 Node 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.