{
"type": "object",
"properties": {
"queryOptions": {
"title": "queryOptions",
"type": "object",
"properties": {
"page": {
"$id": "#/properties/page",
"type": "integer",
"description": "The page number for the request return. Used for pagination.",
"default": 1,
"minimum": 1,
"examples": [
1,
3,
5
]
},
"order": {
"$ref": "common-schema#/definitions/order"
},
"iap_version": {
"type": "number",
"description": "The version of IAP. Can be used to overwrite the release version of artifacts in the response.",
"examples": [
2019.3,
2020.1
]
},
"search": {
"type": "string",
"description": "Search all available artifacts to find a match related to the provided query.",
"examples": [
"device",
"nso"
]
},
"config": {
"$ref": "common-schema#/definitions/config"
}
}
}
},
"required": [
"queryOptions"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name
Type
Description
results
object
Contains an array of prebuilts and the total in the response.