Skip to content
www.dwservice.net api.dwservice.net

API

  • Introduction
    • Authentication
    • Request Structure
    • Response Structure
    • Prerequisites
  • Account resource
    • Get Account Info
    • Add Services
    • Remove Services
    • Get Credit Transactions
  • Agent resource
    • Create an agent
    • Modify an agent
    • Delete an agent
    • List all agents
    • Get agent
  • Sessions resource
    • Create a new session
    • List all sessions
    • Get session
    • Close session
  • Develop the web application
    • Open IFrame session
    • Close IFrame session
    • Show App in IFrame session
  • Customize the installer
    • Linux
    • Mac OS
    • Windows
    • Example configuration
  • Examples
    • PHP
    • C#
    • Java
  1. Home
  2. Docs
  3. API
  4. Agent resource
  5. Get agent

Get agent

REQUEST
GET /id=<agent id> or /name=<agent name>

RESPONSE
200 OK
{
state: N,
osType: 1,
id: xxxxxxxxxxxxxxxxxx,
supportedApplications: filesystem;texteditor;logwatch;resource;desktop,
description: Description,
name: Name
}

Updated on December 18, 2020

Doc navigation

← List all agents
Was this article helpful to you? Yes 1 No
Proudly powered by WordPress.