Microsoft Dynamics NAV · JSON Structure

Admin Center Environment Operation Structure

Type: object Properties: 13
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id type status aadTenantId createdOn startedOn completedOn createdBy errorMessage parameters environmentName environmentType productFamily

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvironmentOperation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "aadTenantId": {
      "type": "string"
    },
    "createdOn": {
      "type": "string"
    },
    "startedOn": {
      "type": "string"
    },
    "completedOn": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "parameters": {
      "type": "object"
    },
    "environmentName": {
      "type": "string"
    },
    "environmentType": {
      "type": "string"
    },
    "productFamily": {
      "type": "string"
    }
  }
}