Network Interface Configuration
GET networks/config/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of meta data used for network configuration. Data includes mode types for Flow Control, IGMP and IP Assignment Methods.
Resource URL
http://{host}/api/2.0/networks/config/meta/.format
Example Request
GET
GET networks/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of available network interfaces configuration on the system.
Resource URL
http://{host}/api/2.0/networks/config/.format
Example Request
GET
GET networks/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single network interface configuration, specified by network ID.
Resource URL
http://{host}/api/2.0/networks/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the network interface. The ID is a combination of the MCM-9000 unit's serial number and the specific interface index. for example: Serial number is "621" and the interface is "eth0". Network ID will be "6210". |
Example Request
GET
PUT networks/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Update network interface configuration.
Resource URL
http://{host}/api/2.0/networks/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | ID of the network to be updated. |
Example Request
PUT
GET networks/config/name
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of available network names.
Resource URL
http://{host}/api/2.0/networks/config/name/.format
Example Request
GET
POST networks/config/name/{network_name}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Adds a network name to the available name list.
Resource URL
http://{host}/api/2.0/networks/config/name/{network_name}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
network_name | string | Name of the network to be added. |
Example Request
POST
PUT networks/config/name/{networkName_id}/{new_networkName}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates network name.
Resource URL
http://{host}/api/2.0/networks/config/name/{networkName_id}/{new_networkName}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
networkName_id (required) | integer | ID of the network to be updated. |
new_networkName | string | Name of the network to be updated. |
Example Request
PUT
DELETE outputs/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a network name from the list.
Resource URL
http://{host}/api/2.0/outputs/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired network. |
Example Request
DELETE