| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.v310.dto.domain.beans.v1.tcoms.DateTimeConfig",
"day": <Number>,
"lastUpdatedTime": DateTime,
"month": <Number>,
"ntpPrimary": <String>,
"ntpSecondary": <String>,
"time": <String>,
"timezone": <String>,
"useNtp": <Boolean>,
"year": <Number>,
}
|
| Name | Type | Description |
|---|---|---|
| day | xsd:int | Get the manually set day. |
| lastUpdatedTime | DateTime | |
| month | xsd:int | Get the manually set month. |
| ntpPrimary | xsd:string | Tintri Appliance primary network time protocol IP address. |
| ntpSecondary | xsd:string | Tintri Appliance secondary network time protocol IP address. |
| time | xsd:string | Get the manually set time. |
| timezone | xsd:string | Tintri Appliance time zone. |
| useNtp | xsd:boolean | Set to true to use Network Time Protocol (NTP) server. Set to false to manually set the time. |
| year | xsd:int | Get the manually set year. |
| ||
| detail: element | attribute | value | ||