Application Programming Interface Guide > Built-in Procedures > Procedures Reference > ExplainAttributes
 
ExplainAttributes
Retrieve the list of attributes in a resource set.
Location
/lib/resource/ (procedure)
/services/databases/system/deployment/ (published resource)
Inputs
resourceSetDefinition: The definition of the resource set to analyze.
Outputs
attributeList: A cursor whose rows encode the attributes of the data sources included in the specified resource set:
resourcePath: Path to the resource.
resourceType Type of resource.
attributeName: Name of attribute
attributeType: Type of attribute.
attributeValue: Value of the attribute, serialized as a JSON value.
isEndpoint: True if the attribute value is a physical property of a data source; false if it is a logical property of a data source as a TDV metadata artifact.
Exceptions
IllegalArgumentException: If the specified resource set definition is invalid.