Returns all known informaton about a resource.
URI
– This can either be the URI originally supplied with the associateResource
call, or the URI returned from it (if different).Job ticket
– Job that this resource is currently associated with.Purpose
– The purpose specified for the resource when it was associated with the job in the associateResource
call.Original URI
– The URI that was passed in to the associateResource
call.Current URI
– The URI that was returned from the associateResource
call.Note that the same resource URI can be associated with different jobs for potentially different purposes (using separate calls to associateResource
). This call returns the information about the resource for each job it is associated with separately.
<xsd:element name="retrieveResourceInformationRequest"> <xsd:complexType> <xsd:sequence> <xsd:element ref="types:resource"/> </xsd:sequence> </xsd:complexType> </xsd:element>
<xsd:element name="retrieveResource Information Response"> <xsd:complexType> <xsd:sequence> <xsd:element ref="types:ticket"/> <xsd:element ref="types:purpose"/> <xsd:element ref="types:resource"/> <xsd:element ref="types:resource"/> </xsd:sequence> </xsd:complexType> </xsd:element>