VXRepository Data Type

Properties
name data type constraints description
name string   Name
description string   Description
repositoryType string   Type of asset. i.e HDFS, HIVE, HBASE, KNOX
config string   Config in json format
isActive boolean required Status This attribute is of type boolean : true/false
version string   Version No of Project
Properties inherited from VXDataObject
id number   Id of the data
createDate object   Date when this data was created
updateDate object   Date when this data was updated
owner string   Owner
updatedBy string   Updated By

Example

{
  "name" : "...",
  "description" : "...",
  "repositoryType" : "...",
  "config" : "...",
  "isActive" : true,
  "version" : "...",
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}