Previous page

Next page

Locate page in Contents

Print this page

get_env_voc

Summary:

Retrieves a list of vocabularies from a given Virtuozzo Group.

Request specification:

Name

Min/Max

Type

Description

eid

0..[]

eid_type

The IDs of the servers to retrieve the vocabularies from. If omitted, a combined list of vocabularies from all servers in the group will be retrieved.

Returns:

Name

Min/Max

Type

Description

env_voc

 

 

Vocabulary information.

{

 

 

 

eid

1..1

eid_type

The ID of the servers from which the vocabularies were retrieved.

id

0..[]

voc_idType

A list of vocabularies. Contains vocabulary name and version information.

}

 

 

 

Example:

Input

<packet version="4.0.0">

<target>server_group</target>

<data>

<server_group>

<get_env_voc/>

</server_group>

</data>

</packet>

Please send us your feedback on this help page