Parallel Works API (3.7.16)
List resources
Returns all resources in your account and resources that have been shared with you.
Authorizations:
ApiKeyAuth
Responses
Response samples
- 200
- default
Content type
application/json
[- {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "description": "string",
- "hidden": true,
- "tags": "string",
- "visibility": "string",
- "status": "string",
- "settings": {
- "min": 0,
- "max": 0,
- "maxWorkers": 0,
- "jobsPerNode": 0,
- "project": "string"
}, - "state": {
- "registeredWorkers": 0,
- "requestedWorkers": 0,
- "masterNode": 0
}, - "type": "string",
- "collapse": true,
- "key": "string",
- "mfa": "string",
- "imageurl": "string",
- "coasterproperties": "string",
- "sshpid": "string",
- "info": {
- "ports": 0,
- "cpuPerWorker": 0,
- "cost": 0,
- "rate": 0,
- "owner": "string",
- "key": "string"
}, - "permissions": true,
- "controllerIp": true
}
]
Response samples
- 200
- default
Content type
application/json
[- {
- "id": "string",
- "prettyName": "string",
- "name": "string",
- "imageurl": "string",
- "type": "string",
- "tags": "string",
- "dockhide": true,
- "resources": "string",
- "description": "string",
- "visibility": "string"
}
]