feat(api): Контроллер управления историей робота. Контролпер по получению списка уровней истории робота
This commit is contained in:
@@ -71,6 +71,12 @@
|
||||
public const string templateId = "{templateId}";
|
||||
}
|
||||
|
||||
public static class RobotTemplateHistory
|
||||
{
|
||||
public const string GetAll = Base + "/robot-template-histories/";
|
||||
public const string Create = Base + "/robot-template-histories/";
|
||||
}
|
||||
|
||||
public static class StatusTemplate
|
||||
{
|
||||
public const string GetAll = Base + "/template-statuses/";
|
||||
@@ -86,6 +92,12 @@
|
||||
public const string GetAll = Base + "/hosts/";
|
||||
}
|
||||
|
||||
public static class RobotHistoryLevel
|
||||
{
|
||||
public const string GetAll = Base + "/robot-history-levels/";
|
||||
}
|
||||
|
||||
|
||||
//public static class Layer
|
||||
//{
|
||||
// public const string GetAll = Base + "/layers/";
|
||||
|
||||
Reference in New Issue
Block a user