Skip to content

Commit

Permalink
Merge pull request #2222 from greenbone/gmp-doc-osp-scanner
Browse files Browse the repository at this point in the history
Fix: GMP doc: remove SCANNER from config commands
  • Loading branch information
a-h-abdelsalam authored Jun 14, 2024
2 parents a2cb9d0 + b90ec43 commit ec7d905
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<or>
<e>copy</e>
<r>get_configs</r>
<e>scanner</e>
</or>
<e>name</e>
<o><e>usage_type</e></o>
Expand All @@ -3750,13 +3749,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<t>uuid</t>
</pattern>
</ele>
<ele>
<name>scanner</name>
<summary>The UUID of an OSP scanner to get config data from</summary>
<pattern>
<t>uuid</t>
</pattern>
</ele>
<ele>
<name>name</name>
<summary>A name for the config</summary>
Expand Down Expand Up @@ -3823,20 +3815,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</create_config_response>
</response>
</example>
<example>
<summary>Create an OSP config from a scanner</summary>
<request>
<create_config>
<name>Full</name>
<scanner>daba56c8-73ec-11df-a475-002264764cea</scanner>
</create_config>
</request>
<response>
<create_config_response status="201" status_text="OK, resource created"
id="254cd3ef-bbe1-4d58-859d-21b8d0c046c6">
</create_config_response>
</response>
</example>
</command>
<command>
<name>create_credential</name>
Expand Down Expand Up @@ -25952,7 +25930,6 @@ END:VCALENDAR
</attrib>
<o>><e>name</e></o>
<o><e>comment</e></o>
<o><e>scanner</e></o>
<any><e>preference</e></any>
<o><e>family_selection</e></o>
<any><e>nvt_selection</e></any>
Expand All @@ -25967,11 +25944,6 @@ END:VCALENDAR
<summary>New comment for the config</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>scanner</name>
<summary>New scanner's UUID for the config</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>preference</name>
<pattern>
Expand Down

0 comments on commit ec7d905

Please sign in to comment.