Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Created October 31, 2015 04:12
Show Gist options
  • Save ryandotclair/d3e87306587e5b39c6c1 to your computer and use it in GitHub Desktop.
Save ryandotclair/d3e87306587e5b39c6c1 to your computer and use it in GitHub Desktop.
SRDFA_Payload
def generate_payload(symmetrix_id, storage_group_id):
return {
"startDate": unix_ym,
"endDate": unix_midnight,
"symmetrixId": symmetrix_id,
"storageGroupId": storage_group_id,
"metrics": ["SRDFA_MBSent"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment