Read list of available Management codes and Management labels
No Parameters
Key |
Type |
Value |
---|---|---|
results |
Array |
List of available Management codes
|
GET https://*.sacm.jp/public-api/v1/home
Content-Type: application/json
{ "results": [ { "code": "tsa99990001", "name": "API Sample inc." }, { "code": "tsa99990002", "name": "Example API.com" } ] }
Read information for available Modules
Key |
Type |
Value |
---|---|---|
vendor |
int |
Vendor No. |
satype |
int |
Service adaptor type |
modulua |
int |
Module ID |
Key |
Type |
Value |
---|---|---|
results |
Array |
List of available Modules
|
GET https://*.sacm.jp/public-api/v1/home/module?vendor=0&satype=11&module=0
Content-Type: application/json
{ "results": [ { "moduleName": "SEIL/X 3.75 (ArmBar)", "vendorId": 0, "saType": 11, "moduleId": 0, "version": "3.75.0-0", "binary": false }, { "moduleName": "SEIL/X 3.90 (HurricaneMixer)", "vendorId": 0, "saType": 11, "moduleId": 0, "version": "3.90.0-0", "binary": false }, { "moduleName": "SEIL/X 3.91 (Alcatraz)", "vendorId": 0, "saType": 11, "moduleId":0, "version": "3.91.0-0", "binary": false } ] }
Read rights allocation status
No Parameters
Key |
Type |
Value |
---|---|---|
bilatu |
Object |
Control rights related to searches
|
user |
Object |
Control rights related to user
|
sa |
Object |
Control rights related to service adaptor
|
sagroup |
Object |
Control rights related to folder
|
template |
Object |
Control rights related to templates
|
monitor |
Object |
Control rights related to monitor settings
|
request |
Object |
Control rights related to requests
|
event |
Object |
Control rights related to events
|
modulua |
Object |
Control rights related to modules
|
announce |
Object |
Control rights related to announcements
|
accesskey |
Object |
Control rights related to API access key
|
GET https://*.sacm.jp/public-api/v1/home/permission
Content-Type: application/json
{ "search": { "read": true }, "user": { "update": true, "read": true }, "sa": { "distId": { "update": false }, "config": { "update": true, "read": true }, "update": true, "read": true }, "sagroup": { "create": true, "remove": true, "update": true, "read": true }, "template": { "config": { "remove": true, "update": true, "read": true }, "variable": { "create": true, "remove": true, "update": true, "read": true }, "pack": { "update": true, "read": true }, "create": true, "remove": true, "update": true, "read": true }, "monitor": { "create": true, "remove": true, "update": true, "read": true }, "request": { "check": { "create": true, "update": true }, "control": { "create": true, "update": true }, "debug": { "create": false, "update": false }, "read": true }, "event": { "read": true }, "module": { "create": false, "remove": false, "update": false, "read": false }, "announce": { "update": true, "read": true }, "accesskey": { "create": true, "remove": true, "read": true } }