Skip to main content

Network resource data model

/Network

Dictionary table

The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/Network.html

It is allowed to consult all the UserNetwork definition using the Schema query:

GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.Network

Full JSON example

Request

GET http://<your-domain>/webservice/scim2/v1/Network/1038187

Response 200 OK

{
    "meta": {
        "location": "http://<your-domain>/webservice/scim2/v1/Network/1038187",
        "resourceType": "Network"
    },
    "ip": "192.168.133.0",
    "lanAccess": true,
    "schemas": [
        "urn:soffid:com.soffid.iam.api.Network"
    ],
    "name": "internal",
    "description": "Internal Network",
    "loginRestriction": false,
    "id": 1038187,
    "mask": "255.255.255.0",
    "dhcpSupport": true
}

Response Error

For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response