Users Guide

Table Of Contents
"ManifestVersion": null,
"NextUpdate": null,
"PredecessorIdentifier": null,
"ReleaseDate": null,
"ReleaseIdentifier": null,
"Repository": {
"CheckCertificate": true,
"Description": "HTTPS Desc",
"DomainName": null,
"Id": null,
"Name": "catalog4",
"Password": null,
"RepositoryType": "HTTPS",
"Source": "company.com",
"Username": null
},
"Schedule": null,
"SourcePath": "catalog",
"Status": null,
"TaskId": 10094
}
job_id:
description: Job ID of the catalog task.
returned: When catalog job is in a running state.
type: int
sample: 10123
catalog_id:
description: IDs of the deleted catalog.
returned: When I(state) is C(absent)
type: int
sample: 10123
associated_baselines:
description: IDs of the baselines associated with catalog.
returned: When I(state) is C(absent)
type: list
elements: dict
sample: [
{
"BaselineId": 24,
"BaselineName": "new"
},
{
"BaselineId": 25,
"BaselineName": "c7"
},
{
"BaselineId": 27,
"BaselineName": "c4"
}
]
error_info:
type: dict
description: Details of the http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to create or update the catalog because a
repository with the same name already exists.",
"Resolution": "Enter a different name and retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information."
}
}
Modules for OpenManage Enterprise (OME)
91