curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/idp_parameters \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"params": {
"active": true,
"groupNames": [
"group1"
],
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"teamEntityId": 1234567
},
"teamId": 123
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/idp_parameters \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"params": {
"active": true,
"groupNames": [
"group1"
],
"metadataUrl": "https://<...>.okta.com/app/<...>/sso/saml/metadata",
"teamEntityId": 1234567
},
"teamId": 123
}
'{}API key authentication
The response is of type object.
Was this page helpful?