Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

t1_e1_settings.list

Description

Fetch all global T1/E1 settings on the system.

Versioning Notes

Prior to version 1.1, this method also returned the output of t1_e1_interfaces.list.

Arguments

None.

Example Requests & Responses

Example One

Request

Request a list of global T1/E1 settings on the gateway.

{
    'method' => 't1_e1_settings.list',
    'parameters' => { }
}

Response

{
          't1_e1_settings' => {
                                'object_type' => 't1_e1_settings',
                                'object_id' => '5',
                                'object_name' => 't1_e1_settings',
                                'locale' => 'us',
                                'timing_internal' => '0',
                                'timing_source_priority' => [
                                                              {
                                                                'order' => '1',
                                                                'value' => '1',
                                                                'name' => 'Port 1',
                                                                'id' => 'port-1'
                                                              },
                                                              {
                                                                'order' => '2',
                                                                'value' => '2',
                                                                'name' => 'Port 2',
                                                                'id' => 'port-2'
                                                              }
                                                            ]
                               },
  • No labels