Menu

ActorPart

Jim

Read the Actor Part of a Device Model

Returns the actor part of an existing Device Model in the domain of an owner identified by the apikey. The actor part includes the actor model name

Path: cs-ws/resources/admin/devicemodel/actorpart Method: GET

Parameters

  • apikey
  • devicemodel_name
  • actor_name

Errors:

  • 401 UNAUTHORIZED if key is invalid
  • 404 NOT FOUND if the actor part or the device model is not found

Example

GET http://localhost/cs-ws/resources/admin/devicemodel/actorpart
?devicemodel_name=TemperatureDevice&apikey=1234&actor_name=Valve1 HTTP/1.1

HTTP/1.1 200 OK
<actor>
   <model>Valve</model>
   <name>Valve1</name>
</actor>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.