Forked from f1erro/sampleDeploymentsResponse.json
Last active
January 4, 2017 23:06
-
-
Save mdobson/64790ad37b9042dc689d797a249fd76f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "1234567890", | |
"displayName": "abc123", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"mdobs", | |
"updatedBy":"mdobs", | |
"scopeId": "ABCDEF", | |
"uri": "file:///tmp/F1ERRO/0c9853d1ad9b7ec9f7d16ed16ada1be4/archive/369a01f320f926cd8ffac5dfda83b1d8a2129ab3.zip", | |
"configurationJson": { | |
"PropA": "scope1bundle1propA", | |
"PropSCOPE_LEVEL": "aaa", | |
"PropCLUSTER_LEVEL": "xxx" | |
} | |
}, | |
{ | |
"id": "1234567891", | |
"displayName": "abc123_2", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"mdobs", | |
"updatedBy":"mdobs", | |
"scopeId": "ABCDEF", | |
"uri": "file:///tmp/F1ERRO/0c9853d1ad9b7ec9f7d16ed16ada1be4/archive/369a01f320f926cd8ffac5dfda83b1d8a2129ab3.zip", | |
"configurationJson": { | |
"PropA": "scope1bundle2propA", | |
"PropSCOPE_LEVEL": "aaa", | |
"PropCLUSTER_LEVEL": "xxx" | |
} | |
}, | |
{ | |
"id": "1234567892", | |
"displayName": "abc1234", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"mdobs", | |
"updatedBy":"mdobs", | |
"scopeId": "ABCDEF", | |
"uri": "file:///tmp/F1ERRO/0c9853d1ad9b7ec9f7d16ed16ada1be4/archive/369a01f320f926cd8ffac5dfda83b1d8a2129ab3.zip", | |
"configurationJson": { | |
"PropA": "scope1bundlepropA", | |
"PropSCOPE_LEVEL": "aaa", | |
"PropCLUSTER_LEVEL": "xxx" | |
} | |
}, | |
{ | |
"id": "1234567893", | |
"displayName": "abc123", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"mdobs", | |
"updatedBy":"mdobs", | |
"scopeId": "EFGHIJK", | |
"uri": "file:///tmp/F1ERRO/0c9853d1ad9b7ec9f7d16ed16ada1be4/archive/369a01f320f926cd8ffac5dfda83b1d8a2129ab3.zip", | |
"configurationJson": { | |
"PropA": "scope2bundle1propA", | |
"PropSCOPE_LEVEL": "bbb", | |
"PropCLUSTER_LEVEL": "xxx" | |
} | |
}, | |
{ | |
"id": "1234567894", | |
"displayName": "abc123_2", | |
"created":"1481917061", | |
"updated":"1481917061", | |
"createdBy":"fierrom", | |
"updatedBy":"fierrom", | |
"scopeId": "EFGHIJK", | |
"uri": "file:///tmp/F1ERRO/0c9853d1ad9b7ec9f7d16ed16ada1be4/archive/369a01f320f926cd8ffac5dfda83b1d8a2129ab3.zip", | |
"configurationJson": { | |
"PropA": "scope2bundle2propA", | |
"PropSCOPE_LEVEL": "bbb", | |
"PropCLUSTER_LEVEL": "xxx" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment