Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "output": {
- "getPackage": {
- "items": [
- {
- "status": "succeeded",
- "result": {
- "hostname1": {
- "succeeded": true,
- "failed": false,
- "return_code": 0,
- "stderr": "",
- "stdout": {
- "data": {
- "acct": [
- "user": "user2",
- "plan": "PKG1"
- }
- ]
- },
- "metadata": {
- "reason": "OK",
- "version": 1,
- "command": "accountsummary",
- "result": 1
- }
- }
- }
- }
- },
- {
- "status": "succeeded",
- "result": {
- "hostname1": {
- "succeeded": true,
- "failed": false,
- "return_code": 0,
- "stderr": "",
- "stdout": {
- "data": {
- "acct": [
- {
- "plan": "PKG1",
- "user": "user1"
- }
- ]
- },
- "metadata": {
- "reason": "OK",
- "version": 1,
- "command": "accountsummary",
- "result": 1
- }
- }
- }
- }
- }
- ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment