TestResults.io
  • What is TestResults.io
  • System Architecture
  • Regulated Markets
    • Health Care Industry
    • Financial Services Industry
  • What's new?
    • Update Instruction
      • Update of the Designer extension in Visual Studio
      • Update the Execution Engine
      • Update the Base- and Environment Models
    • Migration to new project file
  • Designer
    • Overview
    • First Steps
    • Installation
    • TestResults.io solution
    • The development environment
      • Tool Window Overview
        • Test Environments
          • Steps to configure a SUT VM
          • How to access files on the system under test
        • Remote Viewer
          • Control Mode
          • Capture Mode
          • Screen Editor
          • Capture Single Image
        • Screen Explorer
        • Test Case Designer
        • Image Explorer
        • API Testing
        • TestResults.io options
          • Engines
          • Servers
    • Test Cases
      • Adding Test Cases
      • Test Case structure
      • Simple Test Case (Example)
      • Executing your Test Case
      • Generating Test Containers
      • Publishing Test Cases
      • Execution Variables
    • Software Models
      • Adding SW Models
      • Referencing the Model in the Test Case
      • Generating Test Containers
      • Publishing SW Models
      • Screens and Screen Elements
        • Tables
        • Visual Sense
        • Custom Screen Elements
    • Installers
      • Adding Installers
      • Generating Test Containers
      • Publishing Installers
    • Automation Framework Reference
      • Attributes
      • Enumerations
      • Filters
        • IImageFilter Interface
        • Select
        • Resize
      • GlobalEngineParameters
      • ImageDetectionParameters
      • ImageReference
      • Interfaces
        • ITester Interface
          • ITester Methods
          • ITester Properties
        • ITestee Interface
          • ITestee Methods
        • IConnections Interface
          • IConnections Methods
          • IConnections Properties
        • IDebug Interface
        • IEngineResult
        • IHelpers Interface
        • IImageHelper Interface
          • IImageHelper Methods
        • IKeyboard Interface
          • IKeyboard Methods
        • IMouse Interface
          • IMouse Methods
          • IMouse Properties
        • IReport Interface
          • IReport Methods
        • ISUTConnection Interface
      • OcrEngineParameters
        • Best practise
        • IronOcrEngineParameters
        • LEADOcrEngineParameters
        • OcrEngineRelatedCharacters
        • OcrPreprocessingParameters
      • ResultRectangle
      • SutNotReadyException
      • TestStepAbortedException
    • FAQ
      • Two-factor authentication (2FA) and One Time Passwords (OTP)
      • Receive and verify Emails
      • Using Excel as test data source
      • Verify PDF Content
  • Portal
    • Overview
    • First Steps
    • User's Guide
      • Login
      • Projects
      • Dashboard
      • Test Cases
      • Software & Environments
      • Test Sets
      • Job Queue
      • Management
      • Notifications Summary
    • Automation Engineer's Guide
      • Test Automation Workflow
      • Automating a test case
      • Enabling Software & Environments
    • REST API Reference
      • Authentication
      • Projects
      • Test Sets
      • Test Cases
      • Test Plans
      • Test Reports
      • Files
      • Software
      • Environments
      • Untitled
      • Executions
      • Favorites
      • Statistics
      • User Management
      • Customer Management
      • Notifications
      • Configurations
      • Invoicing
  • Models
    • Overview
    • Base Model
      • BaseScreen
        • BaseScreen Properties
        • BaseScreen Methods
      • OnScreenElement
        • OnScreenElement Methods
        • OnScreenElement Properties
      • Primitives
        • Button
          • Button Methods
          • Button Properties
        • Checkbox
          • Checkbox Methods
        • ContextMenu
          • ContextMenu Methods
          • ContextMenu Properties
        • Dropdown
          • Dropdown Methods
          • Dropdown Properties
        • DropdownMenu
          • DropdownMenu Methods
          • DropdownMenu Properties
        • GenericScroller
          • GenericScroller Methods
          • GenericScroller Properties
        • HorizontalScroller
        • IconButton
          • IconButton Properties
        • Label
        • LabelWithButton
          • LabelWithButton Properties
        • LabelWithCheckbox
          • LabelWithCheckbox Properties
        • LabelWithValue
          • LabelWithValue Methods
          • LabelWithValue Properties
        • PwTextBox
          • PwTextBox Methods
        • TextBox
          • TextBox Methods
          • TextBox Properties
        • Tables and lists
          • Column
            • Column Methods
            • Column Properties
          • ItemList
            • ItemList Methods
            • ItemList Properties
          • Row
            • Row Methods
            • Row Properties
          • TableBase
            • TableBase Methods
            • TableBase Properties
        • LabelWithElementBase
          • LabelWithElementBase Properties
      • Enumerations
      • Extensions
        • EngineResultExtensions Methods
        • EnumExtensions Methods
        • ReportExtensions Methods
        • StringExtensions Methods
        • TesterConnectionExtensions Methods
        • TesterDebugExtensions Methods
        • TesterHelperExtensions Methods
        • TesterMouseExtensions Methods
        • TesterOnScreenElementExtensions
        • TesterSelectExtensions Methods
      • Helper Classes
        • BaseModelHelpers
          • BaseModelHelpers Methods
          • BaseModelHelpers Properties
        • Attributes for Designer
        • ListHelpers
      • Exceptions
        • ElementNotFoundException
        • InteractionFailedException
        • ScreenNotFoundException
      • Interfaces
        • IAppBasics Interface
          • IAppBasics Methods
          • IAppBasics Properties
        • IBrowser
        • ICommandLineWindow
        • IScroller Interface
          • IScroller Methods
          • IScroller Properties
        • ISutLocale Interface
          • ISutLocale Methods
          • ISutLocale Properties
        • ISystemHelpers
        • ISystemInteractions
        • IWindow
    • Environment Model
      • Windows
        • Screens
          • CmdWindow
            • CmdWindow Methods
            • CmdWindow Properties
          • FileDialog
            • FileDialog Methods
            • FileDialog Properties
          • FileExplorer
            • FileExplorer Properties
          • RunWindow
            • RunWindow Methods
            • RunWindow Properties
          • Window
            • Window Methods
            • Window Properties
        • SutLocale
          • SutLocale Methods
          • SutLocale Properties
        • SystemHelpers
          • SystemHelpers Methods
          • SystemHelpers Properties
        • SystemInteractions
        • WebBrowser
          • Browser
            • Browser Methods
            • Browser Properties
          • BrowserScroller
            • BrowserScroller Methods
            • BrowserScroller Properties
          • AuthenticationDialog
            • AuthenticationDialog Methods
            • AuthenticationDialog Properties
          • DownloadDialog
            • DownloadDialog Methods
            • DownloadDialog Properties
        • EnvironmentModel Enumerations
        • Interfaces
          • IWebAppBasics
            • IWebAppBasics Property
Powered by GitBook
On this page
  • Get Environments
  • Get archive Environments
  • Get Environment details
  • Create new Environment
  • Update Environment
  • Delete Environment

Was this helpful?

  1. Portal
  2. REST API Reference

Environments

Get Environments

GET https://[customer].testresults.io/api/projects/:pId/environments

Gets all active (without archive) Environments.

Path Parameters

Name
Type
Description

pId

string

Project ID

Headers

Name
Type
Description

Authentication

string

Authentication token

[
  {
    "Name": "Ubuntu 17 (local)",
    "ImageFileId": null,
    "ContainedSubject": null,
    "ImageFileSize": 0,
    "ModificationAllowed": true,
    "TargetGroup": "ubuntu17box",
    "FileProjectId": "00000000-0000-0000-0000-000000000000",
    "Username": "TestResults",
    "Password": "tr.io",
    "Id": "a30e91bc-50c0-4815-9d33-c46d53ba943f"
  },
  {
    "Name": "Windows 10 (local)",
    "ImageFileId": null,
    "ContainedSubject": null,
    "ImageFileSize": 0,
    "ModificationAllowed": true,
    "TargetGroup": "b8aeed7fa02a",
    "FileProjectId": "00000000-0000-0000-0000-000000000000",
    "Username": "TestResults",
    "Password": "tr.io",
    "Id": "e6dd6cdb-acec-4452-99ca-52fa6b6ef06a"
  }
]

Get archive Environments

GET https://[customer].testresults.io/api/projects/:pId/environments/archive

Gets archive Environments.

Path Parameters

Name
Type
Description

pId

string

Project ID

Headers

Name
Type
Description

Authentication

string

Authentication token

[
  {
    "Name": "Ubuntu 17 (local)",
    "ImageFileId": null,
    "ContainedSubject": null,
    "ImageFileSize": 0,
    "ModificationAllowed": true,
    "TargetGroup": "ubuntu17box",
    "FileProjectId": "00000000-0000-0000-0000-000000000000",
    "Username": "TestResults",
    "Password": "tr.io",
    "Id": "a30e91bc-50c0-4815-9d33-c46d53ba943f"
  },
  {
    "Name": "Windows 10 (local)",
    "ImageFileId": null,
    "ContainedSubject": null,
    "ImageFileSize": 0,
    "ModificationAllowed": true,
    "TargetGroup": "b8aeed7fa02a",
    "FileProjectId": "00000000-0000-0000-0000-000000000000",
    "Username": "TestResults",
    "Password": "tr.io",
    "Id": "e6dd6cdb-acec-4452-99ca-52fa6b6ef06a"
  }
]

Get Environment details

GET https://[customer].testresults.io/api/projects/:pId/environments/:eId

Gets Environment details.

Path Parameters

Name
Type
Description

pId

string

Project ID

eId

string

Environment ID

Headers

Name
Type
Description

Authentication

string

Authentication token

{
  "DataVersion": "AAAAAAANT4E=",
  "Archived": false,
  "ProjectId": "f00d03ed-38d1-4c65-b42e-cb1ab768ff05",
  "Name": "Ubuntu 17 (local)",
  "ImageFileId": null,
  "ContainedSubject": null,
  "ImageFileSize": 0,
  "ModificationAllowed": true,
  "TargetGroup": "ubuntu17box",
  "FileProjectId": "00000000-0000-0000-0000-000000000000",
  "Username": "TestResults",
  "Password": "tr.io",
  "Id": "a30e91bc-50c0-4815-9d33-c46d53ba943f"
}

Create new Environment

POST https://[customer].testresults.io/api/projects/:pId/environments

Creates new Environment.

Path Parameters

Name
Type
Description

pId

string

Project ID

Headers

Name
Type
Description

Authentication

string

Authentication token

Request Body

Name
Type
Description

Username

string

User name

Password

string

Password

ContainedSubject

string

Contained Subject

ImageFileId

string

Image file ID

Name

string

Environment Name

TargetGroup

string

Target Group

{
  "Name": "bbbb",
  "ImageFileId": "bfa1669a-4ac7-4c01-a461-8d8f0fddded4",
  "ContainedSubject": null,
  "ImageFileSize": 0,
  "ModificationAllowed": false,
  "TargetGroup": "azure",
  "FileProjectId": "00000000-0000-0000-0000-000000000000",
  "Username": "aa",
  "Password": "aa",
  "Id": "f7077338-0cc1-4707-95e7-4e7ca2c6c6fb"
}

Update Environment

PUT https://[customer].testresults.io/api/projects/:pId/environments/:eId

Updates an existing Environment

Path Parameters

Name
Type
Description

pId

string

Project ID

eId

string

Environment ID

Headers

Name
Type
Description

Authentication

string

Authentication token

Request Body

Name
Type
Description

Archived

boolean

Archive flag

ContainedSubject

string

Contained subject ID

DataVersion

string

Data Version of Environment

FileProjectId

string

File project ID

Id

string

Environment ID

ImageFileId

string

Image file ID

ImageFileSize

number

Image file size

ModificationAllowed

boolean

Modification allowed

Name

string

Environment Name

Password

string

Password

ProjectId

string

Project ID

TargetGroup

string

Target group

Username

string

User name

{
  "DataVersion": "AAAAAAAzly0=",
  "Archived": false,
  "ProjectId": "3e4b7f24-76ec-4bf4-941d-09972e1c46a7",
  "Name": "bbbb",
  "ImageFileId": "bfa1669a-4ac7-4c01-a461-8d8f0fddded4",
  "ContainedSubject": null,
  "ImageFileSize": 207164,
  "ModificationAllowed": true,
  "TargetGroup": "azure",
  "FileProjectId": "3e4b7f24-76ec-4bf4-941d-09972e1c46a7",
  "Username": "aa",
  "Password": "aa",
  "Id": "f7077338-0cc1-4707-95e7-4e7ca2c6c6fb"
}

Delete Environment

DELETE https://[customer].testresults.io/api/projects/:pId/environments/:eId

Removes an Environment.

Path Parameters

Name
Type
Description

pId

string

Project ID

eId

string

Environment ID

Headers

Name
Type
Description

Authentication

string

Authentication token

PreviousSoftwareNextUntitled

Last updated 6 years ago

Was this helpful?