Service Fabric · JSON Structure

Service Fabric Application Structure

Field-by-field structural documentation for a Service Fabric Application resource

Type: Properties: 0
Distributed SystemsMicroservicesContainersCloud-NativeKubernetesAzureOpen-Source

Service Fabric Application Structure is a JSON Structure definition published by Service Fabric.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Service Fabric Application Structure",
  "description": "Field-by-field structural documentation for a Service Fabric Application resource",
  "version": "9.1",
  "source": "https://docs.microsoft.com/en-us/rest/api/servicefabric/applications/get-application-info",
  "fields": [
    {
      "name": "Id",
      "type": "string",
      "description": "Application identifier without the fabric:/ URI scheme"
    },
    {
      "name": "Name",
      "type": "string",
      "required": true,
      "pattern": "^fabric:/",
      "description": "Full application URI using the fabric:/ scheme, e.g. fabric:/MyApp"
    },
    {
      "name": "TypeName",
      "type": "string",
      "required": true,
      "description": "Application type name as registered in the cluster image store. Must match the ApplicationTypeName in ApplicationManifest.xml."
    },
    {
      "name": "TypeVersion",
      "type": "string",
      "required": true,
      "description": "Application type version string. Must match a provisioned version in the cluster."
    },
    {
      "name": "Status",
      "type": "string",
      "enum": ["Invalid", "Ready", "Upgrading", "Creating", "Deleting", "Failed"],
      "description": "Current application lifecycle status. Ready means the application is deployed and healthy."
    },
    {
      "name": "Parameters",
      "type": "array",
      "description": "List of application parameter overrides. Parameters defined in ApplicationManifest.xml can be overridden at deploy time.",
      "items": {
        "type": "object",
        "fields": [
          {"name": "Key", "type": "string", "required": true, "description": "Parameter name"},
          {"name": "Value", "type": "string", "required": true, "description": "Parameter value override"}
        ]
      }
    },
    {
      "name": "HealthState",
      "type": "string",
      "enum": ["Invalid", "Ok", "Warning", "Error", "Unknown"],
      "description": "Aggregated health state rolled up from all services and deployed service packages"
    },
    {
      "name": "ApplicationDefinitionKind",
      "type": "string",
      "enum": ["Invalid", "ServiceFabricApplicationDescription", "Compose"],
      "description": "Whether the application was defined via SF application manifest or Docker Compose file"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/service-fabric-application-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.