List objects

Gets a list of repository objects, filtered by attributes.

Path Params
string
required

Enum These are the available types for CloudTest.

Query Params
string

Filter to the objects that have been deactivated.

string

Filter to the specified domain.

string

Enum Filter to the specified domain type: APP, WEB.

string

Filter to the specified email address.

string

Filter to the specified main domain URL.

string

To get details for a specific object, using its name.

string

Filter to the specified owner ID.

string

Filter to the specified SAML ID.

string

Filter to the specified mPulse API key.

string

To order by a particular attribute. Suffix with :asc to specify ascending order or :desc for descending.

Headers
string

Alternative authorization methods. Options are Basic authentication or Bearer using the API Key listed in Account Settings. See Get started for help initially running the API.

string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

string

Optional, for use with the X-Auth-Token authorization header. The name of the tenant to connect to. Must be a tenant the user account has access to.

Responses

Response body
object
objects
array of objects
required

Repository objects.

objects*
object
attributes
array of objects
required

Type-specific attributes (required for some object types). For example, the user type includes the attributes fullName, emailAddress, and password. Different types have different sets of attributes.

attributes*
object
string

Object attribute name.

string

Object attribute value.

string
required

The XML body, required for all object types. You can get the XML body from an existing object by exporting it from the CloudTest UI.

string
required

Object creation date.

boolean
required

Whether or not the object has been deleted.

effectivePermissions
object
required

Effective permissions of the user on the object.

boolean
required

Whether or not the object is hidden.

string
required

The unique ID of the newly created object.

string
required

Last modified date.

string
required
Defaults to akamai.com

The object name.

integer
required

Owner object ID.

boolean
required

Whether or not the object is read-only.

references
array of objects
required

Reference object data.

references*
object
boolean

Whether or not this is an embedded reference.

integer

Reference ID.

string

Reference internal ID.

string

Reference name.

string | null

Reference path.

string

Reference type.

integer
required

CloudTest repository schema version.

integer
required

Tenant ID.

string
required
Defaults to domain

The CloudTest object type.

alert composition custommodule dashboard domain externaldatasource messageclip monitorspec reporttemplate seeddata target tenant transition user usergroup

400

Bad request. The URL or JSON request object is invalid.

Language
Authentication
URL