SOAP API method Collection_testDestination
Description
Check if the collection or combination is a test destination or not
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Collection. The method only applies to the collection with this id.
- Parameter 'view' : Structure of type 'view'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'value' : boolean
Structure 'view'
This structure view was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the view.
- Property 'name' : string
- The name of the view.
- Property 'description' : string
- The description of the view.
- Property 'archived' : boolean
- The view is archived.
- Property 'buildstatus' : string
- The status of the rebuild
- Property 'countprofiles' : int
- The number of profiles.
- Property 'lastbuilt' : timestamp
- When was the profile rebuilt for the last time?
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt