Command Reference > Infacmd dis Queries > Query Parameters
  

Query Parameters

Use query parameters to query design-time objects in a Model repository and run-time objects that are deployed to a Data Integration Service. You can use subject, time, status, and location to build a query.
Query parameters are divided into the following parameters types:
Subject
Parameters that test a subject such as specific object or user. The following table lists the subject parameters:
Parameter
Object Type
Description
name
Design-time object
Run-time object
Name of the object that you want to query.
You can specify the name of one of the following types of objects:
  • - Mapping
  • - Physical data object
  • - Parameter set
tag
Design-time object
Tag that is assigned to the object.
createdBy
Design-time object
User that created the object.
lastModifiedBy
Design-time object
User that last modified the object.
type
Design-time object
Filters the type of object.
object
Design-time object
Filters and retrieves objects from a folder. Specify the full path to objects starting from root including the project name, folders, and object name.
Time
Parameters that test the time when an object was changed. The following table lists the time parameters:
Parameter
Object Type
Description
lastModifiedTime
Design-time object
Time when the object was last modified.
checkInTime
Design-time object
Time when the object was last checked in.
Note: Applies only if the Model repository is integrated with a version control system.
checkOutTime
Design-time object
Time when the object was last checked out.
Note: Applies only if the Model repository is integrated with a version control system.
creationTime
Design-time object
Time when the object was created.
Status
Parameters that test the status of an object. The following table lists the status parameters:
Parameter
Object Type
Description
versionStatus
Design-time object
Version status of the object. The version status can either be checked in or checked out.
Note: Applies only if the Model repository is integrated with a version control system.
Location
Parameters that test where an object is located such as specific project, folder, or run-time application. The following table lists the location parameters:
Parameter
Object Type
Description
folder
Design-time object
Folder that contains the object.
project
Design-time object
Project that contains the object.
application
Run-time object
Name of the run-time application that contains the object.