Skip to content

Latest commit

 

History

History
 
 

incidents

Edit-CsIncident

Perform a set of actions on one or more incidents

References

Documentation, Swagger

Parameters

-Id: Target Incident Ids

-Actions: An array containing 'action' hashtables

Example

PS> Edit-CsIncident -Id @(<string>, <string>) -Actions @(@{ name = <string>; value = <string> })

Get-CsBehaviorId

Search for behavior IDs

References

Documentation, Swagger

Parameters

-Filter: The filter expression that should be used to limit the results

-Limit: The maximum records to return [default: 500]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsBehaviorId

Get-CsBehaviorInfo

Get details on behaviors by providing behavior IDs

References

Documentation, Swagger

Parameters

-Id: One or more behavior IDs

Example

PS> Get-CsBehaviorInfo -Id @(<string>, <string>)

Get-CsIncidentId

Search for incident IDs

References

Documentation, Swagger

Parameters

-Filter: The filter expression that should be used to limit the results

-Limit: The maximum records to return [default: 500]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsIncidentId

Get-CsIncidentInfo

Get details on incidents by providing incident IDs

References

Documentation, Swagger

Parameters

-Id: One or more incident IDs

Example

PS> Get-CsIncidentInfo -Id @(<string>, <string>)

Get-CsScore

Query CrowdScores

References

Documentation, Swagger

Parameters

-Filter: The filter expression that should be used to limit the results

-Limit: The maximum records to return [default: 2500]

-Offset: The offset to start retrieving records from [default: 0]

-All: Repeat request until all results are returned

Example

PS> Get-CsScore