Solace Blogs - Solace Cloud Client Profile Management
This collection shows you how to create and manage service client profiles in Solace PubSub+ Cloud.
POSTCreate a Client Profile
https://api.solace.cloud/api/v0/services/{paste-your-serviceId-here}/requests/clientProfileRequests
This creates a client profile on the service
The operation paramenter in the body specifies that this is a create operation.
The clientProfile parameter defines the properties of the client profile being created.
HEADERS
Content-Type
Authorization
Bodyraw
Example Request
Create a Client Profile
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGET Service Request
https://api.solace.cloud/api/v0/services/{paste-your-serviceId-here}/requests/{{requestId}}
Retrieves the status and details of the specified service request.
HEADERS
Content-Type
Authorization
Example Request
GET Service Request
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGET Client Profile
https://api.solace.cloud/api/v0/services/{paste-your-serviceId-here}/clientProfiles/{{clientProfileName}}
HEADERS
Content-Type
Authorization
Example Request
GET Client Profile
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers