list_profiles (List global profiles)
The list of profiles can be obtained by using the list_profiles command: For more information on profiles see Charging Profiles
Syntax: (see Command structure)
Copy
list_profiles
Response: (see Response structure)
Each profile listed has 2 parameters separated by a comma: profile_id, enabled_flag.
The profile_id is a unique number that always corresponds to one profile type. It is a positive integer starting at 1. A profile_id of 0 is reserved for when the absence of a profile is to be indicated.
enabled_flag can be enabled or disabled depending on whether the profile is active on the product.
Example
Copy
>> list_profiles
1, enabled
2, enabled
3, enabled
4, enabled
5, disabled
6, disabled