Listing topics
Learn how to list topics that a user has defined.
Prerequisites
-
A running IBM Storage Ceph cluster.
-
Root-level access.
-
Installation of the Ceph Object Gateway.
-
User access key and secret key.
-
Endpoint parameters.
Procedure
-
List topic information with the following request format:
Syntax
POST
Action=ListTopics
Here is an example of the response format:
<ListTopicdResponse xmlns="https://sns.amazonaws.com/doc/2020-03-31/">
<ListTopicsRersult>
<Topics>
<member>
<User></User>
<Name></Name>
<EndPoint>
<EndpointAddress></EndpointAddress>
<EndpointArgs></EndpointArgs>
<EndpointTopic></EndpointTopic>
</EndPoint>
<TopicArn></TopicArn>
<OpaqueData></OpaqueData>
</member>
</Topics>
</ListTopicsResult>
<ResponseMetadata>
<RequestId></RequestId>
</ResponseMetadata>
</ListTopicsResponse>
Note: If endpoint URL contains user and password information, in any of the topics, the request must
be made over HTTPS. Otherwise, the topic list request is rejected.