Appian · JSON Structure

Deployment Rest Import Deployment Result Structure

Result of an import deployment operation, including a summary of imported, failed, and skipped objects, Admin Console settings, plug-ins, and database scripts.

Type: object Properties: 2 Required: 2
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflows

ImportDeploymentResult is a JSON Structure definition published by Appian, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status summary

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/appian/refs/heads/main/json-structure/deployment-rest-import-deployment-result-structure.json",
  "name": "ImportDeploymentResult",
  "description": "Result of an import deployment operation, including a summary of imported, failed, and skipped objects, Admin Console settings, plug-ins, and database scripts.",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/DeploymentStatus",
      "type": null
    },
    "summary": {
      "description": "Summary of the import deployment operation results.",
      "properties": {
        "objects": {
          "$ref": "#/components/schemas/ImportSummaryCount",
          "type": null
        },
        "adminConsoleSettings": {
          "$ref": "#/components/schemas/ImportSummaryCount",
          "type": null
        },
        "plugins": {
          "description": "Summary of plug-in import results.",
          "properties": {
            "total": {
              "description": "Total number of plug-ins in the package.",
              "minimum": 0,
              "type": "int32"
            },
            "imported": {
              "description": "Number of plug-ins successfully imported.",
              "minimum": 0,
              "type": "int32"
            },
            "skipped": {
              "description": "Number of plug-ins skipped during import.",
              "minimum": 0,
              "type": "int32"
            }
          },
          "type": "object"
        },
        "databaseScripts": {
          "description": "Number of database scripts executed during import.",
          "minimum": 0,
          "type": "int32"
        },
        "deploymentLogUrl": {
          "description": "URL to retrieve the full deployment log.",
          "type": "uri"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "status",
    "summary"
  ]
}

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/deployment-rest-import-deployment-result-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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