Examples

GET /v1/annoucements
{
    "message": null,
    "result": [
        {
            "beginDate": "2019-06-11T00:00:00.000Z",
            "endDate": "2019-06-17T00:00:00.000Z",
            "title": "Upcoming XSEDE Central Database Short Downtime",
            "message": "There will be a short downtime of the XDCDB on Tuesday 06/18 between 8 AM and 8:30 AM ET for AWS to apply several security and database updates \nand to increase the level of logging we have for the database.  The downtime shouldn't \nlast more than about 5 minutes, but AWS requires a 30 minute window for the work.",
            "severityLevel": "info"
        },
        {
            "beginDate": "2019-06-18T08:00:00.000Z",
            "endDate": "2019-06-18T08:30:00.000Z",
            "title": "XSEDE Central Database Patches downtime in progress",
            "message": "AWS patches are being applied to the XSEDE Central Database (XDCDB) at the moment. \nXSEDE Services that access the XDCDB like XRAS, or the XSEDE portal are not available at this time. If you have any questions, please contact help@xsede.org. \nAccess should resume on 06/18 at 8.30am EST",
            "severityLevel": "warning"
        }
    ]
}

Returns

Code: 200

Description:

OK

Param name Description
beginDate
required

Validations:

  • Must be a DateTime

endDate
required

Validations:

  • Must be a DateTime

title
required

Validations:

  • Must be a String

message
required

Validations:

  • Must be a String

severityLevel
required

Validations:

  • Must be a String