List the Instances
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
This command returns the details about the installed VNF instances.
Example Command
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/listinstances"Note: This command can either be run without any parameters to display details for all instances, or an instanceid can be specified to display details about a particular instance.
Available Parameters
|
Parameter |
Parameter Type |
Parameter Description |
Mandatory |
|---|---|---|---|
|
instanceid |
Integer |
The ID of the relevant instance. |
No |
Example Output
<?xml version="1.0" encoding="ISO-8859-1"?><Response stat="200" code="ok"><Success><DATA><VNF><Id>21</Id><Name>VLM-2 Company 1</Name><Status>idle</Status><IPAddress>192.168.1.102</IPAddress><Autostart>no</Autostart></VNF></DATA></Success></Response>The tenant status can be idle or running.
An UpdateLicense tag appears if a VNF instance license update is required, for example:
<UpdateLicense>yes</UpdateLicense>