This commit is contained in:
@@ -8,7 +8,7 @@ using System.Collections.Concurrent;
|
|||||||
namespace raven_integration
|
namespace raven_integration
|
||||||
{
|
{
|
||||||
|
|
||||||
public class JobOperations
|
public class ServerJob
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -30,7 +30,7 @@ namespace raven_integration
|
|||||||
String jobId = a.ObjectResponse["jobId"].Value<String>();
|
String jobId = a.ObjectResponse["jobId"].Value<String>();
|
||||||
|
|
||||||
//Get a list of operations
|
//Get a list of operations
|
||||||
a = await Util.GetAsync("JobOperations", await Util.GetTokenAsync("OpsAdminFull"));
|
a = await Util.GetAsync("ServerJob", await Util.GetTokenAsync("OpsAdminFull"));
|
||||||
Util.ValidateDataReturnResponseOk(a);
|
Util.ValidateDataReturnResponseOk(a);
|
||||||
Util.ValidateHTTPStatusCode(a, 200);
|
Util.ValidateHTTPStatusCode(a, 200);
|
||||||
|
|
||||||
Reference in New Issue
Block a user