SpiraPlan: REST Web Service (v5.0)

See all operations

PUT: projects/{project_id}/automation-hosts

Description

Updates an automation host in the system

How to Execute

To access this REST web service, you need to use the following URL (make sure to replace any parameters (eg {project_id}) with the relevant value (eg 1):

https://api.inflectra.com/Spira/Services/v5_0/RestService.svc/projects/{project_id}/automation-hosts

Request Parameters

Name Description
project_id The id of the current project

Request Body

Property Description
AutomationHostId The id of the host
Name The name of the host
Token The token of the host Ths is the name that external systems should refer to it as
Description The detailed description of the host Optional
LastUpdateDate The date/time that the host was last modified This field needs to match the values retrieved to ensure data-concurrency
Active Is this host active for the project
LastContactDate The last time this host was contacted
ProjectId The id of the project that the artifact belongs to The current project is always used for Insert operations for security reasons
ConcurrencyDate The datetime used to track optimistic concurrency to prevent edit conflicts
CustomProperties The list of associated custom properties/fields for this artifact

Return Data

The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.