feat(app): stats added in to check if build in last build and also if theres a pending file
This commit is contained in:
@@ -5,14 +5,14 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/lst/api/user/resetPassword
|
||||
url: {{url}}/lst/api/user/resetpassword
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "blake.matthes@alpla.com",
|
||||
"email": "blake.matthes@alpla.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,18 +5,15 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:4200/api/auth/reset-password/gCo7OUP6CH2Qu7obhvOrhuo9?callbackURL
|
||||
url: http://localhost:4200/lst/api/auth/reset-password
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
callbackURL:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"newPassword": "nova0511"
|
||||
"newPassword": "nova0511",
|
||||
"token": "8ZtCt8c5BRwtcqD9k5RceLhx"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
meta {
|
||||
name: Health
|
||||
name: Stats
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/lst/api/system/health
|
||||
url: {{url}}/lst/api/system/stats
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
vars {
|
||||
url: http://localhost:4200
|
||||
url: https://usmcd1vms036.alpla.net
|
||||
session_cookie:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user