Skip to main content

System resource data model

/System

Dictionary table

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

Query Schema

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

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

Full JSON example

Request

GET http://<your-domain>/webservice/scim2/v1/System/389082

Response 200 OK

 &&TODO&&

{
    "accessControl": true,
    "description": "Active Directory.",
    "className": "com.soffid.iam.sync.agent2.CustomizableActiveDirectoryAgent",
    "userTypes": "I",
    "passwordsDomain": "DEFAULT",
    "rolebased": true,
    "id": 389082,
    "manualAccountCreation": false,
    "tenant": "master",
    "generateTasksOnLoad": true,
    "param7": "true",
    "param8": "true",
    "usersDomain": "DEFAULT",
    "fullReconciliation": false,
    "authoritative": true,
    "sharedDispatcher": false,
    "param0": "ad.bubu.lab",
    "groups": "",
    "threads": 1,
    "groupsList": [],
    "readOnly": false,
    "param3": "C27Nv4vjbIsI",
    "url": "https://<AD-Server>/",
    "param1": "dc=xx,dc=xx,dc=xx",
    "param2": "ad\\Administrator",
    "timeStamp": "2021-04-07 09:31:59",
    "trusted": true,
    "meta": {
        "location": "http://<your-server>/soffid.pat.lab:8080/webservice/scim2/v1/System/389082"Schemas/urn:soffid:com.soffid.iam.api.System",
        "resourceType": "System"Schema"
    },
    "schemas": [
        "urn:soffid:com.soffid.iam.api.System"ietf:params:scim:schemas:core:2.0:Schema"
    ],
    "name": "ad"System",
    "passwordsDomainId"description": 27"System object",
    "attributes": [],
    "id": "urn:soffid:com.soffid.iam.api.System"
}

Response

Full Error

JSON example

For more infomation about response error visitVisit https://bookstack.soffid.com/link/116#bkmrk-error-responseSCIM System examples page.