/staging/profiles/{profileIdKey}
Mount Point: /service/local/staging/profiles/{profileIdKey}
The following operations are supported on this resource:
GET
Returns the staging profile by given profileId.
Parameters
name | description | type | default |
---|---|---|---|
profileIdKey | (no documentation provided) | path |
Response Body
element: | profileResponse |
media types: | application/xml application/json |
(no documentation provided)
PUT
Updates an already existing staging profile.
Parameters
name | description | type | default |
---|---|---|---|
profileIdKey | (no documentation provided) | path |
Request Body
element: | profileRequest |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | profileResponse |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Deletes the staging profile associated with given profileId.
Parameters
name | description | type | default |
---|---|---|---|
profileIdKey | (no documentation provided) | path |