Bulwark Web API Service Host

<back to all web services

EntityDetailRequest

Get List of Entity Details

The following routes are available for this service:
GET/api/Monitor/EntityDetail

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/EntityDetailRequest HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/jsv
Content-Length: length

{
	EntityName: String,
	Names: 
	[
		String
	],
	DataObj: 
	[
		{
			ExtendedError: 0,
			LogicalDrives: 
			[
				{
					Name: String,
					DriveType: Unknown,
					Size: 0,
					FreeSpace: 0,
					FileSystem: String
				}
			],
			Bios: String,
			Adapters: 
			[
				{
					NetworkAddress: 
					[
						{
							Address: String,
							Subnet: String
						}
					],
					DHCPEnabled: False,
					Name: String,
					DatabasePath: String
				}
			],
			OSName: String,
			OSManufacturer: String,
			OSVersion: 
			{
				ServicePackMajor: 0,
				ServicePackMinor: 0,
				Major: 0,
				Minor: 0,
				Type: 0,
				Build: 0,
				Description: String
			},
			Locale: String,
			WindowsDirectory: String,
			FreePhysicalMemory: 0,
			TotalPhysicalMemory: 0,
			FreeVirtualMemory: 0,
			TotalVirtualMemory: 0,
			PageFileSize: 0,
			Timezone: 
			{
				StandardName: String,
				MinOffset: 0
			},
			ComputerName: String,
			Domain: String,
			SystemManufacturer: String,
			SystemModel: String,
			SystemType: String,
			NumberOfProcessors: 0,
			Processors: 
			[
				{
					Name: String,
					Speed: 0,
					Architecture: String
				}
			]
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	EntityName: String,
	Names: 
	[
		String
	],
	DataObj: 
	[
		{
			ExtendedError: 0,
			LogicalDrives: 
			[
				{
					Name: String,
					DriveType: Unknown,
					Size: 0,
					FreeSpace: 0,
					FileSystem: String
				}
			],
			Bios: String,
			Adapters: 
			[
				{
					NetworkAddress: 
					[
						{
							Address: String,
							Subnet: String
						}
					],
					DHCPEnabled: False,
					Name: String,
					DatabasePath: String
				}
			],
			OSName: String,
			OSManufacturer: String,
			OSVersion: 
			{
				ServicePackMajor: 0,
				ServicePackMinor: 0,
				Major: 0,
				Minor: 0,
				Type: 0,
				Build: 0,
				Description: String
			},
			Locale: String,
			WindowsDirectory: String,
			FreePhysicalMemory: 0,
			TotalPhysicalMemory: 0,
			FreeVirtualMemory: 0,
			TotalVirtualMemory: 0,
			PageFileSize: 0,
			Timezone: 
			{
				StandardName: String,
				MinOffset: 0
			},
			ComputerName: String,
			Domain: String,
			SystemManufacturer: String,
			SystemModel: String,
			SystemType: String,
			NumberOfProcessors: 0,
			Processors: 
			[
				{
					Name: String,
					Speed: 0,
					Architecture: String
				}
			]
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}