Menu

ActorModelList

Jim

List existing actor models

Returns a list of existing actor models

Path:cs-ws/resources/admin/actormodel/list Method: GET

Parameters

  • apikey

Errors:

  • 401 UNAUTHORIZED if key is invalid or not admin key

Example

GET http://localhost/cs-ws/resources/admin/actormodel/list?apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
<actormodels>
   <actormodel>
      <attribute>
         <name>Position</name>
         <type>Boolean</type>
      </attribute>
      <config>
         <displayname>Maximum</displayname>
         <name>max</name>
      </config>
      <name>WaterValve</name>
   </actormodel>
   <success>true</success>
</actormodels>

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.