Rational Teamwork Cloud (RTC) Configuration

You can configure this connector in the CATSmmConfig.json configuration file.

See Also
About the Main Configuration File
IBM Rational Team Concert (RTC)

The CATSmmConfig.json file is configured for a basic authentication.

Example of a CATSmmConfig.json file declaring a Rational Teamwork Cloud server:

{
	"id": "/RTCvaldclm02dsy",
	"title": "Rtc on valdclm02dsy",
            "typeUri":  "http://www.3ds.com/vocabularies/syc/type/rtc",
            "address":  "https://valdclm02dsy.dsone.3ds.com:9443/ccm",          
	"description": "",
	"parameters": {
"ellapseTimeCacheResourceModel" : "120",
			"ellapseTimeCacheResourceData" : "120" 	
	}         
}

Key Description
id

Unique identifier of the Rational Teamwork Cloud server.

Must not contain blank space.

title

Title of the Rational Teamwork Cloud server.

typeUri

Cannot be customized.

The value must be:

"http://www.3ds.com/vocabularies/syc/type/rtc"

address

Address of the server and the Change Management context (by default: ccm).

The address must be:

 "https://<hostname>:<portNumber>/<context>"

description Description of the Rational Teamwork Cloud server.
ellapseTimeCacheResourceModel Parameter (in seconds) of persistence (in the cache of the connector) for the Rdf model that is attached with an OSLC URL.

By default, after two minutes, the Rdf model that is associated with an URL is

  • Removed from the connector cache of the connector
  • Retrieved from the server once again

ellapseTimeCacheResourceData Parameter (in seconds) of persistence in the cache of the connector of the Rdf Model associated with URL, for data only.