jagan-parthiban opened a new issue, #7758: URL: https://github.com/apache/trafficcontrol/issues/7758
## Parent Issue: https://github.com/apache/trafficcontrol/issues/5911 Breaking down the parent issue https://github.com/apache/trafficcontrol/issues/5911 in smaller issues to raise separate, reviewable PRs for each of the services. ## Traffic Control components affected: - Traffic Ops - Documentation ## Current behavior: Few Other endpoints under profile Using Deprecated TimeNoMod & TimeLayout ``` curl --request GET \ --url https://localhost:6443/api/4.1/profiles/17/parameters ``` ```json { "response": [ { "configFile": "records.config", "id": 1068, "lastUpdated": "2023-08-08 17:14:48+05", "name": "test14", "secure": true, "value": "newVal14" }, { "configFile": "records.config", "id": 1071, "lastUpdated": "2023-08-08 17:18:21+05", "name": "test17", "secure": true, "value": "newVal17" } ] } ``` ``` curl --request GET \ --url https://localhost:6443/api/4.1/profiles/name/test/parameters ``` ``` { "response": [ { "configFile": "quest", "id": 1158, "lastUpdated": "2023-08-29 23:52:59+05", "name": "test", "secure": false, "value": "A test parameter for API examples" }, { "configFile": "bar", "id": 1159, "lastUpdated": "2023-08-29 23:52:59+05", "name": "foo", "secure": false, "value": "Another test parameter for API examples" } ] } ``` ## Expected behavior: These endpoints under profile must use RFC3339 Format in V5. ## Steps to reproduce: Make the above api call to 4.1 version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
