ManageEngine® Applications Manager 认证器API |
||
对于移动应用,新用户需要重新使用提供的API Key来认证用户,以便进行其他的操作。认证器API允许用户获取这些信息,如他们的API Key、角色、图像和其他有关用户成功认证的信息。
注意:
我们建议在HTTPS (SSL)模式下,使用POST方法使用它。
XML响应API:http://[ APM Host ]:[ APM Port ]/AppManager/xml/Authenticator
JSON响应API:http://[ APM Host ]:[ APM Port ]/AppManager/json/Authenticator
请求参数
字段 | 描述 |
j_username | 上述方法中需要使用的用户名,参数名称 “j_username” |
j_password | 上述方法中需要使用的密码,参数名称“j_password” |
响应参数
字段 | 描述 |
APIKey | 这是用户的API Key |
Description | 这是在创建用户账户时,所设置的用户账户描述 |
EmailID | 这是用户电子邮件地址 |
GroupName | 这是用户账户的类型,包括:操作员、管理员、经理等 |
UserImage | 这是用户图像路径 |
UserID | 这是用户编号 |
UserName | 这是用户的用户名称 |
<AppManager-response uri="/AppManager/xml/Authenticator"> <result> <response response-code="4000"> <UserDetails EmailID="NA" UserID="1" Description="NA" UserName="admin" APIKey="8c8ec3f2cd30722d3a6f980df12c1e5f" UserImage="/images/icon_user.gif" GroupName="ADMIN"/> </response> </result> </AppManager-response> |
JSON语法 https://apm-prod1:8445/AppManager/json/Authenticator?j_username=admin&j_password=admin JSON响应 {"response-code":"4000","response":{"uri":"/AppManager/json/Authenticator","result":[{"EmailID":"NA","UserID":"1","Description":"NA","UserName":"admin","APIKey":"c4e547c2330e2eb92d3e7af2262da9e9","UserImage":"/images/icon_user.gif","GroupName":"ADMIN"}]}}
|
执行操作 |
删除监视器 |