
iVAM1-12G
Page 115
APPENDIX E: API Documentation
Introduction
This appendix discusses ways to use the Application Program Interface (API) to
allow third party equipment to remotely access options and settings of the iVAM1-
12G. It includes specific code examples for commonly used requests. The API uses
JavaScript Object Notation (JSON) as its communication language.
Follow the instructions in the
First Time IP Assignments
section of Chapter 4 to
achieve the required network connection.
API: Presets
1. GET Active Preset
Method: GET
/api/cf/presets/current
Example Response:
{
"serial_number"
:
""
,
"model"
:
"iVAM1-12G"
,
"version"
:
1.3
,
"name"
:
"iVAM1-12G"
,
"result"
: {
"group"
: {
"Id"
:
1
,
"Name"
:
""
},
"preset"
: {
"Data"
:
null
,
"Favorite"
:
0
,
"Id"
:
1
,
"Name"
:
""
}
}
}
Summary of Contents for iVAM1-12G
Page 1: ...iVAM1 12G 1RU Multi Channel Audio Video 12G Monitor User Guide Part Number 821835 Revision C...
Page 6: ...iVAM1 12G Page 6 Introduction 115 API Presets 115...
Page 80: ...iVAM1 12G Page 80 Figure 4 21 Database Import...
Page 101: ...iVAM1 12G Page 101 Figure B 6 Device View Network Config...