Reads the domain names.
API URL
GET https://<host>/wsapis/v2.0.0/devicemgmt/mgmtinterface/domain
Sample curl requests
curl -skg -H "$auth-token" https://172.16.12.151/wsapis/v2.0.0/devicemgmt/mgmtinterface/domain
{
"static": [
"eng123.fireeye.com",
"eng222.fireeye.com"
],
"dynamic": {"name": "eng123.fireeye.com"}
}Availability
This command is available on the following platforms:
Network Security
Helix Enterprise
Authentication
Standard WSAPI authentication
Response mime type
application/json