Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.8.0
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

Bridge 7 Find below a list of resources that can be accessed via the xUML Runtime API.

...

ResourceMethodDescriptionAPI VersionBridge Version
/pstate/engineGETCheck if the xUML service uses persistent state and get general information on the persistent state configuration.1.0.0Runtime 2019.5
/statusGETGet the status of the persistent state server.1.0.0Runtime 2019.5
/stopPUTStop the running xUML service.1.0.0Runtime 2019.5

Logging

ResourceMethodDescriptionAPI VersionBridge Version
/log/channels/GET

List all configured log channels.

1.1.0Runtime 2020.1
/log/channels/{channel}/sinksGETList all configured sinks of a channel.1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filtersPUTReplace all filters of the given sink.1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filters/GETList filters on a given sink.1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filters/POST

Create a new filter.

1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filters/{filterNum}DELETERemove the filter with the given number.1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filters/{filterNum}GETRetrieve the filter with the given number from the given sink.1.1.0Runtime 2020.1
/log/channels/{channel}/sinks/{sink}/filters/{filterNum}PUTChange the filter with the given number.1.1.0Runtime 2020.1

Persistent State

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameadapterpstate_runtimecontrol_apiadapter
PageWithExcerptRetrieving Persistent State Metadata with the PersistentStateControl AdapterINTERNAL:_bridge_excerpts

Persistent State Classes

ResourceMethodDescriptionAPI VersionBridge Version
/pstate/classesGETList all available persistent state classes.1.0.0Runtime 2019.5
/pstate/classes/{class}GETGet the persistent state object/state counters for a given class.1.0.0Runtime 2019.5
/pstate/classes/{class}/metaGETGet the persistent state metadata of a given class.1.0.0Runtime 2019.5

...