CollectorResponseObject
CollectorResponseObject
The response object after creating the collector
JSON Example
{
"blockID": "cisco-aci",
"instanceId": "test-aci",
"containerId": "test-aci",
"display_name": "Test_Aci",
"message": "Block successfully deployed",
"params": "{ \n \"collect\": { \n \"collectormode\": \"acidiscovery\"\n },\n \"aci\": { \n \"host\": [ \n { \n \"hostname\": \"localhost\",\n \"username\": \"admin\",\n \"password\": \"{ 6F0B1CB041DEB7A3CA71B3E15A56CDB1F11850A1C66911793CAD2A12DF38B94C5C6291BEB130396AF49ED2C988617FB0 }\",\n \"port\": \"443\",\n \"protocol\": \"https\"\n }\n ]\n },\n \"controllerNode\": [ \n { \n \"host\": \"localhost\"\n }\n ],\n \"kafka\": { \n \"cluster\": { \n \"node\": [ \n { \n \"host\": \"localhost\",\n \"port\": \"9092\"\n }\n ],\n \"topic\": \"default-topic\",\n \"auth\": \"true\",\n \"username\": \"admin\",\n \"password\": \"{ 16A8027BDEAB404C2D696034921260F488BB4E6A591CE696DBB5F9C7177C1409A575AB5E93CE1165829EE1C7CB6E81F3 }\"\n }\n },\n \"memory_max\": \"1024\",\n \"advanced_options\": \"true\",\n \"discovery_threads\": \"20\",\n \"collection_interval\": \"240\"\n }",
"time": "2019-02-25 23:25:06.824015"
}
string
blockID
Optional
The package type of the collector created
string
instanceId
Optional
The instanceId of the collector created.
string
containerId
Optional
The container Id of the collector created.
string
display_name
Optional
The name of the collector as provided by the user
string
message
Optional
This attribute provides information regarding the faiure or success of collector creation
string
params
Optional
The configuration with which the collector was set.
string
time
Optional
The time of creation of the collector object