Forum Discussion

thuyngnhu's avatar
thuyngnhu
Icon for Altostratus rankAltostratus
Jan 13, 2023
Solved

Net Trunk API Status Field Missing

As the subject suggests, I made an api call to the path /mgmt/tm/net/trunk but there is no status field in the api response even though status field appears in both cli (show net trunk) and gui. Do y...
  • xuwen's avatar
    Jan 13, 2023

    trunk name such as "test-trunk", get its Status attribute you need to bring /stats in the end, example api url is:

    curl -sku 'admin:xt32112300'  https://192.168.5.109/mgmt/tm/net/trunk/test-trunk/stats | jq .

    Of course, if the clear path of the url you not confirm, icontrol rest api gives an until.bash api, which can send the linux bash command to bigip, cmds like "tmsh show net trunk", it will return show net trunk result