physical_association

The physical_association command creates and deletes physical associations, and also to update and retrieve the properties of a physical association.

The following table lists the properties of a physical association, describes each of them, and specifies whether each property is applicable in an HTTP POST or PUT method (as an input), or in an HTTP GET method (as an output).

Table 1. Physical association properties for input and output methods
Name Description HTTP methods
parent id of the parent physical join. POST
leftColumn Name of the left column.
POST
GET
operator Operator that is used to join left and right columns. Can be one of none, equals, notEquals, lessThan, greaterThan, lessThanOrEquals, or greaterThanOrEquals.
POST
GET
PUT
rightColumn Name of the right column.
POST
GET