forked from salesforce/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
Authentication resource
Lauren Padia edited this page Jun 24, 2016
·
2 revisions
[User Guide](User Guide) | [Web Service API](Web Service API)
#Web API Authentication Endpoints Provides methods to authenticate users.
Endpoint | Method | Description |
---|---|---|
auth/login | POST | Authenticates user |
auth/logout | GET | Terminates user |
##/auth/login
Authenticates a user session.
Available Version
2.0
HTTP Methods
POST
POST Request Parameters
Name | Type | Description |
---|---|---|
body | credentials | Username and password |
Example Request
{"username":"abc","password":"xyz"}
##/auth/logout Terminates a user session.
Available Version
2.0
HTTP Methods
GET
GET Response
Result Type | Description |
---|---|
Response code | 200 |
Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)