Jump to content

spy.assets and metric descriptions


Ivan Berry

Recommended Posts

Hi,

I'm having a bit of trouble pushing a description for metrics, it doesn't seem to take effect:

                       {
                            'Type': 'Metric',
                            'Name': row["Name"],
                            'Measured Item': {'ID': row["ID"]},
                            'Statistic': None,
                            "Description": row["Description"], 
                            'Thresholds': {
                                'Lo':  row["Low Limit"],
                                'Hi': row["High Limit"]
                            }
                       }

Is there some special structure to use to specify the description?

Regards,

Ivan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...