Packet-Fence/admin/urls/api_endpoints.json
2025-06-28 06:23:17 +05:30

40 lines
2.5 KiB
JSON

{
"delete_user": "https://172.20.100.100:9999/api/v1/user/",
"search": "https://172.20.100.100:9999/api/v1/users?fields=pid,firstname,lastname,email,custom_field_1,custom_field_2,cell_phone,company&sort=pid%20ASC&limit=10000&cursor=0",
"user_details": "https://172.20.100.100:9999/api/v1/users?fields=pid,firstname,lastname,email,custom_field_1,custom_field_2,cell_phone,company&sort=pid%20ASC&limit=10000&cursor=0",
"user_edit": "https://172.20.100.100:9999/api/v1/users?fields=pid,firstname,lastname,email,custom_field_1,custom_field_2,cell_phone,company&sort=pid%20ASC&limit=10000&cursor=0",
"user_function": "https://172.20.100.100:9999/api/v1/configurator/user/",
"user_update": "https://172.20.100.100:9999/api/v1/user/",
"user": "https://172.20.100.100:9999/api/v1/users?",
"change_password": "https://172.20.100.100:9999/api/v1/configurator/user/",
"password_function": "https://172.20.100.100:9999/api/v1/configurator/user/",
"user_list_function": "https://172.20.100.100:9999/api/v1/users?fields=pid,firstname,lastname,email,custom_field_1,custom_field_2,cell_phone,company&sort=pid%20ASC&sort=pid%20ASC&limit=10000&cursor=0",
"index": "https://172.20.100.100:9999/api/v1/login",
"login": "https://172.20.100.100:9999/api/v1/configurator/user/",
"create_user_api": "https://172.20.100.100:9999/api/v1/current_user/allowed_user_roles?",
"create_role": "https://172.20.100.100:9999/api/v1/config/roles?",
"delete_role": "https://172.20.100.100:9999/api/v1/config/roles?",
"edit_role": "https://172.20.100.100:9999/api/v1/config/roles?",
"role_list": "https://172.20.100.100:9999/api/v1/config/roles?",
"update_role": "https://172.20.100.100:9999/api/v1/config/role/",
"auth_function":"https://172.20.100.100:9999/api/v1/config/sources?",
"bulk_delete":"https://172.20.100.100:9999/api/v1/users/bulk_delete?",
"access_duration":"https://172.20.100.100:9999/api/v1/current_user/allowed_user_access_durations?",
"connection_profile":"https://172.20.100.100:9999/api/v1/config/connection_profiles?",
"connection_delete":"https://172.20.100.100:9999/api/v1/config/connection_profile/",
"switches":"https://172.20.100.100:9999/api/v1/config/switches?",
"switch_list":"https://172.20.100.100:9999/api/v1/config/switches?",
"switch_delete":"https://172.20.100.100:9999/api/v1/config/switch/",
"interfaces":"https://172.20.100.100:9999/api/v1/config/interfaces?",
"nodes":"https://172.20.100.100:9999/api/v1/nodes?"
}