Config

GET /user/:user_code/sa/:sa_code/config

Read configuration information

Detail

Request

No Parameters

Response

Body

Key

Type

Value

working

Object

Working config summary information

startup

Object

Startup config summary information

running

Object

Running config summary information

Sample

Request

URL
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/sa/tss99990001/config

Response

Body
{
  "working": {
    "results": [
      {
        "moduleId": 0,
        "moduleName": "SEIL/B1 3.71 (Symphony8)",
        "version": "3.71.0-0",
        "binary": false,
        "lastModified": "2012/06/18 10:36:29"
      },
      {
        "moduleId": 1,
        "moduleName": "update-firmware",
        "version": "0.0.0-0",
        "binary": false,
        "lastModified": "2012/06/18 10:36:31"
      },
      {
        "moduleId": null,
        "moduleName": null,
        "version": null,
        "binary": null,
        "lastModified": "2012/06/18 10:36:33"
      }
    ]
  },
  "startup": {
    "results": [
      {
        "moduleId": 0,
        "moduleName": "SEIL/B1 3.71 (Symphony8)",
        "version": "3.71.0-0",
        "binary": false,
        "lastModified": "2012/06/18 10:36:48"
      },
      {
        "moduleId": 1,
        "moduleName": "update-firmware",
        "version": "0.0.0-0",
        "binary": false,
        "lastModified": "2012/06/18 10:36:48"
      }
    ]
  },
  "running": {
    "results": [
      {
        "moduleId": 0,
        "moduleName": "SEIL/B1 3.75 (Saraband)",
        "version": "3.75.0-0",
        "binary": false,
        "lastModified": "2012/04/16 10:07:52"
      },
      {
        "moduleId": 1,
        "moduleName": "update-firmware",
        "version": "0.0.0-0",
        "binary": false,
        "lastModified": "2012/04/16 10:07:52"
      }
    ]
  }
}

Shared parameters

List of modules for config summary

Key

Type

Value

results

Array

Module list

moduleId int

Module ID

moduleName String

Module name

version String

Module version

binary boolean

Whether or not config is binary format

lastModified String

Date and time of last modification

Config type Reference