SOAP API - getAllAttributes
The table summarizes the SOAP API - getAllAttributes.
Request | Uses the getAllAttributesRequest element (from the EventCollectorQueryService schema) |
Parameter notes |
|
Response | Returns a getAllAttributesResponse element (from the EventCollectorQueryService schema) |
Parameter notes | The response includes:
|
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.ec.n2.tibco.com" xmlns:base="http://base.api.ec.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:getAllAttributesRequest> <base:GetAttributeOptions> <requiredExtendedData> <requiredExtendedData>IS_FILTERABLE</requiredExtendedData> </requiredExtendedData> </base:GetAttributeOptions> </api:getAllAttributesRequest> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getAllAttributesResponse xmlns="http://api.ec.n2.tibco.com"> <AttributeDefinition xmlns="http://base.api.ec.n2.tibco.com"> <category xmlns="">message</category> <componentId xmlns="">1</componentId> <id xmlns="">1</id> <isPrimary xmlns="">true</isPrimary> <name xmlns="">messageId</name> <type xmlns="">STRING</type> <isFilterable xmlns="">true</isFilterable> </AttributeDefinition> <AttributeDefinition xmlns="http://base.api.ec.n2.tibco.com"> <category xmlns="">environment</category> <componentId xmlns="">1</componentId> <id xmlns="">2</id> <isPrimary xmlns="">false</isPrimary> <name xmlns="">environmentName</name> <type xmlns="">STRING</type> <isFilterable xmlns="">true</isFilterable> </AttributeDefinition> . . . </getAllAttributesResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.