Skip to main content
Skip table of contents

Operation Get Profiling by Id

The Get Profiling by Id operation outputs the profiling that is in the project with the specified Id.

Example

Input

The adapter expects an XML document as input:

XML
<?xml version="1.0" encoding="UTF-8"?>
<Id>f30c0ce7-fbc5-4988-81d4-7de74cb4dca8</Id>

The following elements have to be included in the input:

Element

Description

Id

UUID of the project where the profling .profiling is located.

Output

The adapter generates an XML document as output:

XML
<?xml version="1.0" encoding="UTF-8"?>
<Profiling active="true">
   <Id>f7adb9fe-93ea-4ca2-9023-1ebeca012930</Id>
   <Processes filterType="include">
      <Process path="Processes/dummy.wrf"/>
   </Processes>
</Profiling>

The following elements can be included in the output:

Element

Description

Id

UUID of the project where the profling .profiling is located.

Processes

List of processes for which profiling rules exist.

@filterType

Attribute: Defines whether the processes listed below are explicitly included or excluded from logging.

Possible values:

  • include

  • exclude

Process

Element with relative path to the related process for which profiling rules apply. Multiple declaration possible.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.