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 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 |
Output
The adapter generates an XML document as output:
<?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 |
|
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:
|
|
Process |
Element with relative path to the related process for which profiling rules apply. Multiple declaration possible. |