Retrieve system information for a Confluence instance.
Get-ConfluenceServerInformation -ApiUri <Uri> [-Credential <PSCredential>]
[-PersonalAccessToken <String>] [-Certificate <X509Certificate>]
Returns the Confluence system information resource from settings/systemInfo as a ConfluencePS.ServerInformation object.
Cloud responses include Cloud-specific fields such as CloudId; Data Center responses are mapped to DeploymentType = DataCenter.
Get-ConfluenceServerInformation
Return system information from the Confluence instance configured with Set-ConfluenceInfo.
Get-ConfluenceServerInformation -ApiUri "https://example.atlassian.net/wiki/rest/api"
Return system information from a specific Confluence API URL.
The URi of the API interface. Value can be set persistently with Set-ConfluenceInfo.
Type: Uri
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Confluence’s credentials for authentication. Value can be set persistently with Set-ConfluenceInfo.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Confluence’s Personal Access Token for authentication. Value can be set persistently with Set-ConfluenceInfo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Certificate for authentication.
Type: X509Certificate
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False