Data Introspection
Inspect
Syntax
Description
The inspect() function returns a human readable representation of the object given as argument. This function is meant as a debugging aid.
Arguments
Position |
Possible Values |
Required |
Default Value |
||||||
1 |
-OR-
|
Yes |
None |
Result
String representation of the given object.
Examples
@servers = rs_cm.deployments.get(filter: ["name==default"]).servers()
log_info(inspect(@servers))