Users Guide

Table Of Contents
description: Updated application network time configuration.
returned: success
sample: {
"EnableNTP": false,
"JobId": null,
"PrimaryNTPAddress": null,
"SecondaryNTPAddress1": null,
"SecondaryNTPAddress2": null,
"SystemTime": null,
"TimeSource": "Local Clock",
"TimeZone": "TZ_ID_1",
"TimeZoneIdLinux": null,
"TimeZoneIdWindows": null,
"UtcTime": null
}
error_info:
description: Details of the HTTP error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to complete the request because the input value
for SystemTime is missing or an invalid value is entered.",
"MessageArgs": [
"SystemTime"
],
"MessageId": "CGEN6002",
"RelatedProperties": [],
"Resolution": "Enter a valid value and retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information."
}
}
Examples
- name: Configure system time.
ome_application_network_time:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_ntp: false
system_time: "2020-03-31 21:35:18"
time_zone: "TZ_ID_11"
- name: Configure NTP server for time synchronization.
ome_application_network_time:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_ntp: true
time_zone: "TZ_ID_66"
primary_ntp_address: "10.136.112.220"
secondary_ntp_address1: "10.136.112.221"
secondary_ntp_address2: "10.136.112.222"
Generate and upload a certificate signing request
Module: ome_application_certificate
Synopsis
This module allows the generation of a new certificate signing request (CSR) and to upload the certificate on OpenManage
Enterprise.
Modules for OpenManage Enterprise (OME)
97