Get information about all artifact sets
Return a JSON representation of all artifact sets.
Request
GET https://{hostname}:{port}
/build/rest2/artifactsets
This command takes a JSON request string or file. Use the following template for the request:
[{
"active": "The active status of the artifact set",
"description": "The description of the artifact set",
"id": "The id of the artifact set",
"inactive": "The inactive status of the artifact set",
"location": "The The URL that can be used to get the
JSON representation of the artifact set",
"name": "The name of the artifact set"
}]
