Class Instrumentation
Instrumentation controller
Inheritance
System.Object
Instrumentation
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.Sky.WebManager.dll
Syntax
public class Instrumentation : WebManagerController, IDisposable
Methods
GetData(Instrumentation.DatumRequest, Boolean)
Declaration
[Action("GetData", 0, "match{methods=POST}", false)]
public object GetData(Instrumentation.DatumRequest request, bool forZone = false)
Parameters
Returns
Type |
Description |
System.Object |
|
GetTree(Boolean, Instrumentation.DataGrouping)
Declaration
[Action]
public object GetTree(bool forZone = false, Instrumentation.DataGrouping grouping = Instrumentation.DataGrouping.NS)
Parameters
Returns
Type |
Description |
System.Object |
|
LoadComponentParamGroups()
Declaration
[Action]
public object LoadComponentParamGroups()
Returns
Type |
Description |
System.Object |
|
LoadComponents(String)
Declaration
[Action]
public object LoadComponents(string group = null)
Parameters
Type |
Name |
Description |
System.String |
group |
|
Returns
Type |
Description |
System.Object |
|
LoadComponentTree(String)
Declaration
[Action]
public object LoadComponentTree(string group = null)
Parameters
Type |
Name |
Description |
System.String |
group |
|
Returns
Type |
Description |
System.Object |
|
LoadLogMessages(Nullable<DateTime>, Nullable<Int32>, Nullable<MessageType>, Boolean)
Declaration
[Action]
public object LoadLogMessages(DateTime? from = default(DateTime? ), int? maxCnt = default(int? ), MessageType? fromType = default(MessageType? ), bool forZone = false)
Parameters
Type |
Name |
Description |
System.Nullable<System.DateTime> |
from |
|
System.Nullable<System.Int32> |
maxCnt |
|
System.Nullable<MessageType> |
fromType |
|
System.Boolean |
forZone |
|
Returns
Type |
Description |
System.Object |
|
NavigateToHost(String)
Navigates/redirects request to governor process (hgov/zgov) at host with metabase path "metabasePath"
Declaration
[Action]
public object NavigateToHost(string metabasePath)
Parameters
Type |
Name |
Description |
System.String |
metabasePath |
|
Returns
Type |
Description |
System.Object |
|
SetComponentParameter(UInt64, String, String)
Declaration
[Action]
public object SetComponentParameter(ulong sid, string key, string val)
Parameters
Type |
Name |
Description |
System.UInt64 |
sid |
|
System.String |
key |
|
System.String |
val |
|
Returns
Type |
Description |
System.Object |
|
Implements
System.IDisposable
Extension Methods