Class InstanceController
REST implementation of the "instance" resource request.
Inherited Members
Namespace: Quantellia.WMServer.App
Assembly: WMServer.dll
Syntax
[Route("instance")]
[Authorize]
[ApiController]
public class InstanceController : ControllerBase
Methods
GetInstance()
Get the InstanceID for this instance of World Modeler Server.
Declaration
[HttpGet]
public Task<ActionResult<WMAppInfo>> GetInstance()
Returns
Type | Description |
---|---|
Task<ActionResult<WMAppInfo>> | Returns the InstanceID for this instance of World Modeler Server. |
Remarks
This request will return status code 403 (Forbidden) for users who are not Administrators.