Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

(warning) This is work in progress. Available around April 2020. 

ackNameCorresponding Title in www.hawaii.edu/its/acer/
generalConfidentialityNoticeUniversity of Hawaii General Confidentiality Notice
uhInformationSecurityAwarenessCertificationUH Information Security Awareness Training Certification
HawaiiEthicsCodeTrainingCertMandatory training for Executive and Managerial employees - Hawaii Ethics Code Training
WorkplaceViolenceTrainingCertMandatory training for Executive and Managerial employees - Workplace Violence Training
uhHealthPlansEnrollmentOpportunityPart-time and Temporary Medical and Prescription Drug Plan
uhSubstanceAbuseNoticeAcknowledgement(Availability pending review)
dmcaAccept(Availability pending review)
dmcaReject(Availability pending review)
uhGoogleExtra(Availability pending review)


Routing key: acer.ack.activateAck.<ackName>

{
	"activateAck":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20200123T000000",
			"endDate":   "20210123T000000"
		},
	}
}

Routing key: acer.ack.expireAck.<ackName>

{
	"expireAck":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20190120T010203",
			"endDate":   "20200120T010203"
		},
		"messageDataBefore" =>
		{
			"beginDate": "20190130T000102",
			"endDate":   "20200130T000102"
		},
	}
}

Routing key: acer.renew.addRenewalNotice.<ackName>

{
	"addRenewalNotice":
	{
		"messageData" =>
		{
			"noticeNumber": 2,
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20200123T000000",
			"endDate":   "20210123T000000"
		},
	}
}

Routing key: acer.renew.cancelRenewalNotice.<ackName>

{
	"cancelRenewalNotice":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"rescindInfo":"The acknowledgment/certification for <ackName> was refreshed recently, and therefore renewal can wait."
		},
	}
}
  • No labels