Microsoft Dynamics NAV · JSON Structure

Admin Center Restore Environment Request Structure

Type: object Properties: 6
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

RestoreEnvironmentRequest is a JSON Structure definition published by Microsoft Dynamics NAV, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

EnvironmentName EnvironmentType PointInTime SkipInstallingPTEs SkipInstallingThirdPartyGlobalApps SkipEnvironmentCleanup

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RestoreEnvironmentRequest",
  "type": "object",
  "properties": {
    "EnvironmentName": {
      "type": "string"
    },
    "EnvironmentType": {
      "type": "string"
    },
    "PointInTime": {
      "type": "string"
    },
    "SkipInstallingPTEs": {
      "type": "boolean"
    },
    "SkipInstallingThirdPartyGlobalApps": {
      "type": "boolean"
    },
    "SkipEnvironmentCleanup": {
      "type": "boolean"
    }
  }
}