Forums » #277 - OCCI Text Rendering »
Address rendering of complex instance attribute values
Added by Boris Parak over 7 years ago
The document needs to explicitly address the rendering/parsing of complex instance attribute values (Object, Array, Hash). Examples from the DRMAA<->OCCI spec:
< X-OCCI-Attribute: occi.drmaa2.drmsName="Platform LSF"
< X-OCCI-Attribute: occi.drmaa2.drmsVersion={"major":"42", "minor":"0"}
< X-OCCI-Attribute: occi.drmaa2.drmaaName="Thijs’s OCCI-DRMAA backend"
< X-OCCI-Attribute: occi.drmaa2.drmaaVersion={"major":"2", "minor":"17"}
or
X-OCCI-Attribute: occi.drmaa2.remoteCommand="/bin/date"
X-OCCI-Attribute: occi.drmaa2.machineOS="LINUX"
X-OCCI-Attribute: occi.drmaa2.email=["peter@troeger.eu","tmetsch@platform.com"]
X-OCCI-Attribute: occi.drmaa2.emailOnTerminated=true
Replies (1)
RE: Address rendering of complex instance attribute values - Added by Andy Edmonds about 7 years ago
(1-1/1)