Skip to content

Commit

Permalink
Merge pull request #2285 from greenbone/gmp-doc-get-report-configs
Browse files Browse the repository at this point in the history
GMP doc: update GET_REPORT_CONFIGS
  • Loading branch information
a-h-abdelsalam authored Sep 5, 2024
2 parents 19621dc + 2f693a4 commit 75263c6
Showing 1 changed file with 37 additions and 42 deletions.
79 changes: 37 additions & 42 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16519,7 +16519,6 @@ END:VCALENDAR
<o><e>user_tags</e></o>
<e>report_format</e>
<o><e>orphan</e></o>
<o><e>alerts</e></o>
<any><e>param</e></any>
</pattern>
<ele>
Expand Down Expand Up @@ -16659,43 +16658,14 @@ END:VCALENDAR
<t>boolean</t>
</pattern>
</ele>
<ele>
<name>alerts</name>
<summary>Alerts using the report config</summary>
<pattern>
<any><e>alert</e></any>
</pattern>
<ele>
<name>alert</name>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<summary>UUID of the alert</summary>
<required>1</required>
</attrib>
<e>name</e>
<o><e>permissions</e></o>
</pattern>
<ele>
<name>name</name>
<summary>Name of the alert</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>permissions</name>
<summary>Permissions the user has on the alert</summary>
<pattern></pattern>
</ele>
</ele>
</ele>
<ele>
<name>param</name>
<pattern>
<e>name</e>
<e>type</e>
<e>value</e>
<e>default</e>
<o><e>options</e></o>
</pattern>
<ele>
<name>name</name>
Expand All @@ -16708,7 +16678,6 @@ END:VCALENDAR
<pattern>
<o><e>min</e></o>
<o><e>max</e></o>
<o><e>options</e></o>
<alts>
<alt>boolean</alt>
<alt>integer</alt>
Expand All @@ -16729,21 +16698,42 @@ END:VCALENDAR
<summary>Maximum</summary>
<pattern>text</pattern>
</ele>
</ele>
<ele>
<name>value</name>
<summary>The value of the param</summary>
<pattern>
<attrib>
<name>using_default</name>
<summary>Whether this is the default value</summary>
<type>boolean</type>
<required>1</required>
</attrib>
<any><e>report_format</e></any>
</pattern>
<ele>
<name>options</name>
<summary>Selection options</summary>
<pattern><any><e>option</e></any></pattern>
<name>report_format</name>
<summary>Report format info if type is report_format_list</summary>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<required>1</required>
</attrib>
<e>name</e>
</pattern>
<ele>
<name>option</name>
<summary>Option value</summary>
<name>name</name>
<summary>Name of the report format if available</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
<ele>
<name>value</name>
<summary>The value of the param</summary>
<name>default</name>
<summary>The fallback value of the param</summary>
<pattern>
text
<any><e>report_format</e></any>
</pattern>
<ele>
Expand All @@ -16765,9 +16755,14 @@ END:VCALENDAR
</ele>
</ele>
<ele>
<name>default</name>
<summary>The fallback value of the param</summary>
<pattern>text</pattern>
<name>options</name>
<summary>Selection options</summary>
<pattern><any><e>option</e></any></pattern>
<ele>
<name>option</name>
<summary>Option value</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
<ele>
Expand Down

0 comments on commit 75263c6

Please sign in to comment.