FTP Servers
Returns a list of FTP Servers configurations data.
Resource URL
http://{host}/api/2.0/ftp_agents/.format
Example Request
GET
GET ftp_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single specific FTP Server configuration data.
Resource URL
http://{host}/api/2.0/ftp_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired FTP Server to be viewed. |
Example Request
GET
Adds a new FTP Server configuration.
Resource URL
http://{host}/api/2.0/ftp_agents/.format
Example Request
POST
POST ftp_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Duplicates a single specific FTP Server configuration, preserving the original configuration data except for the title.
Resource URL
http://{host}/api/2.0/ftp_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired FTP Server to be copied. |
Example Request
POST
PUT ftp_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates a single specific FTP Server configuration.
Resource URL
http://{host}/api/2.0/ftp_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired FTP Server to be updated. |
Example Request
PUT
DELETE ftp_agents/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single specific FTP Server.
Resource URL
http://{host}/api/2.0/ftp_agents/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired FTP Server to be deleted. |
Example Request
DELETE