MailList resource data model
/Host
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/Host.html
Soffid allows you to add customized data to the user object. You can do that on metadata, on the proper object.
It is allowed to consult all the User definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.Host
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/Host/1793068
Response 200 OK
{
"os": "LIN",
"mail": false,
"ip": "10.129.120.7",
"dynamicIp": false,
"description": "Discovered host jira.dev.lab",
"office": false,
"lastSeen": "2021-04-05 20:05:39",
"meta": {
"location": "http://<your-domain>/webservice/scim2/v1/Host/1793068",
"resourceType": "Host"
},
"networkCode": "lab1",
"schemas": [
"urn:soffid:com.soffid.iam.api.Host"
],
"name": " jira.dev.lab",
"id": 1793068,
"hostAlias": [],
"printersServer": false
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response