-
Created by Unknown User (anna), last modified on Aug 02, 2013
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »

Get |
---|
URL | /api/v1/api.php?target=zoneTemplate&action=get |
Description | Returns success or failure of a connection to an external server via SSH. |
Returns | Examples: SUCCESSFUL | {"success":1,"message":"Found 1 records for template \"Awesome Template\".","data":{"templateId":"1011","name":"Awesome Template","created":"2013-07-31 14:01:24","modified":"2013-07-31 14:01:24","userId":"112","soa":null,"refresh":"14400","retry":"3600","expire":"604800","minimum":null,"ttl":null,"userName":"joe@smith.com","records":[{"templateRecordId":"4","templateId":"1011","host":"www","type":"A","ttl":"3600","value":"1.2.3.4","ordering":"0"}]}} | ERROR | {'success':0, 'message':'error message'} |
|
Required Parameters | None |
Optional Parameters | | | | |
---|
templateId | NUMBER | 3 | ID of the specific template to get. | | | | |
|
Example URL | /api/v1/api.php?target=auth&action=testSSH&username=jsmith&password=password123&directory=%2Fvar%2Fnamed%2F6connect%2Fqa4&SSHPort=22 |
Create |
---|
URL | /api/v1/api.php?target=auth&action=testSSH |
Description | Test basic connectivity to an LDAP server. Does not test actual authenticaion against server. |
Returns | Examples: SUCCESSFUL: {'success':1, 'id':'12345'} ERROR: {'success':0, 'message':'unable to add block'}> |
Required Parameters | | | | |
---|
ldapServer | STRING | ldap.awesome.com | IP or FQDN of the LDAP server. | ldapPort | NUMBER | 389 | User-defined block code as defined in Admin-IPAM settings: Generic Code Per Block Name | ldapMode | STRING | SSL | Options are: SSL, TLS, or None. |
|
Optional Parameters | None |
Example URL | /api/v1/api.php?target=auth&action=testLDAP&ldapPort=389&ldapServer=ldap.awesome.com&ldapMode=None |
Update |
---|
URL | /api/v1/api.php?target=auth&action=testSecure64 |
Description | Returns success or failure of a connection to an Secure64 DNS appliance. |
Returns | Examples: SUCCESSFUL | {"success":1,"message":"Success!"} | ERROR | {'success':0, 'message':'error message'} |
|
Required Parameters | | | | |
---|
SSHServer | STRING | totally.awesome.com | IP or FQDN of server. | SSHPort | NUMBER | 22 | Port ssh is running on. |
|
Optional Parameters | | | | |
---|
username | STRING | jsmith | Username on target server. | password | STRING | password123 | Password for user. | directory | STRING | /tmp | Directory to attempt to access after successful login. | | | | |
|
Example URL | /api/v1/api.php?target=auth&action=testSecure64&username=jsmith&password=password123&directory=%2Fvar%2Fnamed%2F6connect%2Fqa4&SSHPort=22 |
Delete |
---|
URL | /api/v1/api.php?target=auth&action=testSecure64 |
Description | Returns success or failure of a connection to an Secure64 DNS appliance. |
Returns | Examples: SUCCESSFUL | {"success":1,"message":"Success!"} | ERROR | {'success':0, 'message':'error message'} |
|
Required Parameters | | | | |
---|
SSHServer | STRING | totally.awesome.com | IP or FQDN of server. | SSHPort | NUMBER | 22 | Port ssh is running on. |
|
Optional Parameters | | | | |
---|
username | STRING | jsmith | Username on target server. | password | STRING | password123 | Password for user. | directory | STRING | /tmp | Directory to attempt to access after successful login. | | | | |
|
Example URL | /api/v1/api.php?target=auth&action=testSecure64&username=jsmith&password=password123&directory=%2Fvar%2Fnamed%2F6connect%2Fqa4&SSHPort=22 |