Fortinet black logo

Administration Guide

Containers - bulk

Copy Link
Copy Doc ID 825689eb-200d-11e9-b6f6-f8bc1258b856:164555
Download PDF

Containers - bulk

Displays a list of Containers.

URL = https://<servername>:8443/api/network/domain?offset={offset}&limit={limit}

Return Value

Type

Description

ID

Integer

ID that uniquely identifies the container.

Name

String

Name of the container.

Example XML format:

<networkDomainSearchResult>

<status>success</status>

<limit>25</limit>

<networkDomains>

<id>29</id>

<name>qa</name>

</networkDomains>

<networkDomains>

<id>619</id>

<name>test</name>

</networkDomains>

<nextOffset>0</nextOffset>

<offset>0</offset>

<total>2</total>

</networkDomainSearchResult>

Containers - bulk

Displays a list of Containers.

URL = https://<servername>:8443/api/network/domain?offset={offset}&limit={limit}

Return Value

Type

Description

ID

Integer

ID that uniquely identifies the container.

Name

String

Name of the container.

Example XML format:

<networkDomainSearchResult>

<status>success</status>

<limit>25</limit>

<networkDomains>

<id>29</id>

<name>qa</name>

</networkDomains>

<networkDomains>

<id>619</id>

<name>test</name>

</networkDomains>

<nextOffset>0</nextOffset>

<offset>0</offset>

<total>2</total>

</networkDomainSearchResult>