Summary
          Get a JSON Spec document with inheritance.
          Description
          Get the details of the specified JSON Spec with inheritance.
          Route
          POST /configuration_manager/json_specs
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | treeId | string | yes | - | 
    | version | string | yes | - | 
    | nodePath | string | yes | - | 
    | options | object | yes | Additional options for the API. | 
            
          
          
            Copied to Clipboard
            
            {
  "treeId": "5c35355dbebaa82eaf8113f0",
  "version": "v3",
  "nodePath": "base/US East"
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "treeId": {
      "title": "treeId",
      "$ref": "common#/definitions/mongoObjectId"
    },
    "version": {
      "title": "version",
      "$ref": "goldenConfigData#/definitions/goldenConfigTreeVersionName"
    },
    "nodePath": {
      "title": "nodePath",
      "$ref": "goldenConfigData#/definitions/goldenConfigNodePath"
    },
    "options": {
      "title": "options",
      "properties": {}
    }
  },
  "required": [
    "treeId",
    "version",
    "nodePath",
    "options"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | JSONSpec | object | - | 
            
          
          
          
            Copied to Clipboard
            
            {
  "title": "JSONSpec",
  "type": "object",
  "properties": {}
}