Setting Parameters
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Kemp 360 Central
- Documentation
Any parameters that must be specified can be passed in the payload, for example:
{"username":"Username","password":"Password"}When there is more than one parameter in a request, individual parameters are separated using a comma (,).
To view the full list of valid parameters for a resource, run the schema command:
/api/v1/ResourceName/schema/?&api_key=APIKey&username=UsernameFor example, to view all parameters for the network resource:
curl -k -X GET "https://10.154.190.112/api/v1/network/schema/?username=admin&api_key=b4e336d84e6a0213e1b9d3c7e32152b7b51c6658"