rsc.addResourceSpecificationCharacteristicItemShort("_MT_CHARACTERISTIC_NAME","",EValueType.TEXT.getValue(),"Used for providing the characteristic of service _MT_SERVICEUUID to update",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_SERVICEUUID","",EValueType.TEXT.getValue(),"Used for providing the id of the service to update",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_END_TIME","",EValueType.TEXT.getValue(),"Used for providing the end time",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_START_TIME","",EValueType.TEXT.getValue(),"Used for providing start time",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_RECURRING_INTERVAL","G_1MN",EValueType.TEXT.getValue(),"Used for providing the polling interval of prometheus",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_TYPE","PROMETHEUS",EValueType.TEXT.getValue(),"Used for providing ",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_QUERY","",EValueType.TEXT.getValue(),"Used for providing the query towards prometheus",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_URL","",EValueType.TEXT.getValue(),"Used for providing the prometheus URL",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_CHARACTERISTIC_NAME","",EValueType.TEXT.getValue(),"The characteristic of the service with id _MT_SERVICEUUID that will be updated with monitoring metrics",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_SERVICEUUID","",EValueType.TEXT.getValue(),"The id of the service to update",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_END_TIME","",EValueType.TEXT.getValue(),"The ending time of the monitoring job",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_START_TIME","",EValueType.TEXT.getValue(),"The starting time of the monitoring job",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_RECURRING_INTERVAL","G_1MN",EValueType.TEXT.getValue(),"The polling interval of the monitoring source",false);
rsc.addResourceSpecificationCharacteristicItemShort("_MT_QUERY","",EValueType.TEXT.getValue(),"The query towards the monitoring source (e.g. query=gnb_service_state)",false);