RangerPluginInfoList Data Type

Properties
name data type description
pluginInfoList array of RangerPluginInfo
Properties inherited from VList
listSize number
list array of object
startIndex number
pageSize number
totalCount number
resultSize number Returns the value for the member attribute resultSize
sortType string
sortBy string

Example

{
  "pluginInfoList" : [ {
    "updateTime" : 12345,
    "createTime" : 12345,
    "serviceName" : "...",
    "serviceType" : "...",
    "id" : 12345,
    "serviceTypeDisplayName" : "...",
    "hostName" : "...",
    "ipAddress" : "...",
    "appType" : "...",
    "info" : {
      "property1" : "...",
      "property2" : "..."
    },
    "serviceDisplayName" : "..."
  }, {
    "updateTime" : 12345,
    "createTime" : 12345,
    "serviceName" : "...",
    "serviceType" : "...",
    "id" : 12345,
    "serviceTypeDisplayName" : "...",
    "hostName" : "...",
    "ipAddress" : "...",
    "appType" : "...",
    "info" : {
      "property1" : "...",
      "property2" : "..."
    },
    "serviceDisplayName" : "..."
  } ],
  "listSize" : 12345,
  "list" : [ { }, { } ],
  "startIndex" : 12345,
  "pageSize" : 12345,
  "totalCount" : 12345,
  "resultSize" : 12345,
  "sortType" : "...",
  "sortBy" : "..."
}