Loading...
Overview

ActiveService

The ActiveService resource represents a currently active service or operation running on a particular device within the digital customer platform. It retains all characteristics of a standard Service model, with the added specificity of being currently in use or deployment. ActiveService is often linked to a device, demonstrating the real-time association between the service and physical industrial assets. Utilizing caching for optimized performance, it facilitates querying and management of services that are active on devices in an industrial setting.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions
name The name attribute represents the unique identifier for the active service, typically a human-readable string such as 'Customer Support' or 'Data Analysis Service'. READ ONLY
content The content attribute contains a detailed description of what the active service provides, including its features, scope, and any other relevant information that characterizes the service. READ ONLY

Get ActiveService by ID

GEThttps://app.autonoma.cloud/connect/v1/resources/activeservice/[ID]

Returns a specific ActiveService by ID.


Relations

It is possible to get related objects from ActiveServices.

GEThttps://app.autonoma.cloud/connect/v1/resources/activeservice/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
asset Asset many:many Show details

Update ActiveService

POSThttps://app.autonoma.cloud/connect/v1/resources/activeservice/[ID]

Update fields of ActiveService by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create ActiveService

PUThttps://app.autonoma.cloud/connect/v1/resources/activeservice

Create a new ActiveService.


Delete ActiveService

DELETEhttps://app.autonoma.cloud/connect/v1/resources/activeservice/[ID]

Delete the resource ActiveService by ID.

Top Top