Last Updated: 1/22/2020 12:11:01 AM
Get domain information with given customers
Request
HTTP Request
GET /SMPI/{version}/service/wfbss/api/domains
Parameters
Name |
Type |
Description |
Validation |
|---|---|---|---|
|
Required Parameters |
|||
cids |
A list of customer IDs separated by comma. |
At least one customer ID must be specified, and no more than 10. |
|
HTTP Request Example
Get domain information for speciic:
GET /SMPI/{version}/service/wfbss/api/domains?cids=640FE47F-5118-4D79-8221-A35D0DE2EE2C,549390C2-61B3-417E-B1F0-8955A63C08F3
Request Body
Do not supply a request body with this method.
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{
"customers": [
{
"magic_link": "http://wfbs-svc.trendmicro.com/trend-wfbssvc-xx/download/idxx=5",
"server_location": "123.123.123.123",
"service_name": "trend-wfbssvc",
"id": "549390C2-61B3-417E-B1F0-8955A63C08F3",
"agent_mode_id": 1,
"colo": "muc1",
"company_key": "69c2b85d-7438-4454-a507-e38955afd784",
"service_id": 5,
"activation_code": "WF-Z4X5-PXKUE-JTMF7-37AJ7-SQUTD-BHWPJ",
"domain_id": 891,
"eid": "05ACB83A-E709-47B5-98C1-6CEA25476536"
}
]
}
Name |
Type |
Description |
Length |
|---|---|---|---|
customers[].magic_link |
string |
WFBSS agent download link URL |
|
customers[].server_location |
string |
A magic server location for WFBSS agent installer |
|
customers[].service_name |
string |
Sevice name |
|
customers[].domain_id |
integer |
Domain ID |
|
customers[].agent_mode_id |
integer |
A magic number of agent mode for WFBSS agent installer |
|
customers[].colo |
string |
WFBSS colo of the account |
|
customers[].company_key |
string |
A magic string of company key for WFBSS agent installer |
GUID |
customers[].service_id |
integer |
A magic number of service id for WFBSS agent installer |
|
customers[].activation_code |
string |
Activation code for WFBSS agent installer |
|
customers[].id |
string |
Customer ID |
GUID |
customers[].eid |
string |
For internal use only |
GUID |
