aXAPI
Discussion List
- I have tried using the file/ssl-cert AXAPI 3.0 endpoint to upload an SSL cert, and have so far been unable to with either curl or Ansible. curl -k -X POST -v \ https://a10.example./axapi/v3/file/ssl-c…
- Hi all, I want to know is it possible to check if the slb virtual server is up or down via API ?
- Is anyone aware of a location where the documentation for the GitHub acos-client can be found? There is an example to create a SLB but that is it. I am looking for documentation to leverage the script…
- I am looking for an API to find if last backup has been successful or not for A10 Load Balancer. It should be equivalent to "show backup" command.
- Postman is well known test tool and very convenient when it comes to executing APIs. It provides not only variety of API functionality including authentication, setting headers, customizing the payloa…
- I'm wanting to snag the fixed-nat port mapping file periodically and save it elsewhere, or in a database. I have managed to get the list of files, but I can't seem to figure out the export command. Co…
- Hi everyone, Our customer have a web service system communicate with mobile app via API (RESTful API protocol). Now they want to a solution of A10 to support and protect this API. I have informed that…
- I'm trying to automate uploading new SSL certs using the REST API. I can update the certificate-list okay, but now I'm working on SNI templates using server-name-list, and I can't get the request corr…
- Hi all, I've begun to use the axapi. Here's the question: First, I got the authentification token. Then I'm seeking the virtual servers inforation. curl -k GET https://1...7/axapi/v3/slb/virtual-serve…
- How can I check if a service is up or down from the HTTP API (xAPI)? (The 'status' key in the server JSON only represents "enabled" or "disabled".) I think the CLI commands for getting the status are:…